aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggPlugin.php
AgeCommit message (Expand)Author
2011-02-05using setPrivateSetting() and getPrivateSetting() instead of procedural funct...cash
2011-02-04Fixed typo that caused ElggPlugin->path not to be correctly set when loading ...brettp
2011-02-04Added new priority 'requires' for plugin dep system. You can now say that a p...brettp
2011-02-03changed elgg_get_plugin_path() to elgg_get_plugins_path()cash
2011-01-22fixed bug with plugin settings because of assignment operator confusioncash
2011-01-22Fixes #2812 - correct check for guid nowcash
2011-01-22fixed backward compatibility issue with $CONFIG in plugins' start.phpcash
2011-01-07Refs #2781: Using same technique to check for full plugin path in ElggPlugin.brettp
2011-01-05Fixes #2760. Refs #2759. Updated plugin admin actions to use the new system. ...brettp
2011-01-03Added ElggPlugin::getPath().brettp
2011-01-03Fixes #2763. Better normalizing for unused 1.7 manifest options. Added loggi...brettp
2011-01-02Fixes #1986, #2170, #2225, #2759. Integrated ElggPluginPackage and ElggPlugin...brettp
2010-11-30Refs #1986 #2170 #2225 Added ElggPluginManifest, ElggPluginManifestParser, an...brettp
2010-11-20Refs #2629 This should fix this ticket. Need to remove initialise_attributes ...cash
2010-11-20Marking initialise_attributes as deprecated in ElggPluginewinslow
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-09-22Converted line endings to unix.brettp
2010-09-22Refs #2450: Documented a few more classes.brettp
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow