| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12684] Use a switch statement for readability | Matt Friedman | 2016-03-21 | 1 | -13/+13 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Use interactive method correctly | Matt Friedman | 2016-03-09 | 1 | -30/+25 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Extract interactivity to a method | Matt Friedman | 2016-03-09 | 1 | -37/+52 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Add extended help for the user:add command | Matt Friedman | 2016-03-08 | 1 | -0/+1 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Add shorthand alternates to the options | Matt Friedman | 2016-03-08 | 1 | -3/+3 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Remove whitespace | Matt Friedman | 2016-03-05 | 1 | -1/+1 |
| | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Add an error on user creation failure | Matt Friedman | 2016-03-05 | 1 | -0/+6 |
| | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Remove unnecessary null arguments | Matt Friedman | 2016-02-29 | 1 | -2/+2 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Additional clean up | Matt Friedman | 2016-02-29 | 1 | -9/+4 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Allowed to use $this in enclosure | Matt Friedman | 2016-02-29 | 1 | -4/+3 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Move all lang keys to cli | Matt Friedman | 2016-02-29 | 1 | -1/+1 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Fix a few mistakes and clean it up | Matt Friedman | 2016-02-29 | 1 | -8/+24 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Some code clean up | Matt Friedman | 2016-02-29 | 1 | -12/+1 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Another little fix | Matt Friedman | 2016-02-29 | 1 | -1/+1 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Fix tests | Matt Friedman | 2016-02-29 | 1 | -3/+1 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Update to use non-deprecated methods | Matt Friedman | 2016-02-29 | 1 | -143/+136 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Add send email option | Matt Friedman | 2016-02-29 | 1 | -0/+55 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Add input validation | Matt Friedman | 2016-02-29 | 1 | -0/+48 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Updates for 3.2 API | Matt Friedman | 2016-02-29 | 1 | -10/+32 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Fix header file | Tristan Darricau | 2016-02-29 | 1 | -1/+1 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Fix tests | Tristan Darricau | 2016-02-29 | 1 | -11/+7 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Add doc blocks and test file for user:add | LEZY Thomas | 2016-02-29 | 1 | -1/+34 |
| | | | | | PHPBB3-12684 | ||||
| * | [ticket/12684] Add command user:add | LEZY Thomas | 2016-02-29 | 1 | -0/+167 |
| | | | | | PHPBB3-12684 | ||||
| * | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-02-28 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge pull request #4153 from gn36/ticket/14443 | Marc Alexander | 2016-02-28 | 1 | -1/+1 |
| | |\ | | | | | | | | | | [ticket/14443] Introduce additional parameter to messenger | ||||
| | | * | [ticket/14443] Introduce additional parameter to messenger | Martin Beckmann | 2016-02-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-14443 | ||||
| * | | | [ticket/14489] Fix bug where extension custom compiler pass cannot be found. | Mark Shaw | 2016-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | This is returning an extra / on my machine which throws off the next code block, and then the class can't be found. PHPBB3-14489 | ||||
| * | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-02-18 | 2 | -0/+10 |
| |\ \ \ | |/ / | | | | | | | | | | * 3.1.x: [ticket/13681] Invalidate and reset opcache where necessary | ||||
| | * | | Merge pull request #4185 from marc1706/ticket/13681 | Tristan Darricau | 2016-02-18 | 2 | -0/+10 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13681] Invalidate and reset opcache where necessary * marc1706/ticket/13681: [ticket/13681] Invalidate and reset opcache where necessary | ||||
| | | * | | [ticket/13681] Invalidate and reset opcache where necessary | Marc Alexander | 2016-02-18 | 2 | -0/+10 |
| | | | | | | | | | | | | | | | | | PHPBB3-13681 | ||||
| * | | | | Merge pull request #4165 from Nicofuma/ticket/14457 | Marc Alexander | 2016-02-18 | 3 | -26/+20 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14457] Uses a random placeholder to inject css and js | ||||
| | * | | | | [ticket/14457] Handle the case where there isn't any 'definition' bag | Tristan Darricau | 2016-02-18 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14457 | ||||
| | * | | | | [ticket/14457] Don't set CSS to JS and JS to CSS | Tristan Darricau | 2016-02-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14457 | ||||
| | * | | | | [ticket/14457] CS | Tristan Darricau | 2016-02-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14457 | ||||
| | * | | | | [ticket/14457] Fix twig/twig::assign_display | Tristan Darricau | 2016-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14457 | ||||
| | * | | | | [ticket/14457] Uses a random placeholder to inject css and js | Tristan Darricau | 2016-02-18 | 2 | -26/+17 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14457 | ||||
| * | | | | | Merge branch '3.1.x' into 3.2.x | Joas Schilling | 2016-02-18 | 1 | -0/+31 |
| |\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | | | | | | | | | Conflicts: build/build.xml phpBB/composer.lock | ||||
| | * | | | Add migration for 3.1.8 | Joas Schilling | 2016-02-18 | 1 | -0/+31 |
| | |/ / | |||||
| * | | | Merge pull request #4171 from CHItA/ticket/14462 | Tristan Darricau | 2016-02-16 | 29 | -337/+1031 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Fix comments | Mate Bartus | 2016-02-12 | 7 | -11/+11 |
| | | | | | | | | | | | | | | | | | PHPBB3-14462 | ||||
| | * | | | [ticket/14462] Fix CS and typo | Mate Bartus | 2016-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-14462 | ||||
| | * | | | [ticket/14462] Refactor tasks to be more modular | Mate Bartus | 2016-02-12 | 9 | -165/+835 |
| | | | | | | | | | | | | | | | | | PHPBB3-14462 | ||||
| | * | | | [ticket/14462] Further speed improvements | Mate Bartus | 2016-02-12 | 20 | -173/+197 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462 | ||||
| * | | | | Merge branch '3.1.x' into 3.2.x | Joas Schilling | 2016-02-13 | 2 | -0/+34 |
| |\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/docs/CHANGELOG.html phpBB/includes/constants.php phpBB/includes/functions_user.php phpBB/install/convertors/convert_phpbb20.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg | ||||
| | * | | | Merge pull request #4176 from Elsensee/ticket/14409 | Joas Schilling | 2016-02-13 | 1 | -0/+2 |
| | |\ \ \ | | | | | | | | | | | | | | | | [ticket/14409] Update session page info before displaying online list | ||||
| | | * | | | [ticket/14409] Update session page info before displaying online list | Oliver Schramm | 2016-02-13 | 1 | -0/+2 |
| | | | |/ | | |/| | | | | | | | | | PHPBB3-14409 | ||||
| | * | | | [prep-release-3.1.8] Add migration for 3.1.8-RC1 | Joas Schilling | 2016-02-13 | 1 | -0/+32 |
| | |/ / | |||||
| * | | | Merge pull request #4160 from Nicofuma/ticket/14440 | Marc Alexander | 2016-02-11 | 1 | -1/+8 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14440] Correctly remove the web root path in update_web_root_path | ||||
| | * | | | [ticket/14440] Add comments | Tristan Darricau | 2016-02-11 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-14440 | ||||
| | * | | | [ticket/14440] Correctly remove the web root path in update_web_root_path | Tristan Darricau | 2016-02-04 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | PHPBB3-14440 | ||||
