Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 | ||||
* | [ticket/13762] Moving language related functionality into a separate class | MateBartus | 2015-05-02 | 1 | -11/+43 |
| | | | | PHPBB3-13762 | ||||
* | [ticket/11768] Renamed service vars | JoshyPHP | 2015-04-02 | 2 | -14/+10 |
| | | | | | | | 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 | 2 | -0/+14 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Updated utils service | JoshyPHP | 2015-04-02 | 1 | -29/+0 |
| | | | | | | | Updated docblocks. Removed remove_formatting() because it overlaps with clean_formatting() PHPBB3-11768 | ||||
* | [ticket/11768] Added parser events | JoshyPHP | 2015-04-02 | 1 | -0/+54 |
| | | | | | | | Added core.text_formatter_s9e_parse_before and core.text_formatter_s9e_parse_after PHPBB3-11768 | ||||
* | [ticket/11768] Added renderer events | JoshyPHP | 2015-04-02 | 1 | -0/+54 |
| | | | | | | | Added core.text_formatter_s9e_render_before and core.text_formatter_s9e_render_after PHPBB3-11768 | ||||
* | [ticket/11768] Added core.text_formatter_s9e_renderer_setup event | JoshyPHP | 2015-04-02 | 1 | -2/+37 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Added core.text_formatter_s9e_parser_setup event | JoshyPHP | 2015-04-02 | 1 | -4/+43 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Removed get_parser() / get_renderer() accessors | JoshyPHP | 2015-04-02 | 2 | -14/+0 |
| | | | | | | There's no need to access the s9e\TextFormatter objects outside of events. PHPBB3-11768 | ||||
* | [ticket/11768] Updated the text_formatter.s9e.utils service | JoshyPHP | 2015-04-02 | 1 | -24/+13 |
| | | | | | | | Made it use s9e\TextFormatter\Utils. Refactored some tests to make them more readable. PHPBB3-11768 | ||||
* | [ticket/11768] Preserve comments in custom BBCodes | JoshyPHP | 2015-04-02 | 2 | -0/+43 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Added configurator events | JoshyPHP | 2015-04-02 | 1 | -0/+39 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Removed whitespace | JoshyPHP | 2015-04-02 | 1 | -4/+0 |
| | | | | | | No functional change intended PHPBB3-11768 | ||||
* | [ticket/11768] Added support for creating unsafe BBCodes | JoshyPHP | 2015-04-02 | 2 | -3/+43 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Removed unused var | JoshyPHP | 2015-04-02 | 1 | -2/+0 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Removed the cached renderer | JoshyPHP | 2015-04-02 | 2 | -2/+1 |
| | | | | | | | 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] Removed require_once calls that target mock classes | JoshyPHP | 2015-04-02 | 3 | -5/+0 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Replaced headers in test files | JoshyPHP | 2015-04-02 | 5 | -15/+35 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Added methods to access the library's parser/renderer | JoshyPHP | 2015-04-02 | 2 | -0/+15 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Allowed text in places where text is not valid HTML | JoshyPHP | 2015-04-02 | 1 | -1/+1 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Fixed test | JoshyPHP | 2015-04-02 | 1 | -8/+4 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Replaced the Censor plugin | JoshyPHP | 2015-04-02 | 2 | -14/+6 |
| | | | | | | ...with something that is run at rendering time. PHPBB3-11768 | ||||
* | [ticket/11768] Added limited support for [url] in [quote] author | JoshyPHP | 2015-04-02 | 1 | -0/+12 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate() | JoshyPHP | 2015-04-02 | 3 | -4/+4 |
| | | | | | | | 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." | JoshyPHP | 2015-04-02 | 1 | -0/+8 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Uncommented disabled test | JoshyPHP | 2015-04-02 | 1 | -2/+0 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] Updated tests to use the new constructor signature | s9e | 2015-04-02 | 2 | -16/+30 |
| | | | | PHPBB3-11768 | ||||
* | [ticket/11768] This commit integrates s9e\TextFormatter | s9e | 2015-04-02 | 16 | -0/+1957 |
This commit integrates s9e\TextFormatter as outlined in http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467 PHPBB3-11768 |