Age | Commit message (Expand) | Author |
2011-05-14 | Refs #2591 we were not logging inserts, updates, and deletes. Also logging wa... | cash |
2011-05-14 | made database query logging explicitly set to NOTICE level | cash |
2011-04-18 | Fixes #2046. Applied Franz' patch for sanitize_int(). | brettp |
2011-03-27 | Fixes #2591 removing newlines in queries - thanks to Tachyon | cash |
2011-02-18 | Fixes #1433, #2183. Upgrades are now tracked and will be run if needed regard... | brettp |
2011-02-08 | Refs #2543: Core uses the new functions from previous commit. | brettp |
2011-02-06 | fixed some minor documentation issues | cash |
2011-01-23 | Refs #2804 #2805 pulling changes in trunk from 1.7 branch | cash |
2011-01-06 | Refs #1242, Fixes #2775. Pulled common code between get_data() and get_data_r... | brettp |
2010-11-22 | Refs #2673 moved changes into trunk from 1.7 branch | cash |
2010-11-10 | Fixes #2367: With fear and trepidation, converting events/plugin hooks to use... | ewinslow |
2010-11-03 | Refs #1320. Updated core to use elgg_echo()'s native string replacement. | brettp |
2010-10-30 | ripped out last remaining tentacles of old installer from core - just needs r... | cash |
2010-10-28 | Standardized code in all of core, not including language files, tests, or cor... | brettp |
2010-10-20 | Refs #2474 - merged [6976] from 1.7 branch into trunk | cash |
2010-10-10 | removed function replaced by installer | cash |
2010-09-13 | Refs #2450: Really removed the @uses and @see tags. | brettp |
2010-09-13 | Refs #2450: Removing @see and @uses. Replaced NB: with English phrases. | brettp |
2010-09-08 | Refs #2450: Documentation added for database functions. | brettp |
2010-08-22 | Merged r6757:6810 from 1.7 branch into trunk | cash |
2010-08-22 | Merged r6701:6756 from 1.7 branch into trunk | cash |
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 |