Aleksander Machniak
ab37678da8
Fix PHP8 warning
2021-02-21 09:48:46 +01:00
johndoh
5fdf8e62df
Add placeholder text when no responses on compose screen ( #7807 )
2021-01-09 18:59:16 +01:00
Aleksander Machniak
a0fbcf3816
Bump copyright year
...
[skip ci]
2021-01-02 13:46:06 +01:00
Aleksander Machniak
65c9d08e01
PHP8 fixes
2020-12-20 17:22:18 +01:00
Aleksander Machniak
5aa0d09def
Add array_first() helper, fix some code issues
2020-12-20 09:44:17 +01:00
johndoh
9e739faac5
Return 204 rather than 404 on missing contact photo ( #7778 )
...
* return 204 rather than 404 on missing contact photo
* a little code cleanup
* don't use blank.gif as placeholder, use data: uri instead
2020-12-19 10:10:54 +01:00
Aleksander Machniak
90b4b4f946
Fix bug where it wasn't possible to save Spanish (Latin America) locale preference ( #7784 )
2020-12-19 09:00:32 +01:00
Aleksander Machniak
3bbb01fe13
PHP8 fixes, regression fixes
2020-12-13 12:14:15 +01:00
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.
2020-12-13 10:21:52 +01:00
Aleksander Machniak
0f3e3d8c46
Fix PHP 5.5 compatibility
2020-11-15 20:15:13 +01:00
Aleksander Machniak
bda8b63d55
More tests and PHP8 fixes
2020-11-15 17:54:12 +01:00
Aleksander Machniak
1007b873f0
More action tests, PHP8 fixes
2020-11-15 12:03:37 +01:00
Aleksander Machniak
06eb080e82
Fix regressions
2020-11-08 16:12:23 +01:00
Aleksander Machniak
596004beb3
More actions tests, code improvements
2020-11-07 12:54:12 +01:00
Aleksander Machniak
545a1569f1
Steps -> Actions refactoring ( #7688 )
...
* Move action handling code to rcmail class
* Add rcmail_action class
* Add action aliases
* Get rid of $OUTPUT global
* Move some methods from rcmail to rcmail_action
* PHP8 compat. fixes
* Add framework for testing actions
* Fix obvious code mistakes
2020-11-01 11:25:38 +01:00