Máté Bartus
864321ecf6
Merge branch '3.3.x'
2021-01-03 00:11:11 +01:00
Máté Bartus
8830354555
[ticket/16671] Fix coding style
...
PHPBB3-16671
2020-12-31 14:40:14 +01:00
Marc Alexander
a4572ff16b
Merge branch '3.3.x'
2020-08-12 22:00:37 +02:00
Marc Alexander
05a58e8942
Merge pull request #6005 from AlfredoRamos/ticket/16525
...
[ticket/16525] Remove usage of pg_constraint.consrc for PostgreSQL 12
2020-08-12 22:00:16 +02:00
Alfredo Ramos
201a5b6e06
[ticket/16525] Remove usage of pg_constraint.consrc for PostgreSQL 12
...
The column pg_constraint.consrc has been deprecated for a long time,
and it was finally removed in PostgreSQL 12.0
PHPBB3-16525
2020-06-10 04:41:00 -05:00
Marc Alexander
60da203301
Merge branch '3.3.x'
2019-10-13 12:32:20 +02:00
Marc Alexander
bd02c5bd08
[ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0
...
PHPBB3-16051
2019-10-06 12:07:35 +02:00
luzpaz
a9a28859d4
[ticket/15424] Multiple typo fixes in docs & comments
...
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
2019-05-08 22:20:56 +02:00
Rubén Calvo
3320ffb399
[ticket/15311] Change service and method name
...
PHPBB3-15311
2018-05-31 22:55:02 +02:00
Rubén Calvo
b43268e8fc
[ticket/15311] Move get_temp_dir to another service
...
PHPBB3-15311
2018-05-30 23:56:56 +02:00
Rubén Calvo
01a8487244
[ticket/15311] Use cache directory if can't use system temp
...
PHPBB3-15311
2018-05-16 23:27:56 +02:00
Rubén Calvo
fb716743d2
[ticket/15311] Use storage in backups
...
PHPBB3-15311
2018-05-16 23:23:45 +02:00
rxu
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
luzpaz
e13ba99c81
[ticket/15424] Multiple typo fixes in docs & comments
...
Fixed typos in some docs, guidelines, some non-user-facing files.
PHPBB3-15424
2017-10-29 12:44:01 +01:00
Marc Alexander
53a0c8a4e0
Merge branch '3.2.x'
2017-08-13 16:06:03 +02:00
Serge Skripchuk
3aac61cfa7
[ticket/15319] Add IF EXISTS to Postgres DROP SEQUENCE query
2017-08-13 15:33:04 +03:00
rxu
797234e416
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2017-07-17 16:57:00 +07:00
Jakub Senko
e974f338af
[ticket/14739] Remove SQLite 2.8.x database driver
...
PHPBB3-14739
2016-11-16 17:59:28 +01:00
Jakub Senko
c64b8102b7
[ticket/10809] Remove MSSQL support
...
PHPBB3-10809
2016-08-02 12:06:06 +02: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
1fae4152ef
[ticket/13930] Add missing space to mssql_extractor
...
PHPBB3-13930
2015-06-08 15:55:03 +02:00
Andreas Fischer
636524fa56
Merge branch '3.1.x'
...
* 3.1.x:
[ticket/13819] Add missing sql_freeresult() to files in includes/
Conflicts:
phpBB/includes/acp/acp_database.php
2015-05-06 01:06:21 +02:00
MateBartus
193c5b86b4
[ticket/12466] Move classes from acp_database.php to their own files
...
* Moving classes from acp_database.php to phpbb/db/extractor namespace,
also into separate files
* Adding DocBlocks and property visibility to classes
* Removing globals from code
* Passing former globals to base_extractor's constructor
* Adding DB extractor as a service, also implementing the extractor interface
as well as the extractor factory.
PHPBB3-12466
2015-02-27 16:18:50 +01:00