summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/rcube_plugin_api.php
AgeCommit message (Collapse)Author
2014-04-08Fix compatibility with PHP 5.2Aleksander Machniak
2014-04-03Allow to force-load plugins which have been loaded but not initialized beforeThomas Bruederli
2013-11-28Display version from composer.json even if not intstalledThomas Bruederli
2013-11-16Make $force parameter only override the task check for required plugins ↵Thomas Bruederli
(#1489437)
2013-11-14Make require_plugin() force loading of the required pluginThomas Bruederli
2013-10-17Fix vulnerability in handling _session argument of utils/save-prefs (#1489382)Aleksander Machniak
2013-10-14Change so abort=true does not break the loop in exec_hook(), provide a new ↵Aleksander Machniak
'break' flag for this purpose
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2013-04-28Build plugin info from both package.xml and composer.json files; allow ↵Thomas Bruederli
plugins to override the meta info method
2013-03-27Whitelist configuration options (user preferences) that can be changed using ↵Aleksander Machniak
save-pref command
2013-03-10Fix so task name can really contain all from a-z0-9_- characters (#1488941)Aleksander Machniak
2012-12-21CS fixesAleksander Machniak
2012-12-18Cleanup, remove file paths from docAleksander Machniak
2012-12-13Rename hook imap_connect to storage_connectAleksander Machniak
2012-11-25Cut dependencies to rcmail classThomas Bruederli
2012-11-25Define more (uniquely prefixed) constants for Roundcube directories in order ↵Thomas Bruederli
to enhance the interoperability of the Roundcube framework
2012-11-21Framework files moved to lib/RoundcubeAleksander Machniak