Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 1 | -3/+0 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/14008] Do not add a user_id value to quotes from guests | JoshyPHP | 2015-07-13 | 1 | -0/+9 |
| | | | | PHPBB3-14008 | ||||
* | [ticket/10620] Added tests | JoshyPHP | 2015-06-25 | 1 | -0/+30 |
| | | | | PHPBB3-10620 | ||||
* | [ticket/10620] Removed extraneous quotes from attribute values | JoshyPHP | 2015-06-25 | 1 | -3/+7 |
| | | | | PHPBB3-10620 | ||||
* | [ticket/13901] Add whitespace to short, multiline quotes for readability | JoshyPHP | 2015-05-30 | 1 | -0/+5 |
| | | | | PHPBB3-13901 | ||||
* | [ticket/13901] Add more whitespace to long quotes for readability | JoshyPHP | 2015-05-30 | 1 | -0/+10 |
| | | | | PHPBB3-13901 | ||||
* | [ticket/13847] Changed enquote() logic to use whichever is the shortest | JoshyPHP | 2015-05-25 | 1 | -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.utils | JoshyPHP | 2015-05-25 | 1 | -0/+51 |
| | | | | PHPBB3-13847 | ||||
* | [ticket/13680] Renamed get_quote_authors to get_outermost_quote_authors | JoshyPHP | 2015-05-15 | 1 | -4/+4 |
| | | | | PHPBB3-13680 | ||||
* | [ticket/13680] Updated quote notifications | JoshyPHP | 2015-05-15 | 1 | -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 service | JoshyPHP | 2015-04-02 | 1 | -29/+0 |
| | | | | | | | Updated docblocks. Removed remove_formatting() because it overlaps with clean_formatting() PHPBB3-11768 | ||||
* | [ticket/11768] Updated the text_formatter.s9e.utils service | JoshyPHP | 2015-04-02 | 1 | -24/+13 |
| | | | | | | | Made it use s9e\TextFormatter\Utils. Refactored some tests to make them more readable. PHPBB3-11768 | ||||
* | [ticket/11768] Replaced headers in test files | JoshyPHP | 2015-04-02 | 1 | -3/+7 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] This commit integrates s9e\TextFormatter | s9e | 2015-04-02 | 1 | -0/+157 |
This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768 |