Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15849] Stop using php4 constructors | Ruben Calvo | 2018-10-21 | 1 | -1/+1 |
| | | | | PHPBB3-15849 | ||||
* | Merge pull request #5397 from VSEphpbb/ticket/15824 | Marc Alexander | 2018-10-13 | 1 | -0/+49 |
|\ | | | | | | | [ticket/15824] Fix and update UI framework | ||||
| * | [ticket/15824] Add UI test method to wait for AJAX requests | Matt Friedman | 2018-10-03 | 1 | -0/+33 |
| | | | | | | | | PHPBB3-15824 | ||||
| * | [ticket/15824] Make UI test framework correctly install exts | Matt Friedman | 2018-10-01 | 1 | -0/+10 |
| | | | | | | | | PHPBB3-15824 | ||||
| * | [ticket/15824] Fix cache initialization in UI framework | Matt Friedman | 2018-10-01 | 1 | -0/+6 |
| | | | | | | | | PHPBB3-15824 | ||||
* | | Merge pull request #5374 from senky/ticket/15758 | Marc Alexander | 2018-10-10 | 1 | -1/+1 |
|\ \ | | | | | | | | | | [ticket/15758] Show translated msg for INSECURE_REDIRECT | ||||
| * | | [ticket/15758] Show translated msg for INSECURE_REDIRECT | Jakub Senko | 2018-09-28 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15758 | ||||
* | | | Merge pull request #5343 from senky/ticket/15716 | Marc Alexander | 2018-10-08 | 3 | -0/+10 |
|\ \ \ | | | | | | | | | | | | | [ticket/15716] Remove OAuth data upon user deletion | ||||
| * | | | [ticket/15716] Remove OAuth data upon user deletion | Jakub Senko | 2018-09-06 | 3 | -0/+10 |
| | | | | | | | | | | | | | | | | PHPBB3-15716 | ||||
* | | | | Merge pull request #5341 from senky/ticket/15742 | Marc Alexander | 2018-10-08 | 1 | -10/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15742] Remove get_magic_quotes_gpc() call | ||||
| * | | | | [ticket/15742] Remove addslashes_recursively() | Jakub Senko | 2018-09-13 | 1 | -10/+0 |
| |/ / / | | | | | | | | | | | | | PHPBB3-15742 | ||||
* | | | | Merge pull request #5301 from senky/ticket/11500 | Marc Alexander | 2018-10-08 | 1 | -7/+8 |
|\ \ \ \ | |_|/ / |/| | | | | | | | [ticket/11500] Remove unnamed input | ||||
| * | | | [ticket/11500] Remove unnamed input | Jakub Senko | 2018-07-26 | 1 | -7/+8 |
| |/ / | | | | | | | | | | PHPBB3-11500 | ||||
* | | | Merge pull request #5295 from v12mike/ticket/15726 | Marc Alexander | 2018-09-16 | 1 | -0/+17 |
|\ \ \ | | | | | | | | | | | | | Ticket/15726 Implement selective purge in APCu cache driver | ||||
| * | | | [ticket/15726] Implement selective purge in APCu cache driver | v12mike | 2018-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Correcting code formatting and whitespace PHPBB3-15726 | ||||
| * | | | [ticket/15726] Implement selective purge in APCu cache driver | v12mike | 2018-09-16 | 1 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | fix file permissions PHPBB3-15726 | ||||
| * | | | [ticket/15726] Implement selective purge in APCu cache driver | v12mike | 2018-09-16 | 1 | -0/+17 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The current APCu cache driver implements a global clearing of the APCu when the phpBB cache is purged. This is inappropriate if there are other phpBB boards, or other php applications sharing the APCu cache. This patch changes the behviour so that only cache entries matching the key_prefix of this board are cleared by a phpBB cache purge. The APCu unit test script has been updated to test this behaviour. It has also been updated so that the test case can be run individually previously it relied on initialisations made in other test scripts. PHPBB3-15726 | ||||
* | | | Merge pull request #5305 from MikelAlejoBR/ticket/15733 | Marc Alexander | 2018-09-16 | 1 | -4/+0 |
|\ \ \ | | | | | | | | | | | | | [ticket/15733] Remove unused code related to deprecated flood control | ||||
| * | | | [ticket/15733] Remove unused code related to deprecated flood control | MikelAlejoBR | 2018-07-28 | 1 | -4/+0 |
| |/ / | | | | | | | | | | PHPBB3-15733 | ||||
* | | | Merge branch 'prep-release-3.2.3' into 3.2.x | Marc Alexander | 2018-09-09 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | [ticket/15746] Adjust tests after twig update | Marc Alexander | 2018-08-21 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15746 | ||||
* | | | Merge pull request #5249 from senky/ticket/15659 | Tristan Darricau | 2018-07-08 | 1 | -0/+96 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15659] Fix retrieve_block_vars() * github.com:/phpbb/phpbb: [ticket/15659] Fix retrieve_block_vars() | ||||
| * | | | [ticket/15659] Fix retrieve_block_vars() | Jakub Senko | 2018-07-07 | 1 | -0/+96 |
| | | | | | | | | | | | | | | | | PHPBB3-15659 | ||||
* | | | | Merge pull request #5260 from senky/ticket/15696 | Tristan Darricau | 2018-07-08 | 1 | -0/+136 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15696] 'if' module tool should support calling other tools * github.com:/phpbb/phpbb: [ticket/15696] Add tests [ticket/15696] Add support of other tools to 'if' | ||||
| * | | | | [ticket/15696] Add tests | Jakub Senko | 2018-07-05 | 1 | -0/+136 |
| |/ / / | | | | | | | | | | | | | PHPBB3-15696 | ||||
* | | | | Merge pull request #5198 from kasimi/ticket/15637 | Tristan Darricau | 2018-07-08 | 2 | -2/+2 |
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15637] Extract multi-line PHP event descriptions * github.com:/phpbb/phpbb: [ticket/15637] Remove trailing space from description [ticket/15637] Preserve line breaks in event descriptions [ticket/15637] Updated test fixture to include complete event description [ticket/15637] Remove trailing space from description [ticket/15637] Fixed removing white-spaces from description line [ticket/15637] Extract all lines before the first @tag [ticket/15637] Extract multi-line PHP event descriptions | ||||
| * | | | [ticket/15637] Preserve line breaks in event descriptions | kasimi | 2018-07-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-15637 | ||||
| * | | | [ticket/15637] Updated test fixture to include complete event description | kasimi | 2018-07-07 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-15637 | ||||
* | | | | Merge pull request #5245 from rubencm/ticket/15693 | Marc Alexander | 2018-06-17 | 1 | -2/+8 |
|\ \ \ \ | |_|/ / |/| | | | | | | | [ticket/15693] Fix get_rand_string() | ||||
| * | | | [ticket/15693] Update tests to reflect changes to gen_rand_string() | Marc Alexander | 2018-06-17 | 1 | -2/+8 |
| | |/ | |/| | | | | | | | PHPBB3-15693 | ||||
* | | | Merge pull request #5158 from kasimi/ticket/15586 | Marc Alexander | 2018-06-17 | 6 | -0/+183 |
|\ \ \ | |/ / |/| | | | | | [ticket/15586] Fixed adding module the automatic way without specifying modes | ||||
| * | | [ticket/15586] Added tests for adding modules the automatic way | kasimi | 2018-03-11 | 6 | -0/+183 |
| | | | | | | | | | | | | PHPBB3-15586 | ||||
* | | | [ticket/15595] Fix module exists tool when parent is false | Matt Friedman | 2018-03-19 | 1 | -4/+157 |
| |/ |/| | | | | | PHPBB3-15595 | ||||
* | | Merge pull request #5089 from marc1706/ticket/15516 | Marc Alexander | 2018-02-21 | 1 | -2/+23 |
|\ \ | | | | | | | | | | [ticket/15516] Add instructions for running UI tests | ||||
| * | | [ticket/15516] Fix typo in UI test instructions | Marc Alexander | 2018-02-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-15516 | ||||
| * | | [ticket/15516] Add instructions for running UI tests | Marc Alexander | 2018-01-14 | 1 | -2/+23 |
| | | | | | | | | | | | | PHPBB3-15516 | ||||
* | | | [ticket/15531] Log malformed BBCodes | JoshyPHP | 2018-01-22 | 3 | -2/+51 |
| |/ |/| | | | | | PHPBB3-15531 | ||||
* | | Merge pull request #5083 from JoshyPHP/ticket/15512 | Marc Alexander | 2018-01-19 | 1 | -0/+11 |
|\ \ | | | | | | | | | | [ticket/15512] Avoid reparsing non-existent polls | ||||
| * | | [ticket/15512] Avoid reparsing non-existent polls | JoshyPHP | 2018-01-12 | 1 | -0/+11 |
| |/ | | | | | | | PHPBB3-15512 | ||||
* | | [ticket/15099] Fix tests | Jakub Senko | 2018-01-17 | 2 | -20/+20 |
|/ | | | | PHPBB3-15099 | ||||
* | [ticket/15055] Fix line break and disable sql server 2017 for now | Marc Alexander | 2018-01-09 | 1 | -1/+1 |
| | | | | | | | SQL Server 2017 currently fails for unknown reasons and just results in an overall longer build time. Therefore disabling it for now. PHPBB3-15055 | ||||
* | [ticket/15055] Display content on unexpted server error | Marc Alexander | 2018-01-08 | 1 | -1/+6 |
| | | | | PHPBB3-15055 | ||||
* | Merge remote-tracking branch 'upstream/3.2.x' into prep-release-3.2.2 | Marc Alexander | 2018-01-07 | 35 | -47/+243 |
|\ | |||||
| * | Merge pull request #4680 from marc1706/ticket/15055 | Derky | 2018-01-05 | 18 | -17/+213 |
| |\ | | | | | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well | ||||
| | * | [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 | 1 | -7/+17 |
| | | | | | | | | | | | | 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 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15055 | ||||
| | * | [ticket/15055] Try using build matrix | Marc Alexander | 2018-01-01 | 2 | -0/+18 |
| | | | | | | | | | | | | PHPBB3-15055 |