aboutsummaryrefslogtreecommitdiff
path: root/engine/classes/ElggPlugin.php
AgeCommit message (Expand)Author
2013-12-09Code style fixes for recent PRSteve Clay
2013-12-02Fix #6238 Return blank arrays Ed Lyons
2013-07-05Refs #5662 added error message for what should be impossible conditioncash
2013-07-05Fixes #5671 fixed query for clearing admin settings on plugincash
2013-03-16engine now is standards compliantcash
2013-02-09Lots of new @todos :(Steve Clay
2013-02-09Doc fixes and inline type hints for variables (big static analysis cleanup)Steve Clay
2013-01-25Fixes #4987 removed unnecessary codecash
2012-12-17Merge pull request #446 from mrclay/4929-18-entitiesoptBrett Profitt
2012-11-26Refs #4933: cache in plugin constructor, remove $CONFIGSteve Clay
2012-11-26Fixes #4929: Optimize elgg_get_entities and add attribute loaderSteve Clay
2012-09-03Fixes #4290: adds volatile metadata cache, unit tests, and pre-loading for fe...Steve Clay
2012-05-14Refs #4313. Loading ElggPlugin classes with the fully joined objects table.Brett Profitt
2012-01-08coding standards fixes - commentsCash Costello
2011-10-08Fixes #3743 returning bool instead of int when setting a private settingCash Costello
2011-10-02Fixes #3915. Added ElggPlugin->getFriendlyName() to check for manifest->getNa...Brett Profitt
2011-07-06Fixes #2204 standardized the hooks/overrides for plugin settings and usersett...Cash Costello
2011-07-02added logging to the web page footercash
2011-05-19Fixes #3462 empty classes directory is no longer treated as an errorcash
2011-04-27Refs #3362. Plugins don't check deps upon boot. Made package and manifest pri...brettp
2011-04-25Fixes #2899, #2870. Added README.txt, CHANGES.txt, COPYRIGHT.txt, LICENSE.txt...brettp
2011-04-25Renamed ElggPlugin->canIncludeFile() to ->canReadFile() and am using is_reada...brettp
2011-04-16Fixes #3310. Applied lie2815's patch to use activate.php and deactivate.php i...brettp
2011-03-14Fixes #2928: Invalid plugins are shown on the advance page with details about...brettp
2011-03-14Refs #3079: Making sure elgg_get_max_plugin_priority() returns 1 instead. Fix...brettp
2011-03-13Refs #3079: Better checks in ElggPlugin::setPriority() to avoid priorities of...brettp
2011-02-27Fixes #3011. on_activate and on_deactivate work for plugins now. Updated the ...brettp
2011-02-09Refs #2869, #2874. Renamed ElggPlugin::remove* functions to unset*. Added El...brettp
2011-02-09Refs #2869: Fixed problems when deleting user settings using wrapper function.brettp
2011-02-09Fixed typo that break ElggPlugin::isActive().brettp
2011-02-08Fixes #2858: is_plugin_enabled() is deprecated by elgg_is_active_plugin() ins...brettp
2011-02-08Fixes #2869: User settings for plugins work again.brettp
2011-02-08Refs #2543: Core uses the new functions from previous commit.brettp
2011-02-06Fixed bug when trying to set a plugin's priority to 1 without using "first."brettp
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