Age | Commit message (Expand) | Author |
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 |
2011-02-11 | Moved list_entities_from_annotation_count_by_metadata() to deprecated-18.php. | brettp |
2011-02-11 | Refs #650. Added 'annotation_calculation' to elgg_get_annotations(). Deprecat... | brettp |
2011-02-11 | Added $viewer callback option for elgg_list_entities(). | brettp |
2011-02-11 | Fixed doc spacing that was throwing errors in PHP Code Sniffer. | brettp |
2011-02-11 | Moved get_annotations() to deprecated-1.8. | brettp |
2011-02-11 | Refs #650. Deprecated get_annotations() for elgg_get_annotations(). | brettp |
2011-02-11 | Fixes #2872 - returned plugin settings menu to working order | cash |
2011-02-10 | fixed access issue on menu name | cash |
2011-02-09 | Refs #2874. Finished removing calls to deprecated plugin mgmt functions in co... | brettp |
2011-02-09 | Refs #2874: More removal of deprecated function user in plugins systems. | brettp |
2011-02-09 | Refs #2869, #2874. Renamed ElggPlugin::remove* functions to unset*. Added El... | brettp |
2011-02-09 | Refs #2869: Fixed problems when deleting user settings using wrapper function. | brettp |
2011-02-09 | Refs #2874: Using elgg_get_plugins() instead of get_installed_plugins(). | brettp |
2011-02-09 | Refs #2874: Using elgg_is_active_plugin() in core and bundled plugins. | brettp |
2011-02-08 | Fixes #2858: is_plugin_enabled() is deprecated by elgg_is_active_plugin() ins... | brettp |
2011-02-08 | Fixes #2869: User settings for plugins work again. | brettp |
2011-02-08 | Refs #2543: Core uses the new functions from previous commit. | brettp |
2011-02-08 | Deprecated isadminloggedin(), isloggedin(), get_loggedin_user(), and get_logg... | brettp |
2011-02-08 | added a class variable to title view | cash |
2011-02-08 | Added suggests to the plugins deps system. It parallels the requires system, ... | brettp |
2011-02-07 | Pulled elgg-icon and elgg-icon-* into the admin css. Pulled out profile field... | brettp |
2011-02-07 | fixed typo in plugin library | cash |
2011-02-07 | Added drag and drop reordering of plugins. Started pulling out admin area's j... | brettp |
2011-02-07 | moved sticky forms into the input library | cash |
2011-02-06 | updated the file plugin to use the new icon structure | cash |
2011-02-06 | fixed some minor documentation issues | cash |
2011-02-06 | moved the count comments and likes functions into the ElggEntity class | cash |
2011-02-06 | Fixes #2854 removing my bad idea of auto-appending action in elgg_view_form() | cash |
2011-02-05 | using elgg-module-<type> | cash |
2011-02-05 | Fixes #2559 refs #2475 added ElggEntity:getIconURL() and elgg_view_entity_ic... | cash |
2011-02-05 | Fixes #2852: Checking other plugins' conflicts to see if plugin is able to be... | brettp |
2011-02-05 | using setPrivateSetting() and getPrivateSetting() instead of procedural funct... | cash |
2011-02-05 | Fixed a problem with detecting conflicting plugin versions. Not showing a st... | brettp |
2011-02-04 | Added support for screenshots in the advanced plugin admin. | brettp |