summaryrefslogtreecommitdiff
path: root/roundcubemail/program/include/rcube_plugin_api.php
AgeCommit message (Collapse)Author
2011-01-19- Uncomment code (commented out for testing?) + cleanup whitespacesalec
git-svn-id: https://svn.roundcube.net/trunk@4427 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-18Merge branch devel-addressbook (r4193:4382) back into trunkthomasb
git-svn-id: https://svn.roundcube.net/trunk@4424 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12- include css files before scripts for speedup (with parallel downloads) + ↵alec
some code cleanups git-svn-id: https://svn.roundcube.net/trunk@4414 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-29- Plugin API: add possibility to disable plugin in AJAX mode, 'noajax' propertyalec
- Plugin API: add possibility to disable plugin in framed mode, 'noframe' property git-svn-id: https://svn.roundcube.net/trunk@4154 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-14- Fix bug in rcube_plugin::local_skin_path()alec
git-svn-id: https://svn.roundcube.net/trunk@4091 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Update phpdoc (#1486958)alec
git-svn-id: https://svn.roundcube.net/trunk@4015 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-25- s/RoundCube/Roundcube/alec
git-svn-id: https://svn.roundcube.net/trunk@3989 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-08-09- Rename hooks: contact_save -> contact_update, identity_save -> ↵alec
identity_update, delete_identity -> identity_delete - Print warning to the log about deprecated hook names usage git-svn-id: https://svn.roundcube.net/trunk@3883 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete ↵alec
list (old names are supported without errors nor warnings) git-svn-id: https://svn.roundcube.net/trunk@3840 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-07-26- Fix double slash in plugin directory path (#1486872)alec
git-svn-id: https://svn.roundcube.net/trunk@3827 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-06-03Allow plugins to register their own tasksthomasb
git-svn-id: https://svn.roundcube.net/trunk@3700 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-04-23Add class docuumentation blocks and make phpdoc work againthomasb
git-svn-id: https://svn.roundcube.net/trunk@3559 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-03-01- Improve performance by avoiding unnecessary updates to the session table ↵alec
(#1486325) git-svn-id: https://svn.roundcube.net/trunk@3296 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-13- Fix imap_init hook broken in r3258 (#1486493)alec
git-svn-id: https://svn.roundcube.net/trunk@3268 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-02-06- Fix setting task name according to auth state. So, any action before useralec
is authenticated is assigned to 'login' task instead of 'mail'. Now binding plugins to 'login' task is possible and realy usefull. It's also possible to bind to all tasks excluding 'login'. git-svn-id: https://svn.roundcube.net/trunk@3258 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-28- add file/line definitions to raise_error() callsalec
git-svn-id: https://svn.roundcube.net/trunk@3231 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-01-18- fixed svn keywordsalec
git-svn-id: https://svn.roundcube.net/trunk@3211 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-12-14- handle situation when 2nd argument of exec_hook() isn't an array (#1486364)alec
git-svn-id: https://svn.roundcube.net/trunk@3181 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-09-01- fix loading required plugins (#1486079)alec
git-svn-id: https://svn.roundcube.net/trunk@2907 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-13Prevent from endless loops in render_page hookthomasb
git-svn-id: https://svn.roundcube.net/trunk@2743 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-07-03Let internal 'template_container' hook append to existing contentthomasb
git-svn-id: https://svn.roundcube.net/trunk@2704 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-06-09Allow rcube_plugin::task to be a regular expression defining several tasks ↵thomasb
(e.g. mail|settings) git-svn-id: https://svn.roundcube.net/trunk@2628 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-25- get rid of 'plugins_dir' option, plugins directory must be in Roundcube ↵alec
root (like skins) git-svn-id: https://svn.roundcube.net/trunk@2530 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-22Rename function to correct english spellingthomasb
git-svn-id: https://svn.roundcube.net/trunk@2518 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-05-04- ereg -> pregalec
git-svn-id: https://svn.roundcube.net/trunk@2453 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomasb
sample plugins) git-svn-id: https://svn.roundcube.net/trunk@2401 208e9e7b-5314-0410-a742-e7e81cd9613c