Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/13793] Remove translation on throwing exceptions | MateBartus | 2015-05-01 | 1 | -2/+0 |
| | | | | PHPBB3-13793 | ||||
* | [ticket/13697] Moving filesystem related functions to filesystem service | MateBartus | 2015-04-16 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | [ticket/10748] Replace direct creations of tools(); | Joas Schilling | 2015-02-07 | 3 | -3/+6 |
| | | | | PHPBB3-10748 | ||||
* | [ticket/13468] Update calls to `add_log()` | Gaëtan Muller | 2015-01-27 | 1 | -1/+1 |
| | | | | PHPBB3-13468 | ||||
* | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-01-23 | 1 | -0/+7 |
|\ | |||||
| * | [ticket/13282] Add unit test for adding integer column with default null | Marc Alexander | 2015-01-22 | 1 | -0/+7 |
| | | | | | | | | PHPBB3-13282 | ||||
* | | Merge branch 'develop-ascraeus' into develop | Joas Schilling | 2015-01-20 | 1 | -3/+5 |
|\ \ | |/ | | | | | | | | | | | 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 | ||||
| * | [ticket/13489] Fix tests | Tristan Darricau | 2015-01-14 | 1 | -3/+5 |
| | | | | | | | | PHPBB3-13489 | ||||
* | | [ticket/13421] Move tools to subdirectory | Joas Schilling | 2014-12-06 | 3 | -6/+6 |
| | | | | | | | | PHPBB3-13421 | ||||
* | | [ticket/13421] Always require the interface when possible | Joas Schilling | 2014-12-06 | 1 | -1/+1 |
|/ | | | | PHPBB3-13421 | ||||
* | [ticket/13064] Revert "[ticket/13064] Validate the migrations provided to ..." | Joas Schilling | 2014-09-17 | 1 | -9/+1 |
| | | | | | | This reverts commit 46a9fe93d797bf7d56fd9b1e204f3c0459270122. PHPBB3-13064 | ||||
* | [ticket/13064] Validate the migrations provided to migrator::set_migrations() | Tristan Darricau | 2014-09-14 | 1 | -1/+9 |
| | | | | PHPBB3-13064 | ||||
* | [ticket/12932] Fix tests and calls to create_datetime | Marc Alexander | 2014-08-10 | 2 | -2/+2 |
| | | | | PHPBB3-12932 | ||||
* | Merge pull request #2837 from Geolim4/ticket/12671 | Joas Schilling | 2014-08-10 | 1 | -0/+60 |
|\ | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | [ticket/12671] Possibility to use NOT LIKE expression | Geolim4 | 2014-08-09 | 1 | -11/+17 |
| | | | | | | | | PHPBB3-12671 | ||||
| * | [ticket/12671] Possibility to use NOT LIKE expression | Geolim4 | 2014-08-08 | 1 | -13/+25 |
| | | | | | | | | PHPBB3-12671 | ||||
| * | [ticket/12671] Possibility to use NOT LIKE expression | Geolim4 | 2014-08-08 | 1 | -0/+42 |
| | | | | | | | | PHPBB3-12671 | ||||
* | | [ticket/12710] Fix "ORA-00972: identifier is too long [972]" on oracle | Joas Schilling | 2014-08-09 | 1 | -6/+6 |
|/ | | | | PHPBB3-12710 | ||||
* | Merge pull request #2651 from nickvergessen/ticket/12448 | Dhruv Goel | 2014-07-22 | 1 | -0/+3 |
|\ | | | | | [ticket/12448] Allow null as default value for columns | ||||
| * | [ticket/12448] Allow null as default value for columns | Joas Schilling | 2014-06-25 | 1 | -0/+3 |
| | | | | | | | | PHPBB3-12448 | ||||
* | | [ticket/12812] Remove unused global $db from tests | Matt Friedman | 2014-07-07 | 1 | -3/+1 |
| | | | | | | | | PHPBB3-12812 | ||||
* | | [ticket/12812] Improve migrator config_text tool tests | Matt Friedman | 2014-07-06 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-12812 | ||||
* | | [ticket/12812] Improve migrator config_text tool tests | Matt Friedman | 2014-07-05 | 1 | -3/+1 |
| | | | | | | | | PHPBB3-12812 | ||||
* | | [ticket/12812] Add a migrator tool for config_text database changes | Matt Friedman | 2014-07-05 | 2 | -0/+86 |
| | | | | | | | | PHPBB3-12812 | ||||
* | | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_exts | Tristan Darricau | 2014-06-26 | 3 | -7/+7 |
|/ | | | | PHPBB3-12446 | ||||
* | [ticket/12643] Properly handle changing columns on tables with constraints | Patrick Webster | 2014-06-15 | 1 | -0/+18 |
| | | | | PHPBB3-12643 | ||||
* | [ticket/12643] Tests dropping similarly named columns | Patrick Webster | 2014-06-15 | 1 | -0/+11 |
| | | | | PHPBB3-12643 | ||||
* | Merge pull request #2447 from n-aleha/ticket/11467 | Joas Schilling | 2014-05-30 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | [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 | ||||
| * | [ticket/11467] Add user object to extension manager for tests | n-aleha | 2014-05-29 | 1 | -0/+2 |
| | | | | | | | | PHPBB3-11467 | ||||
* | | [ticket/12594] Fix file headers of new files | Joas Schilling | 2014-05-30 | 7 | -21/+49 |
|/ | | | | PHPBB3-12594 | ||||
* | Merge pull request #2474 from PayBas/ticket/12561 | Joas Schilling | 2014-05-28 | 7 | -0/+159 |
|\ | | | | | | | | | | | | | | | | | | | | | [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 | ||||
| * | [ticket/12561] Reworked tests by nickvergessen | PayBas | 2014-05-27 | 7 | -50/+133 |
| | | | | | | | | PHPBB3-12561 | ||||
| * | [ticket/12561] Added tests for "after last", "after missing" and "empty" | PayBas | 2014-05-26 | 1 | -2/+47 |
| | | | | | | | | | | | | Also removed tabs PHPBB3-12561 | ||||
| * | [ticket/12561] Added test for "after" | PayBas | 2014-05-24 | 1 | -0/+31 |
| | | | | | | | | PHPBB3-12561 | ||||
* | | [ticket/12594] Replace phpBB Group with phpBB Limited | Yuriy Rusko | 2014-05-28 | 3 | -9/+13 |
| | | | | | | | | PHPBB3-12594 | ||||
* | | Merge remote-tracking branch 'upstream/develop-ascraeus' into ticket/12594 | Yuriy Rusko | 2014-05-27 | 1 | -0/+64 |
|\ \ | | | | | | | | | | | | | Conflicts: phpBB/docs/hook_system.html | ||||
| * | | [ticket/12570] Remove test for affected rows after SELECT | Joas Schilling | 2014-05-26 | 1 | -10/+1 |
| | | | | | | | | | | | | | | | | | | It's not supposed to work PHPBB3-12570 | ||||
| * | | [ticket/12570] Add a unit test to show broken sql_affectedrows() | Joas Schilling | 2014-05-26 | 1 | -0/+73 |
| |/ | | | | | | | PHPBB3-12570 | ||||
* | | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 25 | -75/+175 |
|/ | | | | PHPBB3-12594 | ||||
* | [ticket/12432] Correcting the assertion | Nicofuma | 2014-04-26 | 1 | -4/+1 |
| | | | | PHPBB3-12432 | ||||
* | [ticket/12432] Adding unit test | Nicofuma | 2014-04-26 | 2 | -0/+17 |
| | | | | PHPBB3-12432 | ||||
* | [ticket/12012] Add a unit test for removing a column with indexes | Joas Schilling | 2014-04-17 | 1 | -0/+22 |
| | | | | PHPBB3-12012 | ||||
* | [ticket/12012] Add a unit test for changing the column type | Joas Schilling | 2014-04-17 | 1 | -2/+30 |
| | | | | PHPBB3-12012 | ||||
* | [ticket/12349] Update license header in several new files | Joas Schilling | 2014-04-03 | 13 | -13/+13 |
| | | | | PHPBB3-12349 | ||||
* | Merge remote-tracking branch 'Marc/ticket/12170' into develop | Joas Schilling | 2014-02-10 | 2 | -0/+13 |
|\ | | | | | | | | | | | * Marc/ticket/12170: [ticket/12170] Test for 12170 [ticket/12170] Assign schema keys in migration helper with data_depth 1 | ||||
| * | [ticket/12170] Assign schema keys in migration helper with data_depth 1 | Marc Alexander | 2014-02-07 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | | | The migration helper currently drops any keys with schema changes that have the data_depth 1. This change will correctly assign the keys to the steps array without dropping the keys that might contain important info like the actual table that should be created. PHPBB3-12170 | ||||
* | | [ticket/12115] Also port user interests to profile fields | Joas Schilling | 2014-02-06 | 3 | -18/+0 |
|/ | | | | PHPBB3-12115 | ||||
* | [ticket/11880] Move get_schema_steps function to a migrator helper class | Nathan Guse | 2014-02-05 | 1 | -1/+2 |
| | | | | PHPBB3-11880 | ||||
* | [ticket/11880] Break up schema changes in the migrator | Nathan Guse | 2014-02-03 | 2 | -0/+53 |
| | | | | PHPBB3-11880 | ||||
* | [ticket/11995] Remove exceptions and split reverse into different tests | Joas Schilling | 2013-11-02 | 1 | -75/+24 |
| | | | | PHPBB3-11995 |