summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-24replaces smart quotes with regular quotes. Fixes improper doctype ↵rodrigo
declarations in html emails
2013-07-23Update func.incDennis1993
added missing ID for label
2013-07-23Update settings.htmlDennis1993
deleted deprecated frameborder attribute and use css instead
2013-07-23Update addressbook.htmlDennis1993
deleted deprecated frameborder attribute and use css instead
2013-07-23Update mail.htmlDennis1993
deleted deprecated frameborder Attribute and use css instead wrong closing DIV tag
2013-07-23Merge branch 'master' of github.com:roundcube/roundcubemailThomas Bruederli
2013-07-23Avoid session timeouts with memcache backend as proposed by D. Carter via ↵Thomas Bruederli
users mailing list
2013-07-21Update rcmail_output_html.phpDennis1993
added required Attribute to Login fields
2013-07-21Update header.htmlDennis1993
deleted old border="0" attribute and use css instead
2013-07-21Update login.htmlDennis1993
deleted deprecated border="0" Attribute and use css instead
2013-07-21Update html.phpDennis1993
added required attribute to allowed list for input fields
2013-07-21Update styles.cssDennis1993
added support for required field (HTML5) added border:none; for logos and delete deprecated border="0" html attribute
2013-07-19Update .htaccessDennis1993
Delete a bugfix for PHP4, because the current version requires at least PHP 5.2.1. The case thus never occurs.
2013-07-17Fix codestyle and indentation; use new save function in update scriptThomas Bruederli
2013-07-17Merge pull request #90 from Dennis1993/masterThomas B.
Write config file automatically to RCUBE_CONFIG_DIR (if writeable)
2013-07-17Keep unknown/plugin config options; only skip officially obsoleted onesThomas Bruederli
2013-07-17Update config.phpDennis1993
-Replace tabs with spaces. -Replace the word "files" with "files", because there is only one
2013-07-16Merge pull request #64 from Steffen185/patch-2Thomas B.
Add hook "message_check_safe"
2013-07-16Merge pull request #87 from rimas-kudelis/masterThomas B.
Merge pull request #87 from rimas-kudelis: additions to newmail_notifier
2013-07-17Merge branch 'patch-1' of https://github.com/gerundt/roundcubemail into ↵Thomas Bruederli
gerundt-patch-1 from pull request #74
2013-07-17Added Luxembourgish localizationsThomas Bruederli
2013-07-17Updated changelogThomas Bruederli
2013-07-17Respect HTTP_X_FORWARDED_FOR and HTTP_X_REAL_IP variables for session IP checkThomas Bruederli
2013-07-16Update config.phpDennis1993
write config file automatically to RCUBE_CONFIG_DIR
2013-07-16Update rcube_install.phpDennis1993
write config file automatically to RCUBE_CONFIG_DIR
2013-07-12Extend basic notification to add a star icon overlay if we're in IE Pinned ↵Rimas Kudelis
site mode (Win7+). The star icon is taken from Xiao Icon set (http://delacro.deviantart.com/art/Xiao-Icon-84772282).
2013-07-12Add more icons sizes to favicon.ico'sRimas Kudelis
2013-07-12Don't set the dn variable unless it's needed.Rimas Kudelis
2013-07-12Update Changelog and Upgrading instructionsThomas Bruederli
2013-07-12Allow to load config files for different environments (#1487311); keep ↵Thomas Bruederli
(non-default) filename in URLs throughout the webmail app
2013-07-12Enable fixed list header in IE7, too. Seems to work after some testingThomas Bruederli
2013-07-12Fix some properties when creating new config filesThomas Bruederli
2013-07-12Fix config defaultsThomas Bruederli
2013-07-10Merged configuration refactoring from 'dev_config' branch back into master ↵Thomas Bruederli
(#1487311)
2013-07-10Simplified logic of finding non-existent but subscribed folders. Should be ↵Aleksander Machniak
more reliable and (might be) faster now.
2013-07-10Right-align size column headerThomas Bruederli
2013-07-10Enable fixed message list header in classic skinThomas Bruederli
2013-07-10Set z-index for messagelist and fixed header copy; fix overflow settings; ↵Thomas Bruederli
removed unused definitions
2013-07-10Fix parse error from last commitAleksander Machniak
2013-07-09Finally: make message list header stay on top when scrolling (#1295420)Thomas Bruederli
2013-07-09Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2013-07-09Performance fix: Do not ask for folder attributes if we know that folder do ↵Aleksander Machniak
not exists
2013-07-09Fix opening in new window; keep extwin mode when switching help actionsThomas Bruederli
2013-07-09Fix identity selection when opening extwindow from compose windowAleksander Machniak
2013-07-08Open help window in small mode; add more index linksThomas Bruederli
2013-07-08Fix bug where signature wasn't changed on identity selection when editing a ↵Aleksander Machniak
draft (#1489229)
2013-07-08Fix IMAP SETMETADATA parameters quoting (#1489231)Aleksander Machniak
2013-07-08Update changelogAleksander Machniak
2013-07-08Merge pull request #86 from mweimerskirch/patch-2Aleksander Machniak
Added support for the enchant spell checking engine
2013-07-08Fix "could not load message" error on valid empty message body (#1489228)Aleksander Machniak