| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12692] Fix tests | Tristan Darricau | 2015-07-09 | 1 | -1/+1 |
| | | | | | PHPBB3-12692 | ||||
| * | [ticket/12692] Fix languages files | Tristan Darricau | 2015-07-09 | 3 | -11/+3 |
| | | | | | PHPBB3-12692 | ||||
| * | [ticket/12692] Add output | Tristan Darricau | 2015-07-09 | 4 | -0/+69 |
| | | | | | PHPBB3-12692 | ||||
| * | [ticket/12692] Add a proper extension to the fixtures | Tristan Darricau | 2015-07-09 | 3 | -4/+6 |
| | | | | | PHPBB3-12692 | ||||
| * | [ticket/12692] Move the language strings to cli.php | Tristan Darricau | 2015-07-09 | 6 | -39/+31 |
| | | | | | 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 | 4 | -2/+8 |
| | | | | | PHPBB3-12692 | ||||
| * | [ticket/12692] Add unit test | Tristan Darricau | 2015-07-09 | 4 | -0/+149 |
| | | | | | PHPBB3-12692 | ||||
| * | [ticket/12692] Add a console command to manage the thumbnails | Tristan Darricau | 2015-07-09 | 5 | -0/+361 |
| | | | | | PHPBB3-12692 | ||||
| * | Merge pull request #3752 from VSEphpbb/ticket/13995 | Máté Bartus | 2015-07-09 | 1 | -2/+2 |
| |\ | | | | | [ticket/13995] Fix errors in tests from merge conflict | ||||
| | * | [ticket/13995] Fix errors in tests from merge conflict | Matt Friedman | 2015-07-08 | 1 | -2/+2 |
| |/ | | | | PHPBB3-13995 | ||||
| * | Merge branch '3.1.x' | Marc Alexander | 2015-07-08 | 9 | -22/+22 |
| |\ | | | | | | | | | Conflicts: tests/template/template_includecss_test.php | ||||
| | * | Merge pull request #3749 from VSEphpbb/ticket/13995 | Marc Alexander | 2015-07-08 | 9 | -22/+22 |
| | |\ | | | | | | | | | | [ticket/13995] Fixes for invalid HTML in docs and phpBB | ||||
| | | * | [ticket/13995] Remove projection from tests | Matt Friedman | 2015-07-08 | 1 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-13995 | ||||
| | | * | [ticket/13995] Invalid avatar HTML missing space between elements | Matt Friedman | 2015-07-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-13995 | ||||
| | | * | [ticket/13995] Remove invalid name element from anchors in Docs | Matt Friedman | 2015-07-07 | 6 | -6/+6 |
| | | | | | | | | | | | | | PHPBB3-13995 | ||||
| | | * | [ticket/13995] Remove deprecated projection media type | Matt Friedman | 2015-07-07 | 7 | -11/+11 |
| | | | | | | | | | | | | | PHPBB3-13995 | ||||
| * | | | Merge pull request #3744 from s9e/ticket/13987 | Tristan Darricau | 2015-07-07 | 6 | -33/+116 |
| |\ \ \ | | | | | | | | | | | | | [ticket/13987] Add --dry-run option to reparser CLI | ||||
| | * | | | [ticket/13987] Replaced optional parameter with explicit API | JoshyPHP | 2015-07-06 | 6 | -18/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 7 | -44/+96 |
| | | | | | | | | | | | | | | | | | PHPBB3-13987 | ||||
| * | | | | Merge branch '3.1.x' | Marc Alexander | 2015-07-07 | 2 | -2/+2 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | Merge pull request #3740 from kinerity/ticket/13955 | Marc Alexander | 2015-07-07 | 2 | -2/+2 |
| | |\ \ \ | | |_|/ | |/| | | | | | | [ticket/13955] Fix WebFontConig to load web fonts correctly | ||||
| | | * | | [ticket/13955] Revert changes made in previous commit | Kailey Truscott | 2015-07-06 | 2 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert the javascript function change Place the families code on it's own line PHPBB3-13955 | ||||
| | | * | | [ticket/13955] Fix javascript to conform to Google and add simple_header | Kailey Truscott | 2015-07-06 | 2 | -20/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the javascript code to conform to Google Fonts standard Add code to fix simple_header PHPBB3-13955 | ||||
| | | * | | [ticket/13955] Fix WebFontConig to load web fonts correctly | Kailey Truscott | 2015-07-03 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | | | | | | | | | | Fix overall_header's WebFontConfig section to load fonts correctly in all browsers. PHPBB3-13955 | ||||
| * | | | Merge pull request #3623 from s9e/ticket/10620 | Tristan Darricau | 2015-07-07 | 20 | -49/+381 |
| |\ \ \ | |_|/ |/| | | | | | [ticket/10620] Quote improvements | ||||
| | * | | [ticket/10620] Moved quote's date to the upper corner | JoshyPHP | 2015-06-25 | 3 | -2/+9 |
| | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | [ticket/10620] Fixed functional tests to account for newlines | JoshyPHP | 2015-06-25 | 2 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | [ticket/10620] Add more whitespace to long quotes in JS | JoshyPHP | 2015-06-25 | 1 | -1/+4 |
| | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | [ticket/10620] Fixed some stylistic issues in JS | JoshyPHP | 2015-06-25 | 1 | -21/+14 |
| | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | [ticket/10620] Added tests | JoshyPHP | 2015-06-25 | 2 | -0/+35 |
| | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | [ticket/10620] Removed extraneous quotes from attribute values | JoshyPHP | 2015-06-25 | 6 | -25/+41 |
| | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | [ticket/10620] Added enhanced quotes in pm history | JoshyPHP | 2015-06-25 | 2 | -1/+3 |
| | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | [ticket/10620] Added enhanced quotes in topic review | JoshyPHP | 2015-06-25 | 3 | -3/+59 |
| | | | | | | | | | | | | | | | | | | | | | | Added support for enhanced quotes in topic_review's quote button. NOTE: the UI doesn't appear to be testable via PhantomJS. PHPBB3-10620 | ||||
| | * | | [ticket/10620] Updated docblock | JoshyPHP | 2015-06-25 | 1 | -1/+4 |
| | | | | | | | | | | | | | PHPBB3-10620 | ||||
| | * | | [ticket/10620] Implemented quote improvements | JoshyPHP | 2015-06-25 | 12 | -31/+248 |
| | | | | | | | | | | | | | PHPBB3-10620 | ||||
| * | | | Merge pull request #3726 from CHItA/ticket/13961 | Tristan Darricau | 2015-07-06 | 5 | -2/+226 |
| |\ \ \ | | | | | | | | | | | | | [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 | 25 | -38/+38 |
| | | | | | | | | | | | | | | | | | 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 tests for ordered collections | Mate Bartus | 2015-06-24 | 2 | -2/+53 |
| | | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
| | * | | | [ticket/13961] Add ordered service collection | Mate Bartus | 2015-06-24 | 2 | -1/+118 |
| | | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
