Tristan Darricau
47d2f34a1b
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14788] Update CREDITS.txt
2016-09-18 13:28:39 +02:00
Tristan Darricau
27e33f39f7
Merge pull request #4451 from marc1706/ticket/14788
...
[ticket/14788] Update CREDITS.txt
* marc1706/ticket/14788:
[ticket/14788] Update CREDITS.txt
2016-09-18 13:28:36 +02:00
Marc Alexander
631b0f2dba
Merge branch '3.1.x' into 3.2.x
2016-09-18 13:08:35 +02:00
Marc Alexander
c3578bc3e3
Merge pull request #4442 from rxu/ticket/14781
...
[ticket/14781] Add core event to the function group_user_attributes()
2016-09-18 13:07:47 +02:00
Marc Alexander
0d3ca3883e
[ticket/14788] Update CREDITS.txt
...
PHPBB3-14788
2016-09-18 12:16:44 +02:00
rxu
a084b07495
[ticket/14787] Add more parameters to the core.search_modify_url_parameters
...
PHPBB3-14787
2016-09-18 14:02:49 +07:00
Marc Alexander
e76ea47fb8
Merge branch '3.1.x' into 3.2.x
2016-09-17 16:27:25 +02:00
Marc Alexander
bf397cb985
Merge pull request #4398 from wesleyfok/ticket/14638-3.1.x
...
Ticket/14638 3.1.x New UCP hooks for subscriptions
2016-09-17 13:04:32 +02:00
Marc Alexander
b0ff957684
Merge branch '3.1.x' into 3.2.x
2016-09-17 12:59:56 +02:00
Marc Alexander
73b9327631
Merge pull request #4403 from rxu/ticket/14738
...
[ticket/14738] Add core events to improve modifying forum lists
2016-09-17 12:58:18 +02:00
Marc Alexander
aa95636a4d
Merge branch '3.1.x' into 3.2.x
2016-09-17 08:54:04 +02:00
Marc Alexander
bd59241110
Merge pull request #4406 from rmcgirr83/ticket/14581
...
[ticket/14581] Add core events to content_visibility
2016-09-17 08:54:00 +02:00
Marc Alexander
2dbc9e1016
Merge branch '3.1.x' into 3.2.x
2016-09-17 00:05:09 +02:00
Marc Alexander
33584f12f0
Merge pull request #4449 from DavidIQ/ticket/14782
...
[ticket/14782] Don't use 'DISTINCT' when using 'SQL_CALC_FOUND_ROWS'
2016-09-17 00:04:59 +02:00
DavidIQ
2ae08dc3ba
[ticket/14782] Don't use 'DISTINCT' when using 'SQL_CALC_FOUND_ROWS'
2016-09-16 17:05:20 -04:00
Andreas Fischer
271e8b43f9
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14782] Use the $select variable in "Your Posts" search
2016-09-15 19:30:44 +02:00
Andreas Fischer
32ba128ea5
Merge pull request #4444 from DavidIQ/ticket/14782
...
[ticket/14782] Use the $select variable in "Your Posts" search
* DavidIQ/ticket/14782:
[ticket/14782] Use the $select variable in "Your Posts" search
2016-09-15 19:30:29 +02:00
Marc Alexander
142f937354
Merge branch '3.1.x' into 3.2.x
2016-09-14 20:51:13 +02:00
Marc Alexander
70aa4407d3
Merge remote-tracking branch 'VSEphpbb/ticket/14783' into 3.1.x
2016-09-14 20:49:13 +02:00
Matt Friedman
5503c09cd5
[ticket/14783] Add template event before custom BBCodes in ACP
...
PHPBB3-14783
2016-09-14 10:37:27 -07:00
DavidIQ
6d589a8bb9
[ticket/14782] Use the $select variable in "Your Posts" search
2016-09-13 14:10:50 -04:00
rxu
43c52b073b
[ticket/14781] Add core event to the function group_user_attributes()
...
PHPBB3-14781
2016-09-12 13:44:33 +07:00
Tristan Darricau
1a187e0607
Merge pull request #4440 from danchr/ticket/14774
...
[ticket/14774] Support partial downloads of attachments
* danchr/ticket/14774:
[ticket/14774] Support partial downloads of attachments
2016-09-11 13:59:06 +02:00
Marc Alexander
316b69805b
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
phpBB/styles/subsilver2/template/posting_body.html
2016-09-11 11:08:24 +02:00
Marc Alexander
4b8e8df55c
Merge pull request #4371 from imkingdavid/ticket/14695
...
[ticket/14695] Add posting_editor_subject_prepend/append template events
2016-09-11 11:07:48 +02:00
Marc Alexander
14cc4f3ae2
Merge branch '3.1.x' into 3.2.x
2016-09-09 23:39:23 +02:00
Marc Alexander
dccb5564d2
Merge pull request #4438 from danchr/ticket/12133
...
[ticket/12133] fix download file names for WebKit-derived browsers
2016-09-09 23:39:20 +02:00
Marc Alexander
0aa289e4d9
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
phpBB/styles/subsilver2/template/mcp_topic.html
2016-09-07 21:25:17 +02:00
Marc Alexander
857a085496
Merge pull request #4428 from rmcgirr83/ticket/14755
...
[ticket/14755] Fix max length in mcp topic html file
2016-09-07 21:24:29 +02:00
Dan Villiom Podlaski Christiansen
d2750b650f
[ticket/14774] Support partial downloads of attachments
...
phpBB already had limited support for partial downloads, but only for
resuming downloads, disregarding any range ending before EOF.
WebKit on iOS and OS X uses partial downloads when fetching media
files. Previously, only MP3 attachments could play directly in the
browser, reported as a live stream, but with this change, all
supported media formats should render as expected.
Tested using cURL by verifying that partial downloads give exactly the
same results compared to Apache.
PHPBB3-14774
2016-09-07 03:58:33 +02:00
Dan Villiom Podlaski Christiansen
ce48b4de57
[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
2016-09-07 03:17:44 +02:00
Marc Alexander
051323dbc6
Merge branch '3.1.x' into 3.2.x
2016-09-06 21:50:25 +02:00
Marc Alexander
2efdaaa0e2
Merge pull request #4426 from bantu/ticket/14109
...
[ticket/14109] Increase MySQL Version for InnoDB FULLTEXT Index to 5.…
2016-09-06 21:50:22 +02:00
Marc Alexander
801519ca4d
Merge pull request #4435 from Crizz0/ticket/14764
...
[ticket/14764] Wrong link to database update script has been fixed
2016-09-06 21:45:49 +02:00
Crizzo
f6b376def8
[ticket/14764] Implements feedback to wording in install db updater
...
PHPBB3-14764
2016-09-05 20:57:28 +02:00
Marc Alexander
a4f42ced3d
Merge pull request #4436 from rxu/ticket/14765
...
[ticket/14765] Fix the typo in the installer routing config
2016-09-04 17:47:51 +02:00
rxu
a01c773fa2
[ticket/14765] Fix the typo in the installer routing config
...
PHPBB3-14765
2016-09-03 22:13:34 +07:00
Tristan Darricau
312ca75be5
Merge pull request #4434 from marc1706/ticket/14763
...
[ticket/14763] Specify correct class for local files class type
* marc1706/ticket/14763:
[ticket/14763] Specify correct class for local files class type
2016-09-03 14:53:57 +02:00
Jakub Senko
64178b40b8
[ticket/14747] Add post_data to core.modify_posting_auth
...
PHPBB3-14747
2016-09-03 11:11:55 +02:00
Crizzo
86752fc6df
[ticket/14764] Wrong link to database update script has been fixed
...
PHPBB3-14764
2016-09-02 22:05:37 +02:00
Marc Alexander
62e8ba3d49
[ticket/14763] Specify correct class for local files class type
...
PHPBB3-14763
2016-09-02 21:08:06 +02:00
Tristan Darricau
08f558d8f7
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14727] Event core.search_modify_submit_parameters
2016-09-01 16:24:07 +02:00
Tristan Darricau
65921a7891
Merge pull request #4396 from ErnadoO/ticket/14727
...
[ticket/14727] Event core.search_modify_submit_parameters
* ErnadoO/ticket/14727:
[ticket/14727] Event core.search_modify_submit_parameters
2016-09-01 16:23:50 +02:00
Tristan Darricau
a3dc829dab
Merge pull request #4340 from Senky/ticket/10961
...
[ticket/10961] Send HTTP 403 when applicable
* Senky/ticket/10961:
[ticket/10961] Send HTTP 403 when applicable
2016-09-01 14:53:54 +02:00
Jakub Senko
4b6c2c8cde
[ticket/10961] Send HTTP 403 when applicable
...
PHPBB3-10961
2016-09-01 08:48:37 +02:00
Marc Alexander
dff950162c
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
phpBB/phpbb/db/migration/tool/module.php
2016-08-31 21:41:17 +02:00
Marc Alexander
f008708d5c
Merge pull request #4377 from rxu/ticket/14703
...
[ticket/14703] Fix parent module selection for custom extension modules
2016-08-31 21:39:09 +02:00
Tristan Darricau
05e6ed04ed
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14673] Changes wrong language variable in mcp_forum
2016-08-31 19:08:11 +02:00
Tristan Darricau
d737430a03
Merge pull request #4422 from Crizz0/ticket/14673
...
[ticket/14673] Changes wrong language variable in mcp_forum
* Crizz0/ticket/14673:
[ticket/14673] Changes wrong language variable in mcp_forum
2016-08-31 19:08:05 +02:00
Tristan Darricau
2c6543cb6e
Merge pull request #4427 from hanakin/patch-2
...
[ticket/14588] fix header search rtl
* hanakin/patch-2:
[ticket/14588] fix header search rtl
2016-08-31 19:04:13 +02:00