summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-07-11Fix drag&drop feature test on IE7Thomas Bruederli
2012-07-11Put separated toolbars back together again; add min. width to mail viewThomas Bruederli
2012-07-10Simplified method of getting default addressbook.Aleksander Machniak
Make sure to use the same source when adding contact and checking if message is safe (sender is in addressbook). Small code improvements.
2012-07-10Use file_get_contents() to make code simpler and to fix possible infinite loopAleksander Machniak
2012-07-09Support sqlite file mode settingAleksander Machniak
2012-07-09Fix debugging in sqlite driverAleksander Machniak
2012-07-09- Don't add attachments content into reply/forward/draft message body (#1488557)Aleksander Machniak
2012-07-08Move sequence_name() method into postgres driver classAleksander Machniak
2012-07-08CS fixesAleksander Machniak
2012-07-08Add get_variable() implementationAleksander Machniak
2012-07-06Improve iframe form buttons display: fix iframe heights and make footer ↵Thomas Bruederli
buttons float if scrolling is active
2012-07-06Suppress error message popups on login screenThomas Bruederli
2012-07-06Fix connection error alerts when page unloads (#1488547)Thomas Bruederli
2012-07-06There's a case (reason unknown) when destroy() is called with empty session key.Aleksander Machniak
Handle this case properly to prevent from PHP error: Memcache::delete(): Key cannot be empty.
2012-07-06Add PDO to requirements, remove MDB2 packageAleksander Machniak
2012-07-06Handle properly situation when PDO class doesn't existAleksander Machniak
2012-07-06Lighter colour for version lineAleksander Machniak
2012-07-05Move splitter between the boxes of message list and message previewThomas Bruederli
2012-07-05Revert "Small improvement for quicksearch box height/position"Thomas Bruederli
This reverts commit 0bf0b3fe6cd242f65eb0a1f6a17e090d75eb2089.
2012-07-05Plugin API: Add 'unauthenticated' hook (#1488138)Aleksander Machniak
2012-07-05Move Help toolbar to the leftAleksander Machniak
2012-07-05Small improvement for quicksearch box height/positionAleksander Machniak
2012-07-05Set input field padding up again. That is by design.Thomas Bruederli
2012-07-04Some last layout changes for Larry: move search box to the right, visually ↵Thomas Bruederli
connect message list footer to the list
2012-07-04More CS fixes and commentsAleksander Machniak
2012-07-04CS fixes + more commentsAleksander Machniak
2012-07-02Set display_next option to true by default (in config template)Thomas Bruederli
2012-06-30Show explicit error message when provided hostname is invalid (#1488550)Aleksander Machniak
2012-06-30Slightly increase plain text font sizeThomas Bruederli
2012-06-30Fix wrong compose screen elements focus in IE9 (#1488541)Aleksander Machniak
2012-06-30Decorated select width fix is also needed for IE and SafariAleksander Machniak
2012-06-29CSS improvements in mail screen:Aleksander Machniak
- don't display full-circle image for quota below 100% (but close to, e.g.97%) - unified selects style/height, - improvements in search box and messagelist footer
2012-06-28Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-06-28Fixed Konqueror browser detectionAleksander Machniak
2012-06-28Better style for preview header toggleThomas Bruederli
2012-06-28Fix empty user agent string on error page for "incompatible browser" errorAleksander Machniak
2012-06-28Moved advanced switch into table actions menu - fixed css issue in Larry skinAleksander Machniak
2012-06-28Fix handling of MYRIGHTS on private namespace roots - fixes issue whereAleksander Machniak
in ACL plugin it wasn't possible to share INBOX folder (when it was a namespace prefix).
2012-06-28Implemented LIMIT/OFFSET for SQL ServerAleksander Machniak
2012-06-28Support 'mysqli:' prefix in DSNAleksander Machniak
2012-06-28Define array variable in case none of zones is valid (shouldn't happen)Aleksander Machniak
2012-06-28Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-06-28Fix fatal error when date.timezone isn't set (#1488546)Aleksander Machniak
2012-06-26Enable contact photo drag&drop uploadAleksander Machniak
2012-06-26Merge branch 'master' of github.com:roundcube/roundcubemailAleksander Machniak
2012-06-26Fixed index update when there are no cached messages for specified folderAleksander Machniak
Improve performance of VANISHED messages handling - use one SQL query
2012-06-26Enable drag & drop file upload for contact photosThomas Bruederli
2012-06-26Improve performance by skipping redundant ENABLE commandsAleksander Machniak
2012-06-25Update to TinyMCE 3.5.4.1Aleksander Machniak
2012-06-24Fix form buttons (#1488548)Aleksander Machniak