aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/plugins.php
AgeCommit message (Expand)Author
2011-02-01Refs #2839: moved deprecated functions from access.php - private_settings.php...ewinslow
2011-01-05Fixes #2760. Refs #2759. Updated plugin admin actions to use the new system. ...brettp
2011-01-04Fixed problem removing plugin entities if physical files were deleted.brettp
2011-01-03Reindexing plugin priorities after regenerating entities.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-12-30fixed a few issues with the admin backend - need to look into better ways to ...cash
2010-12-27fixing merge of plugin code [7727] - it blew away the plugin class loading codecash
2010-12-27Refs #2635, #2643. Merged cache changes into trunk.brettp
2010-12-03Refs #1986 #2170 #2225. Added semantic manifest.xml support and unit tests. ...brettp
2010-12-01Fixes #1457. Added optional status param for get_installed_plugins()brettp
2010-11-30Fix typo in previous.brettp
2010-11-30Refs #1986 #2170 #2225 Added ElggPluginManifest, ElggPluginManifestParser, an...brettp
2010-11-24Fixes #2655: Converted register_action to elgg_register_action throughout coreewinslow
2010-11-22Refs #2673 moved changes into trunk from 1.7 branchcash
2010-11-10Fixes #2367: With fear and trepidation, converting events/plugin hooks to use...ewinslow
2010-11-03Refs #1320. Updated core to use elgg_echo()'s native string replacement.brettp
2010-10-30fixed spelling mistake in commentcash
2010-10-28Standardized code in all of core, not including language files, tests, or cor...brettp
2010-10-22Removed @license, @copyright, and @author from files. License and copyright a...brettp
2010-10-14Fixes #2547: Plugins can now participate in autoloading classes.ewinslow
2010-09-15Refs #2220: Pulled remaining classes out of lib files. Core classes now auto...ewinslow
2010-09-06Refs #2220: Pulled most classes / interfaces out of lib files (except query.p...ewinslow
2010-08-22Merged r6812:6837 from 1.7 branch to trunk (skipping some changes to plugins ...cash
2010-08-22Merged r6757:6810 from 1.7 branch into trunkcash
2010-08-22Merged r6701:6756 from 1.7 branch into trunkcash
2010-05-28Refs #2115: Added elgg_is_valid_view_type(). Currently calculated at each loa...brettp
2010-05-05Merged 18_new_admin branch to trunk.brettp
2010-04-26Plugins are *required* to have a manifest.xml file.brettp
2010-04-13Creating a function to clear user-specific plugin settings.nickw
2010-04-05Added category and name as valid plugin manifest keys/values.brettp
2010-04-05load_plugin_manifest() converts multiple keys with the same name into assoc a...brettp
2010-02-08Updated copyright for core plugin manifests.brettp
2010-01-29Fixes #1468: Cleaned up logic for enabling and disabling plugins. Checking fo...brettp
2010-01-28Corrected clear_plugin_setting() to only remove a single plugin setting inste...brettp
2010-01-26Fixes #1454: Applied Cash's patch. Bad plugins are automatically disabled an...brettp
2009-12-05fixed bug introduced in [3608]cash
2009-11-12fixes #1286 - ElggPlugin get() wasn't handling "0" and returning null insteadcash
2009-11-03standardized xml.php and fixed output of booleans in xml viewcash
2009-10-30Removing deprecated function call from find_plugin_settings().nickw
2009-10-15Standardized gobs of files.brettp
2009-08-31All line endings are now Unix-style.brettp
2009-08-20Whoa nelly this is a big one: Removed license and copyright for files.brettp
2009-04-17Closes #982: Object limit maximum raised.marcus
2009-04-08Refs #946: Improved documentation on enable/disable/reorder plugin commandsmarcus
2009-04-08Refs #968 & #946: Tidied filepath cache stuff by placing them in function calls.marcus
2009-04-02Closes #945: enable/disable_plugin now updates $ENABLED_PLUGINS_CACHEmarcus
2009-03-03Minor tweaksmarcus
2009-03-03Closes #831: Plugin view location is now cached in a file in dataroot and is ...marcus
2009-02-27Enable all / disable all functionality addedmarcus