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
/
include
/
rcube_plugin_api.php
Age
Commit message (
Expand
)
Author
2011-09-12
- Extend rcube_label_exists() to search in loaded plugins localizations
alecpl
2011-08-27
- Fix is_a() usage for PHP>5.3.6
alecpl
2011-01-19
- Uncomment code (commented out for testing?) + cleanup whitespaces
alecpl
2011-01-18
Merge branch devel-addressbook (r4193:4382) back into trunk
thomascube
2011-01-12
- include css files before scripts for speedup (with parallel downloads) + so...
alecpl
2011-01-12
Bumbed version; Roundcube development is not Switzerland only
thomascube
2010-10-29
- Plugin API: add possibility to disable plugin in AJAX mode, 'noajax' property
alecpl
2010-10-14
- Fix bug in rcube_plugin::local_skin_path()
alecpl
2010-09-29
- Update phpdoc (#1486958)
alecpl
2010-09-25
- s/RoundCube/Roundcube/
alecpl
2010-08-09
- Rename hooks: contact_save -> contact_update, identity_save -> identity_upd...
alecpl
2010-07-30
- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete list...
alecpl
2010-07-26
- Fix double slash in plugin directory path (#1486872)
alecpl
2010-06-03
Allow plugins to register their own tasks
thomascube
2010-04-23
Add class docuumentation blocks and make phpdoc work again
thomascube
2010-03-01
- Improve performance by avoiding unnecessary updates to the session table (#...
alecpl
2010-02-13
- Fix imap_init hook broken in r3258 (#1486493)
alecpl
2010-02-06
- Fix setting task name according to auth state. So, any action before user
alecpl
2010-01-28
- add file/line definitions to raise_error() calls
alecpl
2010-01-18
- fixed svn keywords
alecpl
2009-12-14
- handle situation when 2nd argument of exec_hook() isn't an array (#1486364)
alecpl
2009-09-01
- fix loading required plugins (#1486079)
alecpl
2009-07-13
Prevent from endless loops in render_page hook
thomascube
2009-07-03
Let internal 'template_container' hook append to existing content
thomascube
2009-06-09
Allow rcube_plugin::task to be a regular expression defining several tasks (e...
thomascube
2009-05-25
- get rid of 'plugins_dir' option, plugins directory must be in Roundcube roo...
alecpl
2009-05-22
Rename function to correct english spelling
thomascube
2009-05-04
- ereg -> preg
alecpl
2009-04-19
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...
thomascube