aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | [ticket/11768] Updated merge_templates(). No functional change intendedJoshyPHP2015-04-021-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Reverted change to bbcode_uidJoshyPHP2015-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On the off-chance some other routine expect bbcode_uid to never be empty. PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Updated merge_templates(). No functional change intendedJoshyPHP2015-04-021-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Updated s9e\TextFormatterJoshyPHP2015-04-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Removed unused varJoshyPHP2015-04-021-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Updated various annotationsJoshyPHP2015-04-025-28/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Fixed test doubleJoshyPHP2015-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Replaced array access with call to $user->lang()JoshyPHP2015-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Renamed utilsJoshyPHP2015-04-022-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Made capturing code blocks a bit more flexibleJoshyPHP2015-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Whitespace [ci skip]JoshyPHP2015-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Renamed interfacesJoshyPHP2015-04-028-137/+129
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Invalidate the text_formatter cache whenever a style is installedJoshyPHP2015-04-021-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The acp_styles module purges the cache every time a style is uninstalled, modified or made default, but it does not purge the cache when a new style is installed. Here we invalidate the text_formatter cache (not purge the whole cache) so that new styles take effect immediately. PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Updated s9e\TextFormatterJoshyPHP2015-04-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Updated s9e\TextFormatterJoshyPHP2015-04-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Added support for creating unsafe BBCodesJoshyPHP2015-04-023-4/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Replaced extract() callsJoshyPHP2015-04-023-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Replaced some referencesJoshyPHP2015-04-021-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Removed unused varJoshyPHP2015-04-021-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Removed the cached rendererJoshyPHP2015-04-024-10/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't need to cache an instance of the renderer, we can just instantiate it every time we need one. PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Replaced FQNs in annotationsJoshyPHP2015-04-023-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Replaced headers in test filesJoshyPHP2015-04-023-9/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Removed require_once calls that target mock classesJoshyPHP2015-04-026-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Replaced headers in test filesJoshyPHP2015-04-0211-33/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Renamed propertyJoshyPHP2015-04-021-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Replaced class names in annotations with their FQNJoshyPHP2015-04-023-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Removed commentsJoshyPHP2015-04-021-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Updated renderer annotationJoshyPHP2015-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Replaced \phpbb\textformatter\parser with an interfaceJoshyPHP2015-04-022-22/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Renamed get_words() to get_censored_words()JoshyPHP2015-04-023-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Removed unused annotationsJoshyPHP2015-04-029-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Updated censor to apply to XML valuesJoshyPHP2015-04-021-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Fixed censored words being escaped twiceJoshyPHP2015-04-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Added methods to access the library's parser/rendererJoshyPHP2015-04-024-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Updated the cache dir to point to the current environmentJoshyPHP2015-04-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Allowed text in places where text is not valid HTMLJoshyPHP2015-04-022-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Fixed testJoshyPHP2015-04-021-8/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Replaced the Censor pluginJoshyPHP2015-04-025-37/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...with something that is run at rendering time. PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Added limited support for [url] in [quote] authorJoshyPHP2015-04-022-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Updated s9e\TextFormatterJoshyPHP2015-04-021-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()JoshyPHP2015-04-026-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Returns an associative array rather than a numerically-indexed array. Feels cleaner and more extensible. PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Added support for magic links that start with "www."JoshyPHP2015-04-023-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Uncommented disabled testJoshyPHP2015-04-021-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Added test filesJoshyPHP2015-04-022-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Re-added the code that got lost in rebaseJoshyPHP2015-04-024-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Removed unused use statementss9e2015-04-022-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Updated tests to use the new constructor signatures9e2015-04-022-16/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Updated test case helper with new signatures9e2015-04-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Updated constructors with explicit dependenciess9e2015-04-023-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The trade-off is that an instance of phpbb\textformatter\s9e\factory and phpbb\textformatter\data_access is created on any page that uses the parser or the renderer, even when neither need to be regenerated. It has no measureable impact on performance and costs ~20KB of RAM. PHPBB3-11768
| * | | | | | | | | | | | | [ticket/11768] Reorganized code for readabilitys9e2015-04-021-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No functional change intended PHPBB3-11768