Matt Friedman
14e8113fcf
[ticket/14576] Move common required files to bootstrap
...
PHPBB3-14576
2016-03-31 11:06:47 -07:00
brunoais
062352e312
[feature/sql-bool-builder] Changing syntax pt2. Fix tests
...
PHPBB3-13652
2015-11-11 08:38:38 +00:00
Tristan Darricau
cd114a68e9
Merge pull request #3441 from brunoais/feature/sql-bool-builder
...
[feature/sql-bool-builder] Extending DBAL query builder for boolean generation
* brunoais/feature/sql-bool-builder:
[feature/sql-bool-builder] Improved tests output to show the SQL error.
[feature/sql-bool-builder] Adding the IS operator to predicted operators
[feature/sql-bool-builder] test_single_not_like
[feature/sql-bool-builder] test_single_like
[feature/sql-bool-builder] test_single_not_in
[feature/sql-bool-builder] test_single_in
[feature/sql-bool-builder] test_and_of_or_of_and
[feature/sql-bool-builder] test_triple_and_with_in
[feature/sql-bool-builder] test_double_and_with_not_of_and
[feature/sql-bool-builder] test_triple_and_with_is_null
[feature/sql-bool-builder] Prepare testing class
[feature/sql-bool-builder] Added LIKE and NOT_LIKE to the comparations
[feature/sql-bool-builder] Explain better the code in the first
[feature/sql-bool-builder] Also use parenthesis for the NOT operator
[feature/sql-bool-builder] AS keyword must be lowercase;
[feature/sql-bool-builder] Added code to use this feature for the WHERE clause
[feature/sql-bool-builder] Removed non-necessary spaces
[feature/sql-bool-builder] First working version
2015-10-14 16:18:46 +02:00
Joas Schilling
00c15c76c3
Merge branch '3.1.x'
2015-06-09 20:23:29 +02:00
rxu
c221571963
[ticket/13779] Add permission set tests
...
PHPBB3-13779
2015-06-06 15:15:17 +07:00
MateBartus
fcff3ee4ad
[ticket/13777] Fix tests
...
PHPBB3-13777
2015-05-31 13:22:46 +02:00
Marc Alexander
b3cc20a575
[ticket/13782] Rename null driver to dummy for PHP7 compatibility
...
PHPBB3-13782
2015-05-04 10:10:12 +02:00
MateBartus
179a470022
[ticket/13762] Moving language related functionality into a separate class
...
PHPBB3-13762
2015-05-02 13:37:12 +02:00
MateBartus
57072a1e28
[ticket/13793] Remove translation on throwing exceptions
...
PHPBB3-13793
2015-05-01 12:40:53 +02: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
brunoais
fe132f19e8
[feature/sql-bool-builder] Improved tests output to show the SQL error.
...
PHPBB3-13652
2015-03-17 20:33:10 +00:00
brunoais
576eaa0cff
[feature/sql-bool-builder] Adding the IS operator to predicted operators
...
PHPBB3-13652
2015-03-17 20:31:26 +00:00
brunoais
bc6ea5796d
[feature/sql-bool-builder] test_single_not_like
...
PHPBB3-13652
2015-03-16 23:16:49 +00:00
brunoais
c342531872
[feature/sql-bool-builder] test_single_like
...
PHPBB3-13652
2015-03-16 23:16:48 +00:00
brunoais
d60d596f25
[feature/sql-bool-builder] test_single_not_in
...
PHPBB3-13652
2015-03-16 23:16:47 +00:00
brunoais
1754f1832d
[feature/sql-bool-builder] test_single_in
...
PHPBB3-13652
2015-03-16 23:16:47 +00:00
brunoais
5f63d685f6
[feature/sql-bool-builder] test_and_of_or_of_and
...
PHPBB3-13652
2015-03-16 23:16:46 +00:00
brunoais
e6eab35a64
[feature/sql-bool-builder] test_triple_and_with_in
...
PHPBB3-13652
2015-03-16 23:16:43 +00:00
brunoais
5d3b22c21e
[feature/sql-bool-builder] test_double_and_with_not_of_and
...
PHPBB3-13652
2015-03-16 23:16:01 +00:00
brunoais
d10a0ca1ca
[feature/sql-bool-builder] test_triple_and_with_is_null
...
PHPBB3-13652
2015-03-16 23:15:58 +00:00
brunoais
5bc03c9610
[feature/sql-bool-builder] Prepare testing class
...
PHPBB3-13652
2015-03-16 11:14:34 +00:00
Joas Schilling
37ae99c75d
[ticket/10748] Replace direct creations of tools();
...
PHPBB3-10748
2015-02-07 14:41:39 +01:00
Gaëtan Muller
7fc586080b
[ticket/13468] Update calls to add_log()
...
PHPBB3-13468
2015-01-27 18:34:33 +01:00
Joas Schilling
fc91616fad
Merge branch 'develop-ascraeus' into develop
2015-01-23 17:32:57 +01:00
Marc Alexander
eb4594d8ee
[ticket/13282] Add unit test for adding integer column with default null
...
PHPBB3-13282
2015-01-22 23:17:59 +01:00
Joas Schilling
b566686b51
Merge branch 'develop-ascraeus' into develop
...
Conflicts:
phpBB/phpbb/db/migration/data/v30x/release_3_0_5_rc1.php
phpBB/phpbb/db/migration/profilefield_base_migration.php
phpBB/phpbb/db/migrator.php
2015-01-20 23:32:36 +01:00
Tristan Darricau
4df125625c
[ticket/13489] Fix tests
...
PHPBB3-13489
2015-01-14 12:04:30 +01:00
Joas Schilling
ec90f2b380
[ticket/13421] Move tools to subdirectory
...
PHPBB3-13421
2014-12-06 17:10:07 +01:00
Joas Schilling
d78bb2865b
[ticket/13421] Always require the interface when possible
...
PHPBB3-13421
2014-12-06 16:17:04 +01:00
Joas Schilling
7729ae4ad0
[ticket/13064] Revert "[ticket/13064] Validate the migrations provided to ..."
...
This reverts commit 46a9fe93d797bf7d56fd9b1e204f3c0459270122.
PHPBB3-13064
2014-09-17 21:24:33 +02:00
Tristan Darricau
46a9fe93d7
[ticket/13064] Validate the migrations provided to migrator::set_migrations()
...
PHPBB3-13064
2014-09-14 00:56:41 +02:00
Marc Alexander
8d99b4afe1
[ticket/12932] Fix tests and calls to create_datetime
...
PHPBB3-12932
2014-08-10 13:43:04 +02:00
Joas Schilling
b3ca955fb5
Merge pull request #2837 from Geolim4/ticket/12671
...
Ticket/12671 Possibility to use NOT LIKE expression
* Geolim4/ticket/12671:
[ticket/12671] Possibility to use NOT LIKE expression
[ticket/12671] Possibility to use NOT LIKE expression
[ticket/12671] Possibility to use NOT LIKE expression
[ticket/12671] Possibility to use NOT LIKE expression
[ticket/12671] Possibility to use NOT LIKE expression
2014-08-10 13:35:27 +02:00
Geolim4
4c06467777
[ticket/12671] Possibility to use NOT LIKE expression
...
PHPBB3-12671
2014-08-09 13:19:03 +02:00
Joas Schilling
4e4ea681be
[ticket/12710] Fix "ORA-00972: identifier is too long [972]" on oracle
...
PHPBB3-12710
2014-08-09 08:33:15 +02:00
Geolim4
01943adbf7
[ticket/12671] Possibility to use NOT LIKE expression
...
PHPBB3-12671
2014-08-08 18:32:17 +02:00
Geolim4
6b60153ab4
[ticket/12671] Possibility to use NOT LIKE expression
...
PHPBB3-12671
2014-08-08 16:40:33 +02:00
Dhruv Goel
1c8357a1cb
Merge pull request #2651 from nickvergessen/ticket/12448
...
[ticket/12448] Allow null as default value for columns
2014-07-22 00:08:07 +05:30
Matt Friedman
5ef7510fb3
[ticket/12812] Remove unused global $db from tests
...
PHPBB3-12812
2014-07-07 12:50:18 -07:00
Matt Friedman
5527044a00
[ticket/12812] Improve migrator config_text tool tests
...
PHPBB3-12812
2014-07-06 08:13:20 -07:00
Matt Friedman
9dfce860e7
[ticket/12812] Improve migrator config_text tool tests
...
PHPBB3-12812
2014-07-05 08:26:01 -07:00
Matt Friedman
606d82f7dd
[ticket/12812] Add a migrator tool for config_text database changes
...
PHPBB3-12812
2014-07-05 00:57:34 -07:00
Tristan Darricau
ff6e026a40
[ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts
...
PHPBB3-12446
2014-06-26 21:09:19 +02:00
Joas Schilling
95ab4b3e93
[ticket/12448] Allow null as default value for columns
...
PHPBB3-12448
2014-06-25 13:40:32 +02:00
Patrick Webster
754e36e378
[ticket/12643] Properly handle changing columns on tables with constraints
...
PHPBB3-12643
2014-06-15 19:07:32 -05:00
Patrick Webster
e6a8df7f7e
[ticket/12643] Tests dropping similarly named columns
...
PHPBB3-12643
2014-06-15 14:18:39 -05:00
Joas Schilling
9f87c497fe
Merge pull request #2447 from n-aleha/ticket/11467
...
[ticket/11467] Add language variables for extension exception messages
* n-aleha/ticket/11467:
[ticket/11467] Add user object to extension manager for tests
[ticket/11467] Add language variables to tests
[ticket/11467] Add language variables for extension exception messages
2014-05-30 23:01:19 +02:00
Joas Schilling
634824e888
[ticket/12594] Fix file headers of new files
...
PHPBB3-12594
2014-05-30 15:29:10 +02:00
n-aleha
7f00c38c50
[ticket/11467] Add user object to extension manager for tests
...
PHPBB3-11467
2014-05-29 01:07:44 +03:00
Joas Schilling
033df350d9
Merge pull request #2474 from PayBas/ticket/12561
...
[ticket/12561] Add "after" check to schema_generator for columns_add
* PayBas/ticket/12561:
[ticket/12561] Reworked tests by nickvergessen
[ticket/12561] Added tests for "after last", "after missing" and "empty"
[ticket/12561] Add check to see if "after" column actually exists
[ticket/12561] Added test for "after"
[ticket/12561] Add "after" check to schema_generator for columns_add
2014-05-28 23:33:25 +02:00