Jakub Senko
4dc8841e33
[ticket/13028] Rename unanswered search label
...
PHPBB3-13028
2016-03-18 11:54:46 +01:00
Tristan Darricau
0194c78d19
Merge pull request #4226 from rxu/ticket/14540
...
[ticket/14540] Adjust recursive_dot_prefix_filter_iterator for performance
* rxu/ticket/14540:
[ticket/14540] Adjust recursive_dot_prefix_filter_iterator for performance
2016-03-16 19:10:06 +01:00
rxu
e610b23916
[ticket/14540] Adjust recursive_dot_prefix_filter_iterator for performance
...
Swapping conditions in the function accept() of the class
\phpbb\recursive_dot_prefix_filter_iterator saves a lot of isDir() calls which
is more expensive than $filename[0] checks.
PHPBB3-14540
2016-03-17 00:50:08 +07:00
Tristan Darricau
f1874ec416
Merge pull request #4224 from marc1706/ticket/14538
...
[ticket/14538] Update composer dependencies
* marc1706/ticket/14538:
[ticket/14538] Update composer dependencies
2016-03-15 19:53:15 +01:00
Marc Alexander
681836a84d
[ticket/14538] Update composer dependencies
...
PHPBB3-14538
2016-03-15 09:53:57 +01:00
Marc Alexander
48bdab88de
Merge pull request #4217 from phpbb-fr-com/ticket/14533
...
[ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URL
2016-03-13 20:24:38 +01:00
Skouat
3e278bcf0a
[ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URL
...
PHPBB3-14533
2016-03-12 20:53:42 +01:00
Marc Alexander
215fad420f
[ticket/14241] Log fatal captcha error to error log
...
PHPBB3-14241
2016-03-12 10:24:07 +01:00
Tristan Darricau
d142bebdd6
Merge pull request #4216 from marc1706/ticket/14529
...
[ticket/14529] Stop using --prefer-source for composer
* marc1706/ticket/14529:
[ticket/14529] Stop using --prefer-source for composer
2016-03-11 18:53:13 +01:00
Marc Alexander
2337d9dd27
[ticket/14529] Stop using --prefer-source for composer
...
The api rate limit has been removed by github. Therefore,
we no longer need --prefer-source
PHPBB3-14529
2016-03-11 17:51:02 +01:00
Marc Alexander
4c5c289f75
[ticket/14241] Prevent empty q&a as a result of improper settings
...
Improper setup of the q&a captcha in combination with the admin choosing a
default language that does not have any questions and answers set might
result in the user being presented empty questions and answers. This
change will try to fall back to any question in case the admin incorrectly
set the default language and has no questions & answers set. If that does
not work, the captcha will not allow passing it and suggest to contact the
board admin to resolve this issue.
PHPBB3-14241
2016-03-11 10:51:07 +01:00
Marc Alexander
9288a50bcf
Merge pull request #4211 from marc1706/ticket/14422
...
[ticket/14422] Support cmd+enter & ctrl+enter for submitting message
2016-03-10 22:09:19 +01:00
Marc Alexander
1f25f710ea
[ticket/14422] Submit when pressing ctrl or cmd + enter
...
PHPBB3-14422
2016-03-10 15:08:12 +01:00
Marc Alexander
f22bd4e511
[ticket/14481] Add tests for x_forwarded_proto header
...
PHPBB3-14481
2016-03-10 14:49:23 +01:00
Jakub Senko
795ce6ccf1
[ticket/14471] Add $filedata to core.avatar_driver_upload_move_file_before event
...
PHPBB3-14471
2016-03-10 13:25:43 +01:00
Callum Macrae
8058967e7f
[ticket/14422] Support cmd+enter for submitting message
...
PHPBB3-14422
2016-03-10 12:31:04 +01:00
Marc Alexander
9bcf8df5d0
Merge pull request #4184 from lavigor/ticket/14486
...
[ticket/14486] Add an event and fix an event in login_box()
2016-03-10 12:18:47 +01:00
Tristan Darricau
61e0247f22
Merge pull request #4192 from marc1706/ticket/14496
...
[ticket/14496] Cache last update of update list instead of using filemtime
* marc1706/ticket/14496:
[ticket/14496] Destroy update_list_time cache variable on intro
[ticket/14496] Cache last update of update list instead of using filemtime
2016-03-09 21:53:14 +01:00
Máté Bartus
5e84d47a03
Merge pull request #4205 from marc1706/ticket/13264
...
[ticket/13264] Do not force approved state if post visibility is known
2016-03-09 19:39:29 +01:00
Máté Bartus
7c45ed0733
Merge pull request #4206 from marc1706/ticket/14519
...
[ticket/14519] Skip query if all unread notifications are retrieved
2016-03-08 22:09:02 +01:00
Máté Bartus
a0fa396901
Merge pull request #4207 from marc1706/ticket/14132
...
[ticket/14132] Use transaction for adding notifications to type table
2016-03-08 22:07:33 +01:00
Máté Bartus
05ccbc512d
Merge pull request #4204 from marc1706/ticket/14483
...
[ticket/14483] Do not send headers by default on access via controller
2016-03-08 22:07:11 +01:00
Marc Alexander
dd115d1896
[ticket/13264] Link to post if user can view it
...
PHPBB3-13264
2016-03-08 15:25:45 +01:00
Marc Alexander
10004c4032
[ticket/14132] Use transaction for adding notifications to type table
...
This will prevent a race condition that might occur by two posts being
submitted at the same time with the notification type IDs not being
cached.
PHPBB3-14132
2016-03-08 12:36:29 +01:00
Marc Alexander
9fcd0b116b
[ticket/14519] Skip query if all unread notifications are retrieved
...
PHPBB3-14519
2016-03-08 12:15:21 +01:00
Marc Alexander
d461ee4f5c
[ticket/13264] Do not force approved state if post visibility is known
...
Post visibility is used if it is set to a valid value.
PHPBB3-13264
2016-03-07 22:18:26 +01:00
Marc Alexander
f55a61d067
Merge pull request #4203 from Elsensee/ticket/14514
...
[ticket/14514] Don't skip users when converting passwords
2016-03-07 09:51:31 +01:00
Marc Alexander
62a2619300
[ticket/14483] Do not send headers by default on access via controller
...
PHPBB3-14483
2016-03-06 21:10:42 +01:00
Oliver Schramm
b77856a903
[ticket/14514] Don't skip users when converting passwords
...
PHPBB3-14514
2016-03-06 16:11:29 +01:00
Marc Alexander
3d7d0c40b8
[ticket/14437] Make sure attachments array is properly ordered before processing
...
PHPBB3-14437
2016-03-06 11:22:53 +01:00
Marc Alexander
f1772ce7e5
[ticket/14437] Preserve attachment ID order by ordering by attach_id
...
PHPBB3-14437
2016-03-06 10:40:42 +01:00
Marc Alexander
1e10664739
[ticket/14437] Sort attachments after assigning inline attachments
...
This does not seem to cause any issues but prevents us from having to consider
the currenty display order.
PHPBB3-14437
2016-03-06 00:14:47 +01:00
Marc Alexander
ad23b2330c
Merge pull request #4200 from RMcGirr83/ticket_14508
...
[ticket/14508] Change language notice on account activation
2016-03-05 12:12:20 +01:00
Richard McGirr
83fd8e88d6
[ticket/14508] Adjust account inactive language
...
PHPBB3-14508
2016-03-03 06:55:36 -05:00
Richard McGirr
65ce507dda
[ticket/14508] Change language notice on account activation
...
PHPBB3-14508
2016-03-02 07:05:37 -05:00
Marc Alexander
a4040e53b7
Merge pull request #4153 from gn36/ticket/14443
...
[ticket/14443] Introduce additional parameter to messenger
2016-02-28 10:15:41 +01:00
lavigor
40bd4c8b72
[ticket/14486] Use empty() and move error check.
...
PHPBB3-14486
2016-02-27 20:05:59 +03:00
Martin Beckmann
5d579631d7
[ticket/14443] substr($var, 0, 1) -> $var[0]
...
PHPBB3-14443
2016-02-27 15:17:17 +01:00
lavigor
276d48ed4f
[ticket/14134] Fix code comments.
...
PHPBB3-14134
2016-02-27 16:55:05 +03:00
Marc Alexander
747a70964e
Merge pull request #4086 from rxu/ticket/14366
...
[ticket/14366] Add core events to the function decode_message()
2016-02-27 11:41:50 +01:00
Marc Alexander
ee7cba5df7
Merge pull request #4085 from rxu/ticket/14365
...
[ticket/14365] Add core event to the function topic_review()
2016-02-27 11:04:52 +01:00
Marc Alexander
34389df1ae
Merge pull request #4049 from rxu/ticket/14316
...
[ticket/14316] Add events before/after the custom/zebra fields in pfile view
2016-02-27 10:52:09 +01:00
Marc Alexander
3a6e6b997a
Merge pull request #4195 from marc1706/ticket/14500
...
[ticket/14500] Specify prevversion instead of duplicate newversion
2016-02-27 10:45:12 +01:00
Marc Alexander
8e6a21955a
[ticket/14500] Specify prevversion instead of duplicate newversion
...
PHPBB3-14500
2016-02-27 09:48:29 +01:00
rxu
cd3b93b9e2
[ticket/14366] Add core events to the function decode_message()
...
Remove match/replace vars, use alternative var for the message var,
update the target phpBB version.
PHPBB3-14366
2016-02-27 12:08:58 +07:00
rxu
2076280947
[ticket/14365] Fix a typo in the docblock.
...
PHPBB3-14365
2016-02-27 11:55:41 +07:00
rxu
673acc7313
[ticket/14316] Add events before/after the custom/zebra fields in profile view
...
PHPBB3-14316
2016-02-27 11:53:19 +07:00
Jakub Senko
ec70ec96e7
[ticket/14189] Add core.gen_sort_selects_after event
...
PHPBB3-14189
2016-02-26 23:10:18 +01:00
Marc Alexander
db1b73a3f4
[ticket/14496] Destroy update_list_time cache variable on intro
...
PHPBB3-14496
2016-02-26 16:58:04 +01:00
Marc Alexander
b6cf2d7284
[ticket/14496] Cache last update of update list instead of using filemtime
...
PHPBB3-14496
2016-02-26 12:07:35 +01:00