Aleksander Machniak
b2f7adb730
Fix PHP8 warning ( #8891 )
3 years ago
Aleksander Machniak
69b82f8f52
Fix PHP8 warnings ( #8656 )
3 years ago
Aleksander Machniak
ba7ae5dab3
Fix bug where some checkboxes could be selected unintentinally ( #8565 )
3 years ago
Aleksander Machniak
3307eb6b28
Don't overwrite initial html_checkbox's 'checked' attribute ( #8471 )
3 years ago
Aleksander Machniak
751abb6119
Fix PHP Warning: Undefined array key "value" on PHP8 ( #8382 )
4 years ago
Aleksander Machniak
f2688ba492
Use ?? operator where applicable
4 years ago
Josh Soref
203f456620
Spelling ( #8001 )
4 years ago
Aleksander Machniak
3bbb01fe13
PHP8 fixes, regression fixes
5 years ago
Aleksander Machniak
12547ccf01
Require php-intl extension, get rid of Net_IDNA2, PHP8 fixes, short array syntax
Net_IDNA2 is not compatible, and Intl is a bundled ext since PHP 5.3.
Fixed some regressions.
5 years ago
Aleksander Machniak
f4ed1024dc
PHP8 fixes, CS fixes, short array syntax, tests
5 years ago
Aleksander Machniak
c98059e43d
Short array syntax, CS fixes, tests
5 years ago
Aleksander Machniak
0cbe4a4acc
PHP8 fixes, CS fixes, short array syntax, added more tests
5 years ago
Aleksander Machniak
97991b59be
Add more tests for contact actions, fix various code issues
5 years ago
Aleksander Machniak
f95212d626
PHP8: More warnings fixed
5 years ago
PhilW
7b2f135bc6
add field mapping step to csv contact import
6 years ago
Aleksander Machniak
bde383d051
PHP8: Fix various issues
for now only these I found by running our unit tests, there will be much more
5 years ago
Aleksander Machniak
8a25ddbf53
Update changelog, CS improvements
6 years ago
PhilW
32775f0e43
remove redundant type attrib in script tag
6 years ago
Aleksander Machniak
bdd1b94d78
Fix PHP 7.4 warning: "Creating default object from empty value"
6 years ago
Aleksander Machniak
3b4d9f3fb5
PHPDoc updates
6 years ago
Aleksander Machniak
57c67db029
Remove year(s) from copyright headers + some cleanup
6 years ago
Aleksander Machniak
aa7e2febd1
Add 'required' to the list of boolean attributes
7 years ago
Aleksander Machniak
e79838aaac
Enigma: Disable autofill for new keypair password
7 years ago
Aleksander Machniak
73ea8f94d0
Use htmlspecialchars() with charset argument, simplify some code
7 years ago
Aleksander Machniak
a0374f3c45
Fix mangled non-ASCII characters in links in HTML messages ( #6028 )
8 years ago
Aleksander Machniak
e21ab984bc
Skip <span> wrappers in html_table that is a <ul> list
8 years ago
Aleksander Machniak
4223bed7e8
Add html_button class
8 years ago
ka7
9a35768c26
spelling fixes ( #5690 )
9 years ago
Aleksander Machniak
8131629c6e
Extended unified searchform object for templates engine
9 years ago
Aleksander Machniak
b258b91560
Do not show inline images of unsupported mimetype ( #5463 )
9 years ago
Aleksander Machniak
2999cc38a5
Generate more compact HTML5 code, e.g. use short form of boolean attributes
9 years ago
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...
9 years ago
Aleksander Machniak
43f3c5fb2a
Implement "one click" attachment upload ( #5024 )
9 years ago
Aleksander Machniak
184de7735c
CS fixes (mostly phpdoc)
9 years ago
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' : ')
9 years ago
Aleksander Machniak
a0f38f5fd8
Small code style improvements
9 years ago
Bernardo Silva
c72446a8fc
Allow pattern attribute in input
"pattern" included in the list of allowed attributes in the input tag
9 years ago
Aleksander Machniak
a958748947
CS fixes
10 years ago
Aleksander Machniak
fcb7d4fc03
Fix various iCloud vCard issues, added fallback for external photos ( #1489993 )
11 years ago
Aleksander Machniak
0ee2db7a68
Support allowfullscreen attribute on iframe elements
11 years ago
Thomas Bruederli
ebfdc0925f
Fix check for data-* attributes after merge with dev-accessibility
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
7079110c61
Allow data-* attributes ( #1489860 )
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
Aleksander Machniak
bc088fdc90
Hide PHP Warning: substr_compare() The length cannot exceed initial string length
11 years ago
Aleksander Machniak
5e8da2b5c9
Added toolbar button to move message in message view
12 years ago
Aleksander Machniak
d924ebebf7
Fix compatibility with PHP 5.2 in html.php file ( #1489514 )
12 years ago
Aleksander Machniak
7a3c0c96c4
Use '0' instead of 0, to fix possible issue.
12 years ago
Aleksander Machniak
26830dcc87
Support 'value' and 'label' attributes on <option> tag
12 years ago
corbosman
754779be6d
Allow selected as attribute
12 years ago