| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |\
| | |
| | |
| | | |
[ticket/14847] Add core.acp_attachments_config_edit_add
|
| | | |
| | |
| | |
| | | |
PHPBB3-14847
|
| |\ \ \
| |/ / |
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/14819] Hide soft-deleted posts in topic review
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14819
|
| |\ \ \ \
| |/ / / |
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
[ticket/14804] Add core event to MCP after merging topics
|
| | | |\ \ \
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14804
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14804
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14804
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Renamed $topic_data and defined $to_topic_data in order to avoid ambiguity
and to stop overwriting a variable.
PHPBB3-14804
|
| |\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* 3.1.x:
[ticket/14795] Use maximum topic views instead of adding up views in merge
|
| | |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14795] Use maximum topic views instead of adding up views in merge
* github.com:phpbb/phpbb:
[ticket/14795] Use maximum topic views instead of adding up views in merge
|
| | | | |_|/ /
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Merging topics should not result in topic views being added up but rather in
the highest topic view showing up for the merged topic.
PHPBB3-14795
|
| |\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* 3.1.x:
[ticket/11483] Add tests for generating user act key on force reactivate
[ticket/11483] Generate user act key if database entry is empty
|
| | |\ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/11483] Generate user act key if database entry is empty
* github.com:phpbb/phpbb:
[ticket/11483] Add tests for generating user act key on force reactivate
[ticket/11483] Generate user act key if database entry is empty
|
| | | |/ / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The force reactivation action in the ACP will no longer overwrite the
generated activation key in case the key stored in the database is empty.
It will also save the generated key back to the database to actually allow
the activation by the user.
PHPBB3-11483
|
| |\ \ \ \ \
| |/ / / / |
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
[ticket/14830] Fix FORM_INVALID error during some ACP setting operations
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14823
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14830
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14830
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14830
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14830
|
| | | |/ / /
| | | | |
| | | | |
| | | | | |
PHPBB3-14830
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | | |
* 3.1.x:
[ticket/14818] Optimize generate_board_url function
|
| | |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ticket/14818] Optimize generate_board_url function
* gmixo/patch-2:
[ticket/14818] Optimize generate_board_url function
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
if $config['force_server_vars'] no need to calculate $request
|
| |\ \ \ \ \ \
| |/ / / / / |
|
| | |\ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | | |
[ticket/14827] Fix adding multiple form keys
|
| | | | |/ /
| | |/| |
| | | | |
| | | | | |
PHPBB3-14827
|
| | |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | | | | | |
|
| |\ \ \ \ \
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
* 3.1.x:
[ticket/14802] Add test for empty/blank lines in poll options
[ticket/14802] Empty/blank lines should not be additional poll options
|
| | |\ \ \ \
| | |_|_|/
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14802] Empty/blank lines should not be additional poll options
* dsinn/ticket/14802:
[ticket/14802] Add test for empty/blank lines in poll options
[ticket/14802] Empty/blank lines should not be additional poll options
|
| | | | |/
| | |/|
| | | |
| | | | |
PHPBB3-14802
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* 3.1.x:
[ticket/14789] Remove obsolete check_form_key() and add missing hashes
[ticket/14789] Move form key checks to where they actually do something
|
| | |\ \ \
| | | |/
| | |/|
| | | |
| | | |
| | | | |
* prep-release-3.1.10:
[ticket/14789] Remove obsolete check_form_key() and add missing hashes
[ticket/14789] Move form key checks to where they actually do something
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14789
|
| | | |/
| | |
| | |
| | | |
PHPBB3-14789
|
| |\ \ \
| |/ / |
|
| | |/
| |
| |
| | |
PHPBB3-14795
|
| | | |
|
| | | |
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
[ticket/10809] Remove MSSQL support
* Senky/ticket/10809:
[ticket/10809] Reflect MSSQL removal in docs files
[ticket/10809] Remove MSSQL support
|
| | | |
| | |
| | |
| | | |
PHPBB3-10809
|
| |\ \ \
| | |/
| |/| |
|
| | |\ \
| | | |
| | | |
| | | | |
[ticket/13709] Add fallback for email templates used by extensions
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also add a fallback to english for the core
like we do it in $user->add_lang()
PHPBB3-13709
|