aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | [ticket/15226] Add index for latest topics to topics tableMarc Alexander2017-05-111-0/+51
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-15226
* | | | | [ticket/15090] Ensure send stats module exists before removingMarc Alexander2017-04-151-4/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-15090
* | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-03-191-0/+32
|\ \ \ \ \ | |/ / / / | | / / / | |/ / / |/| | | | | | | | | | | * 3.1.x: [ticket/13558] Change options prefix and add settings precautions. [ticket/13558] Make SSL context specific options more SMTP general [ticket/13558] Add smtp SSL context configuration options
| * | | [ticket/13558] Change options prefix and add settings precautions.rxu2017-03-191-3/+3
| | | | | | | | | | | | | | | | PHPBB3-13558
| * | | [ticket/13558] Add smtp SSL context configuration optionsrxu2017-03-171-0/+32
| | | | | | | | | | | | | | | | PHPBB3-13558
* | | | [ticket/15047] Reinstate length check for MSSQL 2000David Colón2017-01-261-1/+11
| | | |
* | | | [ticket/15047] Do not set default for identity colsDavid Colón2017-01-261-1/+32
| | | |
* | | | [ticket/15047] Use brackets due to keyword usageDavid Colón2017-01-261-1/+1
| | | |
* | | | [ticket/15047] Don't attempt to drop primary keysDavid Colón2017-01-261-0/+1
| | | |
* | | | [ticket/15047] No index name length check for mssqlDavid Colón2017-01-261-4/+0
| | | |
* | | | [ticket/14973] Add BC layer for \phpbb\db\toolsTristan Darricau2017-01-081-0/+21
| | | | | | | | | | | | | | | | PHPBB3-14973
* | | | [ticket/14967] Add cookie notice migration fixing invalid previous oneMarc Alexander2017-01-081-0/+36
| | | | | | | | | | | | | | | | PHPBB3-14967
* | | | [prep-release-3.2.0] Update version numbers and add 3.2.0 migrationMarc Alexander2017-01-071-0/+40
| | | |
* | | | [ticket/14961] Add cookie notice as enablable featureMarc Alexander2017-01-061-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Uses Insites cookieconsent v3.0.3: https://cookieconsent.insites.com PHPBB3-14961
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-252-0/+2
|\ \ \ \ | |/ / /
| * | | [ticket/14923] Make sure start for queries is always set in migrationsMarc Alexander2016-12-252-0/+2
| | | | | | | | | | | | | | | | PHPBB3-14923
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-181-0/+46
|\ \ \ \ | |/ / /
| * | | [ticket/14874] Increase size of emotionJakub Senko2016-12-121-0/+46
| | | | | | | | | | | | | | | | PHPBB3-14874
* | | | [prep-release-3.2.0-RC2] Add migration file for 3.2.0-RC2Marc Alexander2016-12-091-0/+40
| | | |
* | | | [ticket/14492] Update versions in filesMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14492
* | | | [ticket/14492] Send statistics via ajax requestMarc Alexander2016-12-031-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 tabbingMarc Alexander2016-12-031-0/+49
| | | | | | | | | | | | | | | | PHPBB3-14492
* | | | [ticket/14885] Use \n instead of \r for output_handler messagesDavid Colón2016-12-021-1/+1
| | | |
* | | | [ticket/14885] Add a line break when writing to the migrator output fileDavid Colón2016-12-021-1/+1
| | | |
* | | | Merge remote-tracking branch 'senky/ticket/14739' into 3.2.xMarc Alexander2016-11-174-650/+3
|\ \ \ \
| * | | | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-164-650/+3
| | |/ / | |/| | | | | | | | | | PHPBB3-14739
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-11-142-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/14831Tristan Darricau2016-11-142-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 methodsMarc Alexander2016-10-252-6/+5
| | | | | | | | | | | | PHPBB3-14831
| | * [ticket/14831] Compare depends_on for migrations and remove prefixless namesMarc Alexander2016-10-231-4/+4
| | | | | | | | | | | | PHPBB3-14831
| | * [ticket/14831] Add migration for deduplicating entries and fix typoMarc Alexander2016-10-232-3/+81
| | | | | | | | | | | | PHPBB3-14831
| | * [ticket/14831] Add method for getting valid migration nameMarc Alexander2016-10-231-26/+34
| | | | | | | | | | | | PHPBB3-14831
| | * [ticket/14831] Fall back to possible migration names instead of adding prefixMarc Alexander2016-10-231-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 backslashMarc Alexander2016-10-221-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.xMarc Alexander2016-11-051-3/+17
|\ \ \
| * | | [ticket/14814] Fix reparser cronTristan Darricau2016-11-021-3/+17
| | | | | | | | | | | | | | | | PHPBB3-14814
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-241-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 constructionrxu2016-10-241-5/+3
| | | | | | | | | | | | | | | | PHPBB3-14831
| * | | [ticket/14831] Add more tests, better name for $e placeholderrxu2016-10-231-6/+6
| | | | | | | | | | | | | | | | PHPBB3-14831
| * | | [ticket/14831] Do not throw exception on the module existence checkingrxu2016-10-231-7/+27
| | | | | | | | | | | | | | | | PHPBB3-14831
| * | | [ticket/14831] Fix module migrator toolrxu2016-10-231-4/+3
| | |/ | |/| | | | | | | PHPBB3-14831
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-121-0/+36
|\ \ \ | |/ / | | / | |/ |/|
| * [prep-release-3.1.10] Add 3.1.10 migrationMarc Alexander2016-10-021-0/+36
| |
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-011-0/+46
|\ \ | |/
| * [ticket/8301] Add log_time indexJakub Senko2016-09-251-0/+46
| | | | | | | | PHPBB3-8301
* | Merge pull request #4265 from Senky/ticket/10809Tristan Darricau2016-09-255-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 supportJakub Senko2016-08-025-607/+3
| | | | | | | | | | | | PHPBB3-10809
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-09-241-0/+36
|\ \ \ | | |/ | |/|
| * | [prep-release-3.1.10] Add migration for 3.1.10-RC1Marc Alexander2016-09-241-0/+36
| | |
* | | [ticket/14793] Fix "A non-numeric value encountered" PHP warning on PHP 7.1+rxu2016-09-221-1/+1
| | | | | | | | | | | | PHPBB3-14793