Age | Commit message (Expand) | Author |
2011-02-20 | added code to figure out page owner rather than explicitly setting in all the... | cash |
2011-02-20 | Fixes #2049. Created migration for 1.7 custom profile fields to 1.8. | brettp |
2011-02-20 | Refs #2833, #2956. Merged 1.7's action timeout changes to 1.8. | brettp |
2011-02-20 | Refs #2956. Merged left out merges from r2799 to trunk. | brettp |
2011-02-20 | Refs #2749, #2956. Merged elgg_depracated_notice() fixes to trunk. | 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-20 | Refs #2617, #2956: Merged email notification exception message fix in r7926 t... | brettp |
2011-02-20 | Fixes #2963: Rewrote ElggEntity->setMetadata() because yikes. Wrote unit test... | brettp |
2011-02-20 | Fixed problems with user-self registration if default widgets are set. | brettp |
2011-02-19 | fixed typo | cash |
2011-02-19 | Fixes #2905: Admin action links on user hover menu asks for confirmation. | brettp |
2011-02-19 | Added 4 methods to ElggMenuItem: get/setLinkClass() and get/setItemClass(). T... | brettp |
2011-02-19 | added documentation for the livesearch page handler | cash |
2011-02-19 | Fixes #2753: Default widgets merged into core as extensible admin section and... | brettp |
2011-02-18 | Fixing list_registered_entities() from displaying things it should. You now ... | brettp |
2011-02-18 | Fixes #2943: Removed engine/lib/install.php | ewinslow |
2011-02-18 | Refs #2950: layout/objects => page/components | ewinslow |
2011-02-18 | Refs #2950: layout/shells => page/layouts | ewinslow |
2011-02-18 | Refs #2950: layout/elements => page/elements | ewinslow |
2011-02-18 | Fixes #2945, Refs #2946. Plugins that require priority on an uninstalled plug... | brettp |
2011-02-18 | Refs #2847. Fixed simplecache settings and functionality for initial installa... | brettp |
2011-02-18 | Fixes #1433, #2183. Upgrades are now tracked and will be run if needed regard... | brettp |
2011-02-15 | Moved all deprecated core functions into the appropriate deprecation fine | ewinslow |
2011-02-15 | Removed all calls to deprecated register_entity_type | ewinslow |
2011-02-15 | Fixes #2923: Removed "view" prefix from simplecache function names | ewinslow |
2011-02-15 | Fixes #2695: Return false on autoload fail, rather than throwing exception | ewinslow |
2011-02-15 | Fixes #2777: delete_entity is now recursive | ewinslow |
2011-02-15 | Fixes #2860: Deprecated several registration functions that were using the 'c... | ewinslow |
2011-02-15 | Fixes #2476: update_entity_last_action() sanitizes posted time. | ewinslow |
2011-02-15 | Updated egef_plugin_user_settings() to accept plugin_id instead of plugin_name. | brettp |
2011-02-15 | Fixes #2926: Fixed upgrade for plugin user settings. | brettp |
2011-02-15 | Fixes #2920: Moved simplecache functions into cache.php | ewinslow |
2011-02-15 | Fixes #2808: elgg_get_array_value => elgg_extract | ewinslow |
2011-02-15 | Replaced all occurrences of register_page_handler in core with elgg_register_... | ewinslow |
2011-02-14 | Prepended elgg_ to (un)register_page_handler() functions. Deprecated old ones | ewinslow |
2011-02-14 | Refs #2610: Custom template handler for views now sent through call_user_func | ewinslow |
2011-02-14 | Refs #2124: Adding backwards compatibility conversions for internalname/inter... | ewinslow |
2011-02-14 | Refs #2525: jQuery => 1.5, jQuery UI => 1.8.9 | ewinslow |
2011-02-14 | Clearing caches in ElggBatch. | brettp |
2011-02-14 | Cache handler won't serve up cached pages if caching is disabled. Refs #2758:... | brettp |
2011-02-14 | Removed last of deprecated metadata calls in trunk. | brettp |
2011-02-14 | Updated trunk to use new annotation functions. Added checks for annotations_*... | brettp |
2011-02-14 | Fixes #2918. Moved annotation/metadata delete functions from ElggUser to Elgg... | brettp |
2011-02-14 | More fixes to annotations/metadata changes. Now all function support getting ... | brettp |
2011-02-14 | Fixes #2914. Merged fix for r.time_created sorting to trunk. | brettp |
2011-02-14 | Refs #2912. Added checks for constraints in dangerous functions. Unit tests n... | brettp |
2011-02-13 | Deprecated ElggEntity->clearMetadata() by ElggEntity->deleteMetadata(). Disab... | brettp |
2011-02-13 | If using a callback in ElggBatch, make sure there's an initial value to return. | brettp |
2011-02-13 | Allowing metastrings_type for metastring-based object functions. | brettp |