Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/16251] Prevent shortened links from overriding other plugins | JoshyPHP | 2019-12-09 | 1 | -0/+35 |
| | | | | PHPBB3-16251 | ||||
* | [ticket/16228] Fix BBCodes merging | JoshyPHP | 2019-11-25 | 1 | -0/+16 |
| | | | | PHPBB3-16228 | ||||
* | [ticket/security/243] Use bbcode.html like formatting | Marc Alexander | 2019-07-18 | 1 | -1/+1 |
| | | | | SECURITY-243 | ||||
* | [ticket/16034] Fix [url=] links being incorrectly shortened | JoshyPHP | 2019-04-28 | 1 | -0/+4 |
| | | | | PHPBB3-16034 | ||||
* | [ticket/15921] Update tests for twemoji | Marc Alexander | 2018-12-27 | 1 | -1/+1 |
| | | | | PHPBB3-15921 | ||||
* | [ticket/15921] Updated dependencies to latest textformatter | JoshyPHP | 2018-12-26 | 1 | -1/+1 |
| | | | | PHPBB3-15921 | ||||
* | [ticket/15531] Log malformed BBCodes | JoshyPHP | 2018-01-22 | 2 | -0/+46 |
| | | | | PHPBB3-15531 | ||||
* | Merge pull request #5053 from JoshyPHP/ticket/15468 | Marc Alexander | 2017-12-27 | 1 | -0/+280 |
|\ | | | | | | | Add a service to merge duplicate BBCodes | ||||
| * | [ticket/15468] Add a service to merge duplicate BBCodes | JoshyPHP | 2017-12-10 | 1 | -0/+280 |
| | | | | | | | | PHPBB3-15468 | ||||
* | | Merge pull request #5046 from JoshyPHP/ticket/15457 | Marc Alexander | 2017-12-27 | 1 | -18/+18 |
|\ \ | |/ | | | | | [ticket/15457] Updated s9e/text-formatter dependency | ||||
| * | [ticket/15457] Updated s9e/text-formatter dependency | JoshyPHP | 2017-12-10 | 1 | -18/+18 |
| | | | | | | | | PHPBB3-15457 | ||||
* | | [ticket/15442] Allow unsafe HTML in bbcode.html | JoshyPHP | 2017-11-07 | 3 | -0/+80 |
|/ | | | | PHPBB3-15442 | ||||
* | [ticket/15172] Add symfony_request to some tests | Rubén Calvo | 2017-09-10 | 1 | -2/+4 |
| | | | | PHPBB3-15172 | ||||
* | [ticket/15323] Run s9e configurator tests on twigified bbcode.html | rxu | 2017-08-15 | 2 | -5/+95 |
| | | | | PHPBB3-15323 | ||||
* | [ticket/14914] Made emoji scale in size with text | JoshyPHP | 2016-12-27 | 1 | -1/+1 |
| | | | | PHPBB3-14914 | ||||
* | [ticket/14873] Added width/height attributes to smilies | JoshyPHP | 2016-11-27 | 2 | -3/+3 |
| | | | | PHPBB3-14873 | ||||
* | [ticket/14807] Updates s9e textformatter again | Tristan Darricau | 2016-10-09 | 1 | -1/+1 |
| | | | | PHPBB3-14807 | ||||
* | [ticket/14734] Use SVG emoji | JoshyPHP | 2016-08-05 | 1 | -1/+1 |
| | | | | PHPBB3-14734 | ||||
* | [ticket/14700] Prevent an exception on duplicate smilies in text_formatter | JoshyPHP | 2016-07-21 | 2 | -0/+44 |
| | | | | PHPBB3-14700 | ||||
* | [ticket/14706] Updated [list] BBCode to automatically create a list item | JoshyPHP | 2016-07-08 | 1 | -1/+1 |
| | | | | | | Fixes issues with missing list items. Produces valid HTML. PHPBB3-14706 | ||||
* | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 5 | -11/+1 |
| | | | | PHPBB3-14576 | ||||
* | [ticket/14323] Added should_shorten() | JoshyPHP | 2015-12-28 | 1 | -0/+4 |
| | | | | | | Explicitly tests a tag's markup to determine whether a link should be shortened PHPBB3-14323 | ||||
* | [ticket/14323] Added tests | JoshyPHP | 2015-12-27 | 1 | -0/+8 |
| | | | | PHPBB3-14323 | ||||
* | [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXT | JoshyPHP | 2015-12-27 | 1 | -1/+1 |
| | | | | | | Expanded link text shortening to [url] BBCodes with no parameters PHPBB3-14323 | ||||
* | [ticket/14323] Moved autolink-related functions to a separate helper | JoshyPHP | 2015-12-26 | 1 | -0/+1 |
| | | | | PHPBB3-14323 | ||||
* | [ticket/14323] Set up global objects required during testing | JoshyPHP | 2015-12-26 | 2 | -7/+17 |
| | | | | PHPBB3-14323 | ||||
* | [ticket/14323] Added support for truncating local URLs | JoshyPHP | 2015-12-26 | 1 | -0/+8 |
| | | | | PHPBB3-14323 | ||||
* | [ticket/14323] Added support for truncating long URLs | JoshyPHP | 2015-12-26 | 1 | -0/+10 |
| | | | | PHPBB3-14323 | ||||
* | [ticket/14128] Fix img bbcode regression, lost postimage class | Matt Friedman | 2015-08-26 | 5 | -6/+6 |
| | | | | PHPBB3-14128 | ||||
* | [ticket/13935] Allow more admin-configurable schemes in post links | JoshyPHP | 2015-07-15 | 1 | -0/+1 |
| | | | | PHPBB3-13935 | ||||
* | Merge pull request #3758 from s9e/ticket/14008 | Tristan Darricau | 2015-07-13 | 1 | -0/+9 |
|\ | | | | | | | [ticket/14008] Do not add a user_id value to quotes from guests | ||||
| * | [ticket/14008] Do not add a user_id value to quotes from guests | JoshyPHP | 2015-07-13 | 1 | -0/+9 |
| | | | | | | | | PHPBB3-14008 | ||||
* | | [ticket/14000] Added support for emoji | JoshyPHP | 2015-07-12 | 1 | -1/+18 |
|/ | | | | PHPBB3-14000 | ||||
* | Merge pull request #3623 from s9e/ticket/10620 | Tristan Darricau | 2015-07-07 | 2 | -4/+65 |
|\ | | | | | | | [ticket/10620] Quote improvements | ||||
| * | [ticket/10620] Moved quote's date to the upper corner | JoshyPHP | 2015-06-25 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-10620 | ||||
| * | [ticket/10620] Added tests | JoshyPHP | 2015-06-25 | 2 | -0/+35 |
| | | | | | | | | PHPBB3-10620 | ||||
| * | [ticket/10620] Removed extraneous quotes from attribute values | JoshyPHP | 2015-06-25 | 2 | -8/+12 |
| | | | | | | | | PHPBB3-10620 | ||||
| * | [ticket/10620] Implemented quote improvements | JoshyPHP | 2015-06-25 | 1 | -0/+22 |
| | | | | | | | | PHPBB3-10620 | ||||
* | | [ticket/13970] Save the value of the optional [code] parameter | JoshyPHP | 2015-06-27 | 1 | -0/+11 |
|/ | | | | PHPBB3-13970 | ||||
* | [ticket/13901] Add whitespace to short, multiline quotes for readability | JoshyPHP | 2015-05-30 | 1 | -0/+5 |
| | | | | PHPBB3-13901 | ||||
* | [ticket/13901] Add more whitespace to long quotes for readability | JoshyPHP | 2015-05-30 | 2 | -0/+14 |
| | | | | PHPBB3-13901 | ||||
* | Merge pull request #3616 from s9e/ticket/13847 | Tristan Darricau | 2015-05-29 | 1 | -0/+66 |
|\ | | | | | | | [ticket/13847] Move quote generation to text_formatter.utils | ||||
| * | [ticket/13847] Changed enquote() logic to use whichever is the shortest | JoshyPHP | 2015-05-25 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | 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 | ||||
| * | [ticket/13847] Move quote generation to text_formatter.utils | JoshyPHP | 2015-05-25 | 1 | -0/+51 |
| | | | | | | | | PHPBB3-13847 | ||||
* | | [ticket/11742] Added test | JoshyPHP | 2015-05-23 | 1 | -0/+4 |
| | | | | | | | | PHPBB3-11742 | ||||
* | | [ticket/11742] Updated default formatting tests to match the new default | JoshyPHP | 2015-05-23 | 1 | -4/+4 |
|/ | | | | PHPBB3-11742 | ||||
* | Merge pull request #3586 from s9e/ticket/13680 | Nicofuma | 2015-05-20 | 1 | -0/+34 |
|\ | | | | | | | [ticket/13680] Updated quote notifications | ||||
| * | [ticket/13680] Renamed get_quote_authors to get_outermost_quote_authors | JoshyPHP | 2015-05-15 | 1 | -4/+4 |
| | | | | | | | | PHPBB3-13680 | ||||
| * | [ticket/13680] Updated quote notifications | JoshyPHP | 2015-05-15 | 1 | -0/+34 |
| | | | | | | | | | | | | | | Added get_quote_authors() to text_formatter.utils service to retrieve the names used in first-level quotes PHPBB3-13680 | ||||
* | | [ticket/13801] Removed user dependency from text_formatter.s9e.parser | JoshyPHP | 2015-05-18 | 1 | -9/+1 |
|/ | | | | PHPBB3-13801 |