Oleg Pudeyev
bd44088757
Merge PR #918 branch 'Senky/ticket/10568' into develop-olympus
...
* Senky/ticket/10568:
[ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm
2012-10-17 22:10:49 -04:00
Joas Schilling
b0bfe724fb
[ticket/11014] Fix old pagination assignment
...
PHPBB3-11014
2012-10-17 23:34:37 +02:00
Joas Schilling
99dd73aac7
[ticket/11018] Fix several paginations in ACP
...
PHPBB3-11018
2012-10-17 23:34:37 +02:00
Joas Schilling
7ce43d49d8
[ticket/11014] Fix IF statements for new template pagination
...
PHPBB3-11014
2012-10-17 23:34:37 +02:00
Joas Schilling
7675d72622
[ticket/11014] Fix text for previous/next links in Subsilver2
...
PHPBB3-11014
2012-10-17 23:34:37 +02:00
Joas Schilling
ceb5a40eec
[ticket/11023] Fix additional whitespaces that were added by PHPBB3-10968
...
PHPBB3-11023
2012-10-17 23:34:37 +02:00
Joas Schilling
ada2d4c91b
[ticket/11018] Always display previous/next links if we can display one
...
PHPBB3-11018
2012-10-17 23:33:19 +02:00
Joas Schilling
5ea662f649
[ticket/11014] Restore template vars for next/previous links
...
They were dropped while the function was refactored:
If the block_var_name is a nested block, we will use the last (most inner)
block as a prefix for the template variables. If the last block name is
pagination, the prefix is empty. If the rest of the block_var_name is not
empty, we will modify the last row of that block and add our pagination items.
PHPBB3-11014
2012-10-17 23:33:18 +02:00
Joas Schilling
fa5753de70
[ticket/11018] Swap prev/next links on pagination to the old order
...
In the old pagination Prev was left of the pagination and Next right of the
pagination. While moving these blocks, I also removed the whitespaces, which
were introduced.
PHPBB3-11023
PHPBB3-11018
2012-10-17 23:33:18 +02:00
Joas Schilling
43a713ea83
[ticket/11067] Copy prosilver CSS to adm, so the pagination looks the same
...
PHPBB3-11067
PHPBB3-11018
2012-10-17 23:30:57 +02:00
Joas Schilling
a51aa9b47c
[ticket/11018] Fix minor issues with CSS in prosilver
...
PHPBB3-11018
2012-10-17 23:30:56 +02:00
Drae
e76fd6a395
[ticket/11018] Attempt to fix li.pagination alignment issue
...
This is somewhat kludgy fix for the vertical alignment issue
for pagination contained within a linklist parented li element.
Tested and doesn't seem to impact anything else negatively. May
need further browser testing.
PHPBB3-11018
2012-10-17 23:30:56 +02:00
Oleg Pudeyev
bb09cd9c8e
[ticket/10848] Add phpbb_ prefix.
...
PHPBB3-10848
2012-10-17 15:13:35 -04:00
Oleg Pudeyev
c630480ca1
[ticket/10848] Redirect from adm to installer correctly.
...
PHPBB3-10848
2012-10-17 15:08:09 -04:00
Joas Schilling
0822d2bb61
[feature/soft-delete] Split unapproved/soft deleted posts from topics
...
If a topic is soft deleted through a moderator, the topic_delete_user is set.
If it is passively soft deleted (f.e. while the only approved post is deleted)
the topic_delete_user is not set. This way, we can distinguish between these
two cases. The same also applies to unapproved posts. So we need to set the
topic_delete_user when an unapproved topic is posted.
Topics that were soft deleted/unapproved by a user (rather then passive) are
going to be displayed in the Topics modules, while all others are in the posts
modules of the MCP queue.
PHPBB3-9567
2012-10-17 15:32:57 +02:00
Joas Schilling
2adb37049e
[feature/soft-delete] Display guest username in topic list instead of "Guest"
...
PHPBB3-9567
2012-10-17 15:23:16 +02:00
Nathan Guse
4b3264d9bb
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
...
Conflicts:
phpBB/includes/functions_posting.php
phpBB/language/en/email/forum_notify.txt
phpBB/language/en/email/newtopic_notify.txt
phpBB/language/en/email/topic_notify.txt
2012-10-16 23:33:57 -05:00
Nathan Guse
77bc12d334
[ticket/11103] Add author name output to post/topic email templates
...
For a recent merge:
https://github.com/phpbb/phpbb3/pull/624
PHPBB3-11103
2012-10-16 23:27:49 -05:00
Oleg Pudeyev
51cd1129be
Merge PR #890 branch 'nickvergessen/ticket/10982' into develop
...
* nickvergessen/ticket/10982:
[ticket/10982] Correctly check, whether data-overlay is set
[ticket/10982] Remove overlay on first up/down move of forums in ACP
[ticket/10982] Allow setting dimming control overlay also as data-overlay
2012-10-16 21:47:13 -04:00
Oleg Pudeyev
d5325e6934
Merge PR #624 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/8743] Include poster´s name in mail notifications
2012-10-16 21:21:03 -04:00
Oleg Pudeyev
f0544c884f
Merge PR #624 branch 'nickvergessen/ticket/8743' into develop-olympus
...
* nickvergessen/ticket/8743:
[ticket/8743] Include poster´s name in mail notifications
2012-10-16 21:20:58 -04:00
Oleg Pudeyev
ad2feb917f
Merge PR #917 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10967] adding $root_path to posting_get_topic_icons
2012-10-16 20:31:03 -04:00
Oleg Pudeyev
bef3f9c7e7
Merge PR #917 branch 'Senky/ticket/10967' into develop-olympus
...
* Senky/ticket/10967:
[ticket/10967] adding $root_path to posting_get_topic_icons
2012-10-16 20:30:45 -04:00
Nathan Guse
0d098ae5e5
[ticket/11103] Return false to prevent appending # to the URL
...
PHPBB3-11103
2012-10-16 18:14:06 -05:00
Nathan Guse
92b533aad3
[ticket/11103] Do not notify yourself when you close your own report
...
PHPBB3-11103
2012-10-16 17:49:54 -05:00
Nathan Guse
230e9d2e32
[ticket/11103] Do not send PM received notifications to the author
...
(you won't be notified if you PM yourself)
PHPBB3-11103
2012-10-16 17:47:27 -05:00
Nathan Guse
3839fe6902
[ticket/11103] Use report text for report notification, never notify reporter
...
PHPBB3-11103
2012-10-16 17:44:46 -05:00
Nathan Guse
3557b39115
[ticket/11103] Hide notifications flyout on a click outside of the list.
...
PHPBB3-11103
2012-10-16 17:31:48 -05:00
Nathan Guse
a080af4b05
[ticket/11103] Add title/view all link to subsilver2
...
PHPBB3-11103
2012-10-16 17:28:45 -05:00
Nathan Guse
901739b0c6
[ticket/11103] Fix some style code I missed in prosilver
...
PHPBB3-11103
2012-10-16 17:28:08 -05:00
Nathan Guse
ee00688829
[ticket/11103] Restyling notifications list for prosilver
...
PHPBB3-11103
2012-10-16 16:47:45 -05:00
Nathan Guse
61a1467c90
[ticket/11103] U_VIEW_ALL_NOTIFICATIONS Link
...
PHPBB3-11103
2012-10-16 16:47:18 -05:00
Nathan Guse
25ef4d6f91
[ticket/11103] Correct some CSS
...
PHPBB3-11103
2012-10-16 11:14:51 -05:00
Nathaniel Guse
c8b66a26ef
[ticket/11103] Mark read link if notification has no URL to view it
...
Other style stuff
PHPBB3-11103
2012-10-16 10:51:07 -05:00
Andreas Fischer
60acba81d1
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11093] acp_users_overview.html has a wrongly placed </dd>
2012-10-16 14:40:25 +02:00
Andreas Fischer
0348950ff1
Merge branch 'ticket/russellwwest/11093' into develop-olympus
...
* ticket/russellwwest/11093:
[ticket/11093] acp_users_overview.html has a wrongly placed </dd>
2012-10-16 14:40:10 +02:00
westr
d376348acf
[ticket/11093] acp_users_overview.html has a wrongly placed </dd>
...
Amended the closing dd tag to the appropriate line: line 145 instead of 141
PHPBB3-11093
2012-10-16 14:39:32 +02:00
Joas Schilling
43d041bdec
[feature/soft-delete] Removed unused old functions
...
PHPBB3-9567
2012-10-16 14:20:23 +02:00
Joas Schilling
722835a4ba
[feature/soft-delete] Merge approving and restoring topics into one function
...
PHPBB3-9567
2012-10-16 14:18:56 +02:00
Joas Schilling
51d54109e0
[feature/soft-delete] Merge approving and restoring posts into one function
...
PHPBB3-9567
2012-10-16 13:55:22 +02:00
Joas Schilling
3773cbdf85
[feature/soft-delete] Fix displaying of details module
...
PHPBB3-9567
2012-10-15 20:51:31 +02:00
Andreas Fischer
72f0e2dd79
Merge remote-tracking branch 'mvinny/ticket/11139' into develop
...
* mvinny/ticket/11139:
[ticket/11139] Adding the $phpbb_admin_path variable
[ticket/11139] Fix fatal error on colour swatch window
2012-10-15 19:49:28 +02:00
Vinny
571d352eed
[ticket/11139] Adding the $phpbb_admin_path variable
...
PHPBB3-11139
2012-10-15 14:32:49 -03:00
Nathaniel Guse
a2d6e40f1b
[ticket/11103] If no avatar, do not display an empty box in subsilver2
...
PHPBB3-11103
2012-10-15 09:27:01 -05:00
Joas Schilling
33073fafbe
[feature/soft-delete] Add module for soft deleted topics
...
Unapproved/soft deleted posts are posts, that have a different visibility than
the topic. All others will be hidden from the posts list and can be managed
with the topic modules.
PHPBB3-9567
2012-10-15 15:53:32 +02:00
Joas Schilling
b1ce8a8c13
[feature/soft-delete] Add checkbox to restoring posts like on approve
...
PHPBB3-9567
2012-10-15 15:19:32 +02:00
Joas Schilling
a92927d24c
[feature/soft-delete] Turn other functions into methods as well
...
PHPBB3-9567
2012-10-15 15:05:02 +02:00
Joas Schilling
7c2cc9cfef
[feature/soft-delete] Turn restore_post() into a method and add the docs
...
PHPBB3-9567
2012-10-15 14:02:16 +02:00
Joas Schilling
a58a76ef5f
[feature/soft-delete] Fix permission check in viewtopic.php
...
PHPBB3-9567
2012-10-15 13:17:05 +02:00
Nathan Guse
077c526f15
[ticket/11103] ss2 - do not include footer bar if no pagination
...
PHPBB3-11103
2012-10-14 14:30:05 -05:00