# # ChangeLog for branches/2.0singleton/lib/SessionCache.inc.php # # Generated by Trac 1.0.13 # Jul 3, 2024 2:40:01 PM Thu, 01 Jun 2006 07:42:53 GMT scdev [135] * branches/2.0singleton/bin/module_maker/skel/admin.php (modified) * branches/2.0singleton/docs/file_layout.txt (modified) * branches/2.0singleton/docs/revision_history.txt (modified) * branches/2.0singleton/lib/App.inc.php (modified) * branches/2.0singleton/lib/Auth_File.inc.php (modified) * branches/2.0singleton/lib/Auth_SQL.inc.php (modified) * branches/2.0singleton/lib/AuthorizeNet.inc.php (modified) * branches/2.0singleton/lib/CSS.inc.php (modified) * branches/2.0singleton/lib/DB.inc.php (modified) * branches/2.0singleton/lib/DBSessionHandler.inc.php (modified) * branches/2.0singleton/lib/Email.inc.php (modified) * branches/2.0singleton/lib/FormValidator.inc.php (modified) * branches/2.0singleton/lib/Google_API.inc.php (modified) * branches/2.0singleton/lib/Hierarchy.inc.php (modified) * branches/2.0singleton/lib/Image.inc.php (modified) * branches/2.0singleton/lib/ImageThumb.inc.php (modified) * branches/2.0singleton/lib/MCVE.inc.php (modified) * branches/2.0singleton/lib/Nav.inc.php (modified) * branches/2.0singleton/lib/PEdit.inc.php (modified) * branches/2.0singleton/lib/PageNumbers.inc.php (modified) * branches/2.0singleton/lib/PayPal.inc.php (modified) * branches/2.0singleton/lib/Prefs.inc.php (modified) * branches/2.0singleton/lib/RecordLock.inc.php (modified) * branches/2.0singleton/lib/RecordVersion.inc.php (modified) * branches/2.0singleton/lib/ScriptTimer.inc.php (modified) * branches/2.0singleton/lib/SessionCache.inc.php (modified) * branches/2.0singleton/lib/SortOrder.inc.php (modified) * branches/2.0singleton/lib/SpellCheck.inc.php (modified) * branches/2.0singleton/lib/Upload.inc.php (modified) * branches/2.0singleton/services/admins.php (modified) * branches/2.0singleton/services/logout.php (modified) * branches/2.0singleton/services/logs.php (modified) * branches/2.0singleton/services/templates/log_list.ihtml (modified) * branches/2.0singleton/tests/SessionCacheTest.php (modified) Q - Finished integrating singleton methods into existing code. ... Fri, 26 May 2006 21:29:19 GMT scdev [128] * branches/2.0singleton/lib/ImageThumb.inc.php (modified) * branches/2.0singleton/lib/MCVE.inc.php (modified) * branches/2.0singleton/lib/Nav.inc.php (modified) * branches/2.0singleton/lib/PEdit.inc.php (modified) * branches/2.0singleton/lib/PageNumbers.inc.php (modified) * branches/2.0singleton/lib/PageSequence.inc.php (modified) * branches/2.0singleton/lib/PayPal.inc.php (modified) * branches/2.0singleton/lib/Prefs.inc.php (modified) * branches/2.0singleton/lib/RecordLock.inc.php (modified) * branches/2.0singleton/lib/RecordVersion.inc.php (modified) * branches/2.0singleton/lib/SessionCache.inc.php (modified) * branches/2.0singleton/lib/SortOrder.inc.php (modified) * branches/2.0singleton/lib/SpellCheck.inc.php (modified) * branches/2.0singleton/lib/TemplateGlue.inc.php (modified) * branches/2.0singleton/lib/Upload.inc.php (modified) finished /lib folder Mon, 22 May 2006 21:40:24 GMT scdev [122] * branches/2.0singleton (copied) Q - Branched trunk to implement singlton pattern instead of static ... Sat, 20 May 2006 02:12:12 GMT scdev [119] * trunk/bin/module_maker/module.cli.php (modified) * trunk/lib/App.inc.php (modified) * trunk/lib/Auth_SQL.inc.php (modified) * trunk/lib/DB.inc.php (modified) * trunk/lib/Email.inc.php (modified) * trunk/lib/FormValidator.inc.php (modified) * trunk/lib/ImageThumb.inc.php (modified) * trunk/lib/SessionCache.inc.php (modified) * trunk/lib/SortOrder.inc.php (modified) * trunk/lib/Upload.inc.php (modified) * trunk/services/templates/password.ihtml (modified) Q - making codebase 2 work with php5. Rewrote ImageThumb class to ...