aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11444] Cleanup method constructorsTristan Darricau2015-07-137-96/+89
| | | | PHPBB3-11444
* [ticket/11444] BC layerTristan Darricau2015-07-132-1/+31
| | | | PHPBB3-11444
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-1355-609/+1229
| | | | | | | | | | | | | | 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/13377Tristan Darricau2015-07-133-2/+10
|\ | | | | | | [ticket/13377] Fix decoding for www type URLs in function decode_message()
| * [ticket/13377] Add test entriesrxu2015-07-071-0/+8
| | | | | | | | PHPBB3-13377
| * [ticket/13377] Fix decoding for www type URLs in function decode_message()rxu2015-07-072-2/+2
| | | | | | | | PHPBB3-13377
* | Merge pull request #3753 from s9e/ticket/14000Máté Bartus2015-07-134-7/+30
|\ \ | | | | | | [ticket/14000] Added support for emoji
| * | [ticket/14000] Replaced test content with non-emoji charactersJoshyPHP2015-07-131-2/+2
| | | | | | | | | | | | PHPBB3-14000
| * | [ticket/14000] Added support for emojiJoshyPHP2015-07-123-5/+28
|/ / | | | | | | PHPBB3-14000
* | Merge branch '3.1.x'Marc Alexander2015-07-101-1/+4
|\ \
| * \ Merge pull request #3741 from rxu/ticket/13984Marc Alexander2015-07-101-1/+4
| |\ \ | | | | | | | | | | | | [ticket/13984] Fix the call of Ajax loading indicator
| | * | [ticket/13984] Fix the call of Ajax loading indicatorrxu2015-07-041-1/+4
| | | | | | | | | | | | | | | | PHPBB3-13984
* | | | Merge pull request #3752 from VSEphpbb/ticket/13995Máté Bartus2015-07-091-2/+2
|\ \ \ \ | | | | | | | | | | [ticket/13995] Fix errors in tests from merge conflict
| * | | | [ticket/13995] Fix errors in tests from merge conflictMatt Friedman2015-07-081-2/+2
|/ / / / | | | | | | | | | | | | PHPBB3-13995
* | | | Merge branch '3.1.x'Marc Alexander2015-07-089-22/+22
|\ \ \ \ | |/ / / | | | | | | | | | | | | Conflicts: tests/template/template_includecss_test.php
| * | | Merge pull request #3749 from VSEphpbb/ticket/13995Marc Alexander2015-07-089-22/+22
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13995] Fixes for invalid HTML in docs and phpBB
| | * | | [ticket/13995] Remove projection from testsMatt Friedman2015-07-081-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-13995
| | * | | [ticket/13995] Invalid avatar HTML missing space between elementsMatt Friedman2015-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13995
| | * | | [ticket/13995] Remove invalid name element from anchors in DocsMatt Friedman2015-07-076-6/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-13995
| | * | | [ticket/13995] Remove deprecated projection media typeMatt Friedman2015-07-077-11/+11
| | |/ / | | | | | | | | | | | | PHPBB3-13995
* | | | Merge pull request #3744 from s9e/ticket/13987Tristan Darricau2015-07-076-33/+116
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13987] Add --dry-run option to reparser CLI
| * | | | [ticket/13987] Replaced optional parameter with explicit APIJoshyPHP2015-07-066-18/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added disable_save() and enable_save() to toggle a dry run PHPBB3-13987
| * | | | [ticket/13987] Add --dry-run option to reparser CLIJoshyPHP2015-07-067-44/+96
| | | | | | | | | | | | | | | | | | | | PHPBB3-13987
* | | | | Merge branch '3.1.x'Marc Alexander2015-07-072-2/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #3740 from kinerity/ticket/13955Marc Alexander2015-07-072-2/+2
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | [ticket/13955] Fix WebFontConig to load web fonts correctly
| | * | | [ticket/13955] Revert changes made in previous commitKailey Truscott2015-07-062-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_headerKailey Truscott2015-07-062-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 correctlyKailey Truscott2015-07-031-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Fix overall_header's WebFontConfig section to load fonts correctly in all browsers. PHPBB3-13955
* | | | Merge pull request #3623 from s9e/ticket/10620Tristan Darricau2015-07-0720-49/+381
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/10620] Quote improvements
| * | | [ticket/10620] Moved quote's date to the upper cornerJoshyPHP2015-06-253-2/+9
| | | | | | | | | | | | | | | | PHPBB3-10620
| * | | [ticket/10620] Fixed functional tests to account for newlinesJoshyPHP2015-06-252-4/+4
| | | | | | | | | | | | | | | | PHPBB3-10620
| * | | [ticket/10620] Add more whitespace to long quotes in JSJoshyPHP2015-06-251-1/+4
| | | | | | | | | | | | | | | | PHPBB3-10620
| * | | [ticket/10620] Fixed some stylistic issues in JSJoshyPHP2015-06-251-21/+14
| | | | | | | | | | | | | | | | PHPBB3-10620
| * | | [ticket/10620] Added testsJoshyPHP2015-06-252-0/+35
| | | | | | | | | | | | | | | | PHPBB3-10620
| * | | [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-256-25/+41
| | | | | | | | | | | | | | | | PHPBB3-10620
| * | | [ticket/10620] Added enhanced quotes in pm historyJoshyPHP2015-06-252-1/+3
| | | | | | | | | | | | | | | | PHPBB3-10620
| * | | [ticket/10620] Added enhanced quotes in topic reviewJoshyPHP2015-06-253-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 docblockJoshyPHP2015-06-251-1/+4
| | | | | | | | | | | | | | | | PHPBB3-10620
| * | | [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-2512-31/+248
| | | | | | | | | | | | | | | | PHPBB3-10620
* | | | Merge pull request #3726 from CHItA/ticket/13961Tristan Darricau2015-07-065-2/+226
|\ \ \ \ | | | | | | | | | | | | | | | [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-2625-38/+38
| | | | | | | | | | | | | | | | | | | | 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 tests for ordered collectionsMate Bartus2015-06-242-2/+53
| | | | | | | | | | | | | | | | | | | | PHPBB3-13961
| * | | | [ticket/13961] Add ordered service collectionMate Bartus2015-06-242-1/+118
| | | | | | | | | | | | | | | | | | | | PHPBB3-13961
| * | | | [ticket/13961] Add test to service_collectionMate Bartus2015-06-231-0/+47
| | | | | | | | | | | | | | | | | | | | PHPBB3-13961
| * | | | [ticket/13961] Move service_collection to di/service_collection namespaceMate Bartus2015-06-2322-33/+33
| | | | | | | | | | | | | | | | | | | | PHPBB3-13961
* | | | | Merge pull request #3743 from s9e/ticket/13985Tristan Darricau2015-07-062-5/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13985] Updated s9e\TextFormatter