aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/thumbnail
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15965] Fix hardcoded directoryrubencm2019-02-122-5/+19
| | | | PHPBB3-15965
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
| | | | PHPBB3-14972
* [ticket/14569] Extract CLI progress bar creation to a methodMatt Friedman2016-04-122-52/+2
| | | | PHPBB3-14569
* [ticket/12692] Fix tests and update styleTristan Darricau2015-08-063-46/+86
| | | | PHPBB3-12692
* [ticket/12692] Cleanup language fileTristan Darricau2015-07-093-8/+8
| | | | PHPBB3-12692
* [ticket/12692] Fix languages filesTristan Darricau2015-07-092-4/+2
| | | | PHPBB3-12692
* [ticket/12692] Add outputTristan Darricau2015-07-093-0/+63
| | | | PHPBB3-12692
* [ticket/12692] Move the language strings to cli.phpTristan Darricau2015-07-093-32/+17
| | | | PHPBB3-12692
* [ticket/12692] Update the database regularlyTristan Darricau2015-07-092-8/+42
| | | | PHPBB3-12692
* [ticket/12692] Cast the ids to intTristan Darricau2015-07-091-1/+1
| | | | PHPBB3-12692
* [ticket/12692] Remove a not and swap the blocks in the corresponding ifTristan Darricau2015-07-091-4/+4
| | | | PHPBB3-12692
* [ticket/12692] Update commentsTristan Darricau2015-07-091-1/+1
| | | | PHPBB3-12692
* [ticket/12692] Fix coding styleTristan Darricau2015-07-092-2/+2
| | | | PHPBB3-12692
* [ticket/12692] Use strict comparison in thumbnail:recreateTristan Darricau2015-07-091-1/+1
| | | | PHPBB3-12692
* [ticket/12692] Use !empty() instead of sizeof()Tristan Darricau2015-07-092-2/+2
| | | | PHPBB3-12692
* [ticket/12692] Update doc blocksTristan Darricau2015-07-093-1/+7
| | | | PHPBB3-12692
* [ticket/12692] Add a console command to manage the thumbnailsTristan Darricau2015-07-093-0/+328
PHPBB3-12692