| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5076 from marc1706/ticket/15496 | Marc Alexander | 2018-01-07 | 1 | -1/+1 |
| |\ | | | | | | | [ticket/15496] Add sort key to SELECT in fulltext_postgres | ||||
| | * | [ticket/15496] Add sort key to SELECT in fulltext_postgres | Marc Alexander | 2018-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Postgres requires that the column being ordered also appears in the SELECT part of the query. PHPBB3-15496 | ||||
| * | | Merge pull request #5075 from marc1706/ticket/15497 | Marc Alexander | 2018-01-07 | 0 | -0/+0 |
| |\ \ | | | | | | | | | | [ticket/15497] Backport fix for create_insert_array() declaration in admin_activate_user | ||||
| | * | | [ticket/14972] Fix create_insert_array() declaration in admin_activate_user | rxu | 2018-01-06 | 1 | -1/+1 |
| | |/ | | | | | | | PHPBB3-14972 | ||||
| * | | Merge pull request #5074 from marc1706/ticket/15498 | Marc Alexander | 2018-01-07 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | [ticket/15498] Do not pass whether URL uses router to is_route | ||||
| | * | | [ticket/15498] Do not pass whether URL uses router to is_route | Marc Alexander | 2018-01-06 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | | | | | is_route expects a flag of whether this is a route that was generated with the router as opposed to is_router_used() which returns whether the router will be used via app.php. PHPBB3-15498 | ||||
| * | | Merge pull request #5068 from Derky/ticket/15489 | Marc Alexander | 2018-01-07 | 2 | -2/+3 |
| |\ \ | | | | | | | | | | [ticket/15489] Remove NO_FORUMS message for categories with subforums | ||||
| | * | | [ticket/15489] Add NO_FORUMS_IN_CATEGORY message | Derky | 2018-01-04 | 2 | -1/+2 |
| | | | | | | | | | | | | | PHPBB3-15489 | ||||
| | * | | [ticket/15489] Remove NO_FORUMS message for categories with subforums | Derky | 2017-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-15489 | ||||
| * | | | Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2 | Marc Alexander | 2018-01-07 | 197 | -1201/+1589 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #4680 from marc1706/ticket/15055 | Derky | 2018-01-05 | 25 | -44/+439 |
| | |\ \ \ | | | | | | | | | | | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well | ||||
| | | * | | | [ticket/15055] Display appveyor badges in readme | Marc Alexander | 2018-01-05 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Use getMock() for phpBB 3.2 compatibility | Marc Alexander | 2018-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Add comments explaining overriden createXMLDataSet() | Marc Alexander | 2018-01-01 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Properly support index length check on mssql | Marc Alexander | 2018-01-01 | 3 | -13/+46 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Run phantomjs for UI tests | Marc Alexander | 2018-01-01 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Support console questions on windows | Marc Alexander | 2018-01-01 | 4 | -15/+52 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Extend build matrix and trim text in extension_acp_test | Marc Alexander | 2018-01-01 | 2 | -45/+83 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Run also on PHP 7.0 | Marc Alexander | 2018-01-01 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | 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] Try using build matrix | Marc Alexander | 2018-01-01 | 4 | -4/+42 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Only drop dependent PK indexes and fix more tests for mssql | Marc Alexander | 2018-01-01 | 12 | -10/+57 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Handle default identity column on mssql in database tests | Marc Alexander | 2018-01-01 | 1 | -0/+47 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Try moving to PHP 7.1 | Marc Alexander | 2018-01-01 | 1 | -6/+17 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Drop primary keys when necessary and fix test comparisons | Marc Alexander | 2018-01-01 | 2 | -1/+43 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Use unicode column types where necessary | Marc Alexander | 2018-01-01 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Start fixing missing keys in fixtures | Marc Alexander | 2018-01-01 | 2 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Start setting up IIS | Marc Alexander | 2018-01-01 | 1 | -1/+22 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibility | Marc Alexander | 2018-01-01 | 4 | -6/+8 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Debug issues | Marc Alexander | 2018-01-01 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Output test config to test_config.php | Marc Alexander | 2018-01-01 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | | * | | | [ticket/15055] Add .appveyor.yml file | Marc Alexander | 2018-01-01 | 1 | -0/+39 |
| | | |/ / | | | | | | | | | | | | | PHPBB3-15055 | ||||
| | * | | | Merge pull request #5069 from marc1706/ticket/14972-rhea | Derky | 2018-01-04 | 180 | -1157/+1150 |
| | |\ \ \ | | |/ / | |/| | | | | | | [ticket/14972] Backport for PHP 7.2 compatibility | ||||
| | | * | | [ticket/14972] Add PHP 7.2 to build matrix | Marc Alexander | 2018-01-01 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-14972 | ||||
| | | * | | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 165 | -983/+983 |
| | | | | | | | | | | | | | | | | | PHPBB3-14972 | ||||
| | | * | | [ticket/14972] Fix template context use of sizeof() | Marc Alexander | 2018-01-01 | 1 | -46/+33 |
| | | | | | | | | | | | | | | | | | PHPBB3-14972 | ||||
| | | * | | [ticket/14972] Fix test_collection_with_mask test | rxu | 2018-01-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In PHP 7.2, the severity of the message “Use of undefined constant” was raised from E_NOTICE to E_WARNING, so calling $array[ITEM] causes warning caught by error collector. Use undefined offset notice to get an empty message as such. PHPBB3-14972 | ||||
| | | * | | [ticket/14972] Avoid using self as constant in tests | rxu | 2018-01-01 | 6 | -6/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-14972 | ||||
| | | * | | [ticket/14972] Fix create_insert_array() declaration in admin_activate_user | rxu | 2018-01-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | 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 | 5 | -116/+113 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 8 | -9/+88 |
| |\ \ \ | | | | | | | | | | | | | prep-release-3.2.2 | ||||
| | * | | | [prep-release-3.1.12] Update changelog for 3.1.12 | Marc Alexander | 2017-12-31 | 1 | -0/+44 |
| | | | | | |||||
| | * | | | [prep-release-3.1.12] Add migration for 3.1.12 | Marc Alexander | 2017-12-31 | 1 | -0/+36 |
| | | | | | |||||
| | * | | | Merge pull request #40 from phpbb/ticket/security/211 | Marc Alexander | 2017-12-31 | 7 | -5/+114 |
| | |\ \ \ | | | | | | | | | | | | | | | | [ticket/security/211] Make sure website URL only uses http & https schemes | ||||
| | | * | | | [ticket/security/211] Allow make_clickable() again after change to regex | Marc Alexander | 2017-08-03 | 3 | -4/+3 |
| | | | | | | | | | | | | | | | | | | | | | SECURITY-211 | ||||
| | * | | | | [prep-release-3.1.12] Update version numbers to 3.1.12 | Marc Alexander | 2017-12-31 | 3 | -3/+3 |
| | | | | | | |||||
| | * | | | | [prep-release-3.1.12] Update version numbers to 3.1.12 | Marc Alexander | 2017-12-31 | 3 | -5/+5 |
| | | | | | | |||||
| | * | | | | [ticket/15303] Correctly refer to $memcached and not $memcache | abyssmedia | 2017-12-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15303 | ||||
| * | | | | | Merge pull request #41 from phpbb/ticket/security/211-rhea | Marc Alexander | 2018-01-07 | 11 | -13/+125 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | [ticket/security/211] Rhea version of security fix | ||||
