[ticket/12656] Translate existing CLI commands
* dhruvgoel92/ticket/12656:
[ticket/12656] Fix typo for "purged extension"
[ticket/12656] Fix syntax in language file
[ticket/12656] Fix typo
[ticket/12656] Use utf8 ’ instead of escaping '
[ticket/12656] Use lang keys for all CLI strings
[ticket/12656] Use lang keys for CLI command descriptions
[ticket/12793] String '0' does not display for string profile fields
* lucifer4o/ticket/12793:
[ticket/12793] Tests (added and changed)
[ticket/12793] Changing get_profile_contact_value to get_profile_value_raw
[ticket/12793] String '0' does not display for string profile fields
[ticket/12791] String profile fields do not use links ...
* lucifer4o/ticket/12791:
[ticket/12791] Changed the if check
[ticket/12791] String profile fields do not use links ...
When you click on "Mark forums read" in the browser console error occurs
ReferenceError: assignment to undeclared variable phpbbAlertTimer
ajax.js (line13)
PHPBB3-12843
[ticket/12884] Add core event to the function upload_attachment()
* rxu/ticket/12884:
[ticket/12884] Add core event to the function upload_attachment()
[ticket/12883] Do not use basename() to get the search class in tidy_search
* Nicofuma/ticket/12883:
[ticket/12883] Remove pointless comments
[ticket/12883] Do not use basename() to get the search class in tidy_search
[ticket/12892] Do not set S_NUM_ROWS when adding a row to a template loop
* nickvergessen/ticket/12892:
[ticket/12892] Do not set S_NUM_ROWS when adding a row to a template loop
We do not set S_NUM_ROWS while adding a row, to reduce the complexity
If we would set it on adding, each subsequent adding would cause
n modifications, resulting in a O(n!) complexity, rather then O(n)
PHPBB3-12892
Add core event to the function upload_attachment()
in functions_posting.php to provide ability for extensions
to perform additional actions on uploaded files, like resizing etc.
PHPBB3-12884
[ticket/12871] Add PHPBB_DISPLAY_LOAD_TIME const to config.php on installation
* rxu/ticket/12871:
[ticket/12871] Add PHPBB_DISPLAY_LOAD_TIME const to config.php on installation
[ticket/12861] Add event to modify the post, poster and attachment data
* nickvergessen/ticket/12861:
[ticket/12861] Add event to modify the post, poster and attachment data
We need to rename the index key because with the default prefix (phpbb_)
this key has a length of 31. And because we don't accept the keys longer
than 30 characters we should ensure that by default no key is longer than
30 characters.
PHPBB3-12873