Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/security/243] Fail silently on unsupported values for font size | Marc Alexander | 2019-08-31 | 1 | -12/+1 |
| | | | | SECURITY-243 | ||||
* | [ticket/security/243] Limit size BBCode to 4 numeric characters | Marc Alexander | 2019-07-17 | 1 | -1/+1 |
| | | | | SECURITY-243 | ||||
* | [ticket/security/243] Limit size values to supported values | Marc Alexander | 2019-07-16 | 1 | -0/+11 |
| | | | | SECURITY-243 | ||||
* | [ticket/15457] Updated s9e/text-formatter dependency | JoshyPHP | 2017-12-10 | 1 | -3/+3 |
| | | | | PHPBB3-15457 | ||||
* | [ticket/15008] Disable emoji when smilies are disabled | JoshyPHP | 2017-01-14 | 1 | -0/+2 |
| | | | | | | | | Will effectively disable emoji shortname and won't replace emoji with images but will not prevent a browser or OS from displaying emoji as images. PHPBB3-15008 | ||||
* | [ticket/13454] Remove more unused variables | Marc Alexander | 2016-01-06 | 1 | -1/+1 |
| | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454 | ||||
* | [ticket/13454] Fix a few issues introduced by overdeleting stuff | Marc Alexander | 2016-01-06 | 1 | -0/+4 |
| | | | | PHPBB3-13454 | ||||
* | [ticket/13454] Remove unused variables | Marc Alexander | 2016-01-06 | 1 | -3/+0 |
| | | | | | | This is the first part of the changes. More to come. PHPBB3-13454 | ||||
* | [ticket/14150] Update fast-image-size to newest version | Marc Alexander | 2015-09-08 | 1 | -1/+1 |
| | | | | PHPBB3-14150 | ||||
* | [ticket/13860] Fixed array-to-string conversion | JoshyPHP | 2015-05-28 | 1 | -1/+7 |
| | | | | PHPBB3-13860 | ||||
* | [ticket/13801] Updated event description [ci skip] | JoshyPHP | 2015-05-18 | 1 | -2/+3 |
| | | | | PHPBB3-13801 | ||||
* | [ticket/13801] Updated comments for clarity | JoshyPHP | 2015-05-18 | 1 | -1/+1 |
| | | | | PHPBB3-13801 | ||||
* | [ticket/13801] Removed user dependency from text_formatter.s9e.parser | JoshyPHP | 2015-05-18 | 1 | -19/+8 |
| | | | | PHPBB3-13801 | ||||
* | [ticket/8672] Use fastImageSize in classes | Marc Alexander | 2015-04-24 | 1 | -2/+2 |
| | | | | PHPBB3-8672 | ||||
* | [ticket/8672] Updated the text_formatter.s9e service | JoshyPHP | 2015-04-24 | 1 | -9/+5 |
| | | | | PHPBB3-8672 | ||||
* | [ticket/11768] Renamed service vars | JoshyPHP | 2015-04-02 | 1 | -9/+8 |
| | | | | | | | The name of the variable that holds the service instance is now consistent across events. PHPBB3-11768 | ||||
* | [ticket/11768] Restored get_parser() / get_renderer() | JoshyPHP | 2015-04-02 | 1 | -0/+10 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Moved parser/renderer setup events | JoshyPHP | 2015-04-02 | 1 | -4/+4 |
| | | | | | | | Moved down the setup events to make them happen after the service is configured and ready to be used PHPBB3-11768 | ||||
* | [ticket/11768] Added parser events | JoshyPHP | 2015-04-02 | 1 | -1/+27 |
| | | | | | | | Added core.text_formatter_s9e_parse_before and core.text_formatter_s9e_parse_after PHPBB3-11768 | ||||
* | [ticket/11768] Added core.text_formatter_s9e_parser_setup event | JoshyPHP | 2015-04-02 | 1 | -4/+29 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Removed get_parser() / get_renderer() accessors | JoshyPHP | 2015-04-02 | 1 | -10/+0 |
| | | | | | | There's no need to access the s9e\TextFormatter objects outside of events. PHPBB3-11768 | ||||
* | [ticket/11768] Updated various annotations | JoshyPHP | 2015-04-02 | 1 | -6/+5 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Replaced array access with call to $user->lang() | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Renamed interfaces | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Replaced extract() calls | JoshyPHP | 2015-04-02 | 1 | -1/+2 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Replaced FQNs in annotations | JoshyPHP | 2015-04-02 | 1 | -2/+2 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Replaced class names in annotations with their FQN | JoshyPHP | 2015-04-02 | 1 | -2/+2 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Replaced \phpbb\textformatter\parser with an interface | JoshyPHP | 2015-04-02 | 1 | -1/+12 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Removed unused annotations | JoshyPHP | 2015-04-02 | 1 | -1/+0 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Added methods to access the library's parser/renderer | JoshyPHP | 2015-04-02 | 1 | -0/+10 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate() | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | | | | Returns an associative array rather than a numerically-indexed array. Feels cleaner and more extensible. PHPBB3-11768 | ||||
* | [ticket/11768] Removed unused use statements | s9e | 2015-04-02 | 1 | -1/+0 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Updated constructors with explicit dependencies | s9e | 2015-04-02 | 1 | -3/+3 |
| | | | | | | | | | 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] Updated annotations to pass sniff | s9e | 2015-04-02 | 1 | -5/+5 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] This commit integrates s9e\TextFormatter | s9e | 2015-04-02 | 1 | -0/+335 |
This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768 |