aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/utils.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14962] Introduces a new helper to check emptyness of bbcode textsTristan Darricau2017-01-061-0/+13
| | | | PHPBB3-14962
* [ticket/14008] Do not add a user_id value to quotes from guestsJoshyPHP2015-07-131-0/+6
| | | | PHPBB3-14008
* [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-251-6/+12
| | | | PHPBB3-10620
* [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-251-0/+1
| | | | PHPBB3-10620
* [ticket/13901] Add whitespace to short, multiline quotes for readabilityJoshyPHP2015-05-301-1/+1
| | | | PHPBB3-13901
* [ticket/13901] Add more whitespace to long quotes for readabilityJoshyPHP2015-05-301-1/+4
| | | | PHPBB3-13901
* [ticket/13847] Changed enquote() logic to use whichever is the shortestJoshyPHP2015-05-251-3/+4
| | | | | | | | 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/+37
| | | | PHPBB3-13847
* [ticket/13680] Renamed get_quote_authors to get_outermost_quote_authorsJoshyPHP2015-05-151-2/+2
| | | | PHPBB3-13680
* [ticket/13680] Updated quote notificationsJoshyPHP2015-05-151-0/+25
| | | | | | | 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-18/+23
| | | | | | | Updated docblocks. Removed remove_formatting() because it overlaps with clean_formatting() PHPBB3-11768
* [ticket/11768] Updated the text_formatter.s9e.utils serviceJoshyPHP2015-04-021-14/+3
| | | | | | | Made it use s9e\TextFormatter\Utils. Refactored some tests to make them more readable. PHPBB3-11768
* [ticket/11768] Renamed utilsJoshyPHP2015-04-021-1/+1
| | | | PHPBB3-11768
* [ticket/11768] Removed unused annotationsJoshyPHP2015-04-021-1/+0
| | | | PHPBB3-11768
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+67
This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768