| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| |
| | |
* ticket/forumhulp/12896:
[ticket/12896] Add php event for admin notices
|
| | |
| |
| |
| | |
PHPBB3-12896
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[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
|
| | | |
| | |
| | |
| | | |
PHPBB3-12883
|
| | | |
| | |
| | |
| | | |
PHPBB3-12883
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12881] Debug error - Undefined index: mark_time
* Nicofuma/ticket/12881:
[ticket/12881] Checks earlier if server-side topic marking is enabled
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12881
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| |\ \ \
| | | |
| | | | |
[ticket/12887] Fix Typo: offest -> offset
|
| | | |/
| |/|
| | |
| | | |
PHPBB3-12887
|
| |\ \ \
| |/ /
|/| | |
|
| | | |
| | |
| | |
| | | |
PHPBB3-12857
|
| | | |
| | |
| | |
| | | |
PHPBB3-12857
|
| | | |
| | |
| | |
| | |
| | |
| | | |
To insert links after site-home
PHPBB3-12857
|
| | | |
| | |
| | |
| | | |
PHPBB3-12857
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/12851] Fix the Font colour button title
* n-aleha/ticket/12851:
[ticket/12851] Fix the Font colour button title
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-12851
|
| |\ \ \ \
| | | | |
| | | | | |
[ticket/12560] Add methods to set upload and temp paths in plupload
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | | |
The paths will be reset to the default paths after an upload is complete.
PHPBB3-12560
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[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
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
To make it consistent with another config.php constants,
PHPBB_DISPLAY_LOAD_TIME is to be put in config.php during installation as well.
PHPBB3-12871
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[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
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12861
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[ticket/12656] Pass user object into all console commands for translation
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12656
|
| |\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
[ticket/12448] Allow null as default value for columns
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12448
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12448
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12448
|
| |\ \ \ \ \ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Change "rc3" to "RC3".
PHPBB3-12872
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
To allow extension authors to use the poster_id var.
PHPBB3-12872
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/12748] Fix typo in terms of use
* Elsensee/ticket/12748:
[ticket/12748] Fix typo in terms of use
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
PHPBB3-12748
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[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
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-12663
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12663
|
| |\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/12814] Fix field type for LDAP email attribute
* carlo94it/ticket/12814:
[ticket/12814] Replace email type with text type
|
| | | |_|/ /
| |/| | |
| | | | |
| | | | | |
PHPBB3-12814
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[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
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12685
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12685
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12685
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12685
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12685
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12685
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12685
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12685
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-12685
|