kasimi
eceb36a546
[ticket/15035] Add phpinfo.php to 3.2.x install directory
...
In 3.1.x there's a phpinfo.php in the /install folder which seems to be removed in 3.2.x, perhaps by accident?
https://github.com/phpbb/phpbb/commits/3.2.x/phpBB/install/phpinfo.php
Let's add it back for easier troubleshooting potential issues during installation.
PHPBB3-15035
2017-01-20 22:09:42 +01:00
Tristan Darricau
de2c70127f
Merge pull request #4265 from Senky/ticket/10809
...
[ticket/10809] Remove MSSQL support
* Senky/ticket/10809:
[ticket/10809] Reflect MSSQL removal in docs files
[ticket/10809] Remove MSSQL support
2016-09-25 17:19:13 +02:00
Oliver Schramm
0eb44fc934
[ticket/14746] Make msg_handler in installer independent from container
...
PHPBB3-14746
2016-08-19 19:23:52 +02:00
Jakub Senko
c64b8102b7
[ticket/10809] Remove MSSQL support
...
PHPBB3-10809
2016-08-02 12:06:06 +02:00
Sumanai
95520d2ff2
[ticket/14671] Remove schema.json file
...
PHPBB3-14671
2016-07-02 20:15:01 +04:00
Tristan Darricau
37cf178c0c
[Release 3.2.0-RC1] Update version to 3.2.0-RC2-dev
2016-06-27 21:58:31 +02:00
Tristan Darricau
6145f46bd1
[prep-release-3.2.0-RC1] Update schema.json
2016-06-19 17:51:51 +02:00
Tristan Darricau
2eb8a97f47
[prep-release-3.2.0-RC1] Update version to 3.2.0-RC1
2016-06-19 17:51:51 +02:00
Marc Alexander
6eda942a7f
[ticket/14607] Add missing auto_increment to report_id
...
PHPBB3-14607
2016-05-01 17:29:10 +02:00
Tristan Darricau
829a8ac15a
Merge branch 'prep-release-3.2.0-b2' into 3.2.x
...
* prep-release-3.2.0-b2:
[prep-release-3.2.0-b2] Add schema.json
[prep-release-3.2.0-b2] Add changelog for 3.2.0-b2
[prep-release-3.2.0-b2] Add migration for 3.2.0-b2
[prep-release-3.2.0-b2] Update version to 3.2.0-b2
2016-04-28 21:58:16 +02:00
Tristan Darricau
28ba2d4494
Merge pull request #4274 from marc1706/ticket/14495
...
[ticket/14495] Specify correct version numbers in 3.2.x
* marc1706/ticket/14495:
[ticket/14495] Specify correct version numbers in 3.2.x
2016-04-02 12:09:31 +02:00
Marc Alexander
83b56f7855
[ticket/14495] Specify correct version numbers in 3.2.x
...
DO NOT apply these changes into master when merging it. This means that
you'll have to checkout the latest files from upstream after merging this
into master (possibly while resolving likely merge conflicts).
PHPBB3-14495
2016-04-02 10:06:59 +02:00
Marc Alexander
2653b98e09
Merge branch 'ticket/14577' into ticket/14577-3.2.x
...
Conflicts:
phpBB/includes/acp/acp_modules.php
2016-04-02 09:51:37 +02:00
Marc Alexander
5b61ac06cb
[ticket/14577] Do not calculate size of array in for loop
...
For loops that modify the size of the looped arrays were obviously not
changed.
PHPBB3-14577
2016-04-02 09:46:54 +02:00
Tristan Darricau
f6cc30cbfe
Merge pull request #4245 from JoshyPHP/ticket/14381
...
[ticket/14381] Set the mode in message parser to "reparse"
* JoshyPHP/ticket/14381:
[ticket/14381] Set the mode in message parser to "reparse"
[ticket/14495] Updates the version to 3.3.0-a1-dev
2016-03-25 11:03:27 +01:00
Marc Alexander
244d171cb0
[ticket/14136] Add back X-UA-Compatible meta tag
...
This was previously removed without needing to. Adding it back to force
users to not emulate the page for previous versions of IE. The
imagetoolbar http-equiv tag was not restored as IE does not contain that
anymore since IE7. Also, the chome=1 has been removed from the
X-UA-Compatible content as ChromeFrame does not receive any further
updates since 2014 and is potentially broken.
PHPBB3-14136
2016-03-24 16:07:07 +01:00
Tristan Darricau
56c2caf6c0
[ticket/14555] Uniformize cache directory usages
...
PHPBB3-14555
2016-03-24 09:15:34 +01:00
Tristan Darricau
e6e87ab214
Merge branch '3.2.x'
...
* 3.2.x:
[release-3.2.0-b2] Update versions to 3.2.0-3-dev
2016-03-07 17:38:34 +01:00
Tristan Darricau
9d7b6260bd
[release-3.2.0-b2] Update versions to 3.2.0-3-dev
2016-03-07 17:36:16 +01:00
Tristan Darricau
480a1be94c
[prep-release-3.2.0-b2] Add schema.json
2016-03-03 22:54:13 +01:00
Tristan Darricau
20dd65ff1a
[prep-release-3.2.0-b2] Update version to 3.2.0-b2
2016-03-02 22:05:58 +01:00
Máté Bartus
72bdbf52cc
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/14503] Enable superglobals in cli
2016-02-28 14:50:32 +01:00
Marc Alexander
f65207b935
[ticket/14503] Enable superglobals in cli
...
This is for example needed for outputting help on commands.
PHPBB3-14503
2016-02-28 12:28:21 +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
Tristan Darricau
294f926bfc
[ticket/14495] Updates the version to 3.3.0-a1-dev
...
PHPBB3-14495
2016-02-24 22:25:41 +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
Mate Bartus
6debd9a1be
[ticket/14462] Not show timeout messages in convertors
...
PHPBB3-14462
2016-02-14 19:27:24 +01:00
Joas Schilling
17e21d5140
[3.1.x] Increase dev version for 3.1.9
2016-02-13 18:01:32 +01:00
Joas Schilling
3e8a62f309
[prep-release-3.1.8] Update version to 3.1.8-RC1
2016-02-13 14:52:57 +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
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
Tristan Darricau
dab282e664
[release-3.2.0-b1] Update version to 3.2.0-b2-dev
2016-02-05 17:12:39 +01:00
Marc Alexander
fd9c05309d
[ticket/14448] Let user decide if remote upload certs should be checked
...
Also fixed some minor issues like coding style.
PHPBB3-14448
2016-02-04 17:14:48 +01:00
Tristan Darricau
3aee46109b
[prep-release-3.2.0-b1] Add schema.json
2016-02-03 21:43:32 +01:00
Tristan Darricau
f80ec7e786
[prep-release-3.2.0-b1] Update version to 3.2.0-b1
2016-02-03 21:41:22 +01:00
Mate Bartus
91f809dc3d
[ticket/14262] Add error handling and small CS fixes
...
PHPBB3-14262
2016-02-02 16:09:40 +01:00
Mate Bartus
6be1c6049d
[ticket/14262] Fix stage navigation
...
PHPBB3-14262
2016-01-29 13:52:07 +01:00
Mate Bartus
a649768e17
[ticket/14262] Move convertor to controller
...
PHPBB3-14262
2016-01-29 00:03:44 +01:00
Marc Alexander
73900d1857
[ticket/13454] Remove more unused variables
...
This should be the last part. Off to checking if the changes were correct.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
7a6a16e3a5
[ticket/13454] Remove unused variables
...
This is part 5 and there is more to come.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
266576c6a4
[ticket/13454] Remove unused variables
...
Part 4
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
f50ba9ab4f
[ticket/13454] Remove unused variables
...
This is part 2 of the pr.
PHPBB3-13454
2016-01-06 13:52:11 +01:00
Marc Alexander
73e6e5b77f
[ticket/13454] Remove unused variables
...
This is the first part of the changes. More to come.
PHPBB3-13454
2016-01-06 13:51:19 +01:00
Tristan Darricau
554b90b59f
[release-3.2.0-a2] Update version to 3.2.0-a3
2015-12-19 17:34:46 +01:00
Tristan Darricau
6b09dbe16c
[prep-release-3.2.0-a2] Update version to 3.2.0-a2
2015-12-19 17:17:01 +01:00
Joas Schilling
1de3ede399
[3.1.x] Update version to 3.1.8-dev
2015-12-12 15:19:47 +01:00
Joas Schilling
d2acccf92c
[prep-release-3.1.7] Update version to 3.1.7-RC1
2015-12-12 01:31:31 +01:00
Marc Alexander
2d3e340f19
[ticket/14349] Suppress output due to duplicate definition in installer
...
PHPBB3-14349
2015-12-08 22:14:25 +01:00
Marc Alexander
3910ffd664
[ticket/14349] Do output suppressed errors
...
PHPBB3-14349
2015-12-08 20:34:10 +01:00