Age | Commit message (Expand) | Author |
2012-01-08 | coding standards fixes - comments | Cash Costello |
2011-10-17 | added additional readme names for display on plugin page | Cash Costello |
2011-10-02 | Fixes #3915. Added ElggPlugin->getFriendlyName() to check for manifest->getNa... | Brett Profitt |
2011-08-27 | Fixes #3434. Manifests are checked more carefully on anything that checks dep... | Brett Profitt |
2011-05-24 | Fixes #3467. Fixed bugs in priority deps. Can now disable active plugins with... | brettp |
2011-05-09 | Fixes 3426. Not using a horrible variable name and fixing the bug created by it. | 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-26 | Fixes typo in ElggPluginPackage constructor: https://github.com/lorea/Elgg/co... | cash |
2011-03-14 | Fixes #2928: Invalid plugins are shown on the advance page with details about... | brettp |
2011-02-18 | Fixes #2945, Refs #2946. Plugins that require priority on an uninstalled plug... | brettp |
2011-02-09 | Refs #2874: Using elgg_get_plugins() instead of get_installed_plugins(). | 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-05 | Fixes #2852: Checking other plugins' conflicts to see if plugin is able to be... | 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 | 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-07 | Refs #2781: Checking if a dir was passed as a plugin package. Need to do this... | 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-03 | Removed experimental duplicate code from ElggPlugin. | brettp |
2011-01-02 | Fixes #1986, #2170, #2225, #2759. Integrated ElggPluginPackage and ElggPlugin... | brettp |
2010-12-14 | Cleaned up constructor logic for ElggPluginPackage. Better detection of inva... | brettp |
2010-12-07 | Removed leading _ in private var names. | brettp |
2010-12-06 | Renamed 'elgg' manifest requirment to 'elgg_version' to be more in line with ... | brettp |
2010-12-03 | Refs #1986 #2170 #2225. Added semantic manifest.xml support and unit tests. ... | brettp |