aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/database.php
AgeCommit message (Expand)Author
2010-04-05Merged 5530:5604 from 1.7 to trunk.brettp
2010-02-01Adding some \ns between the SQL error and the query in the database exception.brettp
2010-01-10Fixes #1432: Version number is set during installation.brettp
2009-12-31Closes #1424: Faulty database migrations will now halt an upgrade.brettp
2009-12-20cleaned up logic on db query cachecash
2009-12-17fixed warning due to database query cachecash
2009-10-19Replacing a direct call to error_log() with new elgg_log().nickw
2009-10-16Rewriting core debug messages to be more informative.nickw
2009-10-07database.php now more closely matches coding standards.brettp
2009-10-07Fixes #1181: UTF8 now correctly stored in database.brettp
2009-08-31All line endings are now Unix-style.brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-06-02Removed some error messagesmarcus
2009-05-22Refs #965: Allowing upgrades to be loaded from other locations.marcus
2009-05-19Refs #1027: Introducing $CONFIG->db_disable_query_cache which allows disablin...marcus
2009-04-08Added callback support to get_data_row()marcus
2009-03-30Closes #875: Using db linkmarcus
2009-03-02Corrected unnecessarily patriotic comments.ben
2009-02-13Added lazy database connections to delay establishing the db link until actua...marcus
2009-01-23Refs #706marcus
2008-11-07Profiling now showing queries executed before debug flag being setmarcus
2008-11-06* Database functions optimised and centralised a bitmarcus
2008-11-05Revert use of memcache for database query cachemarcus
2008-11-04More tweaksmarcus
2008-11-04Moved caching to function so it can be easily replacedmarcus
2008-11-03Database using new memory cache objectmarcus
2008-11-03Experimental database query caching, please report problems asap.marcus
2008-11-03Experimental database query caching, please report problems asap.marcus
2008-10-31Closes #493: Moved database queries out of module and in to core in line with...marcus
2008-10-07Closes #409: PHP update script to update core addedmarcus
2008-10-01Fixes #395marcus
2008-09-23The database schema will now automatically update itself on upgrade.ben
2008-09-20Apparently non-p connections are better in many cases, see http://www.slidesh...marcus
2008-09-06Fixes #330: I implemented the changes you suggested (except for quotes around...marcus
2008-08-19Refs #266: Error given if no database has been set up.marcus
2008-08-19Refs #256: Basic installation parameters checked.marcus
2008-07-08Removing annoying warning messagesben
2008-06-27git-svn-id: https://code.elgg.org/elgg/trunk@1194 36083f99-b078-4883-b0ff-0f9...marcus
2008-06-27Using persistent db connections. This should speed up pages with numerous sma...marcus
2008-06-27Removed explains since these weren't much usemarcus
2008-06-27Refs #101 - DB Profiling in debug mode (recommended usage means putting $CONF...marcus
2008-06-24Caching the show_db_tables functionben
2008-06-20Removed database gatekeepers to avoid chicken and egg problems with privilege...marcus
2008-06-20update_data now returns true on a successful update.ben
2008-06-19Re-enabled database gatekeepers, please report problems.marcus
2008-06-18Re-commented out callpath_gatekeeper. refs #37ben
2008-06-17Fixed #37. It turns out callpath_gatekeeper worked fine; PHP 5.2 with the Zen...ben
2008-06-17Removed references to callpath_gatekeeper.ben
2008-06-17Disabling the gatekeeper for now. Reopened #3ben
2008-06-13Marcus Povey: CLOSED - # 9: FilePluginFile not found marcus