aboutsummaryrefslogtreecommitdiffstats
path: root/tests/text_formatter/s9e/utils_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-3/+0
| | | | PHPBB3-14576
* [ticket/14008] Do not add a user_id value to quotes from guestsJoshyPHP2015-07-131-0/+9
| | | | PHPBB3-14008
* [ticket/10620] Added testsJoshyPHP2015-06-251-0/+30
| | | | PHPBB3-10620
* [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-251-3/+7
| | | | PHPBB3-10620
* [ticket/13901] Add whitespace to short, multiline quotes for readabilityJoshyPHP2015-05-301-0/+5
| | | | PHPBB3-13901
* [ticket/13901] Add more whitespace to long quotes for readabilityJoshyPHP2015-05-301-0/+10
| | | | PHPBB3-13901
* [ticket/13847] Changed enquote() logic to use whichever is the shortestJoshyPHP2015-05-251-0/+15
| | | | | | | | Will enclose attribute values in single- or double- quotes depending on whichever requires the least escaping. Characters that need to be escaped are always escaped regardless. PHPBB3-13847
* [ticket/13847] Move quote generation to text_formatter.utilsJoshyPHP2015-05-251-0/+51
| | | | PHPBB3-13847
* [ticket/13680] Renamed get_quote_authors to get_outermost_quote_authorsJoshyPHP2015-05-151-4/+4
| | | | PHPBB3-13680
* [ticket/13680] Updated quote notificationsJoshyPHP2015-05-151-0/+34
| | | | | | | Added get_quote_authors() to text_formatter.utils service to retrieve the names used in first-level quotes PHPBB3-13680
* [ticket/11768] Updated utils serviceJoshyPHP2015-04-021-29/+0
| | | | | | | Updated docblocks. Removed remove_formatting() because it overlaps with clean_formatting() PHPBB3-11768
* [ticket/11768] Updated the text_formatter.s9e.utils serviceJoshyPHP2015-04-021-24/+13
| | | | | | | Made it use s9e\TextFormatter\Utils. Refactored some tests to make them more readable. PHPBB3-11768
* [ticket/11768] Replaced headers in test filesJoshyPHP2015-04-021-3/+7
| | | | PHPBB3-11768
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+157
This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768