source: trunk/lib/App.inc.php

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @679   5 years anonymous Fix minor bugs. Detect http port and add to site_port, site_url, and …
(edit) @676   5 years anonymous Update admins.php. Fix $safe_http_host
(edit) @671   5 years anonymous Add Auth_SQL->isLoggedIn(CLIENT_ID) return seconds until session …
(edit) @670   5 years anonymous Strip unsafe characters from HTTP_HOST
(edit) @668   5 years anonymous Add CLI coloring method. Allow longer email logging in dev.
(edit) @665   5 years anonymous Add $app->isCLI() to replace $app->cli
(edit) @661   5 years anonymous Remove cruft from timezone experiment
(edit) @660   5 years anonymous Reduce timezone support to simply setting defaults for user, php, and …
(edit) @659   5 years anonymous Fix regression 2
(edit) @657   5 years anonymous Update timezone test regex to support edge cases
(edit) @656   5 years anonymous minor
(edit) @654   5 years anonymous Add timezone support
(edit) @630   6 years anonymous Disable App::sslOn(). Better logging on Email::send() unreplaced …
(edit) @629   6 years anonymous Add log_serialize parameter
(edit) @623   6 years anonymous Simplify HTTPS detection
(edit) @610   7 years anonymous Make namespace retrievable via getParam
(edit) @603   7 years anonymous Add application-wide cache control setting 'http_cache_headers'
(edit) @596   7 years anonymous Protect against case when app->start is not run
(edit) @588   7 years anonymous Added as fifth parameter to logMsg(). Change logPriorityToString() …
(edit) @581   7 years anonymous Improved use of namespaces (returning last-used namespace if namespace …
(edit) @563   8 years anonymous Removed assumption of localhost for mysql server. Removed exception …
(edit) @562   8 years anonymous Added log_message_max_length param
(edit) @558   8 years anonymous Minor fixes
(edit) @557   8 years anonymous Changed form input widths from em to rem. Contingency for empty …
(edit) @553   8 years anonymous Minor change to caching of JS and CSS.
(edit) @551   8 years anonymous Changed internals of boomerang url storage.
(edit) @550   8 years anonymous Escaped quotes from email from names. Changed logMsg string truncation …
(edit) @547   9 years anonymous Moved CLI flag to ->cli which can be forced off for tests
(edit) @546   9 years anonymous Detecting CLI also using php_sapi_name()
(edit) @536   9 years anonymous Fixed regression
(edit) @534   9 years anonymous Improved module maker validation output. Allow disabling cache at run …
(edit) @532   9 years anonymous Added common config for codebase cli scripts. Changed behavior of …
(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.
Note: See TracRevisionLog for help on using the revision log.