| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | [ticket/14577] Do not calculate size of array in for loop | Marc Alexander | 2016-04-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | For loops that modify the size of the looped arrays were obviously not changed. PHPBB3-14577 | |||||
| | * | | [ticket/14136] Add back X-UA-Compatible meta tag | Marc Alexander | 2016-03-24 | 2 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was previously removed without needing to. Adding it back to force users to not emulate the page for previous versions of IE. The imagetoolbar http-equiv tag was not restored as IE does not contain that anymore since IE7. Also, the chome=1 has been removed from the X-UA-Compatible content as ChromeFrame does not receive any further updates since 2014 and is potentially broken. PHPBB3-14136 | |||||
| | * | | [ticket/14496] Destroy update_list_time cache variable on intro | Marc Alexander | 2016-02-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | PHPBB3-14496 | |||||
| | * | | [ticket/14496] Cache last update of update list instead of using filemtime | Marc Alexander | 2016-02-26 | 1 | -1/+2 | |
| | | | | | | | | | | | | | PHPBB3-14496 | |||||
| | * | | [3.1.x] Increase dev version for 3.1.9 | Joas Schilling | 2016-02-13 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | [prep-release-3.1.8] Update version to 3.1.8-RC1 | Joas Schilling | 2016-02-13 | 2 | -2/+2 | |
| | | | | ||||||
| | * | | [3.1.x] Update version to 3.1.8-dev | Joas Schilling | 2015-12-12 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | [prep-release-3.1.7] Update version to 3.1.7-RC1 | Joas Schilling | 2015-12-12 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Merge pull request #4245 from JoshyPHP/ticket/14381 | Tristan Darricau | 2016-03-25 | 2 | -2/+2 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14381] Set the mode in message parser to "reparse" * JoshyPHP/ticket/14381: [ticket/14381] Set the mode in message parser to "reparse" [ticket/14495] Updates the version to 3.3.0-a1-dev | |||||
| | * \ \ | Merge branch '3.2.x' | Tristan Darricau | 2016-03-07 | 1 | -1/+1 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | * 3.2.x: [release-3.2.0-b2] Update versions to 3.2.0-3-dev | |||||
| | * \ \ \ | Merge branch '3.2.x' | Máté Bartus | 2016-02-28 | 1 | -0/+3 | |
| | |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | * 3.2.x: [ticket/14503] Enable superglobals in cli | |||||
| | * | | | | [ticket/14495] Updates the version to 3.3.0-a1-dev | Tristan Darricau | 2016-02-24 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14495 | |||||
| * | | | | | [ticket/14555] Uniformize cache directory usages | Tristan Darricau | 2016-03-24 | 1 | -1/+1 | |
| | |_|/ / |/| | | | | | | | | | | | PHPBB3-14555 | |||||
| * | | | | [release-3.2.0-b2] Update versions to 3.2.0-3-dev | Tristan Darricau | 2016-03-07 | 1 | -1/+1 | |
| | |/ / |/| | | ||||||
| * | | | [ticket/14503] Enable superglobals in cli | Marc Alexander | 2016-02-28 | 1 | -0/+3 | |
| |/ / | | | | | | | | | | | This is for example needed for outputting help on commands. PHPBB3-14503 | |||||
| * | | Merge pull request #4171 from CHItA/ticket/14462 | Tristan Darricau | 2016-02-16 | 1 | -6/+15 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14462] Try to prevent timeouts in the installer * CHItA/ticket/14462: [ticket/14462] Not show timeout messages in convertors [ticket/14462] Make timeout error translateable [ticket/14462] Update ordering in install db config [ticket/14462] Fix comments [ticket/14462] Fix tests [ticket/14462] Fix CS and typo [ticket/14462] Set instance of db driver for database access using global [ticket/14462] Fix installation in tests [ticket/14462] Refactor tasks to be more modular [ticket/14462] Further speed improvements | |||||
| | * | | [ticket/14462] Not show timeout messages in convertors | Mate Bartus | 2016-02-14 | 1 | -4/+4 | |
| | | | | | | | | | | | | | PHPBB3-14462 | |||||
| | * | | [ticket/14462] Further speed improvements | Mate Bartus | 2016-02-12 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462 | |||||
| * | | | Merge pull request #4159 from marc1706/ticket/14448 | Tristan Darricau | 2016-02-11 | 1 | -0/+1 | |
| |\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14448] Use guzzle for remote files uploading * marc1706/ticket/14448: [ticket/14448] Correctly pass verify setting if available [ticket/14448] Let user decide if remote upload certs should be checked [ticket/14448] Add new vendor files and dirs to clean task [ticket/14448] Do not try to test remote upload timeout [ticket/14448] Remove no longer needed guzzle 3.9.3 [ticket/14448] Use GuzzleHttp and try to verify certs [ticket/14448] Update composer.json and lock file for guzzlehttp [ticket/14431] Remote avatar uploading [ticket/14431] Remote avatar uploading | |||||
| | * | | [ticket/14448] Let user decide if remote upload certs should be checked | Marc Alexander | 2016-02-04 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | Also fixed some minor issues like coding style. PHPBB3-14448 | |||||
| * | | | [release-3.2.0-b1] Update version to 3.2.0-b2-dev | Tristan Darricau | 2016-02-05 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | [prep-release-3.2.0-b1] Add schema.json | Tristan Darricau | 2016-02-03 | 1 | -0/+3389 | |
| | | | | ||||||
| * | | | [prep-release-3.2.0-b1] Update version to 3.2.0-b1 | Tristan Darricau | 2016-02-03 | 3 | -3/+3 | |
| |/ / | ||||||
| * | | [ticket/14262] Add error handling and small CS fixes | Mate Bartus | 2016-02-02 | 2 | -8/+10 | |
| | | | | | | | | | PHPBB3-14262 | |||||
| * | | [ticket/14262] Fix stage navigation | Mate Bartus | 2016-01-29 | 1 | -22/+8 | |
| | | | | | | | | | PHPBB3-14262 | |||||
| * | | [ticket/14262] Move convertor to controller | Mate Bartus | 2016-01-29 | 4 | -0/+2549 | |
| | | | | | | | | | PHPBB3-14262 | |||||
| * | | [ticket/13454] Remove more unused variables | Marc Alexander | 2016-01-06 | 1 | -3/+3 | |
| | | | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454 | |||||
| * | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -11/+5 | |
| | | | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454 | |||||
| * | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 2 | -2/+1 | |
| | | | | | | | | | | | | | Part 4 PHPBB3-13454 | |||||
| * | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -3/+0 | |
| | | | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454 | |||||
| * | | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454 | |||||
| * | | [release-3.2.0-a2] Update version to 3.2.0-a3 | Tristan Darricau | 2015-12-19 | 1 | -1/+1 | |
| | | | ||||||
| * | | [prep-release-3.2.0-a2] Update version to 3.2.0-a2 | Tristan Darricau | 2015-12-19 | 2 | -2/+2 | |
| | | | ||||||
| * | | [ticket/14349] Suppress output due to duplicate definition in installer | Marc Alexander | 2015-12-08 | 1 | -0/+1 | |
| | | | | | | | | | PHPBB3-14349 | |||||
| * | | [ticket/14349] Do output suppressed errors | Marc Alexander | 2015-12-08 | 1 | -0/+5 | |
| | | | | | | | | | PHPBB3-14349 | |||||
| * | | [ticket/14348] Add install/index.html | Mate Bartus | 2015-12-08 | 1 | -0/+11 | |
| | | | | | | | | | PHPBB3-14348 | |||||
| * | | [ticket/14311] Use the iohandler for notices and warnings if possible | Mate Bartus | 2015-12-01 | 1 | -1/+13 | |
| | | | | | | | | | PHPBB3-14311 | |||||
| * | | [ticket/14311] Show errors in installer invoked by trigger_error | Mate Bartus | 2015-11-30 | 1 | -1/+31 | |
| | | | | | | | | | PHPBB3-14311 | |||||
| * | | [master] Update version to 3.2.0-a2-dev | Tristan Darricau | 2015-11-23 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'prep-release-3.2.0-a1' | Tristan Darricau | 2015-11-23 | 2 | -2/+2 | |
| |\ \ | | | | | | | | | | | | | | | | | | | * prep-release-3.2.0-a1: [prep-release-3.2.0-a1] Add changelog for 3.2.0-a1 [prep-release-3.2.0-a1] Add migration for 3.2.0-a1 [prep-release-3.2.0-a1] Update version to 3.2.0-a1 | |||||
| | * | | [prep-release-3.2.0-a1] Update version to 3.2.0-a1 | Tristan Darricau | 2015-11-09 | 2 | -2/+2 | |
| | | | | ||||||
| * | | | Merge pull request #4016 from CHItA/ticket/14270 | Tristan Darricau | 2015-11-23 | 2 | -4/+4 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14270] Purge cache when the installer is finished * CHItA/ticket/14270: [ticket/14270] Purge cache when the installer is finished | |||||
| | * | | | [ticket/14270] Purge cache when the installer is finished | Mate Bartus | 2015-11-08 | 2 | -4/+4 | |
| | |/ / | | | | | | | | | | PHPBB3-14270 | |||||
| * | | | [ticket/14281] Fix installer CLI after recent changes | Marc Alexander | 2015-11-10 | 1 | -0/+4 | |
| |/ / | | | | | | | PHPBB3-14281 | |||||
| * | | [ticket/14044] Deduplicate the installers | Mate Bartus | 2015-10-22 | 10 | -7546/+187 | |
| | | | | | | | | | PHPBB3-14044 | |||||
| * | | [ticket/14039] Revamp updater | Mate Bartus | 2015-10-17 | 2 | -4/+6 | |
| | | | | | | | | | PHPBB3-14039 | |||||
| * | | [ticket/13371] Add language files to the service as well | Mate Bartus | 2015-10-17 | 1 | -0/+5 | |
| | | | | | | | | | PHPBB3-13371 | |||||
| * | | [ticket/13371] Use user selected language in old installer | Mate Bartus | 2015-10-17 | 1 | -0/+1 | |
| | | | | | | | | | PHPBB3-13371 | |||||
| * | | [ticket/13371] Fix language loading for the old installer | Mate Bartus | 2015-10-17 | 1 | -0/+1 | |
| | | | | | | | | | PHPBB3-13371 | |||||
| * | | Merge branch '3.1.x' | Marc Alexander | 2015-10-11 | 1 | -1/+2 | |
| |\ \ | |/ | ||||||
