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_html_page.php
Age
Commit message (
Expand
)
Author
2012-01-18
Changed license to GNU GPLv3+ with exceptions for skins and plugins
thomasb
2011-12-28
- PHPCS
alec
2011-12-26
Get rid of sprintf() calls for html output generation
thomasb
2011-08-26
- Microoptimization: use substr_replace() for injecting a string into string
alec
2011-07-26
- Move console object initialization code into one place
alec
2011-03-01
Make it easier to add code to $(document).ready()
thomasb
2011-02-18
Add plugin hook before the final HTML content of a page is sent
thomasb
2011-01-12
- include css files before scripts for speedup (with parallel downloads) + so...
alec
2011-01-12
Bumbed version; Roundcube development is not Switzerland only
thomasb
2010-09-29
- Update phpdoc (#1486958)
alec
2010-09-25
- s/RoundCube/Roundcube/
alec
2010-04-23
- code cleanup (mostly identation fixes)
alec
2010-01-28
- speed up templates parsing
alec
2010-01-18
- fixed svn keywords
alec
2009-06-22
- use RCMAIL_CHARSET instead of hardcoded 'utf-8'
alec
2009-06-19
Use filemtime for cache busting + better etag for static files
thomasb
2009-06-09
Add cache-buster to scripts and linked files in skin templates
thomasb
2009-05-04
- ereg -> preg
alec
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-04-30
Simply use reset() to clear the state vars of rcube_html_page; reverted r1346
thomasb
2008-04-30
* implemented __set/__get
till
2008-04-12
Changed codebase to PHP5 with autoloader + added some new classes from the de...
thomasb