[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
[ticket/12663] Extract CLI language string into their own file
* bantu/ticket/12663:
[ticket/12663] Have cli.php language file at top level; unrelated to ACP.
[ticket/12663] Extract CLI language string into their own file
[ticket/12685] New CLI container for load extensions
* carlo94it/ticket/12685:
[ticket/12685] Setup class loader for extensions only if not in safe mode
[ticket/12685] Replace getParameterOption with hasParameterOption
[ticket/12685] Do not dump container
[ticket/12685] Override getDefaultInputDefinition()
[ticket/12685] Removed unused USE statement
[ticket/12685] Inject console.command_collection instead of the container
[ticket/12685] Add a new line
[ticket/12685] Container is dumped by default
[ticket/12685] Removed spaces
[ticket/12685] Add --safe-mode
[ticket/12685] We need extensions enabled
[ticket/12685] Add space after foreach
[ticket/12685] Add console collection and fixing CLI
[WIP][ticket/12853] Change navbar ACP from skip- to last-responsive
* PayBas/ticket/12853:
[ticket/12853] Change navbar ACP from skip- to last-responsive
[ticket/12837] Detect "viewing contact admin page" on viewonline
* PayBas/ticket/12837:
[ticket/12837] Use else if instead of elseif
[ticket/12837] Detect "viewing contact admin page" on viewonline