aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggPluginPackage.php
AgeCommit message (Expand)Author
2011-02-05Fixes #2852: Checking other plugins' conflicts to see if plugin is able to be...brettp
2011-02-04Renamed 'name' to 'plugin' for priority req. Updated unit tests and docs.brettp
2011-02-04Added new priority 'requires' for plugin dep system. You can now say that a p...brettp
2011-02-04Fixes #2820, Fixes #2823. Using elgg_get_plugins() in elgg_get_plugins_provid...brettp
2011-02-03changed elgg_get_plugin_path() to elgg_get_plugins_path()cash
2011-01-07Refs #2781: Checking if a dir was passed as a plugin package. Need to do this...brettp
2011-01-07Refs #2781 path checking in ElggPluginPackage constructor should work for bot...cash
2011-01-06Fixes #2774 - fixes several E_NOTICE issues - mostly due to accessign array i...cash
2011-01-05Fixes #2760. Refs #2759. Updated plugin admin actions to use the new system. ...brettp
2011-01-03Removed experimental duplicate code from ElggPlugin.brettp
2011-01-02Fixes #1986, #2170, #2225, #2759. Integrated ElggPluginPackage and ElggPlugin...brettp
2010-12-14Cleaned up constructor logic for ElggPluginPackage. Better detection of inva...brettp
2010-12-07Removed leading _ in private var names.brettp
2010-12-06Renamed 'elgg' manifest requirment to 'elgg_version' to be more in line with ...brettp
2010-12-03Refs #1986 #2170 #2225. Added semantic manifest.xml support and unit tests. ...brettp