source: trunk/lib/App.inc.php

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @529   9 years anonymous
(edit) @528   9 years anonymous
(edit) @527   9 years anonymous Added page_url calculation to App->start()
(edit) @526   9 years anonymous Enabled App to load version from json file. Lock URL fixed to permit …
(edit) @524   9 years anonymous
(edit) @523   9 years anonymous First set of changes towards 2.2.0. Improved functinoality with …
(edit) @518   9 years anonymous Non-breaking function changes to App and Utilities.
(edit) @505   9 years anonymous Added hyperlinkTxt(). Fixed setParam() to apply some settings during …
(edit) @504   9 years anonymous Fixed phpsess printing bug.
(edit) @502   9 years anonymous Many minor fixes during pulso development
(edit) @501   10 years anonymous Optimizing auth and csrf token.
(edit) @500   10 years anonymous Many auth and crypto changes; various other bugfixes while working on …
(edit) @499   10 years anonymous Site version file include bug
(edit) @497   10 years anonymous Beginning the process of adapting codebase to foundation styles.
(edit) @492   10 years anonymous Added cacheBustURL()
(edit) @491   10 years anonymous
(edit) @489   10 years anonymous Better defaults for setCookie()
(edit) @487   10 years anonymous Added Validator::fileUploadSize(), phpIniGetBytes(), and fixed php …
(edit) @484   10 years anonymous Changed private methods and properties to protected. A few minor bug fixes.
(edit) @480   10 years anonymous Removed some legacy files. Improved use of array_key_exists.
(edit) @479   10 years anonymous Convert tabs to spaces, and lineendings to LF in all files.
(edit) @478   10 years anonymous Using array_key_exists() instead of isset() where null may be a used …
(edit) @477   10 years anonymous Added cookie storage to Prefs(). Created App->addCookie method. …
(edit) @476   10 years anonymous Disabled header output when _CLI is defined.
(edit) @475   10 years anonymous Logging longer messages when possible. Fixed compatibility regression …
(edit) @468   10 years anonymous Completed integrating /branches/eli_branch into /trunk. Changes …
(edit) @453   10 years anonymous Reinstated priv->user_type conversion for legacy impementations; fixed …
(edit) @452   10 years anonymous Merged changes to lib/SortOrder.inc.php from eli_branch; other minor …
(edit) @441   10 years anonymous Very minor things
(edit) @433   11 years anonymous Disable sessions automatically for CLI scripts.
(edit) @422   11 years anonymous
(edit) @414   11 years anonymous
(edit) @413   12 years anonymous Added header and footer to docs/examples. Updated message printing …
(edit) @410   12 years anonymous Added use of httponly for PHP session
(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) @396   12 years anonymous Updated copyright date; comments elaboration; spelling fixes.
(edit) @392   12 years anonymous Minor comment changes.
(edit) @390   13 years anonymous Made logMsg more efficient, improved message throttle functionality.
(edit) @380   13 years anonymous Begin using PHP 5 class features ('public static...'); updated …
(edit) @376   14 years quinn Updated copyright date, name to Strangecode LLC.
(edit) @373   14 years quinn Updated dbsessionhandler.
(edit) @362   15 years quinn Added a GPL license info header to all source files. Updated license …
(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) @348   15 years quinn
(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) @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) @331   16 years quinn Truncating output from getDump when used for logging.
(edit) @325   16 years quinn Added a feature to App::dropQuery() to remove args permanently.
(edit) @318   16 years quinn Added new app parameter: images_path, as a location for …
(edit) @313   16 years quinn Fixed bug that would cause a logging error.
(edit) @293   16 years quinn Minor updates.
(edit) @282   17 years quinn Added length arg to *Signature functions; added App::setQuery() …
(edit) @260   17 years quinn Fixed bug in App::dropQuery() method.
(edit) @259   17 years quinn Misc bug fixes. Added App::dropQuery() method.
(edit) @249   17 years quinn Added mb_language() functin to App::start for use of mb_send_mail. …
(edit) @248   17 years quinn Added multibyte charset function to App. Minor fixes.
(edit) @247   17 years quinn Converted all string functions to multi-byte (mb_*) functions
(edit) @242   17 years quinn Fixed some warnings in Prefs. Fixed boomerang=\w+ removal code. …
(edit) @203   18 years scdev Q - minor bugfixes in boomerang func, upload error logging, raiseMsg …
(edit) @202   18 years scdev Q - updated usage of $nav.
(edit) @201   18 years scdev Q - increased some LOG_DEBUG messages to LOG_INFO so we can run with …
(edit) @189   18 years scdev Q - Added reset_password service. Fixed some bugs. Change the …
(edit) @180   18 years scdev Q - set limit to the length of logged messages. Added timeElapsed to …
(edit) @177   18 years scdev Q - Fixed bug in ACL (checking ancestors for access cascade). Modified …
(edit) @174   18 years scdev Q - added move method to ACL class, added polish.
(edit) @172   18 years scdev Q - added caching to ACL, and flush command to acl.cli.php
(edit) @170   18 years scdev Q - added default value to App::carryQuery()
(edit) @167   18 years scdev Q - moved sc-msg div out of the foreach loop in App::printRaisedMessages.
(edit) @165   18 years scdev Removed hideScMsg javascript. All javascript should be contained in …
(edit) @164   18 years scdev B - moving hideScMsg to /html/js/global.js but still calling it in …
(edit) @163   18 years scdev B - added js to hide success msg after 5 seconds
(edit) @159   18 years scdev ${1}
(edit) @154   18 years scdev ${1}
(edit) @144   18 years scdev Q - Added lib/Validator.inc.php as a backend to FormValidator? and also …
(edit) @136   18 years scdev Q - Merged branches/2.0singleton into trunk. Completed updating …
(edit) @124   18 years scdev Q - Improved hashing algorithms in Auth_SQL, added more sc- css …
(edit) @119   18 years scdev Q - making codebase 2 work with php5. Rewrote ImageThumb? class to work …
(edit) @108   18 years scdev Q - bits!
(edit) @106   18 years scdev Q - Updated codebase css
(edit) @103   18 years scdev Q - Cleaned up Auth_File to work more like Auth_SQL, and fixed a few …
(edit) @101   18 years scdev Q - fixed a few PEdit glitches. Reformatted PHP source correctly :-\.
(edit) @89   18 years scdev fixed a little bug in dieBoomerangURL
(edit) @84   18 years scdev minor improvements
(edit) @71   18 years scdev minor misc bug fixes
(edit) @55   18 years scdev ${1}
(edit) @53   18 years scdev ${1}
(edit) @46   18 years scdev ${1}
(edit) @44   18 years scdev ${1}
(edit) @42   18 years scdev detabbed all files ;P
(edit) @41   18 years scdev ${1}
(edit) @39   18 years scdev ${1}
(edit) @38   18 years scdev added extra headers option to Email:: and fixed confusion over \r\n
Note: See TracRevisionLog for help on using the revision log.