source: trunk/lib/App.inc.php

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @812   7 weeks anonymous Fix depreciation notices
(edit) @810   2 months anonymous Enable setting db_timezone during runtime. Refactor setParam() in App, …
(edit) @805   4 months anonymous Add return false from printRaisedMessages() if no messages
(edit) @796   10 months anonymous minor changes
(edit) @790   13 months anonymous Fix signing_key bug
(edit) @786   14 months anonymous Fix App::unsetCookie() to match args to setCookie().
(edit) @785   14 months anonymous Add App::unsetCookie(). Quench some PHP 8 depreciation notices.
(edit) @784   14 months anonymous Allow setting cookie_path
(edit) @782   14 months anonymous Backporting a few things from codebase 2.x
(edit) @778   16 months anonymous
(edit) @777   16 months anonymous Avoid use of dynamic properties
(edit) @775   19 months anonymous Minor improvements
(edit) @768   2 years anonymous Minor improvements
(edit) @767   2 years anonymous Add App param ‘template_ext’ used to inform services where to find …
(edit) @763   2 years anonymous Include boomerang in hidden input on login form so the user will be …
(edit) @762   2 years anonymous Redirect if requesting login.php when already logged-in. Remove …
(edit) @752   3 years anonymous Add prorate() function (copied from ~/bin/prorate)
(edit) @751   3 years anonymous Add resetCSRFToken()
(edit) @747   3 years anonymous Set default mysql connection charset to utf8mb4
(edit) @746   3 years anonymous Add brackets to avoid ambiguity in return value
(edit) @743   3 years anonymous Add SC_DUMP_JSON flag to dump(). Update comments.
(edit) @742   3 years anonymous Add urlMergeQuery() function
(edit) @740   3 years anonymous
(edit) @739   3 years anonymous Add methods to support timezone conversion
(edit) @738   3 years anonymous Avoid use of get_magic_quotes_gpc() after PHP 5.4
(edit) @735   4 years anonymous Minor polish. Add getHttpHeader function
(edit) @734   4 years anonymous Remove 'www.' from hostname in logMsg()
(edit) @733   4 years anonymous Add PDO connect retries. Minor fixes related to DB env vars.
(edit) @732   4 years anonymous Update logMsg email
(edit) @726   4 years anonymous
(edit) @725   4 years anonymous
(edit) @724   4 years anonymous Use the /u regex modifier only when using UTF-8. Disable indexed array …
(edit) @720   4 years anonymous Update CSS reset with inspiration from …
(edit) @711   4 years anonymous Add SameSite? option to App::setCookie
(edit) @699   5 years anonymous Add support for PHP >=5.6 <=7.3. Add MySQL polyfill.
(edit) @693   5 years anonymous Add PDO class. (And add a few /u unicode flags to preg functions in …
(edit) @692   5 years anonymous misc
(edit) @690   5 years anonymous Remove App's 'ssl_domain' and 'ssl_enabled' parameters; determine SSL …
(edit) @686   5 years anonymous Add getHiddenSession() method. Use strstr() instead of strtok() for …
(edit) @685   5 years anonymous Various minor changes: - Allow $app->ohref() with no value to return …
(edit) @683   5 years anonymous Add support for mysql-specific character sets and collations
(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   9 years anonymous Optimizing auth and csrf token.
(edit) @500   9 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 …
Note: See TracRevisionLog for help on using the revision log.