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_template.php
Age
Commit message (
Collapse
)
Author
2008-08-28
Codestyle + indentation
thomascube
2008-08-20
#1485286: don't use /e modifier with preg_replace()
alecpl
2008-08-06
- fread() replaced by file_get_contents(), see comments in #1484880
alecpl
2008-07-14
Re-enable autocomplete attribute for login form (#1485211)
thomascube
2008-06-20
Store compose parameters in session and redirect to a unique URL
thomascube
2008-06-18
Add fallback to old 'skin_path' property + indent with spaces instead of tabs
thomascube
2008-06-15
- skin_path fix after last changes
alecpl
2008-06-15
- actually we don't need default_skin option
alecpl
2008-06-15
- Added option to select skin in user preferences (#1485031)
alecpl
- template_exists() moved to rcube_template class
2008-06-14
More code cleanup
thomascube
2008-06-10
- allow tabindex in buttons and #1484171
alecpl
2008-06-07
Update UPGRADNG instructions + add SVN revision to version string (if available)
thomascube
2008-05-27
Code cleanup: use common objects and methods
thomascube
2008-04-30
Next step: introduce the application class 'rcmail' and get rid of some ↵
thomascube
global vars
2008-04-23
- Append skin_path to images location only when it starts with '/' sign ↵
alecpl
(#1484859)
2008-04-23
- fix: s/rcube_error::raise/raise_error/
alecpl
2008-04-13
- fix for buttons without commands (r1291)
alecpl
2008-04-12
Changed codebase to PHP5 with autoloader + added some new classes from the ↵
thomascube
devel-vnext branch