| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-14804
|
| |
|
|
|
|
|
| |
Renamed $topic_data and defined $to_topic_data in order to avoid ambiguity
and to stop overwriting a variable.
PHPBB3-14804
|
| |
|
|
|
|
|
|
|
| |
When running purge_notifications(), if a notification type does not exist
then a db transaction is started but never completed.
On an error in get_notification_type_id(), end the transaction.
PHPBB3-14799
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| |
| | |
[ticket/14785] Add template event overall_header_headerbar_after/before
|
| | |
| |
| |
| | |
PHPBB3-14785
|
| |\ \
| | |
| | |
| | | |
[ticket/14796] Use log_table class member instead of table constant
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Was still using the old LOG_TABLE constant in the delete method.
PHPBB3-14796
|
| |\ \ \
| |/ /
|/| |
| | | |
[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
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14762] Add core event to session.php
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14762
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | | |
[ticket/14747] Add post_data to core.modify_posting_auth
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-14747
|
| | | |
| | |
| | |
| | | |
PHPBB3-14784
|
| |\ \ \
| | | |
| | | |
| | | | |
[ticket/14592] [PHP] core.search_backend_search_after
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14592
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14592
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14592
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14592
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-14787
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ticket/14787] Add more parameters to the core.search_modify_url_pameters
* rxu/ticket/14787:
[ticket/14787] Add more parameters to the core.search_modify_url_parameters
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-14787
|
| | | | | |
| | | | |
| | | | |
| | | | | |
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/14788] Update CREDITS.txt
* marc1706/ticket/14788:
[ticket/14788] Update CREDITS.txt
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-14788
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | | |
[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
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/14738] Add core events to improve modifying forum lists
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14738
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14581] Add core events to content_visibility
|
| | |/ / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Events added for both changing the content visibility for both posts and topics,
executing right before and after the SQL UPDATE query for setting the
visibillity.
https://tracker.phpbb.com/browse/PHPBB3-14581
PHPBB3-14581
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14782] Don't use 'DISTINCT' when using 'SQL_CALC_FOUND_ROWS'
|
| | | | | | | | | | |
|
| |\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14782] Use the $select variable in "Your Posts" search
* DavidIQ/ticket/14782:
[ticket/14782] Use the $select variable in "Your Posts" search
|
| | | |_|_|/ / / /
| |/| | | | | | |
|
| |\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14783
|
| |\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14695] Add posting_editor_subject_prepend/append template events
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
As per request in PR.
PHPBB3-14695
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
As per request in PR.
PHPBB3-14695
|
| | | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
As per request in the PR.
PHPBB3-14695
|