| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/14873] Added width/height attributes to smilies | JoshyPHP | 2016-11-27 | 5 | -8/+8 |
| | | | | | PHPBB3-14873 | ||||
| * | [ticket/14846] Updated s9e\TextFormatter | JoshyPHP | 2016-11-02 | 3 | -0/+30 |
| | | | | | PHPBB3-14846 | ||||
| * | [ticket/14740] Added support for quoted attributes in BBCode definitions | JoshyPHP | 2016-08-10 | 3 | -0/+44 |
| | | | | | PHPBB3-14740 | ||||
| * | [ticket/14663] Added regression test for Unicode in custom BBCodes | JoshyPHP | 2016-07-18 | 3 | -0/+30 |
| | | | | | PHPBB3-14663 | ||||
| * | [ticket/14706] Updated [list] BBCode to automatically create a list item | JoshyPHP | 2016-07-08 | 2 | -0/+2 |
| | | | | | | | Fixes issues with missing list items. Produces valid HTML. PHPBB3-14706 | ||||
| * | [ticket/14260] Added regression test | JoshyPHP | 2016-04-03 | 2 | -0/+2 |
| | | | | | PHPBB3-14260 | ||||
| * | [ticket/14576] Move common required files to bootstrap | Matt Friedman | 2016-03-31 | 10 | -33/+0 |
| | | | | | PHPBB3-14576 | ||||
| * | [ticket/14527] Decode automatically generated postlink without prefix | Marc Alexander | 2016-03-13 | 1 | -1/+1 |
| | | | | | | | | The http prefix gets automatically added and should be removed prior to outputting the post to the user. PHPBB3-14527 | ||||
| * | [ticket/14527] Add tests for reverted improper fix | Marc Alexander | 2016-03-13 | 1 | -1/+18 |
| | | | | | PHPBB3-14527 | ||||
| * | Merge pull request #4059 from JoshyPHP/ticket/14323 | Marc Alexander | 2016-01-13 | 3 | -5/+5 |
| |\ | | | | | | | [ticket/14323] Added support for truncating long URLs | ||||
| | * | [ticket/14323] Fixed test data | JoshyPHP | 2015-12-26 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-14323 | ||||
| | * | [ticket/14323] Added support for truncating local URLs | JoshyPHP | 2015-12-26 | 2 | -4/+4 |
| | | | | | | | | | PHPBB3-14323 | ||||
| * | | [ticket/14405] Force a lookahead check on [URL] BBCodes | JoshyPHP | 2016-01-12 | 2 | -0/+2 |
| | | | | | | | | | PHPBB3-14405 | ||||
| * | | [ticket/12221] Added test | JoshyPHP | 2015-12-28 | 2 | -0/+2 |
| |/ | | | | PHPBB3-12221 | ||||
| * | Merge pull request #4061 from JoshyPHP/ticket/9791 | Tristan Darricau | 2015-12-05 | 2 | -0/+2 |
| |\ | | | | | | | | | | | | | [ticket/9791] Added regression test * JoshyPHP/ticket/9791: [ticket/9791] Added regression test | ||||
| | * | [ticket/9791] Added regression test | JoshyPHP | 2015-12-05 | 2 | -0/+2 |
| | | | | | | | | | PHPBB3-9791 | ||||
| * | | [ticket/13451] Added regression test | JoshyPHP | 2015-12-05 | 2 | -0/+2 |
| |/ | | | | PHPBB3-13451 | ||||
| * | [ticket/14128] Fix img bbcode regression, lost postimage class | Matt Friedman | 2015-08-26 | 2 | -2/+2 |
| | | | | | PHPBB3-14128 | ||||
| * | Merge pull request #3747 from rxu/ticket/13377 | Tristan Darricau | 2015-07-13 | 1 | -0/+8 |
| |\ | | | | | | | [ticket/13377] Fix decoding for www type URLs in function decode_message() | ||||
| | * | [ticket/13377] Add test entries | rxu | 2015-07-07 | 1 | -0/+8 |
| | | | | | | | | | PHPBB3-13377 | ||||
| * | | [ticket/13985] Updated s9e\TextFormatter | JoshyPHP | 2015-07-06 | 1 | -1/+1 |
| |/ | | | | PHPBB3-13985 | ||||
| * | [ticket/13921] Fix block BBCodes inside of inline BBCodes | JoshyPHP | 2015-06-13 | 3 | -0/+30 |
| | | | | | PHPBB3-13921 | ||||
| * | Merge pull request #3561 from s9e/ticket/10922 | Tristan Darricau | 2015-05-29 | 2 | -2/+18 |
| |\ | | | | | | | [ticket/10922] Added support for body and subject in email BBCode | ||||
| | * | [ticket/10922] Added test | JoshyPHP | 2015-04-28 | 2 | -0/+2 |
| | | | | | | | | | PHPBB3-10922 | ||||
| | * | [ticket/10922] Added test data | JoshyPHP | 2015-04-28 | 2 | -3/+9 |
| | | | | | | | | | PHPBB3-10922 | ||||
| | * | [ticket/10922] Added tests | JoshyPHP | 2015-04-28 | 2 | -0/+4 |
| | | | | | | | | | PHPBB3-10922 | ||||
| | * | [ticket/10922] Replaced urlencode() with rawurlencode() | JoshyPHP | 2015-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | RFC-6068 asks for percent-encoding so that seems more correct. Not sure about that one. PHPBB3-10922 | ||||
| | * | [ticket/10922] Added support for body and subject in email BBCode | JoshyPHP | 2015-04-28 | 2 | -2/+6 |
| | | | | | | | | | PHPBB3-10922 | ||||
| * | | Merge pull request #3622 from s9e/ticket/13860 | Tristan Darricau | 2015-05-29 | 1 | -23/+30 |
| |\ \ | | | | | | | | | | [ticket/13860] Fixed array-to-string conversion | ||||
| | * | | [ticket/13860] Fixed PHP notices from undeclared vars/properties | JoshyPHP | 2015-05-28 | 1 | -23/+30 |
| | | | | | | | | | | | | | PHPBB3-13860 | ||||
| * | | | [ticket/11742] Removed tabs-to-space conversion in [code] | JoshyPHP | 2015-05-23 | 2 | -0/+2 |
| |/ / | | | | | | | PHPBB3-11742 | ||||
| * | | Merge pull request #3569 from s9e/ticket/13641 | Nicofuma | 2015-05-20 | 3 | -0/+30 |
| |\ \ | | | | | | | | | | [ticket/13641] Proper parsing of custom BBCode for inline code | ||||
| | * | | [ticket/13641] Added regression test | JoshyPHP | 2015-04-29 | 3 | -0/+30 |
| | |/ | | | | | | | PHPBB3-13641 | ||||
| * | | Merge pull request #3572 from s9e/ticket/8419 | Nicofuma | 2015-05-20 | 3 | -0/+30 |
| |\ \ | | | | | | | | | | [ticket/8419] Custom tag eats up space character | ||||
| | * | | [ticket/8419] Added regression test | JoshyPHP | 2015-04-30 | 3 | -0/+30 |
| | |/ | | | | | | | PHPBB3-8419 | ||||
| * | | Merge pull request #3582 from s9e/ticket/13805 | Nicofuma | 2015-05-14 | 1 | -5/+115 |
| |\ \ | | | | | | | | | | [ticket/13805] Updated generate_text_for_storage() to match message_parser | ||||
| | * | | [ticket/13805] Updated generate_text_for_storage() to match message_parser | JoshyPHP | 2015-05-02 | 1 | -5/+115 |
| | |/ | | | | | | | PHPBB3-13805 | ||||
| * | | Merge pull request #3568 from s9e/ticket/10268 | Andreas Fischer | 2015-05-07 | 2 | -0/+8 |
| |\ \ | | | | | | | | | | | | | | | | | | | [ticket/10268] Added regression test * s9e/ticket/10268: [ticket/10268] Added regression test | ||||
| | * | | [ticket/10268] Added regression test | JoshyPHP | 2015-04-29 | 2 | -0/+8 |
| | |/ | | | | | | | PHPBB3-10268 | ||||
| * | | Merge pull request #3573 from s9e/ticket/9073 | Andreas Fischer | 2015-05-07 | 3 | -0/+18 |
| |\ \ | | | | | | | | | | | | | | | | | | | [ticket/9073] Word censoring in URLs * s9e/ticket/9073: [ticket/9073] Added regression test | ||||
| | * | | [ticket/9073] Added regression test | JoshyPHP | 2015-04-30 | 3 | -0/+18 |
| | |/ | | | | | | | PHPBB3-9073 | ||||
| * | | Merge pull request #3571 from s9e/ticket/13425 | Andreas Fischer | 2015-05-07 | 3 | -0/+25 |
| |\ \ | | | | | | | | | | | | | | | | | | | [ticket/13425] Smiley code at start of text being quoted doesn't show smiley image in quote * s9e/ticket/13425: [ticket/13425] Added regression test | ||||
| | * | | [ticket/13425] Added regression test | JoshyPHP | 2015-04-30 | 3 | -0/+25 |
| | |/ | | | | | | | PHPBB3-13425 | ||||
| * | | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 1 | -5/+25 |
| |/ | | | | PHPBB3-13762 | ||||
| * | [ticket/11768] Fixed test double | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Replaced headers in test files | JoshyPHP | 2015-04-02 | 3 | -9/+21 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Removed require_once calls that target mock classes | JoshyPHP | 2015-04-02 | 3 | -4/+0 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Replaced headers in test files | JoshyPHP | 2015-04-02 | 6 | -18/+42 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] Added test files | JoshyPHP | 2015-04-02 | 2 | -0/+2 |
| | | | | | PHPBB3-11768 | ||||
| * | [ticket/11768] This commit integrates s9e\TextFormatter | s9e | 2015-04-02 | 38 | -10/+1791 |
| | | | | | | | | This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768 | ||||
