Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #5158 from kasimi/ticket/15586 | Marc Alexander | 2018-06-17 | 1 | -6/+0 | |
|\ | | | | | | | [ticket/15586] Fixed adding module the automatic way without specifying modes | |||||
| * | [ticket/15586] Fixed adding module the automatic way without specifying modes | kasimi | 2018-03-11 | 1 | -6/+0 | |
| | | | | | | | | PHPBB3-15586 | |||||
* | | Merge pull request #5163 from VSEphpbb/ticket/15595 | Marc Alexander | 2018-03-26 | 1 | -2/+7 | |
|\ \ | | | | | | | | | | [ticket/15595] Fix module exists tool when ignoring parent check | |||||
| * | | [ticket/15595] Fix module exists tool when parent is false | Matt Friedman | 2018-03-19 | 1 | -2/+7 | |
| | | | | | | | | | | | | PHPBB3-15595 | |||||
* | | | [prep-release-3.2.3] Add migration for 3.2.3-RC1 | Marc Alexander | 2018-02-28 | 1 | -0/+36 | |
|/ / | ||||||
* | | Merge pull request #5094 from JoshyPHP/ticket/15518 | Marc Alexander | 2018-02-21 | 1 | -0/+36 | |
|\ \ | | | | | | | | | | [ticket/15518] Add a setting to toggle permission checks for pms in viewtopic | |||||
| * | | [ticket/15518] Add a setting to toggle permission checks for pms in viewtopic | JoshyPHP | 2018-01-17 | 1 | -0/+36 | |
| |/ | | | | | | | PHPBB3-15518 | |||||
* | | [ticket/15520] sql_build_query build subquery | FH | 2018-02-03 | 1 | -3/+4 | |
| | | | | | | | | | | | | | | Fix for the building of subqueries in sql_build_query PHPBB3-15520 | |||||
* | | Merge pull request #5102 from JoshyPHP/ticket/15527 | Marc Alexander | 2018-01-24 | 1 | -10/+19 | |
|\ \ | | | | | | | | | | [ticket/15527] Skip malformed BBCodes during merge_duplicate_bbcodes migration | |||||
| * | | [ticket/15527] Remove "use" and specify full class name for exception | Marc Alexander | 2018-01-24 | 1 | -3/+1 | |
| | | | | | | | | | | | | PHPBB3-15527 | |||||
| * | | [ticket/15527] Skip malformed BBCodes during merge_duplicate_bbcodes migration | JoshyPHP | 2018-01-22 | 1 | -10/+21 | |
| |/ | | | | | | | PHPBB3-15527 | |||||
* | | [ticket/15526] Cast bbcode id to INT in merge bbcodes migration | Matt Friedman | 2018-01-20 | 1 | -2/+2 | |
|/ | | | | PHPBB3-15526 | |||||
* | [ticket/15502] Fix migrations | rxu | 2018-01-09 | 2 | -3/+7 | |
| | | | | PHPBB3-15502 | |||||
* | [prep-release-3.2.2] Add migration for 3.2.2 | Marc Alexander | 2018-01-07 | 1 | -0/+37 | |
| | ||||||
* | Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2 | Marc Alexander | 2018-01-07 | 16 | -56/+120 | |
|\ | ||||||
| * | Merge pull request #4680 from marc1706/ticket/15055 | Derky | 2018-01-05 | 3 | -21/+81 | |
| |\ | | | | | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well | |||||
| | * | [ticket/15055] Properly support index length check on mssql | Marc Alexander | 2018-01-01 | 2 | -6/+29 | |
| | | | | | | | | | | | | PHPBB3-15055 | |||||
| | * | [ticket/15055] Specify utf8 as character set in sqlsrv_connect | Marc Alexander | 2018-01-01 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | This is needed to be able to correctly retrieve unicode data from the db. PHPBB3-15055 | |||||
| | * | [ticket/15055] Only drop dependent PK indexes and fix more tests for mssql | Marc Alexander | 2018-01-01 | 1 | -1/+2 | |
| | | | | | | | | | | | | PHPBB3-15055 | |||||
| | * | [ticket/15055] Drop primary keys when necessary and fix test comparisons | Marc Alexander | 2018-01-01 | 1 | -0/+35 | |
| | | | | | | | | | | | | PHPBB3-15055 | |||||
| | * | [ticket/15055] Use unicode column types where necessary | Marc Alexander | 2018-01-01 | 1 | -14/+14 | |
| | | | | | | | | | | | | PHPBB3-15055 | |||||
| * | | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 13 | -21/+21 | |
| | | | | | | | | | | | | PHPBB3-14972 | |||||
| * | | [ticket/14972] Fix use of deprecated media attachment constants | rxu | 2018-01-01 | 1 | -3/+10 | |
| | | | | | | | | | | | | PHPBB3-14972 | |||||
| * | | [ticket/14972] Fix sizeof calls | rxu | 2018-01-01 | 1 | -11/+8 | |
| |/ | | | | | | | | | | | | | | | | | | | As of PHP 7.2, only arrays and objects implementing the Countable interface should be passed as a count() or sizeof() parameter. See https://github.com/php/php-src/blob/php-7.2.0alpha2/UPGRADING#L197-L198 Also, sizeof() seems to be sheduled for deprecation, see https://wiki.php.net/rfc/deprecations_php_7_2#suggested_deprecations PHPBB3-14972 | |||||
* | | Merge remote-tracking branch 'phpbb-security/prep-release-3.1.12' into ↵ | Marc Alexander | 2018-01-07 | 1 | -0/+36 | |
|\ \ | |/ |/| | | | prep-release-3.2.2 | |||||
| * | [prep-release-3.1.12] Add migration for 3.1.12 | Marc Alexander | 2017-12-31 | 1 | -0/+36 | |
| | | ||||||
* | | [prep-release-3.2.2] Add migration for 3.2.2-RC1 | Marc Alexander | 2017-12-28 | 2 | -0/+41 | |
| | | ||||||
* | | Merge pull request #4971 from Elsensee/ticket/15339 | Marc Alexander | 2017-12-28 | 10 | -141/+221 | |
|\ \ | | | | | | | | | | [ticket/15339] Use manual method when adding modules | |||||
| * | | [ticket/15339] Fix tests | Oliver Schramm | 2017-12-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | PHPBB3-15339 | |||||
| * | | [ticket/15339] Free sql results in migration module tool | Oliver Schramm | 2017-11-17 | 1 | -2/+4 | |
| | | | | | | | | | | | | PHPBB3-15339 | |||||
| * | | [ticket/15339] Allow a module to have multiple parents | Oliver Schramm | 2017-11-17 | 3 | -123/+136 | |
| | | | | | | | | | | | | | | | | | | Also restore old behaviour from Olympus regarding re-sorting modules PHPBB3-15339 | |||||
| * | | [ticket/15339] Use manual method when adding modules | Oliver Schramm | 2017-09-22 | 9 | -18/+83 | |
| | | | | | | | | | | | | | | | | | | | | | This will fix cases where the module is deleted in later versions and the migrator thus cannot retrieve the info. PHPBB3-15339 | |||||
* | | | Merge pull request #5061 from marc1706/ticket/15322 | Derky | 2017-12-27 | 1 | -0/+37 | |
|\ \ \ | | | | | | | | | | | | | [ticket/15322] Add config for envelope sender & remove mail function setting | |||||
| * | | | [ticket/15322] Try to make new email setting more readable | Marc Alexander | 2017-12-13 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | PHPBB3-15322 | |||||
| * | | | [ticket/15322] Add config setting for -f parameter & remove mail function name | Marc Alexander | 2017-12-11 | 1 | -0/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The -f parameter can now be added via configuration in the ACP. Addtionally, the config setting for the mail function name has been removed. PHPBB3-15322 | |||||
* | | | | [ticket/15444] Add a migration to merge duplicate BBCodes | JoshyPHP | 2017-12-10 | 1 | -0/+75 | |
|/ / / | | | | | | | | | | PHPBB3-15444 | |||||
* | | | Merge pull request #4976 from rubencm/ticket/15171 | Marc Alexander | 2017-11-16 | 1 | -0/+39 | |
|\ \ \ | | | | | | | | | | | | | [ticket/15171] Replace all BBCode templates by default | |||||
| * | | | [ticket/15171] Add migration | Rubén Calvo | 2017-10-31 | 1 | -0/+39 | |
| | | | | | | | | | | | | | | | | PHPBB3-15171 | |||||
* | | | | [ticket/15372] Add permission to schema and copy from f_read | David Colón | 2017-10-26 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [ticket/15372] Remove revert_data from migration | David Colón | 2017-10-26 | 1 | -7/+0 | |
| | | | | ||||||
* | | | | [ticket/15372] Migration for adding f_list_topic permission | David Colón | 2017-10-26 | 1 | -0/+38 | |
|/ / / | ||||||
* | | | Merge pull request #4930 from rubencm/ticket/15201 | Marc Alexander | 2017-10-22 | 2 | -5/+55 | |
|\ \ \ | | | | | | | | | | | | | [ticket/15201] Set user style to default style when it is disabled or uninstalled | |||||
| * | | | [ticket/15201] Add casting | Rubén Calvo | 2017-09-08 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | PHPBB3-15201 | |||||
| * | | | [ticket/15201] Fix tests | Rubén Calvo | 2017-09-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | PHPBB3-15201 | |||||
| * | | | [ticket/15201] Migration to fix current invalid styles | Rubén Calvo | 2017-08-28 | 1 | -0/+50 | |
| | | | | | | | | | | | | | | | | PHPBB3-15201 | |||||
| * | | | [ticket/15201] Remove wrong user style check | Rubén Calvo | 2017-08-28 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | PHPBB3-15201 | |||||
* | | | | [ticket/15396] Fix revert_schema() steps not executed in correct order | kasimi | 2017-10-13 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | PHPBB3-15396 | |||||
* | | | | [ticket/15379] Only initialize reparsers on first call in migration | Oliver Schramm | 2017-09-25 | 1 | -6/+9 | |
| |/ / |/| | | | | | | | | PHPBB3-15379 | |||||
* | | | [ticket/15368] Correct function reference in MSSQL db tools | David Colón | 2017-09-17 | 1 | -2/+2 | |
|/ / | ||||||
* | | [ticket/15319] Add IF EXISTS to Postgres DROP SEQUENCE query | Serge Skripchuk | 2017-08-13 | 2 | -2/+2 | |
| | |