source: trunk/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @560   8 years anonymous Minor code formatting and comments.
(edit) @559   8 years anonymous Minor fixes
(edit) @558   8 years anonymous Minor fixes
(edit) @557   8 years anonymous Changed form input widths from em to rem. Contingency for empty …
(edit) @555   8 years anonymous Further improvements to JS and CSS caching
(edit) @554   8 years anonymous Renamed params cache_js and cache_css to cache_enable
(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) @548   9 years anonymous Required object to test for cli
(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) @545   9 years anonymous Updated hyperlinkTxt function
(edit) @544   9 years anonymous Fixed position of hyphen in regex class
(edit) @541   9 years anonymous v2.2.0-3: Fixed auth password hashing verification issues. Updated …
(edit) @537   9 years anonymous Minor
(edit) @536   9 years anonymous Fixed regression
(edit) @535   9 years anonymous Added nav page ids to service scripts. Logging unauthenticated sessions.
(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) @531   9 years anonymous Assuming it was a mistake, changed pcre modifier 'U' to 'u' in …
(edit) @530   9 years anonymous
(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) @520   9 years anonymous Added httpExists function
(edit) @519   9 years anonymous
(edit) @518   9 years anonymous Non-breaking function changes to App and Utilities.
(edit) @507   9 years anonymous minor
(edit) @506   9 years anonymous
(edit) @505   9 years anonymous Added hyperlinkTxt(). Fixed setParam() to apply some settings during …
(edit) @504   9 years anonymous Fixed phpsess printing bug.
(edit) @503   9 years anonymous Backported spellcheck fixes
(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) @494   10 years anonymous Preparing for 2.1.8 release
(edit) @493   10 years anonymous Constructor for FormValidation?()
(edit) @492   10 years anonymous Added cacheBustURL()
(edit) @491   10 years anonymous
(edit) @490   10 years anonymous Increased robustness of Email(); added envelope_sender_address param. …
(edit) @489   10 years anonymous Better defaults for setCookie()
(edit) @488   10 years anonymous Improved cleanFileName method.
(edit) @487   10 years anonymous Added Validator::fileUploadSize(), phpIniGetBytes(), and fixed php …
(edit) @486   10 years anonymous Added URLSlug function
(edit) @485   10 years anonymous Small bugs fixed while doing SBImedia
(edit) @484   10 years anonymous Changed private methods and properties to protected. A few minor bug fixes.
(edit) @481   10 years anonymous Needed to move the initial this->clear() call back into the constructor.
(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) @474   10 years anonymous Added nonexistant mb_str_pad function
(edit) @473   10 years anonymous Minor fixes to JS and CSS delivery mechanisms
(edit) @472   10 years anonymous Minor logging change
(edit) @471   10 years anonymous improved css/js strip whitespace methods.
(edit) @470   10 years anonymous
(edit) @469   10 years anonymous First use of codebase javascript (codebase/js and codebase/lib/JS.inc.php).
(edit) @468   10 years anonymous Completed integrating /branches/eli_branch into /trunk. Changes …
(edit) @465   10 years anonymous Removed 'Session not authenticated' logging
(edit) @464   10 years anonymous Added jsDump function. Updated Navigation::currentPage so test url and …
(edit) @463   10 years anonymous Check for new 'saved' key to determine if reset is needed. This helps …
(edit) @462   10 years anonymous Added 'Remember me' checkbox to login form. Renamed 'persistent' key …
(edit) @461   10 years anonymous Empty strings are better than zero for default select options. Updated …
(edit) @460   10 years anonymous Edit comments
(edit) @459   10 years anonymous Revent null values going to validateStrDate
(edit) @457   10 years anonymous Removed use of requireAccessClearance(). Adjusted sequence of sslOn() …
(edit) @454   10 years anonymous Improved the truncate() function.
(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) @432   11 years anonymous Removed all usage of 'user_type' from admin management; minor update …
(edit) @425   11 years anonymous Added unicdoe case to word split.
(edit) @424   11 years anonymous Added error checking for invalid email header arguments; cleaned up …
(edit) @422   11 years anonymous
(edit) @421   11 years anonymous Added switch for login_form_allow_autocomplete
(edit) @420   11 years anonymous Updated the level for some log events.
(edit) @419   11 years anonymous Final check for active mysql connection. Changed truncate function arg …
(edit) @418   11 years anonymous Added 503 error to DB fail case.
(edit) @417   11 years anonymous Added reconnect method to DB, and testing current connection status …
(edit) @416   11 years anonymous Added reconnect method to DB, and testing current connection status …
(edit) @415   11 years anonymous Disabled MX record check for email validation. Updated PEdit to work …
(edit) @414   11 years anonymous
(edit) @413   12 years anonymous Added header and footer to docs/examples. Updated message printing …
(edit) @411   12 years anonymous Added ECB XML API to Currency.inc.php
(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) @405   12 years anonymous Fixed a bug where the cache config wasn't disabled properly.
(edit) @400   12 years anonymous Comment updates.
(edit) @399   12 years anonymous Updated email address validation
(edit) @398   12 years anonymous
Note: See TracRevisionLog for help on using the revision log.