Age | Commit message (Expand) | Author |
2011-02-12 | Refs #2898: Using an XML namespace instead of version attribute on plugin man... | 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 | Fixed typo that break ElggPlugin::isActive(). | 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 | 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-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-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-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 | 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 | changed elgg_get_plugin_path() to elgg_get_plugins_path() | cash |
2011-01-22 | Fixes #2586 ErrorResult has PHP5 constructor now | cash |
2011-01-22 | fixed bug with plugin settings because of assignment operator confusion | cash |
2011-01-22 | Fixes #2812 - correct check for guid now | cash |
2011-01-22 | fixed backward compatibility issue with $CONFIG in plugins' start.php | cash |
2011-01-07 | Refs #2781: Checking if a dir was passed as a plugin package. Need to do this... | brettp |
2011-01-07 | Refs #2781: Using same technique to check for full plugin path in ElggPlugin. | brettp |
2011-01-07 | Refs #2781 path checking in ElggPluginPackage constructor should work for bot... | cash |
2011-01-06 | Fixes #2774 - fixes several E_NOTICE issues - mostly due to accessign array i... | cash |
2011-01-05 | Fixes #2760. Refs #2759. Updated plugin admin actions to use the new system. ... | brettp |
2011-01-05 | Refs #2759: Added elgg_version to 1.7 manifest parser. | brettp |
2011-01-03 | Removed experimental duplicate code from ElggPlugin. | brettp |
2011-01-03 | Added ElggPlugin::getPath(). | brettp |
2011-01-03 | Fixes #2763. Better normalizing for unused 1.7 manifest options. Added loggi... | brettp |
2011-01-02 | Fixes #1986, #2170, #2225, #2759. Integrated ElggPluginPackage and ElggPlugin... | brettp |
2011-01-02 | Refs #2490. Using array_key_exists() instead of isset() in get() overrides to... | brettp |
2010-12-29 | page menu using the new menu system - admin menu updated | cash |
2010-12-27 | improved menu creation for on demand menus and integrated hover menu items in... | cash |
2010-12-27 | moved most of the code for the user hover menu into the new menu system | cash |
2010-12-23 | Added list groups and list friends class methods - will be handy for federation | cash |
2010-12-23 | added a class math to get a user's groups and cleaned up some documentation | cash |
2010-12-19 | fixed a few bugs and updated the widget code | cash |
2010-12-18 | half way through converting submenu to new menu code - pages and groups are t... | cash |
2010-12-18 | site nav menu now uses new menu code (and finished the implementation of cust... | cash |
2010-12-17 | Refs #2320 added new menu functions and classes | cash |
2010-12-15 | Fixes #2728 creating a name for plugins with 1.7 manifests based on hellekin'... | cash |