Age | Commit message (Expand) | Author |
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 | 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 | Allowing metastrings_type for metastring-based object functions. | brettp |
2011-02-13 | Removed worthless function from previous commit. | brettp |
2011-02-13 | Refs #2907. DRY'd up and abstracted out a lot of metadata / annotation functi... | brettp |
2011-02-13 | Refs #2301 demoting type:subtype warnings to notices | cash |
2011-02-13 | Fixes #2848 pulls user settings code out of actions into functions. We should... | cash |
2011-02-13 | user settings library is now user_settings.php | cash |
2011-02-13 | documentation update for admin functions | cash |
2011-02-13 | admin menu uses weights for ordering | cash |
2011-02-12 | Updated a few recent calls to elgg_get_annotations() to use 'reverse_order_by... | brettp |
2011-02-12 | Refs #2906. Missed a file. | brettp |
2011-02-12 | Fixes #2906. Added elgg_sql_reverse_order_by() and wired it up to ege() and e... | brettp |
2011-02-12 | Refs #650. Replaced calls to get_annotations() by elgg_get_annotations(). | brettp |
2011-02-12 | Refs #650. Replaced uses for get_metadata_byname() by elgg_get_metadata() | brettp |
2011-02-12 | Refs #650. Changed elgg_get_metadata_by_id() to elgg_get_metadata_from_id() t... | brettp |
2011-02-12 | Refs #650. Replaced get_metadata() by elgg_get_metadata_by_id() | brettp |
2011-02-12 | Refs #650: Replaced uses of get_metadata_for_entity() by elgg_get_metadata(). | brettp |
2011-02-12 | Deprecated get_metadata() by elgg_get_metadata_by_id() to avoid confusion wit... | brettp |
2011-02-12 | Refs #650: Deprecated find_metadata() with elgg_get_metadata(). Deprecated ge... | brettp |
2011-02-12 | fixed bug in elgg_format_attributes() that caused none string values to be ig... | cash |
2011-02-12 | register_entity_url_handler => elgg_register_entity_url_handler (because ever... | ewinslow |
2011-02-12 | Refs #2610: Using call_user_func in url hooks | ewinslow |
2011-02-12 | Page handler uses call_user_func (so methods of classes can be used as page h... | ewinslow |
2011-02-12 | Added elgg_get_entities_from_plugin_user_settings(). Added a name_prefix opti... | brettp |
2011-02-12 | Fixes #2904: Converted most elgg_view('layout/objects/module') instances to e... | ewinslow |
2011-02-12 | Added an elgg_view_module shortcut function -- now to try it out! | ewinslow |
2011-02-12 | Added missing @deprecated tags to a couple functions | ewinslow |
2011-02-12 | set_view_location => elgg_set_view_location (to match elgg_get_view_location) | ewinslow |
2011-02-12 | One more conversion to elgg_view_form | ewinslow |
2011-02-11 | Typo correction: @deprecate => @deprecated | ewinslow |
2011-02-11 | Fixes #2888: Plugins are checked for validity in elgg_get_plugins(). It won't... | brettp |
2011-02-11 | Bah Didn't hit save on annotations.php before I commited the previous change. | brettp |