| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
PHPBB3-13847
|
| |
|
|
| |
PHPBB3-13680
|
| |
|
|
|
|
|
| |
Added get_quote_authors() to text_formatter.utils service to retrieve
the names used in first-level quotes
PHPBB3-13680
|
| |
|
|
|
|
|
| |
Updated docblocks.
Removed remove_formatting() because it overlaps with clean_formatting()
PHPBB3-11768
|
| |
|
|
|
|
|
| |
Made it use s9e\TextFormatter\Utils. Refactored some tests to make
them more readable.
PHPBB3-11768
|
| |
|
|
| |
PHPBB3-11768
|
| |
|
|
| |
PHPBB3-11768
|
|
|
This commit integrates s9e\TextFormatter as outlined in
http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467
PHPBB3-11768
|