index
:
roundcube.git
local
master
working
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
program
/
lib
/
Roundcube
/
rcube_plugin_api.php
Age
Commit message (
Expand
)
Author
2015-03-11
Ignore plugin loading filter if force parameter is set
Thomas Bruederli
2015-02-24
Really make sure plugins aren't initialized twice
Aleksander Machniak
2015-02-23
Fix regression where require_plugin() wasn't initializing the plugin
Aleksander Machniak
2015-02-19
Merge pull request #259 from corbosman/plugin_preload
Aleksander Machniak
2015-02-04
Load plugins before sessions have started
corbosman
2015-02-04
Fix some typos in comments
Aleksander Machniak
2015-02-04
Fix error in exec_hook() in case some hook handler was unregistered before
Aleksander Machniak
2015-01-29
Fix exec_hook() so handlers added inside the hook are not omitted
Aleksander Machniak
2015-01-10
Remove hook aliases deprecated long time ago, CS fixes
Aleksander Machniak
2014-12-09
Use consistent license identifiers, remove redundant package.xml files
Aleksander Machniak
2014-09-04
Add rcube_plugin_api::get_plugin() method
Aleksander Machniak
2014-08-28
Get rid of DIRECTORY_SEPARATOR for consistency
Aleksander Machniak
2014-08-27
Maintain a stack of currently running plugin hooks
Thomas Bruederli
2014-08-16
add support for optional plugins
JohnDoh
2014-08-03
List all plugins which have been attempted to load (#1488871)
Thomas Bruederli
2014-04-02
Allow to force-load plugins which have been loaded but not initialized before
Thomas Bruederli
2013-11-28
Display version from composer.json even if not intstalled
Thomas Bruederli
2013-11-16
Make $force parameter only override the task check for required plugins (#148...
Thomas Bruederli
2013-11-14
Make require_plugin() force loading of the required plugin
Thomas Bruederli
2013-10-17
Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)
Aleksander Machniak
2013-10-14
Change so abort=true does not break the loop in exec_hook(), provide a new 'b...
Aleksander Machniak
2013-05-07
Avoid uninitialized/unused variables
Aleksander Machniak
2013-04-28
Build plugin info from both package.xml and composer.json files; allow plugin...
Thomas Bruederli
2013-03-27
Whitelist configuration options (user preferences) that can be changed using ...
Aleksander Machniak
2013-03-10
Fix so task name can really contain all from a-z0-9_- characters (#1488941)
Aleksander Machniak
2012-12-21
CS fixes
Aleksander Machniak
2012-12-18
Cleanup, remove file paths from doc
Aleksander Machniak
2012-12-13
Rename hook imap_connect to storage_connect
Aleksander Machniak
2012-11-25
Cut dependencies to rcmail class
Thomas Bruederli
2012-11-25
Define more (uniquely prefixed) constants for Roundcube directories in order ...
Thomas Bruederli
2012-11-21
Framework files moved to lib/Roundcube
Aleksander Machniak