source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @521   9 years anonymous Preparing trunk for release of 2.1.10.
(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) @517   9 years anonymous
(edit) @516   9 years anonymous
(edit) @515   9 years anonymous Nevermind, we're dropping support for pear/xml_serializer; pear via …
(edit) @514   9 years anonymous Nevermind, we're dropping support for pear/xml_serializer; pear via …
(edit) @513   9 years anonymous Finally able to access pear via composer.
(edit) @512   9 years anonymous Finally able to access pear via composer.
(edit) @511   9 years anonymous
(edit) @510   9 years anonymous
(edit) @509   9 years anonymous Moved phpunit to composer's require-dev
(edit) @508   9 years anonymous Copying /trunk to /tags/2.1.9 for release.
(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) @498   10 years anonymous Hotfix for site version bug.
(edit) @497   10 years anonymous Beginning the process of adapting codebase to foundation styles.
(edit) @496   10 years anonymous Preparing for v2.2. This version will be less conservative towards …
(edit) @495   10 years anonymous Copying /trunk to /tags/2.1.8.
(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) @483   10 years anonymous Minor changes
(edit) @482   10 years anonymous Help text edited
(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) @467   10 years anonymous Merged in changes from trunk to finish Eli's branch.
(edit) @466   10 years anonymous Minor improvements, released as tag 2.1.6. This is the last of the …
(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) @458   10 years anonymous Fixed /services/admin.php rm sql.
(edit) @457   10 years anonymous Removed use of requireAccessClearance(). Adjusted sequence of sslOn() …
(edit) @456   10 years anonymous Fixed css widths of input elements. v2
(edit) @455   10 years anonymous Fixed css widths of input elements.
(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) @451   10 years anonymous Added SortOrder::get() method; minor changes
(edit) @450   10 years anonymous minor changes to tests to get them working. you need to add a symbolic …
(edit) @449   10 years anonymous Test existence of db_* values before loading env variables; disabled …
(edit) @448   10 years anonymous Fixed minor errors in phpunit tests. Also, I forgot to mention in the …
(edit) @447   10 years anonymous Changed some global constants to class constants (in cases where …
(edit) @446   10 years anonymous Wrapper script for phpunit. Changed logMsg SCREEN action to print to …
(edit) @445   10 years anonymous Fixed some issues introduced in changeset:439
(edit) @444   10 years anonymous Added line endings to error output.
(edit) @443   10 years anonymous A few additional removals of closing ?> tags
(edit) @442   10 years anonymous phpunit tests now work with phpunit 3.7
(edit) @441   10 years anonymous Very minor things
(edit) @440   11 years anonymous added Visibility keywords to lib/MCVE.inc.php and changed constructor …
(edit) @439   11 years anonymous added public and private keywords to all properties and methods, …
(edit) @438   11 years anonymous removed closing ?> tags
(edit) @437   11 years anonymous Creating a branch for Eli's updates
(edit) @436   11 years anonymous Doing the min table cell width properly.
(edit) @435   11 years anonymous Removed duplicate submit buttons from admins form.
(edit) @434   11 years anonymous Improved SpellCheck? preg pattern
(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) @431   11 years anonymous
(edit) @430   11 years anonymous
(edit) @429   11 years anonymous
(edit) @428   11 years anonymous Unicode regex fix required in multiple places; misc fixes.
(edit) @427   11 years anonymous Added unicode case to word split 3.
(edit) @426   11 years anonymous Added unicdoe case to word split 2.
(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) @423   11 years anonymous Backporting fixes to v1.1
(edit) @422   11 years anonymous
Note: See TracRevisionLog for help on using the revision log.