Age | Commit message (Expand) | Author |
2011-02-09 | Refs #2874: Using elgg_get_plugins() instead of get_installed_plugins(). | brettp |
2011-02-09 | Fixed typo that break ElggPlugin::isActive(). | 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 | Fixes #2863: Can now use all 6 dep types with conflicts. | brettp |
2011-02-08 | Added suggests to the plugins deps system. It parallels the requires system, ... | brettp |
2011-02-08 | Running plugins' blurb, description, name, and screenshot->description throug... | 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 | Fixed bug when trying to set a plugin's priority to 1 without using "first." | brettp |
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 | supporting private settings before an entity is saved | cash |
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 |
2011-02-04 | Fixed typo that caused ElggPlugin->path not to be correctly set when loading ... | brettp |
2011-02-04 | Renamed 'name' to 'plugin' for priority req. Updated unit tests and docs. | brettp |
2011-02-04 | Fixed problems showing detected values for plugin conflicts. Clarified langua... | brettp |
2011-02-04 | Added new priority 'requires' for plugin dep system. You can now say that a p... | brettp |
2011-02-04 | I'm a dummy -- getType and getSubtype are taken care of by Loggable... | ewinslow |
2011-02-04 | Added type and subtype abstract functions to ElggData | ewinslow |
2011-02-04 | Fixes #2820, Fixes #2823. Using elgg_get_plugins() in elgg_get_plugins_provid... | brettp |
2011-02-03 | Updated elgg_get_plugin_path in load_plugin_manifest to elgg_get_plugins_path | ewinslow |
2011-02-03 | removed one_column_with_sidebar layout - use one_sidebar instead | cash |
2011-02-03 | removed uses of $vars[config] in views | cash |
2011-02-03 | removes uses of $vars[url] from core and plugins | cash |
2011-02-03 | Fixes #2124 only setting $vars[user], $vars[url], and $vars[config] in elgg_v... | cash |
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 |
2011-02-03 | Added more info to the @params documentation for elgg_register_action. | brettp |
2011-02-02 | Fixes #2846: elgg_view_river_item calls river/item view first. | ewinslow |
2011-02-02 | Fixes #2844 setting table for access_id to fix fatal error | cash |
2011-02-01 | Initialize global $CURRENT_SYSTEM_VIEWTYPE correctly | ewinslow |
2011-02-01 | Moved deprecated files from sessions.php - xml.php into deprecation files for... | ewinslow |
2011-02-01 | Moved functions from export.php - river.php into deprecated files | ewinslow |
2011-02-01 | Moving deprecated functions out of files access.php - entities.php. This tim... | ewinslow |
2011-02-01 | Reversing 7975 | ewinslow |
2011-02-01 | Refs #2839: moved deprecated functions from access.php - private_settings.php... | ewinslow |