JoshyPHP
|
3e04e643df
|
[ticket/11768] Restored get_parser() / get_renderer()
PHPBB3-11768
|
2015-04-02 19:16:04 +02:00 |
|
JoshyPHP
|
55c3fc02cf
|
[ticket/11768] Updated utils service
Updated docblocks.
Removed remove_formatting() because it overlaps with clean_formatting()
PHPBB3-11768
|
2015-04-02 19:16:04 +02:00 |
|
JoshyPHP
|
f75f63b264
|
[ticket/11768] Added parser events
Added core.text_formatter_s9e_parse_before and
core.text_formatter_s9e_parse_after
PHPBB3-11768
|
2015-04-02 19:16:04 +02:00 |
|
JoshyPHP
|
a04fca86ee
|
[ticket/11768] Added renderer events
Added core.text_formatter_s9e_render_before and
core.text_formatter_s9e_render_after
PHPBB3-11768
|
2015-04-02 19:16:04 +02:00 |
|
JoshyPHP
|
af4f9b860f
|
[ticket/11768] Added core.text_formatter_s9e_renderer_setup event
PHPBB3-11768
|
2015-04-02 19:16:04 +02:00 |
|
JoshyPHP
|
a7a53d5a30
|
[ticket/11768] Added core.text_formatter_s9e_parser_setup event
PHPBB3-11768
|
2015-04-02 19:16:04 +02:00 |
|
JoshyPHP
|
2a462bb7e4
|
[ticket/11768] Removed get_parser() / get_renderer() accessors
There's no need to access the s9e\TextFormatter objects outside of events.
PHPBB3-11768
|
2015-04-02 19:16:04 +02:00 |
|
JoshyPHP
|
37fedc656f
|
[ticket/11768] Updated the text_formatter.s9e.utils service
Made it use s9e\TextFormatter\Utils. Refactored some tests to make
them more readable.
PHPBB3-11768
|
2015-04-02 19:16:04 +02:00 |
|
JoshyPHP
|
69dae16ba7
|
[ticket/11768] Preserve comments in custom BBCodes
PHPBB3-11768
|
2015-04-02 19:16:03 +02:00 |
|
JoshyPHP
|
49b9e8e4ea
|
[ticket/11768] Added configurator events
PHPBB3-11768
|
2015-04-02 19:16:03 +02:00 |
|
JoshyPHP
|
f4f5bdbaee
|
[ticket/11768] Removed whitespace
No functional change intended
PHPBB3-11768
|
2015-04-02 19:16:03 +02:00 |
|
JoshyPHP
|
b021225148
|
[ticket/11768] Removed unused var
PHPBB3-11768
|
2015-04-02 19:16:03 +02:00 |
|
JoshyPHP
|
1b4bdff3b3
|
[ticket/11768] Fixed test double
PHPBB3-11768
|
2015-04-02 19:16:03 +02:00 |
|
JoshyPHP
|
78b544920c
|
[ticket/11768] Added support for creating unsafe BBCodes
PHPBB3-11768
|
2015-04-02 19:16:02 +02:00 |
|
JoshyPHP
|
5fe8c6b6f5
|
[ticket/11768] Removed unused var
PHPBB3-11768
|
2015-04-02 19:16:02 +02:00 |
|
JoshyPHP
|
d37f2d10f0
|
[ticket/11768] Removed the cached renderer
We don't need to cache an instance of the renderer, we can just instantiate
it every time we need one.
PHPBB3-11768
|
2015-04-02 19:16:02 +02:00 |
|
JoshyPHP
|
462696aa47
|
[ticket/11768] Replaced headers in test files
PHPBB3-11768
|
2015-04-02 19:16:02 +02:00 |
|
JoshyPHP
|
ed29972e76
|
[ticket/11768] Removed require_once calls that target mock classes
PHPBB3-11768
|
2015-04-02 19:16:02 +02:00 |
|
JoshyPHP
|
0dd5e62382
|
[ticket/11768] Replaced headers in test files
PHPBB3-11768
|
2015-04-02 19:16:02 +02:00 |
|
JoshyPHP
|
b12043d4b0
|
[ticket/11768] Renamed get_words() to get_censored_words()
PHPBB3-11768
|
2015-04-02 19:16:02 +02:00 |
|
JoshyPHP
|
c1ba3a678d
|
[ticket/11768] Added methods to access the library's parser/renderer
PHPBB3-11768
|
2015-04-02 19:16:02 +02:00 |
|
JoshyPHP
|
3e5ee87b15
|
[ticket/11768] Allowed text in places where text is not valid HTML
PHPBB3-11768
|
2015-04-02 19:16:02 +02:00 |
|
JoshyPHP
|
93c53ed52d
|
[ticket/11768] Fixed test
PHPBB3-11768
|
2015-04-02 19:16:02 +02:00 |
|
JoshyPHP
|
f721b85a78
|
[ticket/11768] Replaced the Censor plugin
...with something that is run at rendering time.
PHPBB3-11768
|
2015-04-02 19:16:01 +02:00 |
|
JoshyPHP
|
6578e1c6ec
|
[ticket/11768] Added limited support for [url] in [quote] author
PHPBB3-11768
|
2015-04-02 19:16:01 +02:00 |
|
JoshyPHP
|
6bd86a8e8a
|
[ticket/11768] Updated phpbb\textformatter\s9e\factory::regenerate()
Returns an associative array rather than a numerically-indexed array. Feels
cleaner and more extensible.
PHPBB3-11768
|
2015-04-02 19:16:01 +02:00 |
|
JoshyPHP
|
f6e3e41717
|
[ticket/11768] Added support for magic links that start with "www."
PHPBB3-11768
|
2015-04-02 19:16:01 +02:00 |
|
JoshyPHP
|
63753bbf1a
|
[ticket/11768] Uncommented disabled test
PHPBB3-11768
|
2015-04-02 19:16:01 +02:00 |
|
JoshyPHP
|
6540918ffa
|
[ticket/11768] Added test files
PHPBB3-11768
|
2015-04-02 19:16:01 +02:00 |
|
s9e
|
90d1a431bd
|
[ticket/11768] Updated tests to use the new constructor signature
PHPBB3-11768
|
2015-04-02 19:16:01 +02:00 |
|
s9e
|
c4a58bce89
|
[ticket/11768] Updated test case helper with new signature
PHPBB3-11768
|
2015-04-02 19:16:01 +02:00 |
|
s9e
|
147a713cc0
|
[ticket/11768] This commit integrates s9e\TextFormatter
This commit integrates s9e\TextFormatter as outlined in
http://area51.phpbb.com/phpBB/viewtopic.php?f=108&t=44467
PHPBB3-11768
|
2015-04-02 19:16:01 +02:00 |
|
Oliver Schramm
|
bbd0a8985c
|
[ticket/13469] Extract test to new method
PHPBB3-13469
|
2015-04-02 16:36:09 +02:00 |
|
Nicofuma
|
a3f7e0f441
|
Merge branch '3.1.x'
|
2015-03-29 19:50:58 +02:00 |
|
Nicofuma
|
d9f4964d91
|
Merge pull request #3376 from marc1706/ticket/13568-asc
[ticket/13568] Validate imagick path as readable absolute path
closes #3376
|
2015-03-29 19:50:19 +02:00 |
|
Nicofuma
|
9e66a10bac
|
Merge branch '3.1.x'
|
2015-03-24 23:57:26 +01:00 |
|
Nicofuma
|
50b3c2b49e
|
Merge pull request #3398 from marc1706/ticket/13612
[ticket/13612] Run meta refresh until extension is fully enabled
|
2015-03-24 23:32:29 +01:00 |
|
Marc Alexander
|
2e7a60d986
|
[ticket/13564] Try to unlink user account for every auth provider
PHPBB3-13564
|
2015-03-24 17:09:52 +01:00 |
|
Oliver Schramm
|
eca0128d0a
|
[ticket/13469] Add tests
PHPBB3-13469
|
2015-03-22 21:30:05 +01:00 |
|
brunoais
|
fe132f19e8
|
[feature/sql-bool-builder] Improved tests output to show the SQL error.
PHPBB3-13652
|
2015-03-17 20:33:10 +00:00 |
|
brunoais
|
576eaa0cff
|
[feature/sql-bool-builder] Adding the IS operator to predicted operators
PHPBB3-13652
|
2015-03-17 20:31:26 +00:00 |
|
brunoais
|
bc6ea5796d
|
[feature/sql-bool-builder] test_single_not_like
PHPBB3-13652
|
2015-03-16 23:16:49 +00:00 |
|
brunoais
|
c342531872
|
[feature/sql-bool-builder] test_single_like
PHPBB3-13652
|
2015-03-16 23:16:48 +00:00 |
|
brunoais
|
d60d596f25
|
[feature/sql-bool-builder] test_single_not_in
PHPBB3-13652
|
2015-03-16 23:16:47 +00:00 |
|
brunoais
|
1754f1832d
|
[feature/sql-bool-builder] test_single_in
PHPBB3-13652
|
2015-03-16 23:16:47 +00:00 |
|
brunoais
|
5f63d685f6
|
[feature/sql-bool-builder] test_and_of_or_of_and
PHPBB3-13652
|
2015-03-16 23:16:46 +00:00 |
|
brunoais
|
e6eab35a64
|
[feature/sql-bool-builder] test_triple_and_with_in
PHPBB3-13652
|
2015-03-16 23:16:43 +00:00 |
|
brunoais
|
5d3b22c21e
|
[feature/sql-bool-builder] test_double_and_with_not_of_and
PHPBB3-13652
|
2015-03-16 23:16:01 +00:00 |
|
brunoais
|
d10a0ca1ca
|
[feature/sql-bool-builder] test_triple_and_with_is_null
PHPBB3-13652
|
2015-03-16 23:15:58 +00:00 |
|
brunoais
|
5bc03c9610
|
[feature/sql-bool-builder] Prepare testing class
PHPBB3-13652
|
2015-03-16 11:14:34 +00:00 |
|