1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Changed private methods and properties to protected. A few minor bug fixes. More... about 11 years ago
Minor changes More... about 11 years ago
Help text edited More... over 11 years ago
Needed to move the initial this->clear() call back into the constructor. More... over 11 years ago
Removed some legacy files. Improved use of array_key_exists. More... over 11 years ago
Convert tabs to spaces, and lineendings to LF in all files. More... over 11 years ago
Using array_key_exists() instead of isset() where null may be a used value. Added params to Prefs constructor. Include setDefault functionality for cookie storage types. Finished cookie storagetype of Prefs. More... over 11 years ago
Added cookie storage to Prefs(). Created App->addCookie method. Improved PHP version checks. More... over 11 years ago
Disabled header output when _CLI is defined. More... over 11 years ago
Logging longer messages when possible. Fixed compatibility regression with Nav::currentPage(); may break compatability with codebase v2.1.6 only. More... over 11 years ago
Added nonexistant mb_str_pad function More... over 11 years ago
Minor fixes to JS and CSS delivery mechanisms More... over 11 years ago
Minor logging change More... over 11 years ago
improved css/js strip whitespace methods. More... over 11 years ago
[no comment] More... over 11 years ago
First use of codebase javascript (codebase/js and codebase/lib/JS.inc.php). More... over 11 years ago
Completed integrating ^/branches/eli_branch into ^/trunk. Changes include: More... over 11 years ago
Removed 'Session not authenticated' logging More... over 11 years ago
Added jsDump function. Updated Navigation::currentPage so test url and curr url both have the option to exclude the query string. More... over 11 years ago
Check for new 'saved' key to determine if reset is needed. This helps users with old sessions when a site is upgraded. More... over 11 years ago
Added 'Remember me' checkbox to login form. Renamed 'persistent' key to 'saved' in Prefs.inc.php. More... over 11 years ago
Empty strings are better than zero for default select options. Updated functionality of Nav::currentPage(). More... over 11 years ago
Edit comments More... over 11 years ago
Revent null values going to validateStrDate More... over 11 years ago
Fixed /services/admin.php rm sql. More... over 11 years ago
Removed use of requireAccessClearance(). Adjusted sequence of sslOn() and requireLogin(). Added ACL::requireAllow() method. Added arguments to SortOrder::set(). Changed behavior of Validator::validateStrDate(). Added use of Validator::validateStrDate() to module maker templates. More... over 11 years ago
Fixed css widths of input elements. v2 More... over 11 years ago
Fixed css widths of input elements. More... over 11 years ago
Improved the truncate() function. More... over 11 years ago
Reinstated priv->user_type conversion for legacy impementations; fixed hidden element array bug. More... over 11 years ago