Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11444] Cleanup method constructors | Tristan Darricau | 2015-07-13 | 7 | -96/+89 |
| | | | | PHPBB3-11444 | ||||
* | [ticket/11444] BC layer | Tristan Darricau | 2015-07-13 | 2 | -1/+31 |
| | | | | PHPBB3-11444 | ||||
* | [ticket/11444] Moving the in-board notifications to a method class | Nicofuma | 2015-07-13 | 40 | -519/+1077 |
| | | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444 | ||||
* | Merge pull request #3747 from rxu/ticket/13377 | Tristan Darricau | 2015-07-13 | 2 | -2/+2 |
|\ | | | | | | | [ticket/13377] Fix decoding for www type URLs in function decode_message() | ||||
| * | [ticket/13377] Fix decoding for www type URLs in function decode_message() | rxu | 2015-07-07 | 2 | -2/+2 |
| | | | | | | | | PHPBB3-13377 | ||||
* | | [ticket/14000] Added support for emoji | JoshyPHP | 2015-07-12 | 2 | -4/+10 |
| | | | | | | | | PHPBB3-14000 | ||||
* | | Merge branch '3.1.x' | Marc Alexander | 2015-07-10 | 1 | -1/+4 |
|\ \ | |||||
| * \ | Merge pull request #3741 from rxu/ticket/13984 | Marc Alexander | 2015-07-10 | 1 | -1/+4 |
| |\ \ | | | | | | | | | | | | | [ticket/13984] Fix the call of Ajax loading indicator | ||||
| | * | | [ticket/13984] Fix the call of Ajax loading indicator | rxu | 2015-07-04 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | PHPBB3-13984 | ||||
* | | | | Merge branch '3.1.x' | Marc Alexander | 2015-07-08 | 8 | -18/+18 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | Conflicts: tests/template/template_includecss_test.php | ||||
| * | | | Merge pull request #3749 from VSEphpbb/ticket/13995 | Marc Alexander | 2015-07-08 | 8 | -18/+18 |
| |\ \ \ | | | | | | | | | | | | | | | | [ticket/13995] Fixes for invalid HTML in docs and phpBB | ||||
| | * | | | [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 | 3 | -3/+39 |
|\ \ \ \ | | | | | | | | | | | | | | | | [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 | 4 | -13/+23 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13987 | ||||
* | | | | | Merge branch '3.1.x' | Marc Alexander | 2015-07-07 | 2 | -2/+2 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | [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 | 15 | -33/+257 |
|\ \ \ \ | |_|/ / |/| | | | | | | | [ticket/10620] Quote improvements | ||||
| * | | | [ticket/10620] Moved quote's date to the upper corner | JoshyPHP | 2015-06-25 | 2 | -1/+8 |
| | | | | | | | | | | | | | | | | 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] Removed extraneous quotes from attribute values | JoshyPHP | 2015-06-25 | 2 | -12/+24 |
| | | | | | | | | | | | | | | | | 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 | 8 | -20/+168 |
| | | | | | | | | | | | | | | | | 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 | 21 | -32/+32 |
| | | | | | | | | | | | | | | | | | | | | 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 | 20 | -31/+31 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13961 | ||||
* | | | | | Merge pull request #3743 from s9e/ticket/13985 | Tristan Darricau | 2015-07-06 | 1 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13985] Updated s9e\TextFormatter | ||||
| * | | | | | [ticket/13985] Updated s9e\TextFormatter | JoshyPHP | 2015-07-06 | 1 | -4/+4 |
| | |_|_|/ | |/| | | | | | | | | | | | | | PHPBB3-13985 | ||||
* | | | | | [ticket/13990] Reparse markup inside of forum rules/description | JoshyPHP | 2015-07-06 | 6 | -9/+23 |
|/ / / / | | | | | | | | | | | | | PHPBB3-13990 | ||||
* | | | | Merge branch '3.1.x' | Joas Schilling | 2015-07-03 | 1 | -1/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Merge pull request #3734 from RMcGirr83/ticket/13759 | Joas Schilling | 2015-07-03 | 1 | -1/+0 |
| |\ \ \ | | | | | | | | | | | | | | | | [ticket/13759] Initial commit broke timestamps when quoting a post. | ||||
| | * | | | [ticket/13579] This commit corrects the regression. | RMcGirr83 | 2015-07-02 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13759 | ||||
| * | | | | Merge pull request #3654 from s9e/ticket/13880 | Tristan Darricau | 2015-06-29 | 2 | -23/+61 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13880] Automatically remove quotes that are nested too deep | ||||
* | | | | | | [ticket/13891] Fix CS | Tristan Darricau | 2015-07-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13891 | ||||
* | | | | | | [ticket/13891] Handle verbosity | Tristan Darricau | 2015-07-02 | 2 | -8/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | 2 | -5/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13891 | ||||
* | | | | | | [ticket/13891] Updated range description | JoshyPHP | 2015-06-30 | 2 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Does not count #0 as a potential record PHPBB3-13891 |