thomascube
2011-05-24 28ac5cada2410f6c2066fb9b822ccd898b77b5d0
Let plugins hook into keep-alive requests

2 files modified
2 ■■■■■ changed files
CHANGELOG 1 ●●●● patch | view | raw | blame | history
index.php 1 ●●●● patch | view | raw | blame | history
CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
- Added plugin hook for keep-alive requests
- Store user preferences in session when write-master is not available and session is stored in memcache, write them later
- Improve performence of folder manager operations
- Fix default_port option handling in Installer when config.inc.php file exists (#1487925)
index.php
@@ -205,6 +205,7 @@
// handle special actions
if ($RCMAIL->action == 'keep-alive') {
  $OUTPUT->reset();
  $RCMAIL->plugins->exec_hook('keep_alive', array());
  $OUTPUT->send();
}
else if ($RCMAIL->action == 'save-pref') {