Marc Alexander
4b206ee28b
Merge branch '3.3.x'
2024-05-28 21:08:17 +02:00
battye
558b8ae7ed
[ticket/16553] Fix approve reported posts bug
...
Fixes the module not accessible error when trying to approve a reported post.
PHPBB3-16553
2024-05-27 05:18:08 +00:00
Marc Alexander
8bbb4aa25d
[ticket/17283] Replace iconify fa with direct fa icons
...
PHPBB3-17283
2024-02-12 18:51:47 +01:00
Marc Alexander
e06b48315b
[ticket/17085] Fix invalid icon names
...
PHPBB3-17085
2023-01-07 13:47:04 +01:00
hanakin
e9227797a0
[ticket/16237] fix typo
...
PHPBB3-16237
2020-08-19 10:40:06 -10:00
hanakin
f7dfff7cf0
[ticket/16237] fix merge conflicts
...
PHPBB3-16237
2020-08-19 10:40:06 -10:00
hanakin
a1b88e12ca
[ticket/16237] fix mcp_post
...
PHPBB3-16237
2020-08-19 10:40:06 -10:00
hanakin
e8493f9159
[ticket/16237] use icon function title when poss
...
PHPBB3-16237
2020-08-19 10:40:06 -10:00
hanakin
dc4fe2d4b7
[ticket/16237] squash all commits
...
PHPBB3-16237
2020-08-19 10:40:06 -10:00
Marc Alexander
cfaa22494e
Merge branch '3.3.x'
2020-03-22 17:58:39 +01:00
mrgoldy
a37f95e7db
[ticket/16407] Fix MCP Post reported message
...
PHPBB3-16407
2020-03-16 22:41:52 +01:00
Marc Alexander
b91dd633ae
Merge branch '3.3.x'
2020-03-16 21:53:25 +01:00
mrgoldy
f57a7826a8
[ticket/15275] Fix IP lookup pagination
...
PHPBB3-15275
2020-03-10 15:22:22 +01:00
Marc Alexander
3b50871254
Merge branch '3.2.x'
2018-12-26 21:51:36 +01:00
mrgoldy
fe72d87460
[ticket/15901] Add mcp_post_ template events
...
PHPBB3-15901
2018-12-04 01:48:09 +01:00
Marc Alexander
956aef6a62
Merge branch '3.2.x'
2018-10-20 12:00:53 -04:00
Marc Alexander
7aa639f050
Merge pull request #5379 from senky/ticket/15621
...
[ticket/15621] Remove graphical inconsistencies
2018-10-20 11:34:57 -04:00
Marc Alexander
f50b9288ec
Merge branch '3.2.x'
2018-10-13 16:04:30 -07:00
Jakub Senko
f9b1f9ced5
[ticket/15706] Add mcp_post_report_buttons_top_* events
...
PHPBB3-15706
2018-10-12 10:05:03 +02:00
Jakub Senko
a478063d2b
[ticket/15621] Remove graphical inconsistencies
...
PHPBB3-15621
2018-09-26 09:17:29 +02:00
Tristan Darricau
712626d845
Merge branch '3.2.x'
...
* 3.2.x:
[ticket/8116] Add missing new line
[ticket/8116] Correctly get other users who posted under IP
[ticket/8116] Improve code and add tests for helper functions
[ticket/8116] Add pagination for IP tables on post info
2017-04-21 23:55:13 +02:00
Marc Alexander
b1439a4601
Merge branch 'ticket/8116' into ticket/8116-rhea
2017-04-19 23:43:41 +02:00
Marc Alexander
771be9310d
[ticket/8116] Correctly get other users who posted under IP
...
PHPBB3-8116
2017-04-18 19:33:05 +02:00
Marc Alexander
2edf7056f0
[ticket/8116] Add pagination for IP tables on post info
...
Diff from previous patch by nickvergessen.
PHPBB3-8116
2017-03-28 22:10:03 +02:00
hanakin
c0b22b380f
[ticket/14204] Add new classes
...
PHPBB3-14204
2017-02-17 14:23:14 -05:00
Richard McGirr
3b395aa7a4
[ticket/14753] Fix mcp_post
...
PHPBB3-14753
2016-08-27 06:12:50 -04:00
Michael Miday
e0893c27a2
[ticket/14295]fix report icon as well
...
PHPBB3-14295
2015-11-24 18:49:45 +01:00
Marc Alexander
f3ea34b311
Merge branch '3.1.x'
2015-10-07 16:50:43 +02:00
Marc Alexander
e5b2dc922f
Merge pull request #3615 from rxu/ticket/13846
...
[ticket/13846] Fix softdelete feature workflow in viewtopic
2015-10-07 16:50:35 +02:00
Michael Miday
9da14c9b24
[ticket/14199]Add aria-hidden to all icons
...
PHPBB3-14199
2015-10-01 20:21:38 +02:00
Michael Miday
d50801a056
[ticket/14202]Add missing sr-only classes
...
PHPBB3-14202
2015-09-28 18:24:24 +02:00
Michael Miday
5197be9ba5
[ticket/12769] Swap icons in mcp
2015-09-17 18:37:26 +02:00
Michael Miday
70f1b08c69
[ticket/14139] Add class of IDs to html tags
2015-09-14 16:25:36 +02:00
rxu
0d6c323611
[ticket/13846] Fix MCP to disallow softdeleted posts deletion if not permitted.
...
PHPBB3-13846
2015-07-30 19:35:01 +07:00
javiexin
9951458ebf
[ticket/13786] Add events to add MCP post options
...
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
Remove extra template variable around the new event.
PHPBB3-13786
2015-05-28 14:28:41 +02:00
javiexin
e98a5afd07
[ticket/13786] Add events to add MCP post options
...
Three new events are included:
1) Core event to perform new moderator action in includes/mcp/mcp_post.php
2) Core event to add/modify template data in includes/mcp/mcp_post.php
3) Template event to present new options in template/mcp_post.html
PHPBB3-13786
2015-04-27 13:21:23 +02:00
Cesar G
dff6741c7b
[ticket/12155] Fix misplaced semicolon and ensure that value comparison works.
...
PHPBB3-12155
2014-05-27 07:17:47 -07:00
Cesar G
70f9d4a54a
[ticket/12155] Move icon class directly to <a> and use <span> consistently.
...
PHPBB3-12155
2014-05-27 07:17:47 -07:00
Cesar G
d3b9c87b42
[ticket/12155] Use the new .button class as the basis for the post buttons.
...
PHPBB3-12155
2014-05-27 07:17:46 -07:00
Matt Friedman
67beb97efe
Merge branch 'develop' into ticket/11935
2013-10-20 15:57:57 -07:00
Matt Friedman
546332b141
[ticket/11935] Remove obsolete table attributes from Prosilver
...
cellpadding, cellspacing, border are obsolete table attributes.
They are handled by CSS already using table and .table1
PHPBB3-11935
2013-10-19 08:55:13 -07:00
Vjacheslav Trushkin
68a4c6acbf
[ticket/11552] Move post subject before buttons
...
PHPBB3-11552
2013-10-19 13:22:47 +03:00
Nathan Guse
94b3d38392
Merge remote-tracking branch 'remotes/upstream/develop-olympus' into develop
...
* remotes/upstream/develop-olympus:
[ticket/11829] Use report_closed to determine status in MCP report_details
Conflicts:
phpBB/styles/prosilver/template/mcp_post.html
2013-09-12 14:57:26 -05:00
rechosen
77845e366e
[ticket/11829] Use report_closed to determine status in MCP report_details
...
Instead of using post_reported of the post or message_reported of the pm, use
report_closed of the report itself to reliably determine whether this
particular report is closed or not in the report_details view of the MCP.
This fixes a bug where the report_details view would not show that the report
shown was closed and display a "Close report" button that had no effect.
PHPBB3-11829
2013-09-04 13:37:39 +02:00
Vjacheslav Trushkin
9a5363462b
[ticket/11782] Change p.rules to p.post-notice in templates
...
PHPBB3-11782
2013-08-11 19:57:34 +03:00
Joas Schilling
d44a0a17df
[ticket/9657] Provide option to restore post in mcp_post
...
PHPBB3-9657
2013-03-12 11:37:36 +01:00
Joas Schilling
63f3cd45bb
[feature/soft-delete] Add delete information to approve deatils page
...
PHPBB3-9657
2012-12-18 15:08:05 +01:00
Nathan Guse
6e7e70a18a
[ticket/10780] Replace colon usage in template output with {L_COLON}
...
Replace all the instances (I could find) where the colon is displayed
to the user with {L_COLON} so it can be localised.
PHPBB3-10780
2012-11-10 00:23:03 +01:00
Shibu Lijack
3ced1d2bfc
[ticket/10734] Removed all the unnecessary corner classes
...
Removed the corner span classes from all the template and theme files.
PHPBB-10734
2012-04-02 16:15:55 +05:30
Nils Adermann
0a4efcbe8c
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/9956] Display error message if no disapprove reason given
Conflicts:
phpBB/includes/mcp/mcp_queue.php
2011-11-18 19:42:44 +01:00