Age | Commit message (Expand) | Author |
2013-04-13 | Fixes #4978 integrates LRU cache for db query cache | cash |
2013-04-13 | introduces _elgg_invalidate_query_cache() to dry up the db query cache code | cash |
2013-04-13 | documentation updates | cash |
2013-02-09 | Lots of new @todos :( | Steve Clay |
2013-02-09 | remove unused code: vars, foreach keys, etc | Steve Clay |
2013-02-09 | Doc fixes and inline type hints for variables (big static analysis cleanup) | Steve Clay |
2012-06-19 | Fixes #4382 catches lost connection to database - from Paweł | cash |
2012-01-21 | cleans up the boot process | Cash Costello |
2012-01-08 | coding standards fixes - comments | Cash Costello |
2011-11-10 | Fixes #4071 hellekin was right - it was a bad idea to format queries | cash |
2011-11-05 | Fixes #4049 casting bool to int so it doesn't disappear in the cache key | cash |
2011-10-08 | Fixes #3936 added @access private to internal functions | Cash Costello |
2011-10-02 | Merged fixes for delayed queries from 1.7. | Brett Profitt |
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 |