aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [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
* Merge branch '3.1.x'Marc Alexander2015-07-081-1/+1
|\ | | | | | | | | Conflicts: tests/template/template_includecss_test.php
| * [ticket/13995] Remove deprecated projection media typeMatt Friedman2015-07-071-1/+1
| | | | | | | | PHPBB3-13995
* | Merge pull request #3744 from s9e/ticket/13987Tristan Darricau2015-07-072-3/+38
|\ \ | | | | | | | | | [ticket/13987] Add --dry-run option to reparser CLI
| * | [ticket/13987] Replaced optional parameter with explicit APIJoshyPHP2015-07-063-15/+41
| | | | | | | | | | | | | | | | | | Added disable_save() and enable_save() to toggle a dry run PHPBB3-13987
| * | [ticket/13987] Add --dry-run option to reparser CLIJoshyPHP2015-07-063-13/+22
| | | | | | | | | | | | PHPBB3-13987
* | | Merge pull request #3623 from s9e/ticket/10620Tristan Darricau2015-07-075-25/+127
|\ \ \ | |/ / |/| | | | | [ticket/10620] Quote improvements
| * | [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-251-6/+12
| | | | | | | | | | | | PHPBB3-10620
| * | [ticket/10620] Updated docblockJoshyPHP2015-06-251-1/+4
| | | | | | | | | | | | PHPBB3-10620
| * | [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-254-18/+111
| | | | | | | | | | | | PHPBB3-10620
* | | Merge pull request #3726 from CHItA/ticket/13961Tristan Darricau2015-07-063-2/+128
|\ \ \ | | | | | | | | | | | | [ticket/13961] Add orderable service collections
| * | | [ticket/13961] Define behaviour when the array is modified in a loopMate Bartus2015-07-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13961
| * | | [ticket/13961] Allow the collection to be modified runtimeMate Bartus2015-06-271-6/+2
| | | | | | | | | | | | | | | | PHPBB3-13961
| * | | [ticket/13961] Move back service_collections under original namespaceMate Bartus2015-06-269-18/+18
| | | | | | | | | | | | | | | | PHPBB3-13961
| * | | [ticket/13961] Fix compatibility issue with parent classMate Bartus2015-06-241-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13961
| * | | [ticket/13691] Add services when the iterator requestedMate Bartus2015-06-241-0/+13
| | | | | | | | | | | | | | | | PHPBB3-13691
| * | | [ticket/13961] Add ordered service collectionMate Bartus2015-06-242-1/+118
| | | | | | | | | | | | | | | | PHPBB3-13961
| * | | [ticket/13961] Move service_collection to di/service_collection namespaceMate Bartus2015-06-238-17/+17
| | | | | | | | | | | | | | | | PHPBB3-13961
* | | | [ticket/13990] Reparse markup inside of forum rules/descriptionJoshyPHP2015-07-066-9/+23
| | | | | | | | | | | | | | | | PHPBB3-13990
* | | | [ticket/13891] Fix CSTristan Darricau2015-07-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13891
* | | | [ticket/13891] Handle verbosityTristan Darricau2015-07-021-6/+20
| | | | | | | | | | | | | | | | PHPBB3-13891
* | | | [ticket/13891] Added elapsed/estimated time and memory to the progress barJoshyPHP2015-07-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Also fixed some extra whitespace. PHPBB3-13891
* | | | [ticket/13891] Use the SymfonyStyle in the reparse commandTristan Darricau2015-07-011-5/+34
| | | | | | | | | | | | | | | | PHPBB3-13891
* | | | [ticket/13891] Updated range descriptionJoshyPHP2015-06-301-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | Does not count #0 as a potential record PHPBB3-13891
* | | | [ticket/13891] Added a progress barJoshyPHP2015-06-301-6/+20
| | | | | | | | | | | | | | | | PHPBB3-13891
* | | | [ticket/13891] Added command-line optionsJoshyPHP2015-06-301-9/+34
| | | | | | | | | | | | | | | | PHPBB3-13891
* | | | [ticket/13891] Replaced ContainerBuilder with service_collectionJoshyPHP2015-06-302-12/+11
| | | | | | | | | | | | | | | | PHPBB3-13891
* | | | [ticket/13891] Added reparser:list and reparser:reparse to CLIJoshyPHP2015-06-302-0/+176
| | | | | | | | | | | | | | | | PHPBB3-13891
* | | | [ticket/13970] Save the value of the optional [code] parameterJoshyPHP2015-06-271-1/+1
| |/ / |/| | | | | | | | PHPBB3-13970
* | | Merge pull request #3579 from s9e/ticket/13803Tristan Darricau2015-06-2412-0/+817
|\ \ \ | | | | | | | | | | | | [ticket/13803] Implement a generic and scalable way to reparse rich text
| * | | [ticket/13803] Use accurate flags for generate_text_for_edit()JoshyPHP2015-05-301-5/+5
| | | | | | | | | | | | | | | | PHPBB3-13803
| * | | [ticket/13803] Renamed varJoshyPHP2015-05-301-4/+4
| | | | | | | | | | | | | | | | PHPBB3-13803
| * | | [ticket/13803] Fixed method nameJoshyPHP2015-05-301-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13803
| * | | [ticket/13803] Renamed methodsJoshyPHP2015-05-305-10/+11
| | | | | | | | | | | | | | | | PHPBB3-13803
| * | | [ticket/13803] Added contact_admin_info testsJoshyPHP2015-05-301-2/+2
| | | | | | | | | | | | | | | | PHPBB3-13803
| * | | [ticket/13803] Rewrote the poll_option pluginJoshyPHP2015-05-301-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | As it turns out, poll_option_id is not a primary key. PHPBB3-13803
| * | | [ticket/13803] Added get_max_id() testsJoshyPHP2015-05-301-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13803
| * | | [ticket/13803] Moved the add_missing_fields() call to the base classJoshyPHP2015-05-302-4/+2
| | | | | | | | | | | | | | | | PHPBB3-13803
| * | | [ticket/13803] Added user_signature testsJoshyPHP2015-05-301-12/+15
| | | | | | | | | | | | | | | | PHPBB3-13803
| * | | [ticket/13803] Reordered methods [ci skip]JoshyPHP2015-05-301-5/+5
| | | | | | | | | | | | | | | | PHPBB3-13803