Age | Commit message (Expand) | Author |
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-04-25 | Renamed ElggPlugin->canIncludeFile() to ->canReadFile() and am using is_reada... | brettp |
2011-04-16 | Fixes #3310. Applied lie2815's patch to use activate.php and deactivate.php i... | brettp |
2011-03-14 | Fixes #2928: Invalid plugins are shown on the advance page with details about... | brettp |
2011-03-14 | Refs #3079: Making sure elgg_get_max_plugin_priority() returns 1 instead. Fix... | brettp |
2011-03-13 | Refs #3079: Better checks in ElggPlugin::setPriority() to avoid priorities of... | brettp |
2011-02-27 | Fixes #3011. on_activate and on_deactivate work for plugins now. Updated the ... | 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-09 | Fixed typo that break ElggPlugin::isActive(). | 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-06 | Fixed bug when trying to set a plugin's priority to 1 without using "first." | brettp |
2011-02-05 | using setPrivateSetting() and getPrivateSetting() instead of procedural funct... | cash |
2011-02-04 | Fixed typo that caused ElggPlugin->path not to be correctly set when loading ... | brettp |
2011-02-04 | Added new priority 'requires' for plugin dep system. You can now say that a p... | brettp |
2011-02-03 | changed elgg_get_plugin_path() to elgg_get_plugins_path() | cash |
2011-01-22 | fixed bug with plugin settings because of assignment operator confusion | cash |
2011-01-22 | Fixes #2812 - correct check for guid now | cash |
2011-01-22 | fixed backward compatibility issue with $CONFIG in plugins' start.php | cash |
2011-01-07 | Refs #2781: Using same technique to check for full plugin path in ElggPlugin. | brettp |
2011-01-05 | Fixes #2760. Refs #2759. Updated plugin admin actions to use the new system. ... | brettp |
2011-01-03 | Added ElggPlugin::getPath(). | 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-11-30 | Refs #1986 #2170 #2225 Added ElggPluginManifest, ElggPluginManifestParser, an... | brettp |
2010-11-20 | Refs #2629 This should fix this ticket. Need to remove initialise_attributes ... | cash |
2010-11-20 | Marking initialise_attributes as deprecated in ElggPlugin | ewinslow |
2010-10-28 | Standardized code in all of core, not including language files, tests, or cor... | brettp |
2010-09-22 | Converted line endings to unix. | brettp |
2010-09-22 | Refs #2450: Documented a few more classes. | brettp |
2010-09-06 | Refs #2220: Pulled most classes / interfaces out of lib files (except query.p... | ewinslow |