aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter
Commit message (Expand)AuthorAgeFilesLines
...
* [ticket/14873] Added width/height attributes to smiliesJoshyPHP2016-11-271-1/+1
* [ticket/14734] Use SVG emojiJoshyPHP2016-08-051-0/+1
* [ticket/14700] Prevent an exception on duplicate smilies in text_formatterJoshyPHP2016-07-211-1/+1
* [ticket/14706] Updated [list] BBCode to automatically create a list itemJoshyPHP2016-07-081-1/+1
* Merge pull request #4059 from JoshyPHP/ticket/14323Marc Alexander2016-01-132-3/+168
|\
| * [ticket/14323] Added should_shorten()JoshyPHP2015-12-281-1/+16
| * [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-272-31/+25
| * [ticket/14323] Added comment [ci skip]JoshyPHP2015-12-261-0/+3
| * [ticket/14323] Moved autolink-related functions to a separate helperJoshyPHP2015-12-263-54/+135
| * [ticket/14323] Stylistic change [ci skip]JoshyPHP2015-12-261-5/+7
| * [ticket/14323] Added support for truncating local URLsJoshyPHP2015-12-262-11/+17
| * [ticket/14323] Added support for truncating long URLsJoshyPHP2015-12-262-2/+66
* | [ticket/14405] Force a lookahead check on [URL] BBCodesJoshyPHP2016-01-121-1/+1
* | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-1/+1
* | [ticket/13454] Fix a few issues introduced by overdeleting stuffMarc Alexander2016-01-062-0/+7
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-062-4/+0
|/
* [ticket/14150] Update fast-image-size to newest versionMarc Alexander2015-09-081-1/+1
* [ticket/14128] Fix img bbcode regression, lost postimage classMatt Friedman2015-08-261-1/+1
* [ticket/13935] Allow more admin-configurable schemes in post linksJoshyPHP2015-07-151-1/+18
* Merge pull request #3758 from s9e/ticket/14008Tristan Darricau2015-07-131-0/+6
|\
| * [ticket/14008] Do not add a user_id value to quotes from guestsJoshyPHP2015-07-131-0/+6
* | [ticket/14000] Added support for emojiJoshyPHP2015-07-121-0/+5
|/
* Merge pull request #3623 from s9e/ticket/10620Tristan Darricau2015-07-075-25/+127
|\
| * [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-251-6/+12
| * [ticket/10620] Updated docblockJoshyPHP2015-06-251-1/+4
| * [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-254-18/+111
* | [ticket/13970] Save the value of the optional [code] parameterJoshyPHP2015-06-271-1/+1
|/
* [ticket/13901] Add whitespace to short, multiline quotes for readabilityJoshyPHP2015-05-301-1/+1
* [ticket/13901] Add more whitespace to long quotes for readabilityJoshyPHP2015-05-301-1/+4
* Merge pull request #3561 from s9e/ticket/10922Tristan Darricau2015-05-291-2/+13
|\
| * [ticket/10922] Replaced urlencode() with rawurlencode()JoshyPHP2015-04-281-1/+1
| * [ticket/10922] Added support for body and subject in email BBCodeJoshyPHP2015-04-281-2/+13
* | Merge pull request #3616 from s9e/ticket/13847Tristan Darricau2015-05-292-0/+50
|\ \
| * | [ticket/13847] Changed enquote() logic to use whichever is the shortestJoshyPHP2015-05-251-3/+4
| * | [ticket/13847] Move quote generation to text_formatter.utilsJoshyPHP2015-05-252-0/+49
* | | Merge pull request #3622 from s9e/ticket/13860Tristan Darricau2015-05-291-1/+7
|\ \ \
| * | | [ticket/13860] Fixed array-to-string conversionJoshyPHP2015-05-281-1/+7
| |/ /
* | | [ticket/11742] Removed tabs-to-space conversion in [code]JoshyPHP2015-05-231-43/+0
|/ /
* | Merge pull request #3586 from s9e/ticket/13680Nicofuma2015-05-202-0/+33
|\ \
| * | [ticket/13680] Renamed get_quote_authors to get_outermost_quote_authorsJoshyPHP2015-05-152-4/+4
| * | [ticket/13680] Updated quote notificationsJoshyPHP2015-05-152-0/+33
| |/
* | [ticket/13801] Updated event description [ci skip]JoshyPHP2015-05-181-2/+3
* | [ticket/13801] Updated comments for clarityJoshyPHP2015-05-182-2/+3
* | [ticket/13801] Removed user dependency from text_formatter.s9e.parserJoshyPHP2015-05-181-19/+8
|/
* [ticket/8672] Use fastImageSize in classesMarc Alexander2015-04-241-2/+2
* [ticket/8672] Updated the text_formatter.s9e serviceJoshyPHP2015-04-241-9/+5
* [ticket/13766] Add style_parent_id in textformater's data_access::get_styles()MateBartus2015-04-161-1/+1
* [ticket/11768] Stylistic change. No functional change intendedJoshyPHP2015-04-021-1/+1
* [ticket/11768] Added some default template parametersJoshyPHP2015-04-021-2/+7