PhilW
7b2f135bc6
add field mapping step to csv contact import
2020-10-11 10:25:30 +01:00
Aleksander Machniak
bde383d051
PHP8: Fix various issues
...
for now only these I found by running our unit tests, there will be much more
2020-10-11 10:32:41 +02:00
Aleksander Machniak
8a25ddbf53
Update changelog, CS improvements
2019-11-18 15:51:36 +01:00
PhilW
32775f0e43
remove redundant type attrib in script tag
2019-10-19 13:54:52 +01:00
Aleksander Machniak
bdd1b94d78
Fix PHP 7.4 warning: "Creating default object from empty value"
2019-09-04 09:57:41 +02:00
Aleksander Machniak
3b4d9f3fb5
PHPDoc updates
2019-08-25 19:24:08 +02:00
Aleksander Machniak
57c67db029
Remove year(s) from copyright headers + some cleanup
2019-04-16 10:42:45 +02:00
Aleksander Machniak
aa7e2febd1
Add 'required' to the list of boolean attributes
2018-12-18 12:46:23 +01:00
Aleksander Machniak
e79838aaac
Enigma: Disable autofill for new keypair password
2018-04-20 08:11:22 +02:00
Aleksander Machniak
73ea8f94d0
Use htmlspecialchars() with charset argument, simplify some code
2018-04-03 15:29:59 +02:00
Aleksander Machniak
910c735b87
Merge branch 'master' into dev-elastic
2017-11-08 15:00:53 +01:00
Aleksander Machniak
a0374f3c45
Fix mangled non-ASCII characters in links in HTML messages ( #6028 )
2017-11-08 12:38:19 +01:00
Aleksander Machniak
e21ab984bc
Skip <span> wrappers in html_table that is a <ul> list
2017-10-20 18:55:58 +02:00
Aleksander Machniak
4223bed7e8
Add html_button class
2017-10-01 17:52:03 +02:00
Aleksander Machniak
9858c2a294
Merge branch 'master' into dev-elastic
2017-05-14 13:32:35 +02:00
ka7
9a35768c26
spelling fixes ( #5690 )
2017-03-12 12:14:19 +01:00
Aleksander Machniak
8131629c6e
Extended unified searchform object for templates engine
2017-01-14 10:35:44 +01:00
Aleksander Machniak
b258b91560
Do not show inline images of unsupported mimetype ( #5463 )
2016-10-11 09:47:06 +02:00
Aleksander Machniak
2999cc38a5
Generate more compact HTML5 code, e.g. use short form of boolean attributes
2016-09-02 12:35:56 +02:00
Aleksander Machniak
defdf84bb7
Really fix login form regression
...
Remove 'form' from allowed attributes list of input field. We needed
it only for a moment, now we don't. It's also not supported by IE/Edge
which means there's no way we would need it. Maybe some day...
2016-08-26 10:43:26 +02:00
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