1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 21 hours ago.
Aug 03, 2024 — Aug 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
${1} More... about 19 years ago
Q - changed Prefs so varable is serialized in the database ... so we can save arrays and such. Updated Auth_* so encrypted userpass is never stored in the session. More... about 19 years ago
Q - Renamed tags/2.0 to 2.0.0 to indicate 2.0 "release", branched tags/2.0.1 to branches/2.0 to function as maintainanse branch for 2.0.* releases More... about 19 years ago
Q - urldecoding the input value to compare with PHP_SELF currentPage. More... about 19 years ago
${1} More... about 19 years ago
Q - decided to use standard instantiation for Prefs and Cache instead of singleton methods. More... about 19 years ago
Q - In the middle of working on the Prefs and Cache instantiation mode...can't decide to use singleton pattern or global vars. Updated ImageThumb to allow filenames with path elements such as 01/23/4567_file.jpg. More... about 19 years ago
Q - Changed one more SessionCache -> Cache, small bug fixt to Prefs, added operation help to modulemaker scripts. More... about 19 years ago
Q - okay now finished with Prefs.inc.php; it is sweeeet! More... about 19 years ago
Q - while we're changing interfaces I'm going to change ->clearAuth() to ->clear(). More... about 19 years ago
Q - Also change getVal/setVal to get/set in Auth_File. More... about 19 years ago
Q - Change Auth_SQL::getVal to Auth_SQL::get and Auth_SQL::setVal to Auth_SQL::set. More... about 19 years ago
Q - added persistant database storage to Prefs.inc.php. Modified getParam failure log type to LOG_DEBUG in all classes. More... about 19 years ago
Q - updated validation module maker to match gettext strings in FormValidator More... about 19 years ago
Q - Added lib/Validator.inc.php as a backend to FormValidator and also to be used directly for non-form validation and assertion. More... about 19 years ago
Q - global comments formatting change More... about 19 years ago
Q - small bugfix resulting from <strong> <em> conversion. More... about 19 years ago
Q - Changed <strong> to <em> in raiseMsg() calls. More... about 19 years ago
Q - another small change to Version.inc.php More... about 19 years ago
Q - missed a RecordLock name change More... about 19 years ago
Q - Renamed SessionCache to Cache, RecordVersion to Version, and RecordLock to Lock More... about 19 years ago
Q - Merged branches/2.0singleton into trunk. Completed updating classes to use singleton methods. Implemented tests. Fixed some bugs. Changed some interfaces. More... about 19 years ago
Q - Improved hashing algorithms in Auth_SQL, added more sc- css selectors, misc bug fixes More... about 19 years ago
Q - Added "sc-" to all css class selectors; Finished reworking Upload and ImageThumb (now with GD support!); More PHP 5 upgrades. More... about 19 years ago
Completed GD integration to ImageThumb More... about 19 years ago
Q - making codebase 2 work with php5. Rewrote ImageThumb class to work with GD More... about 19 years ago
[no comment] More... about 19 years ago
[no comment] More... about 19 years ago
Update return statement of Email::send method. More... about 19 years ago
Q - Finished depreciating addslashes. array_map instances need to use array('DB', 'escapeString') as first argument. More... over 19 years ago