Ruben Calvo
b148bb5d70
[ticket/15849] Stop using php4 constructors
...
PHPBB3-15849
2018-10-21 07:02:26 +00:00
Marc Alexander
ae672b0c7f
Merge pull request #5326 from rubencm/ticket/15762
...
[ticket/15762] Update type for forum_topics_per_page
2018-10-09 08:07:49 +02:00
Jakub Senko
38d7ad40a3
[ticket/15832] Add core.acp_users_avatar_sql event
...
PHPBB3-15832
2018-10-08 15:38:14 +02:00
Jakub Senko
9d85422edb
[ticket/15831] Add core.acp_users_modify_signature_sql_ary event
...
PHPBB3-15831
2018-10-08 15:33:42 +02:00
3D-I
35c9357d2f
[ticket/15825] Add core.acp_manage_forums_move_content_sql_before
...
PHPBB3-15825
2018-10-02 18:19:11 +02:00
Marc Alexander
eb5d61044c
Merge pull request #5160 from kasimi/ticket/15590
...
[ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
2018-09-16 11:27:03 +02:00
Derky
1991df9519
Merge pull request #5349 from rubencm/ticket/15566
...
[ticket/15566] Set category to none if extension don't exist
2018-09-14 14:40:46 +02:00
rubencm
af5a2c4a20
[ticket/15566] Add missing variable sign
...
PHPBB3-15566
2018-09-13 15:26:17 +00:00
rubencm
0898c4c1cc
[ticket/15566] Set category to none if extension don't exist
...
PHPBB3-15566
2018-09-13 11:55:05 +00:00
Rubén Calvo
9719d5a3d5
[ticket/15762] Update type for forum_topics_per_page in acp_forums
...
PHPBB3-15762
2018-08-30 19:05:12 +02:00
Marc Alexander
2bac84c51f
Merge branch 'prep-release-3.2.3' into 3.2.x
2018-07-30 13:45:50 +02:00
Rubén Calvo
a6a3899aea
[ticket/15731] Fix language string parameters
...
PHPBB3-15731
2018-07-30 11:20:42 +02:00
kasimi
1785b9eb47
[ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
...
PHPBB3-15590
2018-07-08 20:04:26 +02:00
Zoddo
f800bc09f9
[ticket/15656] Add "View post" link in the mod logs on the ACP
...
This link was added to the MCP view in GH-3870 (PHPBB3-9485) but I
completely forgot the ACP…
Consistency is back!
PHPBB3-15656
2018-05-01 16:32:45 +02:00
kasimi
02600626cc
[ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
...
PHPBB3-15590
2018-03-16 12:47:19 +01:00
Marc Alexander
f17bd9e1e0
Merge pull request #5094 from JoshyPHP/ticket/15518
...
[ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
2018-02-21 21:14:00 +01:00
Marc Alexander
928a8c0e89
Merge pull request #5100 from senky/ticket/15528
...
[ticket/15528] Display style phpBB version
2018-01-24 19:16:24 +01:00
Jakub Senko
875dc63c6f
[ticket/15529] Color groups in ACP
...
PHPBB3-15529
2018-01-21 11:04:07 +01:00
Jakub Senko
abe218c34a
[ticket/15528] Display style phpBB version
...
PHPBB3-15528
2018-01-21 10:54:07 +01:00
Marc Alexander
d0143bec88
Merge pull request #5084 from hubaishan/ticket/15510
...
[ticket/15510] Link Orphan attachments in ACP General to its page
2018-01-20 19:57:33 +01:00
canonknipser
122f61e1ca
[ticket/15513] Signature edit in acp gives error
...
When editing a users signature in acp, a error is thrown.
PHPBB3-15513
2018-01-20 18:00:44 +01:00
JoshyPHP
f01e29effe
[ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
...
PHPBB3-15518
2018-01-17 00:16:26 +01:00
Marc Alexander
1cd8bbac0c
Merge pull request #5071 from dsinn/ticket/15495
...
[ticket/15495] Use transaction in ACP move_forum
2018-01-16 21:34:20 +01:00
hubaishan
baabcad8ab
[ticket/15510] Link Orphan attachments in ACP General to its page
...
Link Orphan attachments in ACP General to Orphaned attachments page
if Orphan attachments>0
PHPBB3-15510
2018-01-12 18:23:16 +03:00
Derky
182a96f273
Merge pull request #4680 from marc1706/ticket/15055
...
[ticket/15055] Add appveyor file to allow running tests on appveyor as well
2018-01-05 22:44:34 +01:00
Daniel Sinn
84ccb3aded
[ticket/15495] Use transaction in ACP move_forum
...
Should prevent the forums table from getting messed up if an error or
concurrent execution happens.
PHPBB3-15495
2018-01-03 16:18:14 -05:00
Marc Alexander
66143e99be
[ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibility
...
PHPBB3-15055
2018-01-01 18:54:08 +01:00
rxu
f8fbe37936
[ticket/14972] replace all occurrences of sizeof() with the count()
...
PHPBB3-14972
2018-01-01 13:56:04 +01:00
Marc Alexander
0b52923129
Merge pull request #5044 from hubaishan/ticket/15453
...
[ticket/15453] Add core event after language deleted in acp_language.php
2017-12-28 08:29:28 +01:00
Marc Alexander
01181f1e4e
Merge pull request #5040 from kasimi/ticket/15446
...
[ticket/15446] Add event core.acp_profile_action
2017-12-27 21:31:31 +01:00
Marc Alexander
d8f9cb4961
Merge pull request #5041 from kasimi/ticket/15447
...
[ticket/15447] Add event core.acp_profile_modify_profile_row
2017-12-27 21:27:11 +01:00
hubaishan
c906335ce4
[ticket/15453] Add core event after language deleted in acp_language.php
...
Add core event after language deleted in acp_language.php
PHPBB3-15453
2017-12-27 20:54:15 +01:00
Marc Alexander
d1f10d54fc
Merge pull request #5055 from dsinn/ticket/15471
...
[ticket/15471] Add core events to ACP when pruning a forum
2017-12-27 20:44:40 +01:00
Daniel Sinn
bf55546d2d
[ticket/15471] Fix event documentation for core.prune_forums_settings_confirm
...
PHPBB3-15471
2017-12-18 08:14:42 -05:00
Marc Alexander
4bbda5bc45
[ticket/15322] Adjust email language and move force sender setting
...
PHPBB3-15322
2017-12-16 18:32:55 +01:00
Marc Alexander
4e045ed767
[ticket/15322] Try to make new email setting more readable
...
PHPBB3-15322
2017-12-13 21:31:07 +01:00
Marc Alexander
9f055e1af3
[ticket/15322] Add config setting for -f parameter & remove mail function name
...
The -f parameter can now be added via configuration in the ACP. Addtionally,
the config setting for the mail function name has been removed.
PHPBB3-15322
2017-12-11 21:56:21 +01:00
Daniel Sinn
5b22ccfa76
[ticket/15471] Add core events to ACP when pruning a forum
...
PHPBB3-15471
2017-11-30 15:40:18 -05: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
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
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
JoshyPHP
9933380d80
[ticket/15408] Reject duplicate BBCodes in ACP
...
PHPBB3-15408
2017-11-03 13:13:46 +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
Rubén Calvo
a0ba57dc4f
[ticket/15171] Fix test
...
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
3b5c624c03
Merge pull request #4930 from rubencm/ticket/15201
...
[ticket/15201] Set user style to default style when it is disabled or uninstalled
2017-10-22 10:19:30 +02:00
Marc Alexander
c1c3004fa1
Merge pull request #5003 from kasimi/ticket/15409
...
[ticket/15409] Add u_action to core.acp_users_overview_run_quicktool
2017-10-17 20:48:49 +02:00
Rubén Calvo
3f95d49fee
[ticket/15041] Add pagination to orphaned attachments
...
PHPBB3-15041
2017-10-17 18:47:47 +02:00
kasimi
0b42b34531
[ticket/15409] Add u_action to core.acp_users_overview_run_quicktool
...
PHPBB3-15409
2017-10-16 22:59:41 +02:00