Age | Commit message (Expand) | Author |
2012-01-01 | Fixes #3992 fixed notice when loading plugins for first time | Cash Costello |
2011-11-01 | standardized the elgg_get_entities* function @return documentation | cash |
2011-10-30 | Fixes #2821. Plugins that are active and cannot be started emit an admin notice. | Brett Profitt |
2011-10-23 | Fixes #3991. Populating provided_by in elgg_get_plugins_provides(). | Brett Profitt |
2011-10-19 | fixed minor errors in the documentation in plugins and filestore lib | Cash Costello |
2011-10-08 | Fixes #3743 returning bool instead of int when setting a private setting | Cash Costello |
2011-10-08 | Fixes #3936 added @access private to internal functions | Cash Costello |
2011-09-29 | Fixes #3827 updated documentation on @return for elgg_get_entities* functions | cash |
2011-09-10 | made the documentation of the plugin settings code a little clearer | Cash Costello |
2011-08-27 | Fixes #3434. Manifests are checked more carefully on anything that checks dep... | Brett Profitt |
2011-04-27 | Removed stray test code. | brettp |
2011-04-27 | Refs #3362. Removed use of $show_bad in elgg_get_plugins(). | brettp |
2011-04-27 | Refs #3362. Plugins don't check deps upon boot. Made package and manifest pri... | brettp |
2011-04-25 | Fixes #2899, #2870. Added README.txt, CHANGES.txt, COPYRIGHT.txt, LICENSE.txt... | brettp |
2011-03-17 | Fixed a typo that broke ignore access. That was fun to track down >:O | brettp |
2011-03-14 | Refs #3079: Making sure elgg_get_max_plugin_priority() returns 1 instead. Fix... | brettp |
2011-03-10 | Fixes #2228: Major cleanup of urls -- remove leading pg/ and trailing / from ... | ewinslow |
2011-02-15 | Updated egef_plugin_user_settings() to accept plugin_id instead of plugin_name. | brettp |
2011-02-15 | Fixes #2808: elgg_get_array_value => elgg_extract | ewinslow |
2011-02-12 | Added elgg_get_entities_from_plugin_user_settings(). Added a name_prefix opti... | brettp |
2011-02-11 | Fixes #2888: Plugins are checked for validity in elgg_get_plugins(). It won't... | 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-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 | Added suggests to the plugins deps system. It parallels the requires system, ... | brettp |
2011-02-07 | fixed typo in plugin library | cash |
2011-02-05 | Fixes #2852: Checking other plugins' conflicts to see if plugin is able to be... | brettp |
2011-02-05 | Fixed a problem with detecting conflicting plugin versions. Not showing a st... | 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 | 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-02-01 | Moved functions from export.php - river.php into deprecated files | ewinslow |
2011-02-01 | Reversing 7975 | ewinslow |
2011-02-01 | Refs #2839: moved deprecated functions from access.php - private_settings.php... | ewinslow |
2011-01-05 | Fixes #2760. Refs #2759. Updated plugin admin actions to use the new system. ... | brettp |
2011-01-04 | Fixed problem removing plugin entities if physical files were deleted. | brettp |
2011-01-03 | Reindexing plugin priorities after regenerating entities. | 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 |
2010-12-30 | fixed a few issues with the admin backend - need to look into better ways to ... | cash |
2010-12-27 | fixing merge of plugin code [7727] - it blew away the plugin class loading code | cash |
2010-12-27 | Refs #2635, #2643. Merged cache changes into trunk. | brettp |
2010-12-03 | Refs #1986 #2170 #2225. Added semantic manifest.xml support and unit tests. ... | brettp |
2010-12-01 | Fixes #1457. Added optional status param for get_installed_plugins() | brettp |
2010-11-30 | Fix typo in previous. | brettp |