Joas Schilling
077051fef5
[ticket/13844] Add events
...
PHPBB3-13844
2015-05-20 20:11:52 +02:00
Marc Alexander
b7a89187b5
[ticket/12542] Properly check if textarea is undefined or null
...
PHPBB3-12542
2015-05-20 15:47:26 +02:00
Marc Alexander
466b710235
Merge pull request #3608 from Nicofuma/ticket/13829
...
[ticket/13829] Don't fail if the cache isn't writeable
2015-05-20 10:53:16 +02:00
Marc Alexander
023f15f5fe
Merge pull request #3621 from Nicofuma/ticket/13849
...
[ticket/13849] Fix development environment
2015-05-20 09:32:10 +02:00
Marc Alexander
0e5d1decbf
[ticket/13832] Use preg_replace_callback in check_flash_bbcodes
...
PHPBB3-13832
2015-05-20 09:03:59 +02:00
Marc Alexander
91cace06a5
[ticket/13832] Resolve minor coding issues
...
PHPBB3-13832
2015-05-20 08:59:19 +02:00
Nicofuma
c5493c2bb8
Merge pull request #3586 from s9e/ticket/13680
...
[ticket/13680] Updated quote notifications
2015-05-20 00:38:49 +02:00
Nicofuma
15bec23770
Merge pull request #3578 from s9e/ticket/13801
...
[ticket/13801] Remove user dependency from text_formatter.s9e.parser
2015-05-20 00:02:41 +02:00
Nicofuma
9ccc7f4d65
Merge pull request #3597 from s9e/ticket/13614
...
[ticket/13614] Removed code that relies on phpbb_pcre_utf8_support()
2015-05-19 23:53:27 +02:00
Nicofuma
5e6c026527
Merge pull request #3617 from s9e/ticket/11530
...
[ticket/11530] Remove extra quotes when depth limit is exceeded
2015-05-19 23:35:58 +02:00
Tristan Darricau
a462f14aa3
[ticket/13790] Update phpcs
...
PHPBB3-13790
2015-05-19 22:19:18 +02:00
Nicofuma
7a65b0cc4e
[ticket/13849] Fix development environment
...
PHPBB3-13849
2015-05-19 21:59:41 +02:00
Marc Alexander
358c634153
[ticket/13832] Remove unused global from bbcode_init()
...
PHPBB3-13832
2015-05-19 17:26:01 +02:00
Marc Alexander
e8602d4203
[ticket/13832] Use preg_replace_callback in ucp_pm_options
...
PHPBB3-13832
2015-05-19 16:30:52 +02:00
Marc Alexander
3106195cdd
[ticket/13832] Use preg_replace_callback in bbcode class
...
PHPBB3-13832
2015-05-19 16:29:50 +02:00
Marc Alexander
a430fef05b
[ticket/13832] Use preg_replace_callback in acp_bbcodes
...
PHPBB3-13832
2015-05-19 16:29:10 +02:00
Marc Alexander
5796584611
[ticket/13832] Fix code sniffer errors in message_parser.php
...
PHPBB3-13832
2015-05-19 14:15:37 +02:00
Tristan Darricau
d7e2f488a4
Merge branch '3.1.x'
2015-05-19 09:44:36 +02:00
Tristan Darricau
1d2a127144
Merge pull request #3619 from javiexin/ticket/13852
...
[ticket/13852] Consistent tab navigation when login in
2015-05-19 09:43:29 +02:00
Marc Alexander
1494c54803
[ticket/13832] Do not use e modifier for bbcodes in message_parser
...
PHPBB3-13832
2015-05-18 21:43:25 +02:00
javiexin
cb12a065df
[ticket/13852] Consistent tab navigation when login in
...
Added tabindex attribute to input elements in index_body.html to make
tab navigation consistent with that of login_body.html.
PHPBB3-13852
2015-05-18 19:38:48 +02:00
Marc Alexander
2911c01683
[ticket/13832] Remove e modifier from bold bbcode
...
PHPBB3-13832
2015-05-18 19:03:25 +02:00
Marc Alexander
8a5c0965d3
[ticket/13832] Allow callables for matching bbcodes
...
PHPBB3-13832
2015-05-18 19:02:49 +02:00
Marc Alexander
1076b562dd
[ticket/13832] Do not use e modifier in message_parser
...
PHPBB3-13832
2015-05-18 17:59:21 +02:00
Marc Alexander
71f5c9c327
[ticket/13832] Use preg_replace_callback instead of /e modifier
...
PHPBB3-13832
2015-05-18 17:19:29 +02:00
JoshyPHP
e67c5850e4
[ticket/11530] Updated s9e\TextFormatter
...
PHPBB3-11530
2015-05-18 06:49:53 +02:00
JoshyPHP
c1777f4811
[ticket/11530] Remove extra quotes when depth limit is exceeded
...
PHPBB3-11530
2015-05-18 03:57:48 +02:00
JoshyPHP
5772e06b1a
[ticket/13801] Updated event description [ci skip]
...
PHPBB3-13801
2015-05-18 02:58:33 +02:00
JoshyPHP
7b552152b4
[ticket/13801] Updated comments for clarity
...
PHPBB3-13801
2015-05-18 02:58:33 +02:00
JoshyPHP
deadc06652
[ticket/13801] Removed user dependency from text_formatter.s9e.parser
...
PHPBB3-13801
2015-05-18 02:58:33 +02:00
Joas Schilling
8ce0a64a16
[ticket/13844] Remove hacky code for the help array
...
PHPBB3-13844
2015-05-17 21:18:17 +02:00
Nicofuma
c967ba7b9b
Merge branch '3.1.x'
2015-05-17 20:02:29 +02:00
Nicofuma
309a6b9313
Merge pull request #3601 from nickvergessen/ticket/13827
...
[ticket/13827] Correctly return JSON instead of HTML when valled from AJAX
2015-05-17 20:01:18 +02:00
rxu
73fd75abf1
[ticket/13846] Fix softdelete feature workflow in viewtopic
...
Changes:
- For permanent deletion of softdeleted post, disapprove mode has been changed
to delete mode;
- If post delete and softdelete are allowed, delete button triggers softdelete
mode;
- If a user can't permanently delete posts but can restore softdeleted posts,
delete button won't be displayed for softdeleted posts.
Subsilver2 is unaffected.
PHPBB3-13846
2015-05-17 21:52:30 +07:00
Joas Schilling
80be642a0b
[ticket/13844] Fix language file so the tests pass
...
PHPBB3-13844
2015-05-16 23:13:50 +02:00
Joas Schilling
07231e7943
[ticket/13844] FAQ in new controller format
...
PHPBB3-13844
2015-05-16 22:09:05 +02:00
Joas Schilling
ff7e9dc912
[ticket/13844] Refactor bbcode help to the new system
...
PHPBB3-13844
2015-05-16 22:09:04 +02:00
Joas Schilling
5586cbbcfe
[ticket/13844] Add new versions of the old help_* files
...
PHPBB3-13844
2015-05-16 22:09:02 +02:00
Joas Schilling
e7321c9e55
[ticket/13844] Add a little develop script to migrate the files
...
PHPBB3-13844
2015-05-16 22:09:00 +02:00
Joas Schilling
3b91b243b0
Merge branch '3.1.x'
2015-05-16 13:40:07 +02:00
Joas Schilling
e52bc2d022
Merge pull request #3606 from Nicofuma/ticket/13838
...
[ticket/13838] Check braces for control structures
2015-05-16 13:39:45 +02:00
Oliver Schramm
cddecec146
Merge pull request #3591 from Nicofuma/ticket/12632
...
[ticket/12632] Add twig.debug and twig.auto_reload in config.yml
2015-05-16 00:30:19 +02:00
Oliver Schramm
c1ab364e28
Merge branch '3.1.x'
2015-05-15 17:54:10 +02:00
Oliver Schramm
1c0c9c1bca
Merge pull request #3563 from rxu/ticket/13791
...
[ticket/13791] Add more post buttons template events to viewtopic_body.html
2015-05-15 17:52:44 +02:00
JoshyPHP
f7ad2c2b32
[ticket/13680] Renamed get_quote_authors to get_outermost_quote_authors
...
PHPBB3-13680
2015-05-15 02:12:52 +02:00
JoshyPHP
f5ce9f2738
[ticket/13680] Updated quote notifications
...
Added get_quote_authors() to text_formatter.utils service to retrieve
the names used in first-level quotes
PHPBB3-13680
2015-05-15 02:10:46 +02:00
Nicofuma
2b25c5bd35
[ticket/13770] Use dummy cache driver
...
PHPBB3-13770
2015-05-14 23:04:27 +02:00
Nicofuma
02af9385a1
[ticket/13770] Fix tests
...
PHPBB3-13770
2015-05-14 23:04:23 +02:00
Tristan Darricau
549fe66d90
[ticket/13770] Update tests
...
PHPBB3-13770
2015-05-14 23:04:18 +02:00
Tristan Darricau
c96e7ef171
[ticket/13770] Wither interface for container_builder
...
PHPBB3-13770
2015-05-14 23:04:03 +02:00