Máté Bartus
a01e3a0ffa
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/14132] Use transaction for adding notifications to type table
[ticket/14519] Skip query if all unread notifications are retrieved
[ticket/14483] Do not send headers by default on access via controller
Conflicts:
phpBB/phpbb/notification/manager.php
2016-03-08 22:18:42 +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
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
c00e45d30e
Merge branch '3.1.x' into 3.2.x
2016-03-07 09:52:30 +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
Máté Bartus
fa2ae3a14b
[ticket/14510] Prevent infinite loop in add_bots task
...
PHPBB3-14510
2016-03-02 21:48:10 +01:00
Marc Alexander
a38a6ec7f5
Merge pull request #4196 from CHItA/ticket/14487
...
[ticket/14487] Try to handle connection timeouts
2016-03-01 21:52:05 +01:00
Máté Bartus
b1a136e7bd
[ticket/14487] Add missing use statement
...
PHPBB3-14487
2016-02-29 23:23:31 +01:00
Marc Alexander
b80cb8e796
Merge pull request #4194 from Nicofuma/ticket/14499
...
[ticket/14499] Add command to update the board from CLI
2016-02-29 21:45:11 +01:00
Tristan Darricau
52dffef03c
[ticket/14499] Fix wording and comments
...
PHPBB3-14499
2016-02-29 20:27:12 +01:00
Tristan Darricau
8ec1a60156
[ticket/14499] Add missing config settings
...
PHPBB3-14499
2016-02-28 20:49:18 +01:00
Máté Bartus
062358f8b1
[ticket/14487] Try to handle connection timeouts
...
PHPBB3-14487
2016-02-28 14:05:07 +01:00
Marc Alexander
b490be1f81
Merge branch '3.1.x' into 3.2.x
2016-02-28 10:15:47 +01: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
Tristan Darricau
5bdfc6167b
[ticket/14499] Add command to update the board from CLI
...
PHPBB3-14499
2016-02-25 22:39:42 +01:00
Mark Shaw
632418ad6e
[ticket/14489] Fix bug where extension custom compiler pass cannot be found.
...
This is returning an extra / on my machine which throws off the next code block, and then the class can't be found.
PHPBB3-14489
2016-02-18 23:56:53 -05:00
Tristan Darricau
b7deef46ac
Merge branch '3.1.x' into 3.2.x
...
* 3.1.x:
[ticket/13681] Invalidate and reset opcache where necessary
2016-02-18 22:00:10 +01:00
Tristan Darricau
6e4ab6509b
Merge pull request #4185 from marc1706/ticket/13681
...
[ticket/13681] Invalidate and reset opcache where necessary
* marc1706/ticket/13681:
[ticket/13681] Invalidate and reset opcache where necessary
2016-02-18 21:55:11 +01:00
Marc Alexander
f6fd819764
Merge pull request #4165 from Nicofuma/ticket/14457
...
[ticket/14457] Uses a random placeholder to inject css and js
2016-02-18 21:52:48 +01:00
Marc Alexander
bd12427fd4
[ticket/13681] Invalidate and reset opcache where necessary
...
PHPBB3-13681
2016-02-18 19:03:56 +01:00
Joas Schilling
ab6e0bbef9
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
build/build.xml
phpBB/composer.lock
2016-02-18 18:42:39 +01:00
Joas Schilling
9745d8d80e
Add migration for 3.1.8
2016-02-18 18:04:47 +01:00
Tristan Darricau
97bbf2d2b8
[ticket/14457] Handle the case where there isn't any 'definition' bag
...
PHPBB3-14457
2016-02-18 17:30:31 +01:00
Tristan Darricau
99ace63e62
[ticket/14457] Don't set CSS to JS and JS to CSS
...
PHPBB3-14457
2016-02-18 17:30:31 +01:00
Tristan Darricau
f7c5098c60
[ticket/14457] CS
...
PHPBB3-14457
2016-02-18 17:30:31 +01:00
Tristan Darricau
f253a853b8
[ticket/14457] Fix twig/twig::assign_display
...
PHPBB3-14457
2016-02-18 17:30:31 +01:00
Tristan Darricau
d34ffda9c1
[ticket/14457] Uses a random placeholder to inject css and js
...
PHPBB3-14457
2016-02-18 17:30:31 +01:00
Tristan Darricau
d0ce6a18df
Merge pull request #4171 from CHItA/ticket/14462
...
[ticket/14462] Try to prevent timeouts in the installer
* CHItA/ticket/14462:
[ticket/14462] Not show timeout messages in convertors
[ticket/14462] Make timeout error translateable
[ticket/14462] Update ordering in install db config
[ticket/14462] Fix comments
[ticket/14462] Fix tests
[ticket/14462] Fix CS and typo
[ticket/14462] Set instance of db driver for database access using global
[ticket/14462] Fix installation in tests
[ticket/14462] Refactor tasks to be more modular
[ticket/14462] Further speed improvements
2016-02-16 00:06:52 +01:00
Joas Schilling
8663edce76
Merge branch '3.1.x' into 3.2.x
...
Conflicts:
build/build.xml
phpBB/docs/CHANGELOG.html
phpBB/includes/constants.php
phpBB/includes/functions_user.php
phpBB/install/convertors/convert_phpbb20.php
phpBB/install/schemas/schema_data.sql
phpBB/styles/prosilver/style.cfg
phpBB/styles/subsilver2/style.cfg
2016-02-13 18:08:01 +01:00
Joas Schilling
9590ff3c18
Merge pull request #4176 from Elsensee/ticket/14409
...
[ticket/14409] Update session page info before displaying online list
2016-02-13 16:45:04 +01:00
Oliver Schramm
1bd4895d7a
[ticket/14409] Update session page info before displaying online list
...
PHPBB3-14409
2016-02-13 15:58:05 +01:00
Joas Schilling
a1a84c9930
[prep-release-3.1.8] Add migration for 3.1.8-RC1
2016-02-13 14:55:24 +01:00
Mate Bartus
2efceffaeb
[ticket/14462] Fix comments
...
PHPBB3-14462
2016-02-12 23:30:32 +01:00
Mate Bartus
7c0fb563ec
[ticket/14462] Fix CS and typo
...
PHPBB3-14462
2016-02-12 15:38:34 +01:00
Mate Bartus
68091561ab
[ticket/14462] Refactor tasks to be more modular
...
PHPBB3-14462
2016-02-12 14:31:28 +01:00
Mate Bartus
955b9ede33
[ticket/14462] Further speed improvements
...
- Cache the secondary container
- Only initialize tasks/modules that are being used
- Add timeout error message in the AJAX UI
PHPBB3-14462
2016-02-12 14:31:28 +01:00
Marc Alexander
971fe13a28
Merge pull request #4160 from Nicofuma/ticket/14440
...
[ticket/14440] Correctly remove the web root path in update_web_root_path
2016-02-11 23:40:18 +01:00
Tristan Darricau
5557760ecc
[ticket/14440] Add comments
...
PHPBB3-14440
2016-02-11 22:18:09 +01:00
Tristan Darricau
c9e5d308f2
Merge pull request #4159 from marc1706/ticket/14448
...
[ticket/14448] Use guzzle for remote files uploading
* marc1706/ticket/14448:
[ticket/14448] Correctly pass verify setting if available
[ticket/14448] Let user decide if remote upload certs should be checked
[ticket/14448] Add new vendor files and dirs to clean task
[ticket/14448] Do not try to test remote upload timeout
[ticket/14448] Remove no longer needed guzzle 3.9.3
[ticket/14448] Use GuzzleHttp and try to verify certs
[ticket/14448] Update composer.json and lock file for guzzlehttp
[ticket/14431] Remote avatar uploading
[ticket/14431] Remote avatar uploading
2016-02-11 22:16:10 +01:00
Marc Alexander
8cf086ef9b
[ticket/14448] Correctly pass verify setting if available
...
PHPBB3-14448
2016-02-08 13:26:19 +01:00
Tristan Darricau
fffbbbdcc4
Merge pull request #4169 from CHItA/ticket/14460
...
[ticket/14460] Use the selected language with AJAX requests as well
* CHItA/ticket/14460:
[ticket/14460] Use the selected language with AJAX requests as well
2016-02-07 16:19:23 +01:00
Tristan Darricau
f258aebc59
Merge pull request #4161 from CHItA/ticket/14312
...
[ticket/14312] Enable running database update only
* CHItA/ticket/14312:
[ticket/14312] Allow updating without having the update directory
[ticket/14312] Push migration error messages to the user
2016-02-07 16:03:52 +01:00
Oliver Schramm
da08a6e3cb
[ticket/14461] Correctly count up $processed_records
...
PHPBB3-14461
2016-02-06 14:45:20 +01:00
Mate Bartus
37705353c5
[ticket/14460] Use the selected language with AJAX requests as well
...
PHPBB3-14460
2016-02-06 14:14:26 +01:00
Tristan Darricau
123422d1ef
Merge branch 'prep-release-3.2.0-b1'
...
* prep-release-3.2.0-b1:
[prep-release-3.2.0-b1] Add changelog for 3.2.0-b1
[ticket/14453] Add missing dependency in the text_reparser migration
[ticket/14452] Define $progressFillerText in installer.js
[prep-release-3.2.0-b1] Add migration for 3.2.0-b1
[prep-release-3.2.0-b1] Update language help files
[prep-release-3.2.0-b1] Add schema.json
[prep-release-3.2.0-b1] Update version to 3.2.0-b1
2016-02-05 17:05:52 +01:00
Tristan Darricau
b40f9ce6e1
[ticket/14453] Add missing dependency in the text_reparser migration
...
PHPBB3-14453
2016-02-05 15:56:28 +01:00