source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @410   12 years anonymous Added use of httponly for PHP session
(edit) @408   12 years anonymous Improved admin list filter query retention
(edit) @407   12 years anonymous Renamed function arguments to improve readability; added missing param …
(edit) @406   12 years anonymous Added config option to disable ignored repeated log events.
(edit) @405   12 years anonymous Fixed a bug where the cache config wasn't disabled properly.
(edit) @404   12 years anonymous Minor CSS change.
(edit) @400   12 years anonymous Comment updates.
(edit) @399   12 years anonymous Updated email address validation
(edit) @398   12 years anonymous
(edit) @396   12 years anonymous Updated copyright date; comments elaboration; spelling fixes.
(edit) @395   12 years anonymous
(edit) @394   12 years anonymous sc-msg CSS update, minor adjustments.
(edit) @393   13 years anonymous Output compression for CSS.inc.php. Above/below print for printErrorMessage
(edit) @392   13 years anonymous Minor comment changes.
(edit) @390   13 years anonymous Made logMsg more efficient, improved message throttle functionality.
(edit) @385   13 years anonymous Added autocomplete="off" to login form template for PCI compliance.
(edit) @383   13 years anonymous
(edit) @380   13 years anonymous Begin using PHP 5 class features ('public static...'); updated …
(edit) @377   14 years quinn Releasing trunk as stable version 2.1.5
(edit) @376   14 years quinn Updated copyright date, name to Strangecode LLC.
(edit) @375   14 years quinn incremented trunk version
(edit) @373   14 years quinn Updated dbsessionhandler.
(edit) @372   14 years quinn Added additional logging to isLoggedIn method.
(edit) @371   14 years quinn Minor update.
(edit) @370   14 years quinn Now logging all remote-ip mismatch errors, even if in a trusted network.
(edit) @369   14 years quinn Must look at 'priv' userdata for backwards compatability.
(edit) @368   14 years quinn Setting usernames in whitelists to lowercase to ensure match.
(edit) @366   14 years quinn Documentation fix.
(edit) @365   14 years quinn
(edit) @364   14 years quinn Fixed minor issue when a log event is generated when sending to an …
(edit) @363   15 years quinn Fixed a bug in the humanTime() function.
(edit) @362   15 years quinn Added a GPL license info header to all source files. Updated license …
(edit) @361   15 years quinn Added putFormData function.
(edit) @360   15 years quinn Increased log_multiple_timeout default to 300 seconds.
(edit) @359   15 years quinn Modified logMsg throttle so as not to create thousands of lock files.
(edit) @358   15 years dan Added a test to make doubly sure the file exists before deleting it.
(edit) @357   15 years quinn updated tests to work. updated email validation regex to include quote …
(edit) @356   15 years quinn Missing break statements to Cart::sum().
(edit) @355   15 years quinn fixed a global bug.
(edit) @354   15 years quinn Refactored the sum() function in Cart.inc.php.
(edit) @353   15 years dan Updated sum to handle extended_price correctly.
(edit) @350   15 years quinn
(edit) @349   15 years quinn
(edit) @348   15 years quinn
(edit) @347   15 years dan There was a strange "special caracter" or something causing this file …
(edit) @346   15 years dan Cleaned up recent changes.
(edit) @345   15 years dan Updated email sending routines for safe_mode compatibility.
(edit) @344   15 years dan Updated email sending routines for safe_mode compatibility.
(edit) @343   15 years dan Made message temp directory configurable via 'log_msg_temp_dir' for …
(edit) @342   15 years dan Cleaned up some things left over from debugging and standardised comments.
(edit) @341   15 years dan Added throttling to the logMsg function for SMS and EMAIL alearts. No …
(edit) @340   15 years quinn
(edit) @339   16 years quinn Added example cli script, updated Cart.inc.php
(edit) @338   16 years quinn Added argument to Utilities's humanFileSize function.
(edit) @337   16 years dan printEnumRadios wasn't working so I fixed it. Radio buttons use …
(edit) @336   16 years quinn Minor bugfixes.
(edit) @335   16 years mbower Fixed form CSS that doesn't work in IE6
(edit) @334   16 years quinn Fixed lots of misplings. I'm so embarrassed! ;P
(edit) @333   16 years quinn Finished initial version of Cart.inc.php. Minor css changes.
(edit) @332   16 years quinn Minor update to PEdit.
(edit) @331   16 years quinn Truncating output from getDump when used for logging.
(edit) @330   16 years quinn Added filePutContents to emulate PHP5's file_put_content() function.
(edit) @329   16 years quinn Slight mods to Currency class.
(edit) @328   16 years quinn Created v1.0 of Currency class, using xurrency.com.
(edit) @327   16 years quinn Created v1.0 of Currency class, using xurrency.com.
(edit) @326   16 years quinn Set the constructor name correct in Google_API.
(edit) @325   16 years quinn Added a feature to App::dropQuery() to remove args permanently.
(edit) @324   16 years quinn Minor updates.
(edit) @323   16 years quinn CSS fixes for admin2.inc.css, fixed preselectd but in printSelectForm.
(edit) @322   16 years david Improving A.net stuff
(edit) @321   16 years quinn Update SortOrder? so it checks if setColumn has been run on a column …
(edit) @320   16 years quinn Added a glob function to the ImageThumb? deleteThumbs method. Fixed …
(edit) @319   16 years quinn
(edit) @318   16 years quinn Added new app parameter: images_path, as a location for …
(edit) @317   16 years quinn Added skeleton of Cart class.
(edit) @316   16 years quinn Minor improvements to module maker scripts. Minor AuthorizeNet? change.
(edit) @315   16 years quinn
(edit) @314   16 years quinn Whoops!
(edit) @313   16 years quinn Fixed bug that would cause a logging error.
(edit) @311   16 years quinn
(edit) @309   16 years quinn Fixed bug in email validation regex.
(edit) @305   16 years quinn Fixed some errors in validateEmail.
(edit) @304   16 years quinn Added a key to the getPath method to select what is used to build the path.
(edit) @303   16 years quinn Cleaned filenames now do not have duplicate _ chars.
(edit) @301   16 years quinn Added minor functinoality to Upload. Fixed (?) XML serialier config in …
(edit) @300   16 years quinn
(edit) @297   16 years quinn
(edit) @296   16 years quinn Adding class=sc-form-row to <tr> of old templates.
(edit) @295   16 years quinn Updated example config file. Added admin2.inc.css and minor …
(edit) @294   16 years quinn Changed signing routines so they always compare lower-case values.
(edit) @293   16 years quinn Minor updates.
(edit) @291   16 years quinn Removed password reload of login form so page will never retain …
(edit) @290   17 years quinn Fixed getRemoteAddr() to return only one value of a comma-delimited list.
(edit) @288   17 years quinn Organized codebase examples under docs/examples. Added contact form …
(edit) @286   17 years quinn
(edit) @282   17 years quinn Added length arg to *Signature functions; added App::setQuery() …
(edit) @281   17 years quinn Removed escapeString from the printing of the sort order string. This …
(edit) @280   17 years quinn Minor logging text change.
(edit) @279   17 years quinn Added better error response when mcve engine not running.
(edit) @278   17 years quinn Fixed web-uploaded image thumbnailing
Note: See TracRevisionLog for help on using the revision log.