rubencm
490ddbc2cd
[ticket/16346] Fix method arguments
...
PHPBB3-16346
2020-08-14 18:42:50 +00:00
Marc Alexander
a6cd4df423
Merge pull request #5808 from marc1706/ticket/16284
...
[ticket/16284] Move 4.0 migrations to v400 folder
2020-01-14 21:20:09 +01:00
Marc Alexander
d50d878e7b
Merge branch '3.3.x'
2020-01-09 20:34:59 +01:00
rxu
4ed854c818
[ticket/16288] PHP 8 compatibility
...
PHPBB3-16288
2020-01-03 02:21:37 +07:00
Marc Alexander
2b65ce123c
[ticket/16284] Adjust create schema and add tables to tests
...
PHPBB3-16284
2020-01-01 16:17:23 +01:00
Marc Alexander
18d4b7f358
[ticket/15938] Update classes in backupStaticAttributesBlacklist
...
PHPBB3-15938
2019-05-09 21:59:28 +02:00
Marc Alexander
51ffab0045
[ticket/14948] Use new namespaced classes when generating mssql schema
...
PHPBB3-14948
2019-05-09 21:58:01 +02:00
Marc Alexander
ebac54aa9e
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-05-09 21:40:06 +02:00
Marc Alexander
88d511f721
[ticket/15938] Update classes in backupStaticAttributesBlacklist
...
PHPBB3-15938
2019-01-13 11:27:03 +01:00
Marc Alexander
5b7fec5c47
[ticket/14948] Use new namespaced classes when generating mssql schema
...
PHPBB3-14948
2019-01-02 20:19:58 +01:00
Marc Alexander
c6cc6ba8d8
[ticket/14948] Adjust calls for twig and phpunit updates
...
PHPBB3-14948
2019-01-02 20:19:56 +01:00
Derky
7560ffcbe9
Merge branch '3.2.x'
2018-01-05 22:52:33 +01:00
Derky
182a96f273
Merge pull request #4680 from marc1706/ticket/15055
...
[ticket/15055] Add appveyor file to allow running tests on appveyor as well
2018-01-05 22:44:34 +01:00
Marc Alexander
4afb53dd8d
[ticket/15055] Add comments explaining overriden createXMLDataSet()
...
PHPBB3-15055
2018-01-01 18:57:56 +01:00
Marc Alexander
400fc0f73d
[ticket/15055] Only drop dependent PK indexes and fix more tests for mssql
...
PHPBB3-15055
2018-01-01 18:55:12 +01:00
Marc Alexander
f4381a20d4
[ticket/15055] Handle default identity column on mssql in database tests
...
PHPBB3-15055
2018-01-01 18:55:06 +01:00
rxu
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
Rubén Calvo
ecb79539f4
[ticket/15253] Use storage helper methods instead of filesystem methods
...
PHPBB3-15253
2017-07-20 19:55:52 +02: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
MateBartus
4bdef6fd21
[ticket/13697] Moving filesystem related functions to filesystem service
...
* Moving filesystem service to \phpbb\filesystem namespace
* Wraping Symfony's Filesystem component
* Moving filesystem related functions from includes/functions.php
into \phpbb\filesystem\filesystem
Functions moved (and deprecated):
- phpbb_chmod
- phpbb_is_writable
- phpbb_is_absolute
- phpbb_own_realpath
- phpbb_realpath
* Adding interface for filesystem service
PHPBB3-13697
2015-04-16 13:24:10 +02:00
Joas Schilling
37ae99c75d
[ticket/10748] Replace direct creations of tools();
...
PHPBB3-10748
2015-02-07 14:41:39 +01:00
Joas Schilling
ec90f2b380
[ticket/13421] Move tools to subdirectory
...
PHPBB3-13421
2014-12-06 17:10:07 +01:00
Joas Schilling
1a04d15d4d
[ticket/13161] Check whether the schema exists, before deleting it
...
PHPBB3-13161
2014-10-10 15:26:29 +02:00
Joas Schilling
f6fc8c08a4
[ticket/13161] Avoid problems when running tests with different migrations
...
PHPBB3-13161
2014-10-10 15:26:28 +02:00
Joas Schilling
4fe95d6870
[ticket/13137] Generate the schema when the schema.json file is not available
...
PHPBB3-13137
2014-10-07 14:55:08 +02:00
Joas Schilling
1da5c41ab3
[ticket/12963] Always use core_path and core_directory()
...
PHPBB3-12963
2014-09-18 11:21:53 +02:00
Joas Schilling
c220fa89a1
[ticket/12963] Revert back to "migrations" folder name for extensions
...
The issues that can be created with the name change are just too much
PHPBB3-12963
2014-09-18 10:45:08 +02:00
Tristan Darricau
0d1f0c07fe
[ticket/12963] Fix the migration's finder for the tests (path, new instance)
...
PHPBB3-12963
2014-09-18 02:04:47 +02:00
Joas Schilling
180f9bf4fa
[ticket/12963] Correctly load migration files from migration/ in tests as well
...
PHPBB3-12963
2014-09-17 23:33:26 +02:00
Joas Schilling
dc7ed58bf5
[ticket/12747] Remove some methods which are not used anymore
...
PHPBB3-12747
2014-06-22 19:31:40 +02:00
Joas Schilling
04164affe6
[ticket/12747] Drop support for Firebird
...
PHPBB3-12747
2014-06-20 12:35:42 +02:00
Matt Friedman
be54b64893
[ticket/12697] Delete cached extension schema.json files after testing
...
PHPBB3-12697
2014-06-12 14:57:32 -07:00
Joas Schilling
38c2d42304
[ticket/12483] Remove unused globals
...
PHPBB3-12483
2014-06-10 19:44:06 +02:00
Joas Schilling
d0766a2321
[ticket/12483] Fix finder usage when generating the schema.json file
...
PHPBB3-12483
2014-06-10 19:43:13 +02:00
Joas Schilling
18d145f38f
[ticket/12483] Use file_put_contents()
...
PHPBB3-12483
2014-06-10 19:41:37 +02:00
Joas Schilling
13217fe3ff
[ticket/12483] Require the extension manager class
...
PHPBB3-12483
2014-06-10 19:41:36 +02:00
Joas Schilling
5bae2911a2
[ticket/12483] Move schema files into tmp/ and only copy them when needed
...
PHPBB3-12483
2014-06-10 19:41:35 +02:00
Joas Schilling
997028a0ec
[ticket/12483] Allow to setup extensions before database and functional tests
...
PHPBB3-12483
2014-06-10 19:41:34 +02:00
Yuriy Rusko
a759704b39
[ticket/12594] Remove @package tags and update file headers
...
PHPBB3-12594
2014-05-27 20:51:13 +02:00
Joas Schilling
ba139297b5
[ticket/11459] Correctly set up the database from schema in unit tests
...
PHPBB3-11459
2014-03-29 11:03:43 +01:00
Nils Adermann
005c5118cf
[ticket/11700] travis has hardcoded driver class names without namespaces
...
PHPBB3-11700
2013-09-16 04:01:18 +02:00
Nils Adermann
b95fdacdd3
[ticket/11700] Move all recent code to namespaces
...
PHPBB3-11700
2013-09-16 00:25:27 +02:00
Andreas Fischer
b74b84dbec
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11601] Add protected method for database sync and call it
[ticket/11601] Split post_setup_synchronisation logic from xml parsing
2013-06-11 14:39:50 +02:00
Joas Schilling
33bce3fac6
[ticket/11601] Add protected method for database sync and call it
...
PHPBB3-11601
2013-06-11 13:26:17 +02:00
Nathaniel Guse
f1d00fa647
Merge remote-tracking branch 'remotes/upstream/develop-olympus' into develop
...
# By Joas Schilling
# Via Joas Schilling (1) and Nils Adermann (1)
* remotes/upstream/develop-olympus:
[ticket/11590] Close database connections when tearDown() is called
2013-06-06 19:32:59 -05:00
Joas Schilling
228c1075b7
[ticket/11590] Close database connections when tearDown() is called
...
PHPBB3-11590
2013-06-07 01:31:20 +02:00
Oleg Pudeyev
26fd70d9cd
Merge remote-tracking branch 'upstream/develop' into ticket/11015
...
* upstream/develop: (196 commits)
[ticket/11219] Coding guidelines and naming consistency changes
[ticket/10841] Revert more whitespace changes.
[ticket/10841] Revert whitespace changes.
[ticket/10841] adding space after if
[ticket/10841] removing unnecessary spacing
[ticket/10841] changing affectedrows check to COUNT in sql
[ticket/10841] Modifying style and language selectors in UCP
[ticket/11247] Fix wrong property reference in flock class.
[ticket/10602] Avoid a race condition.
[ticket/10602] Use last_queue_run for its intended purpose.
[ticket/10716] Collect standard error from executed php process.
[ticket/10716] Skip test if php is not in PATH.
[ticket/10716] Exclude our dependencies from linting.
[ticket/10103] New and improved wording.
[ticket/10716] Only lint on php 5.3+.
[ticket/10103] Assert with messages.
[ticket/10103] assertLessThan/assertGreaterThan.
[ticket/10103] Inline assignment is bad?
[ticket/10103] $rv had too few characters.
[ticket/10103] Correct flock class documentation.
...
Conflicts:
phpBB/includes/functions.php
tests/cache/cache_test.php
2012-12-06 21:49:24 -05:00
Oleg Pudeyev
2364d4b217
Merge PR #1101 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11219] Coding guidelines and naming consistency changes
[ticket/11219] Only update sequences that are affected by a fixture
[ticket/11219] Recreate Oracle sequences instead of altering them
[ticket/11219] Add unit test for inserting into a sequence column
[ticket/11219] Update sequence values after loading fixtures
2012-12-06 01:18:31 -05:00
Patrick Webster
720ef233b1
[ticket/11219] Only update sequences that are affected by a fixture
...
PHPBB3-11219
2012-12-01 22:34:03 -06:00