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