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