Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15665] fix double semicolon | hubaishan | 2018-11-20 | 1 | -1/+1 |
| | | | | PHPBB3-15665 | ||||
* | [ticket/15665] Fix MSSQL crashes if upload dir>2GB | hubaishan | 2018-11-20 | 1 | -0/+8 |
| | | | | | | Add cast_expr_to_bigint() to mssql_base PHPBB3-15665 | ||||
* | [prep-release-3.2.4] Correctly specify dependencies | Marc Alexander | 2018-11-11 | 3 | -3/+3 |
| | |||||
* | [prep-release-3.2.4] Add migration for 3.2.4 | Marc Alexander | 2018-11-10 | 4 | -0/+41 |
| | |||||
* | Merge pull request #42 from phpbb/ticket/security/227 | Marc Alexander | 2018-11-10 | 1 | -0/+31 |
|\ | | | | | | | [ticket/security/227] Replace ImageMagick support with thumbnail event | ||||
| * | [ticket/security/227] Change migration depends_on to 3.2.4-RC1 | Derky | 2018-11-04 | 1 | -1/+1 |
| | | | | | | | | SECURITY-227 | ||||
| * | [ticket/security/227] Replace ImageMagick support with thumbnail event | Derky | 2018-10-23 | 1 | -0/+31 |
| | | | | | | | | SECURITY-227 | ||||
* | | [prep-release-3.2.4] Add migration for 3.2.4-RC1 | Marc Alexander | 2018-10-28 | 1 | -0/+36 |
|/ | |||||
* | Merge pull request #5326 from rubencm/ticket/15762 | Marc Alexander | 2018-10-09 | 1 | -0/+37 |
|\ | | | | | | | [ticket/15762] Update type for forum_topics_per_page | ||||
| * | [ticket/15762] Update migration dependency | rubencm | 2018-10-08 | 1 | -1/+1 |
| | | | | | | PHPBB3-15762 | ||||
| * | [ticket/15762] Update type for forum_topics_per_page | Rubén Calvo | 2018-08-30 | 1 | -0/+37 |
| | | | | | | | | PHPBB3-15762 | ||||
* | | [ticket/15544] Delete cache through module manager | Oliver Schramm | 2018-09-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | This might fix issues with migrations since the sql cache will be purged as well. In general, this puts all the logic in one place, so that's good. PHPBB3-15544 | ||||
* | | Merge pull request #5325 from hubaishan/ticket/15612 | Marc Alexander | 2018-09-15 | 1 | -1/+1 |
|\ \ | | | | | | | | | | [ticket/15612] Fix PHP7.2 count() bug in MSSQL driver | ||||
| * | | [ticket/15612] Fix PHP7.2 count() bug in MSSQL driver | hubaishan | 2018-08-25 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | sqlsrv_fetch_array() function returns an array when data found, null when no data or false on error. So we need to change null to false only. PHPBB3-15612 | ||||
* | | Merge pull request #5350 from Elsensee/ticket/15767 | Tristan Darricau | 2018-09-15 | 1 | -1/+1 |
|\ \ | | | | | | | | | | [ticket/15767] Fix effictively_installed condition for oauth_tokens | ||||
| * | | [ticket/15767] Fix effictively_installed condition for oauth_tokens | Oliver Schramm | 2018-09-13 | 1 | -1/+1 |
| |/ | | | | | | | PHPBB3-15767 | ||||
* | | Merge pull request #5352 from senky/ticket/15744-2 | Derky | 2018-09-15 | 1 | -4/+2 |
|\ \ | | | | | | | | | | [ticket/15744] Remove useless sql_freeresults | ||||
| * | | [ticket/15744] Remove useless sql_freeresults | Jakub Senko | 2018-09-13 | 1 | -4/+2 |
| |/ | | | | | | | PHPBB3-15744 | ||||
* | | Merge branch 'prep-release-3.2.3' into 3.2.x | Marc Alexander | 2018-09-09 | 1 | -0/+37 |
|\ \ | |/ |/| | |||||
| * | [prep-release-3.2.3] Add 3.2.3 migration | Marc Alexander | 2018-08-26 | 1 | -0/+37 |
| | | |||||
* | | Merge branch 'prep-release-3.2.3' into 3.2.x | Marc Alexander | 2018-08-02 | 1 | -0/+36 |
|\ \ | |/ | |||||
| * | [prep-release-3.2.3] Add migration for 3.2.3-RC2 | Marc Alexander | 2018-07-30 | 1 | -0/+36 |
| | | |||||
* | | Merge branch 'prep-release-3.2.3' into 3.2.x | Marc Alexander | 2018-07-30 | 1 | -0/+5 |
|\ \ | |/ | |||||
| * | [ticket/11847] Add depends_on() to auth_provider_oauth | Jakub Senko | 2018-07-30 | 1 | -0/+5 |
| | | | | | | | | PHPBB3-11847 | ||||
* | | Merge pull request #5257 from senky/ticket/15651 | Tristan Darricau | 2018-07-08 | 1 | -4/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | [ticket/15651] Remove unnecessary condition * github.com:/phpbb/phpbb: [ticket/15651] Remove unnecessary condition | ||||
| * | | [ticket/15651] Remove unnecessary condition | Jakub Senko | 2018-06-18 | 1 | -4/+1 |
| |/ | | | | | | | | | | | module.remove internally check if the module exists PHPBB3-15651 | ||||
* | | [ticket/15696] Add support of other tools to 'if' | Jakub Senko | 2018-06-19 | 1 | -1/+1 |
|/ | | | | PHPBB3-15696 | ||||
* | 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 |