Commit Graph

27 Commits

Author SHA1 Message Date
alecpl
8ec1b91bb9 - Uncomment code (commented out for testing?) + cleanup whitespaces 2011-01-19 12:58:10 +00:00
thomascube
0501b637a3 Merge branch devel-addressbook (r4193:4382) back into trunk 2011-01-18 18:00:57 +00:00
alecpl
ba3377fb4a - include css files before scripts for speedup (with parallel downloads) + some code cleanups 2011-01-12 20:56:31 +00:00
thomascube
f5e7b35307 Bumbed version; Roundcube development is not Switzerland only 2011-01-12 18:25:02 +00:00
alecpl
2cd443315d - Plugin API: add possibility to disable plugin in AJAX mode, 'noajax' property
- Plugin API: add possibility to disable plugin in framed mode, 'noframe' property
2010-10-29 08:42:28 +00:00
alecpl
1ac5431877 - Fix bug in rcube_plugin::local_skin_path() 2010-10-14 17:02:25 +00:00
alecpl
5c461bada9 - Update phpdoc (#1486958) 2010-09-29 16:47:05 +00:00
alecpl
e019f2d0f2 - s/RoundCube/Roundcube/ 2010-09-25 13:03:53 +00:00
alecpl
119ad13d74 - Rename hooks: contact_save -> contact_update, identity_save -> identity_update, delete_identity -> identity_delete
- Print warning to the log about deprecated hook names usage
2010-08-09 06:35:10 +00:00
alecpl
e6ce0062f2 - Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list (old names are supported without errors nor warnings) 2010-07-30 06:34:02 +00:00
alecpl
d5d9680486 - Fix double slash in plugin directory path (#1486872) 2010-07-26 08:11:43 +00:00
thomascube
05a631a43c Allow plugins to register their own tasks 2010-06-03 06:40:06 +00:00
thomascube
d062dbe18c Add class docuumentation blocks and make phpdoc work again 2010-04-23 14:25:28 +00:00
alecpl
929a508d80 - Improve performance by avoiding unnecessary updates to the session table (#1486325) 2010-03-01 19:04:34 +00:00
alecpl
48bc52e835 - Fix imap_init hook broken in r3258 (#1486493) 2010-02-13 17:33:25 +00:00
alecpl
9b94eb6415 - Fix setting task name according to auth state. So, any action before user
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'.
2010-02-06 18:12:49 +00:00
alecpl
10eedbe75a - add file/line definitions to raise_error() calls 2010-01-28 11:27:16 +00:00
alecpl
1d786c86bf - fixed svn keywords 2010-01-18 19:05:11 +00:00
alecpl
463a031122 - handle situation when 2nd argument of exec_hook() isn't an array (#1486364) 2009-12-14 08:52:33 +00:00
alecpl
912bbbc20e - fix loading required plugins (#1486079) 2009-09-01 16:18:05 +00:00
thomascube
a366a323b5 Prevent from endless loops in render_page hook 2009-07-13 18:52:15 +00:00
thomascube
8448fca1f1 Let internal 'template_container' hook append to existing content 2009-07-03 13:38:30 +00:00
thomascube
737f0da348 Allow rcube_plugin::task to be a regular expression defining several tasks (e.g. mail|settings) 2009-06-09 08:35:17 +00:00
alecpl
7dbe2fa6bf - get rid of 'plugins_dir' option, plugins directory must be in Roundcube root (like skins) 2009-05-25 09:22:59 +00:00
thomascube
eb6f198a2d Rename function to correct english spelling 2009-05-22 07:40:05 +00:00
alecpl
23a2eec4d5 - ereg -> preg 2009-05-04 08:31:55 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00