Thomas Bruederli
99cdca46b7
Merge branch 'dev-accessibility'
...
Conflicts:
program/include/rcmail_output_html.php
program/js/app.js
program/js/treelist.js
program/lib/Roundcube/html.php
skins/larry/styles.css
skins/larry/templates/compose.html
11 years ago
Thomas Bruederli
f25be2b863
Render localized texts for icon-style messagelist headers
11 years ago
Thomas Bruederli
72afe3153c
Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines
11 years ago
Aleksander Machniak
731d190fec
Merge branch 'tinymce4'
...
Conflicts:
program/js/app.js
program/js/editor.js
program/js/tiny_mce/tiny_mce.js
program/steps/utils/spell_html.inc
11 years ago
Aleksander Machniak
b21f8bd3ef
Implemented image selector dialog for TinyMCE, css fixes in classic skin for TinyMCE4
11 years ago
Aleksander Machniak
fa7b319404
Fix some css
11 years ago
Aleksander Machniak
efc470f0ac
Merge branch 'dev-text2html'
...
Conflicts:
program/js/app.js
Fix handling magic_quotes in rcube_text2html and rcube_html2text - move
stripslashes from these classes to action files
11 years ago
Aleksander Machniak
e8f0802f03
Small css fixes, optimized some images
11 years ago
Aleksander Machniak
c0a5aa5f5f
Improved handling of new-lines in quoted paragraphs on text2html conversion
11 years ago
Aleksander Machniak
a340b30088
Don't wrap messages list footer
11 years ago
Thomas Bruederli
9e89c87601
Define generic styles for a search boxe inside list widgets
11 years ago
Aleksander Machniak
eda92ed4c0
Improved display of plain text messages and text to HTML conversion ( #1488937 )
...
Now instead of <pre> we use <div class="pre"> styled with monospace
font. We replace whitespace characters with non-breaking spaces where
needed. I.e. plain text is always unwrappable, until it uses format=flowed,
in such a case only flowed paragraphs are wrappable.
Also conversion of text to HTML in compose editor was modified in the same way.
11 years ago
Aleksander Machniak
1af3d97636
Unify lists' records and headers height no matter it's td, li or span
11 years ago
Thomas Bruederli
ea0866a1ad
Improve keyboard navigation on compose screen: define tabindex groups + enable keyboard controls of contacts list widget
11 years ago
Thomas Bruederli
b2992dd228
Further accessibility improvements regarding keyboard navigation and document structure
11 years ago
Thomas Bruederli
a539cebdaa
Improve mail view document structure with headings, roles, labels and aria-attributes
11 years ago
Thomas Bruederli
e8bcf08c72
1. Prepare core and Larry skin for improved accessibility
...
2. Implement full keyboard navigation in main mail view
11 years ago
Thomas Bruederli
9429087f67
Add multi-folder search capabilities to classic skin ( #1485234 )
11 years ago
Thomas Bruederli
66536974fe
Merge branch 'dev-multi-folder-search'
11 years ago
Aleksander Machniak
f8a9c2c59c
Improve HTML structure so toolbar and content are in separate containers.
...
This makes splitters size and positioning better.
11 years ago
Aleksander Machniak
b99aef05b5
Add missing box-shadow style ( #1489556 )
11 years ago
Thomas Bruederli
cfc84e984f
Fix the small CSS fix
11 years ago
Thomas Bruederli
519213426c
Small CSS fix with message notice boxes in Larry skin ( #1489497 )
11 years ago
Thomas Bruederli
ff8f2ede34
Fix cropped display of fixed list header in IE ( #1295420 )
11 years ago
Aleksander Machniak
0f4d09b9e8
Fix empty folder icon for trash folder one level below the root
11 years ago
Thomas Bruederli
bc0afad1b3
Added icon for empty trash ( #1485775 )
11 years ago
Aleksander Machniak
6fa5b437a4
Update to TinyMCE 4.x
11 years ago
Thomas Bruederli
b6100d9ed2
Merge branch 'dev-multi-folder-search' of github.com:roundcube/roundcubemail into dev-multi-folder-search
...
after rebasing to master
11 years ago
Thomas
628706acdc
Prepare message list to display IMAP folder
11 years ago
Thomas Bruederli
72975e1497
Move folder/directory list auto-scrolling functionality to treelist widget (same as auto-expand) and make it work without list header/footer blocks
11 years ago
Aleksander Machniak
9a0153324e
Implemented menu actions to copy/move messages, added folder-selector widget ( #1484086 )
11 years ago
Aleksander Machniak
9e36fba547
Fix right margin in mail task interface to be precissely the same as in other tasks
11 years ago
Thomas B.
ecb5bd7bd1
Merge pull request #153 from cmcnulty/row-focus
...
Indicator for row focus, resolves #1489392
11 years ago
Thomas Bruederli
34003c5fa5
Display status messages as pile of black bars overlaying the UI in order to improve visibility ( #1488974 )
11 years ago
cmcnulty
1f70596882
CSS only solution to focused messages
11 years ago
Thomas Bruederli
ccc2ace07f
Adjust date column size to fit the widest possible date format ( #1489368 )
11 years ago
Aleksander Machniak
f202a7e8b1
Fixed status icon in messages list header, fixed position of flag icon
11 years ago
Thomas Bruederli
7f196096f4
Fix message content scrolling on touch devices
11 years ago
Thomas
f540f86d19
Prepare message list to display IMAP folder
11 years ago
Thomas Bruederli
80b3c6200e
Toolbar and list icons for responses + list header icon for prority column ( #1489234 )
11 years ago
Thomas Bruederli
2c03b71d28
Set z-index for messagelist and fixed header copy; fix overflow settings; removed unused definitions
11 years ago
Thomas Bruederli
73ad4f1bfd
Finally: make message list header stay on top when scrolling ( #1295420 )
11 years ago
Aleksander Machniak
ad052b81d8
Fix so filename label is "Name" not "Display name"
12 years ago
Thomas Bruederli
94b11361b5
Fix text-overflow
12 years ago
Aleksander Machniak
3aa16c320b
Fix icon position for all special folders when on second level of the tree.
...
This would be simpler if we'd have onlick on list row (<li>) instead of <a> element.
12 years ago
Victor Benincasa
d7604c8c59
Fix Junk folder alignment when it's nested in inbox folder.
12 years ago
Aleksander Machniak
0494288999
Improved/unified attachment preview page
...
Implemented attachment print button
12 years ago
Aleksander Machniak
3a0f822767
Improve screen min-width calculation
12 years ago
Thomas Bruederli
dd54725b21
Merge branch 'dev-advanced-ldap-groups':
...
- Refactoring: separated address book implementation from generic LDAP wrapper class
- Auto-detect and use VLV indices for all search operations
- Additional group configuration options for LDAP address books
- Allow address books to display a multi-level group hierarchy in the contacts list
12 years ago
Thomas Bruederli
020bded515
Set minimum height for message headers block ( #1489108 )
12 years ago
Aleksander Machniak
0279879871
Small css fix in compose page footer
12 years ago
Aleksander Machniak
9576906bbe
Fix hide-headers icon
12 years ago
Thomas Bruederli
52448c63a1
Merge branch 'master' of github.com:roundcube/roundcubemail
12 years ago
Thomas Bruederli
6996dee856
Add switch for text/html alternative part view ( #1486939 )
12 years ago
Victor Benincasa
2f1d6c3edc
Small CSS optimizations
12 years ago
Aleksander Machniak
bc2c4380b5
Add attachment menu with Open and Download options ( #1488975 )
12 years ago
Thomas Bruederli
86552ffc8f
Finish hierarchical groups browsing in LDAP address books; add according UI elements and styles to the skins; adapt habavior of the compose address book widget
12 years ago
Thomas Bruederli
e654d9bd24
Better indentation styles for mailbox list
12 years ago
Thomas Bruederli
b7ea947844
Define a global style for tree lists
12 years ago
Thomas Bruederli
bcbfe0ba45
Make searchbox properly scale to 100% using box-sizing trick ( #1488381 )
12 years ago
Thomas Bruederli
bd0daee7fd
Merge branch 'master' of github.com:roundcube/roundcubemail
12 years ago
Thomas Bruederli
6c27c3b55e
Add search box to compose address book widget ( #1488381 )
12 years ago
Aleksander Machniak
bbdd624e12
Added embed.css for classic skin, improved/unified warnings style (button is still different), cleanup
12 years ago
Thomas Bruederli
dee159317f
Adjust searchbox position
12 years ago
Thomas Bruederli
d9f180adf9
Minor IE7/8 fixes
12 years ago
Aleksander Machniak
3f08b3a35a
Fix unwanted horizontal scrollbar in message preview header ( #1488866 )
12 years ago
Thomas Bruederli
a8a72e2e7e
Nicely render headers of message/rfc822 parts
12 years ago
Aleksander Machniak
e327ebd7fe
Unify top-border on message-part and image-attachment elements
12 years ago
Aleksander Machniak
2470213313
Merge branch 'master' of github.com:roundcube/roundcubemail
12 years ago
Aleksander Machniak
14d00daa1a
Fix absolute positioning in HTML messages ( #1488819 )
12 years ago
Aleksander Machniak
f690cf1eb6
Small style improvements
12 years ago
Aleksander Machniak
90ff4ca951
Small thread icon alignment fix
12 years ago
Thomas Bruederli
03149131f7
New feature: display attached images as thumbnails below message body
12 years ago
Thomas Bruederli
03970bd549
Tiny style fix in compose view
12 years ago
Thomas Bruederli
ddafe4e410
Merge branch 'dev-compose-newwindow'
12 years ago
Aleksander Machniak
9e2ff8ca95
Style improvements in compose screen
12 years ago
Thomas Bruederli
edfe79a46f
Refactored compose UI according to discussions on the mailing list
12 years ago
Aleksander Machniak
e377ed30d2
Align size column title to the left to fix overlapping with sorting arrows
12 years ago
Thomas Bruederli
83f2f6bb65
Display email address if contact has more than one (in compose address book widget)
12 years ago
Thomas Bruederli
3bc6ae04ae
Adapt classic skin to new extwin feature
12 years ago
Thomas Bruederli
271efe53e0
Add user settings to open message view and compose form in new windows. This natevely implements the compose_newwindow plugin functionslity and more
12 years ago
Thomas Bruederli
50d0f2d648
Force fonts in compose fields to be all the same ( #1488690 )
12 years ago
Thomas Bruederli
10467e8a59
Unify appearence of message view (full and preview); limit number of recipients to be displayed in headers section
12 years ago
Thomas Bruederli
21d5052117
Remove nonsense style
12 years ago
Thomas Bruederli
dd525814ca
Replacement for commit af276f21e536:
...
- add a more discrete toggle for all headers to message preview
- fix message display page issues (#1488590 , #1488642 )
12 years ago
Thomas Bruederli
c23aad2feb
Revert "Add full headers view in message preview window ( #1488538 )"
...
This reverts commit af276f21e5
.
Conflicts:
CHANGELOG
skins/larry/mail.css
12 years ago
Aleksander Machniak
f158dc3e8f
Fix #messageheader for case when the message has no subject
12 years ago
Aleksander Machniak
06073ef216
Merge branch 'message_show_ui'
...
Conflicts:
CHANGELOG
12 years ago
Aleksander Machniak
406becc5fe
Small improvements and cleanup
12 years ago
Aleksander Machniak
e8b9176031
Remove (too big) min-width on mail screen
12 years ago
Aleksander Machniak
af276f21e5
Add full headers view in message preview window ( #1488538 )
...
Fix message display page issues - unified with message preview (#1488590 , #1488642 )
12 years ago
Aleksander Machniak
8598fcb2af
Small style improvements - fix rounded corners in message list,
...
don't show horizontal scroller in contacts list
12 years ago
Thomas Bruederli
8faaa7d1d0
Chrome requires child elements to define border-radius, too
12 years ago
Aleksander Machniak
e0efd8f5dc
Added separate From and To columns apart from smart From/To column ( #1486891 )
12 years ago
Thomas Bruederli
7938312aaa
Show contact photos in mail view and preview
12 years ago
Thomas Bruederli
1c079c1ace
Put separated toolbars back together again; add min. width to mail view
13 years ago
Thomas Bruederli
c8dc07e4dd
Move splitter between the boxes of message list and message preview
13 years ago
Thomas Bruederli
14ee44e091
Revert "Small improvement for quicksearch box height/position"
...
This reverts commit 0bf0b3fe6c
.
13 years ago
Aleksander Machniak
e466f67c33
Move Help toolbar to the left
13 years ago
Aleksander Machniak
0bf0b3fe6c
Small improvement for quicksearch box height/position
13 years ago