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.php
Age
Commit message (
Collapse
)
Author
2012-07-30
Support connections to memcached socket file (#1488577)
Aleksander Machniak
2012-07-24
Set HttpOnly flag also for session cookie
Aleksander Machniak
2012-06-20
Initialize rcube instance (with options); no caches without a valid user_id
Thomas Bruederli
2012-05-22
Removed $Id$
Aleksander Machniak
2012-05-22
Deprecate storage_connect() method
Aleksander Machniak
2012-05-16
Also accept PHP exceptions as argument to rcube::raise_error()
Thomas Bruederli
2012-05-16
Always log fatal errors that terminate the PHP script
Thomas Bruederli
2012-05-09
Use similar language as a fallback for plugin localization (#1488401)
Aleksander Machniak
Don't load en_US localization more than once
2012-04-30
Accept two past time slots for auth cookie validation; don't encode ↵
thomascube
user-agent into session auth hash (#1488449)
2012-04-24
Bring back some legacy functions and session vars for better backwards ↵
thomascube
compatibility
2012-04-20
- Use user object instead of session, if possible, to get user ID when ↵
alecpl
creating cache object
2012-04-19
- Improved ttl values handling
alecpl
2012-04-19
- Fix incorrect cache ttl used in get_cache_engine() (#1488447), use time() ↵
alecpl
where mktime() without arguments was used
2012-04-16
- Moved session init/config functionality into rcube class
alecpl
2012-04-16
- Replace some references to rcmail with rcube
alecpl
2012-04-16
- Framework refactoring (I hope it's the last one):
alecpl
rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils renamed main.inc into rcube_bc.inc
2012-04-13
- Merge devel-framework branch, resolved conflicts
alecpl