| Commit message (Collapse) | Author | Age | Files | Lines |
| |\
| |
| |
| | |
[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
|
| |\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | |
| | | | | | | |
[ticket/12230] Disable newly registered group when post limit is set to 0
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
PHPBB3-12230
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
[ticket/14743] Remove PHP7 from travis tests in 3.1.x
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14743
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/12925] Pluralize permanent delete checkbox label
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-12925
|
| |\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | |
| | | | | | | | |
[ticket/14742] Further improvements to migrator
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14742
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This is to avoid errors when comparing verbosity levels
in a CLI output handler that is using Symfony's OutputInterface
for example.
PHPBB3-14742
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Rewriting process_data_step() to remove the now
useless foreach() loop.
PHPBB3-14742
|
| | | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
PHPBB3-14742
|
| |/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14742
|
| |\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | | |
[ticket/14745] Removed unneeded HTML ampersand
|
| | |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Changed the HTML ampersand entity in U_NOTIFICATION_SETTINGS into a bare
ampersand character.
PHPBB3-14745
|
| |\ \ \ \ \ \ \
| |_|_|_|_|_|/
|/| | | | | |
| | | | | | | |
[ticket/14742] Improvements to migrator
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14742
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14742
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14742
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14742
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14742
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
First make it work, then avoid a loop
PHPBB3-14742
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14742
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-14742
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This combines reverted updata_data and revert_data into a single array.
PHPBB3-14742
|