| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Allows changing root_path of smilies to use CDN for example
PHPBB3-14850
|
| |
|
|
|
|
| |
Allows changing root_path of smilies to use CDN for example
PHPBB3-14850
|
| |\
| |
| |
| | |
[ticket/14849] Add core.acp_extensions_run_action
|
| | |
| |
| |
| | |
PHPBB3-14849
|
| |\ \
| | |
| | |
| | | |
[ticket/14864] Set maxlength=64 to dateformat in ACP
|
| | |/
| |
| |
| | |
PHPBB3-14864
|
| |\ \
| | |
| | |
| | | |
[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
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[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
|
| |\ \ \ \ \
| |_|_|_|/
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[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
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[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
|
| |\ \ \ \
| |_|/ /
|/| | | |
|
| | | | | |
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[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
|
| |\ \ \
| | |/
| |/|
| | |
| | |
| | | |
* 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/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
|
| | |
| |
| |
| | |
PHPBB3-14789
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This will further harden the ACP security by adding link hashes to links and
form tokens to forms that did not have these yet and result in modified
settings or write action on the filesystem or database. These few links and
forms were still relying on the global ACP protection, mainly due to them
not posing further risks of compromising data. After this change these will
now also be properly protected against tampering.
PHPBB3-14789
|
| |\ \
| | |
| | |
| | | |
[ticket/14781] Add core event to the function group_user_attributes()
|
| | | |
| | |
| | |
| | | |
PHPBB3-14781
|
| |\ \ \
| | | |
| | | |
| | | | |
Ticket/14638 3.1.x New UCP hooks for subscriptions
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Mistakenly brought in the modified 3.2.x version verbatim instead of diffing
against the 3.1.x version of ucp_main.php. Removed any changes I didn't
explicitly make.
PHPBB3-14638
|
| | |\ \ \
| | | |/
| | |/| |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds various event hooks to the Manage subscriptions page of the User
Control Panel. core.ucp_subscribed_post_data allows us to handle
additional post data from the form that unwatches subscriptions.
core.ucp_main_subscribed_forums_modify_query,
core.ucp_main_topiclist_count_modify_query and
core.ucp_main_topiclist_modify_query all modify the queries used to get
the list of subscribed forums and subscribed/bookmarked topics.
core.ucp_main_subscribed_forum_modify_template_vars and
core.ucp_main_topiclist_topic_modify_template_vars modify the template
variable array associated with each subscribed forum and topic row.
This is a backport to 3.1.x of the code in PR #4318.
PHPBB3-14638
|