Commit Graph

85 Commits

Author SHA1 Message Date
Aleksander Machniak
43f3c5fb2a Implement "one click" attachment upload (#5024) 2016-08-20 19:38:48 +02:00
Aleksander Machniak
184de7735c CS fixes (mostly phpdoc) 2016-08-18 08:50:59 +02:00
Aleksander Machniak
94f8ce3334 Make html::parse_attrib_string() more robust
Fixes PHP Error: Expression parse error on: ($app->config->get('preview_pane',rcube_utils::get_boolean('')) == true ? ' checked=checked' : ')
2016-08-12 10:37:40 +02:00
Aleksander Machniak
a0f38f5fd8 Small code style improvements 2016-04-12 13:46:30 +02:00
Bernardo Silva
c72446a8fc Allow pattern attribute in input
"pattern" included in the list of allowed attributes in the input tag
2016-04-05 11:30:22 -03:00
Aleksander Machniak
a958748947 CS fixes 2015-06-07 15:26:33 +02:00
Aleksander Machniak
fcb7d4fc03 Fix various iCloud vCard issues, added fallback for external photos (#1489993) 2014-08-01 12:49:37 +02:00
Aleksander Machniak
0ee2db7a68 Support allowfullscreen attribute on iframe elements 2014-07-24 09:02:09 +02:00
Thomas Bruederli
ebfdc0925f Fix check for data-* attributes after merge with dev-accessibility 2014-06-05 12:03:46 +02:00
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
2014-06-05 09:18:07 +02:00
Thomas Bruederli
72afe3153c Use <th> tags for table headers as suggested by the WCAG 2.0 Guidelines 2014-06-04 15:29:37 +02:00
Aleksander Machniak
7079110c61 Allow data-* attributes (#1489860) 2014-05-08 15:08:45 +02:00
Thomas Bruederli
e8bcf08c72 1. Prepare core and Larry skin for improved accessibility
2. Implement full keyboard navigation in main mail view
2014-04-30 16:21:29 +02:00
Aleksander Machniak
bc088fdc90 Hide PHP Warning: substr_compare() The length cannot exceed initial string length 2014-04-08 20:10:54 +02:00
Aleksander Machniak
5e8da2b5c9 Added toolbar button to move message in message view 2014-02-13 14:19:41 +01:00
Aleksander Machniak
d924ebebf7 Fix compatibility with PHP 5.2 in html.php file (#1489514) 2014-01-16 09:02:22 +01:00
Aleksander Machniak
7a3c0c96c4 Use '0' instead of 0, to fix possible issue. 2014-01-02 12:15:15 +01:00
Thomas Bruederli
98b7b548a2 Merge branch 'dev-canned-responses'
Conflicts (resolved):
	skins/classic/includes/settingstabs.html
	skins/larry/includes/settingstabs.html
2013-10-25 16:50:25 +02:00
Aleksander Machniak
26830dcc87 Support 'value' and 'label' attributes on <option> tag 2013-10-16 11:20:04 +02:00
corbosman
754779be6d Allow selected as attribute 2013-10-15 22:54:22 +02:00
Thomas Bruederli
b608577342 Add support for additional attributes on <option> entries 2013-10-15 10:41:22 +02:00
Thomas Bruederli
0933d66b59 Keep current selection on IE browsers by adding unselectable=on to link elements 2013-09-04 10:08:42 +02:00
Thomas Bruederli
0b1de8a487 Add new feature to save and recall text snippets (aka canned responses) when composing messages 2013-09-04 09:32:00 +02:00
Dennis1993
ec031a35f1 Update html.php
added required attribute to allowed list for input fields
2013-07-21 19:51:38 +02:00
Thomas Bruederli
4f53ab347e Add feature to import messages to the currently selected folder 2013-06-14 01:13:13 +02:00
Aleksander Machniak
cb34c1b524 Fix PHP warning in html_table::set_row_attribs() in PHP 5.4 (#1489094) 2013-05-24 08:37:28 +02:00
Thomas Bruederli
517dae3e74 Experimental: refactored list.js and html_table class to render lists with different html structures (e.g. table, ul, div). This show provide more flexibility to skin designers and improve mobile device support 2013-05-03 11:38:52 +02:00
Aleksander Machniak
fe626833af Allow onload attribute on iframe element 2013-04-17 20:38:26 +02:00
Aleksander Machniak
4fdaa02ac7 Fix handling of invalid characters in message headers and output (#1489032) 2013-04-06 19:28:47 +02:00
Aleksander Machniak
a6fd1578c3 Better @package/@subpackage assignment 2013-03-01 09:07:55 +01:00
Aleksander Machniak
60753b05fa Support autofocus attribute on input elements 2013-01-22 12:50:10 +01:00
Aleksander Machniak
0d214498d0 CS fixes 2012-12-18 19:02:53 +01:00
Aleksander Machniak
d2534c63f2 Cleanup, remove file paths from doc 2012-12-18 09:07:00 +01:00
Aleksander Machniak
a92beb6bdb Define RCUBE_CHARSET in place of RCMAIL_CHARSET for naming consistency 2012-11-27 08:43:43 +01:00
Aleksander Machniak
ba6f21caeb Framework files moved to lib/Roundcube 2012-11-21 19:52:03 +01:00