| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| | |
[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
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14695
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-14695
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/12133] fix download file names for WebKit-derived browsers
|
| | |/ / / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
All browser engines that descend from WebKit declare themselves as
Safari in the user agent, including Chrome. Currently, the code
assumes that any Safari-like browser cannot handle the RFC-compliant
filename syntax. At least for recent versions of Safari, this is no
longer the case, and the legacy syntax results in URI-quoted
filenames. Using the standard syntax works as expected in both Safari
9 and Chrome 45.
The ticket reporting this issue is from January 2014, so we can safely
ignore compatibility: any browser still relying on the previous
behaviour is unlikely to receive security updates.
PHPBB3-12133
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14755] Fix max length in mcp topic html file
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14755
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Move posts does not accept a topic number greater than 999999
topic_id set in both posts table and topics table accepts 10 digits
https://tracker.phpbb.com/browse/PHPBB3-14755
PHPBB3-14755
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | |
| | | | | | |
[ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.…
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This is required for proper overall database operation. In previous versions,
InnoDB might error on ALTER statements when multiple FULLTEXT Indexes are
defined.
PHPBB3-14109
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14727] Event core.search_modify_submit_parameters
* ErnadoO/ticket/14727:
[ticket/14727] Event core.search_modify_submit_parameters
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14727
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/14703] Fix parent module selection for custom extension modules
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14703
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14703
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14703
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14703
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14703
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14703
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14703
|
| | |_|_|/ / /
| |/| | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14703
|
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14673] Changes wrong language variable in mcp_forum
* Crizz0/ticket/14673:
[ticket/14673] Changes wrong language variable in mcp_forum
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14673
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Add viewforum_body_topicrow_before template event
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14469
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
[ticket/14715] Add template events in posting_topic_review & mcp_topic
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-14715
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
PHPBB3-14715
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
The events will allow adding content before and after the post details
in topic review and topic moderation.
PHPBB3-14715
|