Age | Commit message (Expand) | Author |
2013-03-15 | more coding standard fixes | cash |
2013-02-09 | Small changes to remove static analysis noise and simplify flow | Steve Clay |
2013-02-09 | Doc fixes and inline type hints for variables (big static analysis cleanup) | Steve Clay |
2013-01-17 | Fixes #3123 - Correct name length control in datalist_get and set_config | Paweł Sroka |
2012-11-27 | elgg_get_config: Don't generate NOTICE if $value not set | Steve Clay |
2012-11-27 | Don't hit DB on elgg_get_config after putting all configuration into local ob... | Paweł Sroka |
2012-06-18 | Fixes #4483 fixes undefined variable errors for non-deprecated functions in e... | Cash Costello |
2012-02-04 | Merge pull request #156 from cash/cache_lang | cash |
2012-02-03 | response from insert_data needs to be checked for !== FALSE | Janek Lasocki-Biczysko |
2012-01-25 | caching language data | cash |
2012-01-24 | Fixes #4272 where an array of entity types can be used, use array in config o... | Cash Costello |
2012-01-21 | Fixes #4180 finished conversion to system cache by converting datalist/CONFIG... | Cash Costello |
2012-01-21 | cleans up the boot process | Cash Costello |
2012-01-21 | updated documentation of configuration lib | Cash Costello |
2012-01-09 | coding standard fixes to engine | Cash Costello |
2011-10-30 | setting $CONFIG->context earlier to avoid using the context functions before ... | Cash Costello |
2011-10-08 | Fixes #3936 added @access private to internal functions | Cash Costello |
2011-10-01 | Fixes #3826 using wwwroot in 1.8.x releases | cash |
2011-06-25 | datalist_get() was incorrectly setting escaped values in the cache. | Brett Profitt |
2011-03-26 | Fixes #3250 elgg_get_root_path() to be consistent | cash |
2011-03-17 | Fixes #3123. Datalists and config names can now be up to 255 chars long. Debu... | brettp |
2011-02-20 | Refs #2793, #2956. Ported run_function_once() and datalist_get/set() changes ... | brettp |
2011-02-20 | Refs #2813, #2956. Ported get_config() returns null to 1.8's get_config() and... | brettp |
2011-02-08 | Refs #2543: Core uses the new functions from previous commit. | brettp |
2011-02-03 | changed elgg_get_plugin_path() to elgg_get_plugins_path() | cash |
2011-02-03 | Refs #2428 just a few more CONFIG uses left to be replaced | cash |
2010-12-29 | added a catch for configuration names longer than 32 characters | cash |
2010-12-29 | fixed bug where get_config was returning 0 because there is not not auto id o... | cash |
2010-12-27 | Refs #2543: set_default_config() uses better names. get_config() rewrites old... | brettp |
2010-12-01 | Fixes #2461 unsetting CONFIG variable in unset_config() | cash |
2010-11-30 | Refs #2428 adds elgg_get_plugin_path() and elgg_get_data_path() | cash |
2010-11-29 | Refs #2428 added elgg_get_config(), elgg_set_config(), and elgg_save_config() | cash |
2010-11-10 | Fixes #2367: With fear and trepidation, converting events/plugin hooks to use... | ewinslow |
2010-10-30 | ripped out last remaining tentacles of old installer from core - just needs r... | cash |
2010-10-30 | moved datalist code into the configuration lib | cash |
2010-10-28 | Standardized code in all of core, not including language files, tests, or cor... | brettp |
2010-09-09 | Refs #2450: Documented configuration.php. | brettp |
2010-03-22 | Merged 1.7 bugfixes back into core. (5376:HEAD). | brettp |
2010-03-17 | Updated documentation for set_config(). Removed unnecessary escaping of valu... | brettp |
2009-10-15 | Standardized gobs of files. | 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-04-08 | Close #968: View path cache can now be turned on and off | marcus |
2009-02-23 | Added the ability to turn simplecache on and off. | kevinjardine |
2009-01-23 | Refs #706 | marcus |
2009-01-05 | Fixes #655, Refs #628: Install now working with correct event chain (#628). | marcus |
2008-11-03 | Minor tweaks 'cos case does matter... | marcus |
2008-10-16 | Closes #438 | marcus |
2008-09-30 | Closes #388: Additionally the site check in configuration_init() should be in... | marcus |
2008-07-25 | sitedescription now loaded into config and displayed | marcus |