index
:
lorea/elgg
floxglove-1
floxglove-2
floxglove-3
lorea-preprod
master
saravea
saraveadev
Social Networking Engine
Saravea
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engine
/
classes
/
ElggPlugin.php
Age
Commit message (
Expand
)
Author
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