Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-12-25 | 2 | -0/+2 |
|\ | |||||
| * | [ticket/14923] Make sure start for queries is always set in migrations | Marc Alexander | 2016-12-25 | 2 | -0/+2 |
| | | | | | | | | PHPBB3-14923 | ||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-12-18 | 1 | -0/+46 |
|\ \ | |/ | |||||
| * | [ticket/14874] Increase size of emotion | Jakub Senko | 2016-12-12 | 1 | -0/+46 |
| | | | | | | | | PHPBB3-14874 | ||||
* | | [prep-release-3.2.0-RC2] Add migration file for 3.2.0-RC2 | Marc Alexander | 2016-12-09 | 1 | -0/+40 |
| | | |||||
* | | [ticket/14492] Update versions in files | Marc Alexander | 2016-12-03 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14492 | ||||
* | | [ticket/14492] Send statistics via ajax request | Marc Alexander | 2016-12-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Flooding ajax requests will try to be prevented and sending stats without JS will also properly work. PHPBB3-14492 | ||||
* | | [ticket/14492] Rename files to help_phpbb and fix css tabbing | Marc Alexander | 2016-12-03 | 1 | -0/+49 |
| | | | | | | | | PHPBB3-14492 | ||||
* | | [ticket/14885] Use \n instead of \r for output_handler messages | David Colón | 2016-12-02 | 1 | -1/+1 |
| | | |||||
* | | [ticket/14885] Add a line break when writing to the migrator output file | David Colón | 2016-12-02 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'senky/ticket/14739' into 3.2.x | Marc Alexander | 2016-11-17 | 4 | -650/+3 |
|\ \ | |||||
| * | | [ticket/14739] Remove SQLite 2.8.x database driver | Jakub Senko | 2016-11-16 | 4 | -650/+3 |
| | | | | | | | | | | | | PHPBB3-14739 | ||||
* | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-11-14 | 2 | -0/+113 |
|\ \ \ | |/ / |/| / | |/ | | | | | | | | | | | | | * 3.1.x: [ticket/14831] Rename migration and replace preg_replace() with simpler methods [ticket/14831] Compare depends_on for migrations and remove prefixless names [ticket/14831] Add migration for deduplicating entries and fix typo [ticket/14831] Add method for getting valid migration name [ticket/14831] Fall back to possible migration names instead of adding prefix [ticket/14831] Make sure migrations always start with backslash | ||||
| * | Merge pull request #4492 from marc1706/ticket/14831 | Tristan Darricau | 2016-11-14 | 2 | -0/+113 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14831] Make sure migrations always start with backslash * marc1706/ticket/14831: [ticket/14831] Rename migration and replace preg_replace() with simpler methods [ticket/14831] Compare depends_on for migrations and remove prefixless names [ticket/14831] Add migration for deduplicating entries and fix typo [ticket/14831] Add method for getting valid migration name [ticket/14831] Fall back to possible migration names instead of adding prefix [ticket/14831] Make sure migrations always start with backslash | ||||
| | * | [ticket/14831] Rename migration and replace preg_replace() with simpler methods | Marc Alexander | 2016-10-25 | 2 | -6/+5 |
| | | | | | | | | | | | | PHPBB3-14831 | ||||
| | * | [ticket/14831] Compare depends_on for migrations and remove prefixless names | Marc Alexander | 2016-10-23 | 1 | -4/+4 |
| | | | | | | | | | | | | PHPBB3-14831 | ||||
| | * | [ticket/14831] Add migration for deduplicating entries and fix typo | Marc Alexander | 2016-10-23 | 2 | -3/+81 |
| | | | | | | | | | | | | PHPBB3-14831 | ||||
| | * | [ticket/14831] Add method for getting valid migration name | Marc Alexander | 2016-10-23 | 1 | -26/+34 |
| | | | | | | | | | | | | PHPBB3-14831 | ||||
| | * | [ticket/14831] Fall back to possible migration names instead of adding prefix | Marc Alexander | 2016-10-23 | 1 | -3/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of just adding the backslash as prefix if needed, this will take care of falling back to any possible migration with or without backslash no matter how the mgiration was saved in the database or called in the migrations file. This will result in a more robust migrator in regards to naming the migrations and previously run migrations. PHPBB3-14831 | ||||
| | * | [ticket/14831] Make sure migrations always start with backslash | Marc Alexander | 2016-10-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | The migration system expects every migration to start with a backslash. If depends on definitions do not supply that leading backslash, we should make sure it's added manually before calling the depends on migration. PHPBB3-14831 | ||||
* | | | Merge remote-tracking branch 'nicofuma/ticket/14814' into 3.2.x | Marc Alexander | 2016-11-05 | 1 | -3/+17 |
|\ \ \ | |||||
| * | | | [ticket/14814] Fix reparser cron | Tristan Darricau | 2016-11-02 | 1 | -3/+17 |
| | | | | | | | | | | | | | | | | PHPBB3-14814 | ||||
* | | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-10-24 | 1 | -10/+27 |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14831] Optimize code construction [ticket/14831] Add more tests against UCP modules [ticket/14831] Add more tests, better name for $e placeholder [ticket/14831] Do not throw exception on the module existence checking [ticket/14831] Fix module migrator tool | ||||
| * | | | [ticket/14831] Optimize code construction | rxu | 2016-10-24 | 1 | -5/+3 |
| | | | | | | | | | | | | | | | | PHPBB3-14831 | ||||
| * | | | [ticket/14831] Add more tests, better name for $e placeholder | rxu | 2016-10-23 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | PHPBB3-14831 | ||||
| * | | | [ticket/14831] Do not throw exception on the module existence checking | rxu | 2016-10-23 | 1 | -7/+27 |
| | | | | | | | | | | | | | | | | PHPBB3-14831 | ||||
| * | | | [ticket/14831] Fix module migrator tool | rxu | 2016-10-23 | 1 | -4/+3 |
| | |/ | |/| | | | | | | | PHPBB3-14831 | ||||
* | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-10-12 | 1 | -0/+36 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | [prep-release-3.1.10] Add 3.1.10 migration | Marc Alexander | 2016-10-02 | 1 | -0/+36 |
| | | |||||
* | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-10-01 | 1 | -0/+46 |
|\ \ | |/ | |||||
| * | [ticket/8301] Add log_time index | Jakub Senko | 2016-09-25 | 1 | -0/+46 |
| | | | | | | | | PHPBB3-8301 | ||||
* | | Merge pull request #4265 from Senky/ticket/10809 | Tristan Darricau | 2016-09-25 | 5 | -607/+3 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/10809] Remove MSSQL support * Senky/ticket/10809: [ticket/10809] Reflect MSSQL removal in docs files [ticket/10809] Remove MSSQL support | ||||
| * | | [ticket/10809] Remove MSSQL support | Jakub Senko | 2016-08-02 | 5 | -607/+3 |
| | | | | | | | | | | | | PHPBB3-10809 | ||||
* | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-09-24 | 1 | -0/+36 |
|\ \ \ | | |/ | |/| | |||||
| * | | [prep-release-3.1.10] Add migration for 3.1.10-RC1 | Marc Alexander | 2016-09-24 | 1 | -0/+36 |
| | | | |||||
* | | | [ticket/14793] Fix "A non-numeric value encountered" PHP warning on PHP 7.1+ | rxu | 2016-09-22 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-14793 | ||||
* | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-08-31 | 1 | -66/+117 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: phpBB/phpbb/db/migration/tool/module.php | ||||
| * | | Merge pull request #4377 from rxu/ticket/14703 | Marc Alexander | 2016-08-31 | 1 | -66/+117 |
| |\ \ | | | | | | | | | | | | | [ticket/14703] Fix parent module selection for custom extension modules | ||||
| | * | | [ticket/14703] Fix the docblock | rxu | 2016-07-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | | [ticket/14703] Fix existance checking if multiple parent module_langname found | rxu | 2016-07-24 | 1 | -9/+26 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | | [ticket/14703] Add test for the case multiple parent module_langname found | rxu | 2016-07-24 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | | [ticket/14703] Select the parent module id from the several found | rxu | 2016-07-23 | 1 | -3/+22 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | | [ticket/14703] Refine the parent module selection for custom extension modules | rxu | 2016-07-10 | 1 | -71/+79 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | | [ticket/14703] Fix parent module selection for custom modules removal | rxu | 2016-07-03 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
| | * | | [ticket/14703] Fix parent module selection for custom extension modules | rxu | 2016-07-03 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-14703 | ||||
* | | | | Merge branch 'ticket/14742' into ticket/14742-32x | Oliver Schramm | 2016-08-20 | 6 | -59/+55 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: phpBB/phpbb/db/migrator.php | ||||
| * | | | [ticket/14742] Reset migration_data_state before reverting | Oliver Schramm | 2016-08-20 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-14742 | ||||
| * | | | [ticket/14742] Change constants to use Symfony values | Oliver Schramm | 2016-08-20 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to avoid errors when comparing verbosity levels in a CLI output handler that is using Symfony's OutputInterface for example. PHPBB3-14742 | ||||
| * | | | [ticket/14742] Pause after each update_data step too | Oliver Schramm | 2016-08-20 | 1 | -50/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewriting process_data_step() to remove the now useless foreach() loop. PHPBB3-14742 | ||||
| * | | | [ticket/14742] Improve readability of the code | Oliver Schramm | 2016-08-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-14742 |