Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12692] Fix languages files | Tristan Darricau | 2015-07-09 | 2 | -4/+2 |
| | | | | PHPBB3-12692 | ||||
* | [ticket/12692] Add output | Tristan Darricau | 2015-07-09 | 3 | -0/+63 |
| | | | | PHPBB3-12692 | ||||
* | [ticket/12692] Move the language strings to cli.php | Tristan Darricau | 2015-07-09 | 3 | -32/+17 |
| | | | | PHPBB3-12692 | ||||
* | [ticket/12692] Update the database regularly | Tristan Darricau | 2015-07-09 | 2 | -8/+42 |
| | | | | PHPBB3-12692 | ||||
* | [ticket/12692] Cast the ids to int | Tristan Darricau | 2015-07-09 | 1 | -1/+1 |
| | | | | PHPBB3-12692 | ||||
* | [ticket/12692] Remove a not and swap the blocks in the corresponding if | Tristan Darricau | 2015-07-09 | 1 | -4/+4 |
| | | | | PHPBB3-12692 | ||||
* | [ticket/12692] Update comments | Tristan Darricau | 2015-07-09 | 1 | -1/+1 |
| | | | | PHPBB3-12692 | ||||
* | [ticket/12692] Fix coding style | Tristan Darricau | 2015-07-09 | 2 | -2/+2 |
| | | | | PHPBB3-12692 | ||||
* | [ticket/12692] Use strict comparison in thumbnail:recreate | Tristan Darricau | 2015-07-09 | 1 | -1/+1 |
| | | | | PHPBB3-12692 | ||||
* | [ticket/12692] Use !empty() instead of sizeof() | Tristan Darricau | 2015-07-09 | 2 | -2/+2 |
| | | | | PHPBB3-12692 | ||||
* | [ticket/12692] Update doc blocks | Tristan Darricau | 2015-07-09 | 3 | -1/+7 |
| | | | | PHPBB3-12692 | ||||
* | [ticket/12692] Add a console command to manage the thumbnails | Tristan Darricau | 2015-07-09 | 3 | -0/+328 |
| | | | | PHPBB3-12692 | ||||
* | Merge branch '3.1.x' | Marc Alexander | 2015-07-08 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: tests/template/template_includecss_test.php | ||||
| * | [ticket/13995] Remove deprecated projection media type | Matt Friedman | 2015-07-07 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13995 | ||||
* | | Merge pull request #3744 from s9e/ticket/13987 | Tristan Darricau | 2015-07-07 | 2 | -3/+38 |
|\ \ | | | | | | | | | | [ticket/13987] Add --dry-run option to reparser CLI | ||||
| * | | [ticket/13987] Replaced optional parameter with explicit API | JoshyPHP | 2015-07-06 | 3 | -15/+41 |
| | | | | | | | | | | | | | | | | | | Added disable_save() and enable_save() to toggle a dry run PHPBB3-13987 | ||||
| * | | [ticket/13987] Add --dry-run option to reparser CLI | JoshyPHP | 2015-07-06 | 3 | -13/+22 |
| | | | | | | | | | | | | PHPBB3-13987 | ||||
* | | | Merge pull request #3623 from s9e/ticket/10620 | Tristan Darricau | 2015-07-07 | 5 | -25/+127 |
|\ \ \ | |/ / |/| | | | | | [ticket/10620] Quote improvements | ||||
| * | | [ticket/10620] Removed extraneous quotes from attribute values | JoshyPHP | 2015-06-25 | 1 | -6/+12 |
| | | | | | | | | | | | | PHPBB3-10620 | ||||
| * | | [ticket/10620] Updated docblock | JoshyPHP | 2015-06-25 | 1 | -1/+4 |
| | | | | | | | | | | | | PHPBB3-10620 | ||||
| * | | [ticket/10620] Implemented quote improvements | JoshyPHP | 2015-06-25 | 4 | -18/+111 |
| | | | | | | | | | | | | PHPBB3-10620 | ||||
* | | | Merge pull request #3726 from CHItA/ticket/13961 | Tristan Darricau | 2015-07-06 | 3 | -2/+128 |
|\ \ \ | | | | | | | | | | | | | [ticket/13961] Add orderable service collections | ||||
| * | | | [ticket/13961] Define behaviour when the array is modified in a loop | Mate Bartus | 2015-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| * | | | [ticket/13961] Allow the collection to be modified runtime | Mate Bartus | 2015-06-27 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| * | | | [ticket/13961] Move back service_collections under original namespace | Mate Bartus | 2015-06-26 | 9 | -18/+18 |
| | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| * | | | [ticket/13961] Fix compatibility issue with parent class | Mate Bartus | 2015-06-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| * | | | [ticket/13691] Add services when the iterator requested | Mate Bartus | 2015-06-24 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | PHPBB3-13691 | ||||
| * | | | [ticket/13961] Add ordered service collection | Mate Bartus | 2015-06-24 | 2 | -1/+118 |
| | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| * | | | [ticket/13961] Move service_collection to di/service_collection namespace | Mate Bartus | 2015-06-23 | 8 | -17/+17 |
| | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
* | | | | [ticket/13990] Reparse markup inside of forum rules/description | JoshyPHP | 2015-07-06 | 6 | -9/+23 |
| | | | | | | | | | | | | | | | | PHPBB3-13990 | ||||
* | | | | [ticket/13891] Fix CS | Tristan Darricau | 2015-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-13891 | ||||
* | | | | [ticket/13891] Handle verbosity | Tristan Darricau | 2015-07-02 | 1 | -6/+20 |
| | | | | | | | | | | | | | | | | PHPBB3-13891 | ||||
* | | | | [ticket/13891] Added elapsed/estimated time and memory to the progress bar | JoshyPHP | 2015-07-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | Also fixed some extra whitespace. PHPBB3-13891 | ||||
* | | | | [ticket/13891] Use the SymfonyStyle in the reparse command | Tristan Darricau | 2015-07-01 | 1 | -5/+34 |
| | | | | | | | | | | | | | | | | PHPBB3-13891 | ||||
* | | | | [ticket/13891] Updated range description | JoshyPHP | 2015-06-30 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Does not count #0 as a potential record PHPBB3-13891 | ||||
* | | | | [ticket/13891] Added a progress bar | JoshyPHP | 2015-06-30 | 1 | -6/+20 |
| | | | | | | | | | | | | | | | | PHPBB3-13891 | ||||
* | | | | [ticket/13891] Added command-line options | JoshyPHP | 2015-06-30 | 1 | -9/+34 |
| | | | | | | | | | | | | | | | | PHPBB3-13891 | ||||
* | | | | [ticket/13891] Replaced ContainerBuilder with service_collection | JoshyPHP | 2015-06-30 | 2 | -12/+11 |
| | | | | | | | | | | | | | | | | PHPBB3-13891 | ||||
* | | | | [ticket/13891] Added reparser:list and reparser:reparse to CLI | JoshyPHP | 2015-06-30 | 2 | -0/+176 |
| | | | | | | | | | | | | | | | | PHPBB3-13891 | ||||
* | | | | [ticket/13970] Save the value of the optional [code] parameter | JoshyPHP | 2015-06-27 | 1 | -1/+1 |
| |/ / |/| | | | | | | | | PHPBB3-13970 | ||||
* | | | Merge pull request #3579 from s9e/ticket/13803 | Tristan Darricau | 2015-06-24 | 12 | -0/+817 |
|\ \ \ | | | | | | | | | | | | | [ticket/13803] Implement a generic and scalable way to reparse rich text | ||||
| * | | | [ticket/13803] Use accurate flags for generate_text_for_edit() | JoshyPHP | 2015-05-30 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| * | | | [ticket/13803] Renamed var | JoshyPHP | 2015-05-30 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| * | | | [ticket/13803] Fixed method name | JoshyPHP | 2015-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| * | | | [ticket/13803] Renamed methods | JoshyPHP | 2015-05-30 | 5 | -10/+11 |
| | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| * | | | [ticket/13803] Added contact_admin_info tests | JoshyPHP | 2015-05-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| * | | | [ticket/13803] Rewrote the poll_option plugin | JoshyPHP | 2015-05-30 | 1 | -12/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | As it turns out, poll_option_id is not a primary key. PHPBB3-13803 | ||||
| * | | | [ticket/13803] Added get_max_id() tests | JoshyPHP | 2015-05-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| * | | | [ticket/13803] Moved the add_missing_fields() call to the base class | JoshyPHP | 2015-05-30 | 2 | -4/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-13803 | ||||
| * | | | [ticket/13803] Added user_signature tests | JoshyPHP | 2015-05-30 | 1 | -12/+15 |
| | | | | | | | | | | | | | | | | PHPBB3-13803 |