index
:
roundcube.git
css_sprites
local_0.8.6
local_0.9.0
nkinkade
npk
svn-trunk
A clone of the Roundcube Mail code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
roundcubemail
/
program
/
include
/
rcube_json_output.php
Age
Commit message (
Expand
)
Author
2010-10-26
- Fix: don't return "empty" unlock
alec
2010-10-14
- Fix bug in rcube_plugin::local_skin_path()
alec
2010-10-13
- Improve displaying of UI messages (#1486977)
alec
2010-09-29
- Update phpdoc (#1486958)
alec
2010-09-25
- s/RoundCube/Roundcube/
alec
2010-09-21
- Fix setting headers for IE in AJAX responses
alec
2010-04-23
- code cleanup (mostly identation fixes)
alec
2010-01-18
- fixed svn keywords
alec
2010-01-13
- fix for jQuery-1.4rc1: remove comment from ajax response
alec
2009-12-11
- use proper unicode cleanup for JSON, fixes #1486356
alec
2009-12-09
- Use built-in json_encode() for proper JSON format in AJAX replies (and comp...
alec
2009-09-01
- remove redundant JQ() use
alec
2009-06-22
- use RCMAIL_CHARSET instead of hardcoded 'utf-8'
alec
2009-06-01
Use event system on the client to handle ajax callbacks
thomasb
2009-05-01
Add plugin hooks for creating/saving/deleting identities and contacts
thomasb
2009-04-26
Fix adding labels from plugins
thomasb
2009-04-19
Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ...
thomasb
2009-01-17
* bumping up copyright (happy new year ;-))
till
2008-09-05
Killed one more global var + log logins to a separate file (not console)
thomasb
2008-06-23
- typo
alec
2008-06-20
Urlencode mail recipients for storing in session + little code cleanup
thomasb
2008-06-20
Store compose parameters in session and redirect to a unique URL
thomasb
2008-06-14
More code cleanup
thomasb
2008-05-05
- fixed setting pagetitle in ajax calls
alec
2008-04-30
Next step: introduce the application class 'rcmail' and get rid of some globa...
thomasb
2008-04-15
- don't send set_env() when env array is empty
alec
2008-04-14
Don't use inexisting class name
thomasb
2008-04-12
Changed codebase to PHP5 with autoloader + added some new classes from the de...
thomasb