Derky
85ece822db
Merge pull request #5048 from CHItA/ticket/15461
...
[ticket/15461] Add Derky to the list of contributors.
2017-11-21 14:09:23 +01:00
Máté Bartus
57323d1650
[ticket/15461] Add Derky to the list of contributors.
...
PHPBB3-15461
2017-11-21 14:02:43 +01:00
rxu
cb0e13aa19
[ticket/15460] Fix group name displayed in the manage users ACP module
...
PHPBB3-15460
2017-11-20 21:13:37 +07:00
Oliver Schramm
719a49d387
[ticket/15339] Free sql results in migration module tool
...
PHPBB3-15339
2017-11-17 01:31:31 +01:00
Oliver Schramm
aa961991fd
[ticket/15339] Allow a module to have multiple parents
...
Also restore old behaviour from Olympus regarding re-sorting modules
PHPBB3-15339
2017-11-17 01:29:38 +01:00
Marc Alexander
0517e43dff
Merge pull request #4976 from rubencm/ticket/15171
...
[ticket/15171] Replace all BBCode templates by default
2017-11-16 21:56:57 +01:00
Máté Bartus
1a1a2dc046
Merge pull request #4949 from marc1706/ticket/15353
...
[ticket/15353] Make sure users can continue update after merging file diff
2017-11-15 21:44:53 +01:00
Jakub Senko
5585cb79b2
[ticket/15454] Add core.mcp_queue_approve_details_template
...
PHPBB3-15454
2017-11-13 14:24:58 +01:00
Kailey Truscott
a24839d21d
[ticket/15452] Add template event mcp_topic_postrow_post_before
...
PHPBB3-15452
2017-11-13 07:39:59 -05:00
Kailey Truscott
da3a1a5d20
[ticket/15451] Add template event mcp_topic_postrow_attachments_before/after
...
PHPBB3-15451
2017-11-13 07:37:08 -05:00
kasimi
b9254cfda8
[ticket/15447] Add event core.acp_profile_modify_profile_row
...
PHPBB3-15447
2017-11-08 18:00:52 +01:00
kasimi
0318cea910
[ticket/15446] Add event core.acp_profile_action
...
PHPBB3-15446
2017-11-08 17:58:26 +01:00
kasimi
0409191be9
[ticket/15431] Fixed event argument description
...
PHPBB3-15431
2017-11-08 14:45:33 +01:00
JoshyPHP
288def143c
[ticket/15442] Allow unsafe HTML in bbcode.html
...
PHPBB3-15442
2017-11-07 10:34:11 +01:00
Marc Alexander
44d5bde616
Merge pull request #5002 from JoshyPHP/ticket/15408
...
[ticket/15408] Reject duplicate BBCodes in ACP
2017-11-05 11:06:15 +01:00
rxu
f9b9d659a1
[ticket/15224] Fix some MySQL fulltext index searching errors
...
PHPBB3-15224
2017-11-04 19:14:04 +07:00
JoshyPHP
9933380d80
[ticket/15408] Reject duplicate BBCodes in ACP
...
PHPBB3-15408
2017-11-03 13:13:46 +01:00
Marc Alexander
b71e725c0b
Merge pull request #5016 from Elsensee/ticket/15195
...
[ticket/15195] Fix code block in rtl print version
2017-11-02 21:33:56 +01:00
Marc Alexander
3b5f5113ac
Merge pull request #5008 from rubencm/ticket/15041
...
[ticket/15041] Add pagination to orphaned attachments
2017-11-02 21:14:09 +01:00
Oliver Schramm
c67cfb2b41
[ticket/15195] Fix floatings in print view
...
PHPBB3-15195
2017-11-02 20:24:21 +01:00
Oliver Schramm
3b977eacc1
[ticket/15195] Add bidi.css to ucp_pm_viewmessage_print
...
PHPBB3-15195
2017-11-02 20:23:54 +01:00
Marc Alexander
c3cc6bcbac
Merge pull request #4977 from rxu/ticket/15384
...
[ticket/15384] Add linebreaks to SMTP/Jabber configuration option explanations
2017-11-01 21:33:35 +01:00
Marc Alexander
e86afe6799
[ticket/15384] Use html5 version of <br> instead of xhtml one
...
PHPBB3-15384
2017-11-01 20:08:45 +01:00
Marc Alexander
22e97296af
Merge pull request #5019 from marc1706/ticket/14994
...
[ticket/14994] Refactor template->assign_block_var
2017-11-01 17:23:33 +01:00
Marc Alexander
18a0abcaa3
Merge pull request #5024 from kasimi/ticket/15432
...
[ticket/15432] Don't remove dark background if fadedark is false
2017-11-01 16:08:41 +01:00
Marc Alexander
44277d6a0d
Merge pull request #5013 from rxu/ticket/15419
...
[ticket/15419] Fix Sphinx UTF8 search in delta index
2017-11-01 15:59:05 +01:00
Marc Alexander
1b480df535
Merge pull request #5015 from kasimi/ticket/15423
...
[ticket/15423] Fix wrong title for topic's "Unappproved posts" icon
2017-11-01 15:51:27 +01:00
Marc Alexander
5cdec6199c
Merge pull request #4984 from senky/ticket/15111
...
[ticket/15111] Fix the typo in ucp_pm_view_messsage
2017-11-01 15:45:11 +01:00
Marc Alexander
96cb62fe6d
Merge pull request #5026 from marc1706/ticket/15387
...
[ticket/15387] Make vertical bars full height on board index forum rows
2017-11-01 13:21:33 +01:00
Marc Alexander
a9f850c36d
Merge pull request #5018 from marc1706/ticket/15133
...
[ticket/15133] Update fast-image-size to 1.1.4
2017-11-01 12:32:51 +01:00
javiexin
a30693a594
[ticket/14994] Refactor template->assign_block_var
...
Refactor assign_block_var to use the same block selection mechanism
as is used in alter_block_array. This allows creating new blocks
at any position in the template structure, not only on the last block.
Allows selecting a block as outer[2].middle.
Added tests. Added PHP 7.2 compatibility.
PHPBB3-14994
2017-11-01 12:29:49 +01:00
javiexin
c2043e47da
[ticket/14994] Refactor template->assign_block_var
...
Refactor assign_block_var to use the same block selection mechanism
as is used in alter_block_array. This allows creating new blocks
at any position in the template structure, not only on the last block.
Allows selecting a block as outer[2].middle.
Added tests. Added PHP 7.2 compatibility.
PHPBB3-14994
2017-11-01 12:29:49 +01:00
javiexin
bf882826e4
[ticket/14994] Refactor template->assign_block_var
...
Refactor assign_block_var to use the same block selection mechanism
as is used in alter_block_array. This allows creating new blocks
at any position in the template structure, not only on the last block.
Allows selecting a block as outer[2].middle.
Added tests.
PHPBB3-14994
2017-11-01 12:29:47 +01:00
Marc Alexander
c14cc433b7
Merge pull request #4988 from Elsensee/ticket/15389
...
[ticket/15389] Allow arrays in event dispatcher
2017-11-01 12:00:23 +01:00
Sophist
ab83b25857
[ticket/15387] Make vertical bars full height - fix MCP
...
Fix issue where changes were half applied to MCP creating c. 990px of
whitespace.
PHPBB3-15387
2017-11-01 11:03:00 +01:00
Sophist
e5860288be
[ticket/15387] Make vertical bars full height - fix 1
...
Fix issue with 2px gap at the bottom of the bars.
PHPBB3-15387
2017-11-01 11:00:49 +01:00
Sophist
44a0a9e3e0
[ticket/15387] Make vertical bars full height on forum topic rows - consistency
...
Make extra size consistent with immediately following css i.e. use 999px
not 99999px as v. large to exceed possible box size.
PHPBB3-15387
2017-11-01 11:00:33 +01:00
Sophist
a6b994d95e
[ticket/15387] Make vertical bars full height on board index forum rows
...
Make vertical left border bars for height for Topics and Posts columns
in board index forum rows when these columns have less height than e.g.
the Last Post column.
PHPBB3-15387
2017-11-01 11:00:06 +01:00
Marc Alexander
a6c5204cbd
Merge pull request #4973 from DavidIQ/ticket/15372
...
[ticket/15372] Add permission for listing topics without being able to read them
2017-11-01 10:39:56 +01:00
kasimi
8df79ba5a4
[ticket/15432] Don't remove dark background if fadedark is false
...
PHPBB3-15432
2017-10-31 17:36:29 +01:00
Marc Alexander
131c264492
Merge pull request #4985 from senky/ticket/13150
...
[ticket/13150] Add core.phpbb_log_get_topic_auth_sql_after
2017-10-31 16:13:34 +01:00
Marc Alexander
200562548e
Merge pull request #4980 from senky/ticket/15381
...
[ticket/15381] Better explain CONTACT_US_ENABLE_EXPLAIN
2017-10-31 15:51:20 +01:00
Marc Alexander
1744d829ad
Merge pull request #4978 from ftc2/3.2.x
...
[ticket/15385] nginx.sample.conf: www redirection, security regex
2017-10-31 15:47:09 +01:00
kasimi
be15e26e5f
[ticket/15431] Add event core.ucp_register_modify_template_data
...
PHPBB3-15431
2017-10-31 14:56:41 +01:00
Rubén Calvo
4bf0f4a50f
[ticket/15171] Add migration
...
PHPBB3-15171
2017-10-31 14:37:36 +01:00
Rubén Calvo
a0ba57dc4f
[ticket/15171] Fix test
...
PHPBB3-15171
2017-10-31 14:30:45 +01:00
Rubén Calvo
3bfd006e77
[ticket/15171] Fix texformatter
...
PHPBB3-15171
2017-10-31 14:30:45 +01:00
Rubén Calvo
508caa9bd4
[ticket/15171] Replace all BBCode templates by default
...
PHPBB3-15171
2017-10-31 14:30:45 +01:00
Marc Alexander
78610f0406
Merge pull request #4975 from senky/ticket/15273
...
[ticket/15273] Better explain cookie path
2017-10-31 14:17:28 +01:00
Marc Alexander
f31dcfc937
Merge pull request #4970 from rxu/ticket/15374
...
[ticket/15374] Add core event to modify page title in viewforum.php
2017-10-31 12:58:40 +01:00