aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/database.php
AgeCommit message (Expand)Author
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-06fixed some minor documentation issuescash
2011-01-23Refs #2804 #2805 pulling changes in trunk from 1.7 branchcash
2011-01-06Refs #1242, Fixes #2775. Pulled common code between get_data() and get_data_r...brettp
2010-11-22Refs #2673 moved changes into trunk from 1.7 branchcash
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-10-30ripped out last remaining tentacles of old installer from core - just needs r...cash
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-20Refs #2474 - merged [6976] from 1.7 branch into trunkcash
2010-10-10removed function replaced by installercash
2010-09-13Refs #2450: Really removed the @uses and @see tags.brettp
2010-09-13Refs #2450: Removing @see and @uses. Replaced NB: with English phrases.brettp
2010-09-08Refs #2450: Documentation added for database functions.brettp
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
2010-08-22Merged r6701:6756 from 1.7 branch into trunkcash
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