aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/textformatter/s9e/factory.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4059 from JoshyPHP/ticket/14323Marc Alexander2016-01-131-3/+50
|\
| * [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-271-11/+10
| * [ticket/14323] Moved autolink-related functions to a separate helperJoshyPHP2015-12-261-7/+30
| * [ticket/14323] Added support for truncating local URLsJoshyPHP2015-12-261-1/+2
| * [ticket/14323] Added support for truncating long URLsJoshyPHP2015-12-261-2/+26
* | [ticket/14405] Force a lookahead check on [URL] BBCodesJoshyPHP2016-01-121-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
* [ticket/14000] Added support for emojiJoshyPHP2015-07-121-0/+5
* Merge pull request #3623 from s9e/ticket/10620Tristan Darricau2015-07-071-18/+10
|\
| * [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-251-18/+10
* | [ticket/13970] Save the value of the optional [code] parameterJoshyPHP2015-06-271-1/+1
|/
* [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
* [ticket/11768] Updated s9e\TextFormatterJoshyPHP2015-04-021-1/+1
* [ticket/11768] Preserve comments in custom BBCodesJoshyPHP2015-04-021-0/+4
* [ticket/11768] Added configurator eventsJoshyPHP2015-04-021-2/+28
* [ticket/11768] Updated merge_templates(). No functional change intendedJoshyPHP2015-04-021-5/+10
* [ticket/11768] Updated merge_templates(). No functional change intendedJoshyPHP2015-04-021-3/+3
* [ticket/11768] Updated various annotationsJoshyPHP2015-04-021-7/+6
* [ticket/11768] Renamed interfacesJoshyPHP2015-04-021-1/+1
* [ticket/11768] Added support for creating unsafe BBCodesJoshyPHP2015-04-021-1/+2
* [ticket/11768] Replaced extract() callsJoshyPHP2015-04-021-2/+3
* [ticket/11768] Replaced some referencesJoshyPHP2015-04-021-5/+3
* [ticket/11768] Removed the cached rendererJoshyPHP2015-04-021-7/+2
* [ticket/11768] Renamed propertyJoshyPHP2015-04-021-8/+8
* [ticket/11768] Replaced class names in annotations with their FQNJoshyPHP2015-04-021-3/+3
* [ticket/11768] Renamed get_words() to get_censored_words()JoshyPHP2015-04-021-1/+1
* [ticket/11768] Removed unused annotationsJoshyPHP2015-04-021-1/+0
* [ticket/11768] Fixed censored words being escaped twiceJoshyPHP2015-04-021-1/+2
* [ticket/11768] Allowed text in places where text is not valid HTMLJoshyPHP2015-04-021-0/+3
* [ticket/11768] Replaced the Censor pluginJoshyPHP2015-04-021-18/+20
* [ticket/11768] Added limited support for [url] in [quote] authorJoshyPHP2015-04-021-2/+21
* [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()JoshyPHP2015-04-021-2/+2
* [ticket/11768] Added support for magic links that start with "www."JoshyPHP2015-04-021-1/+1
* [ticket/11768] Reorganized code for readabilitys9e2015-04-021-2/+3
* [ticket/11768] Toggled Unicode modifier in relative URL filters9e2015-04-021-4/+2
* [ticket/11768] Updated annotations to pass sniffs9e2015-04-021-1/+1
* [ticket/11768] This commit integrates s9e\TextFormatters9e2015-04-021-0/+493