Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15965] Fix hardcoded directory | rubencm | 2019-02-12 | 2 | -5/+19 |
| | | | | PHPBB3-15965 | ||||
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -1/+1 |
| | | | | PHPBB3-14972 | ||||
* | [ticket/15433] Fix phpbbcli can enable non-existent extension | hubaishan | 2017-12-03 | 1 | -0/+7 |
| | | | | | | Fix phpbbcli can enable non-existent extension PHPBB3-15433 | ||||
* | Merge branch '3.1.x' into 3.2.x | Oliver Schramm | 2017-09-08 | 1 | -3/+3 |
|\ | |||||
| * | [ticket/15347] Fix query quotes in update hashes cli command | Marc Alexander | 2017-09-08 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-15347 | ||||
| * | [ticket/15238] Add missing protected keyword | rxu | 2017-06-20 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-15238 | ||||
| * | [ticket/15238] More code cleanup | rxu | 2017-06-18 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-15238 | ||||
| * | [ticket/15238] Code cleanup, add docblocks | rxu | 2017-06-18 | 1 | -11/+39 |
| | | | | | | | | PHPBB3-15238 | ||||
| * | [ticket/15238] Add console command to fix forums/modules left/right IDs | rxu | 2017-06-18 | 1 | -0/+105 |
| | | | | | | | | PHPBB3-15238 | ||||
* | | [ticket/15349] Return 1 instead of 2 in case of error | Rubén Calvo | 2017-09-07 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-15346 | ||||
* | | [ticket/15349] Check if extension is enableable before enable | Rubén Calvo | 2017-09-07 | 1 | -0/+7 |
| | | | | | | | | PHPBB3-15346 | ||||
* | | [ticket/15238] Add missing protected keyword | rxu | 2017-06-20 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-15238 | ||||
* | | [ticket/15238] More code cleanup | rxu | 2017-06-18 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-15238 | ||||
* | | [ticket/15238] Code cleanup, add docblocks | rxu | 2017-06-18 | 1 | -11/+39 |
| | | | | | | | | PHPBB3-15238 | ||||
* | | [ticket/15238] Add console command to fix forums/modules left/right IDs | rxu | 2017-06-18 | 1 | -0/+108 |
| | | | | | | | | PHPBB3-15238 | ||||
* | | Merge pull request #4799 from marc1706/ticket/15179 | Marc Alexander | 2017-06-11 | 1 | -1/+1 |
|\ \ | | | | | | | | | | [ticket/15179] Update dependencies and fix compatibility with newer twig | ||||
| * | | [ticket/15179] Replace spaces with a tab | Marc Alexander | 2017-06-03 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15179 | ||||
* | | | Merge branch 'ticket/15219' into ticket/15219-rhea | Marc Alexander | 2017-06-03 | 1 | -0/+117 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | [ticket/15219] Add console command for updating hashes to bcrypt | Marc Alexander | 2017-06-03 | 1 | -0/+117 |
| | | | | | | | | PHPBB3-15219 | ||||
* | | Merge pull request #4698 from javiexin/ticket/15087 | Marc Alexander | 2017-04-16 | 1 | -1/+1 |
|\ \ | | | | | | | | | | [ticket/15087] Optimize creation of metadata objects by caching | ||||
| * | | [ticket/15087] Optimize creation of metadata objects by caching | javiexin | 2017-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Caching is done in ext_manager, and metadata_manager is further simplified by reducing the number of parameters needed. Also, move template output function from metadata_manager to acp_extensions, where it belongs. PHPBB3-15087 | ||||
* | | | [ticket/15123] modified return error codes | Rubén Calvo | 2017-03-13 | 2 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-15123 | ||||
* | | | [ticket/15123] modified language strings | Rubén Calvo | 2017-03-13 | 2 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-15123 | ||||
* | | | [ticket/15123] modified language string | Rubén Calvo | 2017-03-13 | 2 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-15123 | ||||
* | | | [ticket/15123] removed blank spaces | Rubén Calvo | 2017-03-13 | 2 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-15123 | ||||
* | | | [ticket/15123] add check before enable or disable extension | Rubén Calvo | 2017-03-13 | 2 | -0/+14 |
|/ / | | | | | | | PHPBB3-15123 | ||||
* | | [ticket/14925] Set reparser names in service definitions | Matt Friedman | 2016-12-18 | 2 | -12/+8 |
| | | | | | | | | PHPBB3-14925 | ||||
* | | [ticket/14895] Fix broken tests | Matt Friedman | 2016-12-08 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-14895 | ||||
* | | [ticket/14895] Fix issues in CLI classes | Matt Friedman | 2016-12-08 | 12 | -35/+17 |
| | | | | | | | | PHPBB3-14895 | ||||
* | | [ticket/14895] Use SymfonyStyle in all CLI | Matt Friedman | 2016-12-08 | 15 | -83/+100 |
| | | | | | | | | PHPBB3-14895 | ||||
* | | [ticket/14895] Use SymfonyIO styling | Matt Friedman | 2016-12-07 | 1 | -5/+4 |
| | | | | | | | | PHPBB3-14895 | ||||
* | | [ticket/14895] CLI reparser:list should display proper list | Matt Friedman | 2016-12-07 | 1 | -2/+6 |
| | | | | | | | | PHPBB3-14895 | ||||
* | | [ticket/12610] Fix tests and use getOption() for console | Marc Alexander | 2016-12-05 | 1 | -18/+20 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Use Symfony style guide | Tristan Darricau | 2016-12-04 | 1 | -87/+86 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Add a better error message when an extension is missing | Tristan Darricau | 2016-12-04 | 1 | -44/+63 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Display the latest version and not the branch name in CLI | Tristan Darricau | 2016-12-03 | 1 | -1/+6 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Improve output | Tristan Darricau | 2016-12-03 | 1 | -8/+24 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Use exception_interface | Tristan Darricau | 2016-12-03 | 1 | -22/+10 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/12610] Add command to check if the board is up to date. | Etienne Baroux | 2016-12-03 | 1 | -0/+302 |
| | | | | | | | | PHPBB3-12610 | ||||
* | | [ticket/14814] Fix reparser cron | Tristan Darricau | 2016-11-02 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14814 | ||||
* | | [ticket/14569] Extract CLI progress bar creation to a method | Matt Friedman | 2016-04-12 | 5 | -131/+48 |
| | | | | | | | | PHPBB3-14569 | ||||
* | | [ticket/14561] Small change to progress bar output | Matt Friedman | 2016-03-31 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-14561 | ||||
* | | [ticket/14561] Fix function docblock in activate command | Matt Friedman | 2016-03-31 | 1 | -2/+1 |
| | | | | | | | | PHPBB3-14561 | ||||
* | | [ticket/14561] Add a progress bar to reclean command | Matt Friedman | 2016-03-31 | 1 | -2/+74 |
| | | | | | | | | PHPBB3-14561 | ||||
* | | [ticket/14561] Use the user loader where appropriate | Matt Friedman | 2016-03-31 | 2 | -40/+22 |
| | | | | | | | | PHPBB3-14561 | ||||
* | | [ticket/14561] Add extra help explaining reclean command | Matt Friedman | 2016-03-31 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-14561 | ||||
* | | [ticket/14561] Import classes with use statements | Matt Friedman | 2016-03-31 | 4 | -46/+68 |
| | | | | | | | | PHPBB3-14561 | ||||
* | | [ticket/14561] Remove unused use statements | Matt Friedman | 2016-03-31 | 3 | -7/+0 |
| | | | | | | | | PHPBB3-14561 | ||||
* | | [ticket/14561] Reclean usernames command | Matt Friedman | 2016-03-31 | 1 | -0/+125 |
| | | | | | | | | PHPBB3-14561 | ||||
* | | [ticket/14561] User activate command | Matt Friedman | 2016-03-31 | 1 | -0/+223 |
| | | | | | | | | PHPBB3-14561 |