Joas Schilling
bbada27ee9
[ticket/12115] Also port user interests to profile fields
...
PHPBB3-12115
2014-02-06 11:32:11 +01:00
Nathan Guse
d50500860f
[feature/migrations] Store depends on in the database (serialized)
...
This is required so that when migrations are reverted we can check through
all installed migrations and make sure that all dependencies are handled
properly and so that we are only required to load the migrations files
that could be dependent on the ones installed.
I believe in normal proper use the old way might have worked, but in case
something happens and an unrelated migration file is installed, but cannot
be loaded, this makes sure we do not stop everything unless we absolutely
must (one of those files is dependent on something we want to revert).
PHPBB3-9737
2013-01-10 15:09:51 -06:00
Nathan Guse
5c91e2569c
[feature/migrations] Migrations now somewhat works
...
PHPBB3-9737
2013-01-09 16:44:07 -06:00
Nils Adermann
f817e20f28
[feature/migrations] Basic migrations with schema and data changes
...
The migrator takes care of applying migrations as necessary.
RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=41337
PHPBB3-9737
2013-01-09 16:39:59 -06:00
Vjacheslav Trushkin
ce215658eb
[feature/merging-style-components] Adjusting unit tests
...
Adjusting unit tests for new styles table structure
PHPBB3-10632
2012-03-14 23:45:02 +02:00
Oleg Pudeyev
ff3132a9c6
[ticket/10507] develop does not have imagesets, fix lower test.
...
PHPBB3-10507
2011-12-24 21:25:18 -05:00
Vjacheslav Trushkin
80149d0c87
[ticket/10507] DBAL unit test
...
Unit test for ORDER BY LOWER(style_name)
PHPBB3-10507
2011-12-15 16:18:52 +02:00
Igor Wiedler
aef3652d7a
[ticket/10483] Fix test suite when running with MySQL strict mode
...
PHPBB3-10483
2011-11-21 13:09:27 +01:00
Joas Schilling
e8686d9dad
[ticket/10296] Add unit test for CROSS JOIN with INNER JOIN
...
PHPBB3-10296
2011-11-15 22:14:28 +01:00
Nils Adermann
fa8dca2400
[task/mssql-db-tests] Split up database tests into SELECT and write operations
...
SELECT is based on the user table fixture, write (INSERT/UPDATE/DELETE) is
tested using the config table fixture.
PHPBB3-9868
2010-10-25 19:43:39 +02:00
Nils Adermann
23beaceadd
[feature/dbal-tests] Fix whitespace and line endings.
2010-04-01 18:59:26 +02:00
Joas Schilling
c6442ce640
[feature/dbal-tests] Tests for $db->sql_query_limit()
2010-03-26 21:02:56 +01:00
Joas Schilling
af654814f6
[feature/dbal-tests] Added tests for dbal fetchrow and fetchfield.
2010-03-26 16:41:19 +01:00