Joas Schilling
7b3d794cad
[feature/soft-delete] Display post delete reason if one is given
...
PHPBB3-9567
2012-10-24 19:58:28 +02:00
Joas Schilling
f21fd469bc
[feature/soft-delete] Handle soft deleting via Delete Icon
...
PHPBB3-9567
2012-10-24 19:52:16 +02:00
Joas Schilling
e7a137820b
[feature/soft-delete] Use correct language when restoring topics in MCP
...
PHPBB3-9567
2012-10-21 22:30:20 +02:00
Nathan Guse
4874226b6e
[ticket/11103] Re-add notify method to the UCP preferences
...
I've noticed that this is used in other areas still in phpBB, so it should
not be removed.
PHPBB3-11103
2012-10-20 22:11:41 -05:00
Nathan Guse
6861af22ee
[ticket/11103] Message of no notifications if you have none
...
PHPBB3-11103
2012-10-20 19:19:26 -05:00
Nathan Guse
2c06c2bd36
[ticket/11103] Declare $ for jQuery, check for instance of, newlines at eof
...
PHPBB3-11103
2012-10-18 19:20:54 -05:00
Nathan Guse
883a961720
[ticket/11103] Use e.preventDefault();
...
PHPBB3-11103
2012-10-18 18:25:26 -05: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
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
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
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
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
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
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
Nathan Guse
2284a14813
[ticket/11103] If notification display is disabled, show PM Info in header
...
PHPBB3-11103
2012-10-14 13:45:00 -05:00
Nathan Guse
a48f090338
[ticket/11103] Make sure notifications are marked read when clicking them
...
How do we do this? If an item is unread, the URL to view that item will
be the URL to mark it as read (index.php?mark_notification=$id). When the
URL is visited it marks the item as read and redirects them to the correct
URL for the item.
If the item is read, the URL is directly to the item.
Prettify the html output
PHPBB-11103
2012-10-14 12:35:35 -05:00
Nathan Guse
716635c834
[ticket/11103] Fix some language strings
...
Newlines at end of email files
PHPBB3-11103
2012-10-14 10:58:23 -05:00
Nathan Guse
c5f280351a
[ticket/11103] UCP Notification option grouping
...
Also add the ability to specify an _EXPLAIN text for the notification option
PHPBB3-11103
2012-10-13 23:52:49 -05:00
Nathan Guse
cb93784126
[ticket/11103] UCP Notification List
...
PHPBB3-11103
2012-10-13 20:02:38 -05:00
Joas Schilling
18f77020e5
[feature/soft-delete] Fix several problems in the forum mcp
...
PHPBB3-9567
2012-10-10 23:10:46 +02:00
Nathaniel Guse
98a7ce2360
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
2012-10-09 09:38:08 -05:00
Andreas Fischer
a38de9a232
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/11135] Full replacement of credit link to https
Conflicts:
phpBB/install/convertors/convert_phpbb20.php
2012-10-06 06:15:01 +02:00
Vinny
95d02d74ac
[ticket/11135] Full replacement of credit link to https
...
PHPBB3-11135
2012-10-05 21:18:59 -03:00
Nathan Guse
0bab8ff777
[ticket/11103] ACP option to enable/disable notifications output in header
...
PHPBB3-11103
2012-10-05 13:43:03 -05:00
Nathan Guse
07fb66ac10
[ticket/11103] Do not abbreviate template output
...
PHPBB3-11103
2012-10-04 14:31:00 -05:00
Nathan Guse
ba7289b9d2
[ticket/11103] Use PM Notification Preferences from Notification Options
...
Remove all PM Notification preferences from UCP Board Preferences
PHPBB3-11103
2012-09-27 19:19:38 -05:00
Nathan Guse
dfb17f444a
[ticket/11103] Fix module setup, add explanation to template
...
PHPBB3-11103
2012-09-27 19:04:47 -05:00
Nathan Guse
48ccc9eb93
[ticket/11103] UCP Notification Options can now be set
...
PHPBB3-11103
2012-09-27 18:25:37 -05:00
Nathaniel Guse
ae91a0a846
[ticket/11103] Allow grouping of multiple types in ucp notification options
...
Ability to hide notification types from UCP Notification options
(if users do not have permission to use the notification type, or for
whatever reason they should not see it)
PHPBB3-11103
2012-09-27 10:37:37 -05:00
Nathan Guse
544fbe35f4
[ticket/11103] Some tweaks to the template output
...
PHPBB3-11103
2012-09-26 22:59:22 -05:00
Nathan Guse
e66117409c
[ticket/11103] More work on the UCP Notifications page
...
PHPBB3-11103
2012-09-26 22:39:12 -05:00
Nathaniel Guse
a8e53bda36
[ticket/11103] Display number of notifications in the [ Notifications ] link
...
PHPBB3-11103
2012-09-25 10:10:49 -05:00
Nathaniel Guse
98731b1277
[ticket/11103] Prettify the output for prosilver.
...
Create a way to mark items read from the output list.
PHPBB3-11103
2012-09-20 10:36:11 -05:00
Nathan Guse
661dd09d6f
[ticket/11103] Bug fix
...
PHPBB3-11103
2012-09-16 23:03:00 -05:00
Nathan Guse
b081729f25
[ticket/11103] Revert the changes to functions_display.php
...
The css we need to apply to avatars can be applied through css rules.
We don't need to be able to specify a class for the img.
PHPBB3-11103
2012-09-15 14:47:58 -05:00
Nathan Guse
05b573ebf7
[ticket/11103] Topic and post dis/approval notifications
...
Remove the formatted title function, plaintext is not needed since
email templates are used
Fix a number of bugs.
PHPBB3-11103
2012-09-15 13:51:02 -05:00
Nathan Guse
fc6457140c
Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ticket/11103
2012-09-15 12:00:21 -05:00
Andreas Fischer
9a92c45ad3
Merge remote-tracking branch 'EXreaction/ticket/11021' into develop
...
* EXreaction/ticket/11021:
[ticket/11021] Fix the language changes that were lost previously
2012-09-15 18:31:13 +02:00
Nathan Guse
9e5505933a
[ticket/11021] Fix the language changes that were lost previously
...
Change U_HOME to U_SITE_HOME
PHPBB3-11021
2012-09-15 11:28:58 -05:00
Andreas Fischer
5dc7aba18f
Merge remote-tracking branch 'EXreaction/ticket/11021' into develop
...
* EXreaction/ticket/11021:
[ticket/11021] Remove unnecessary line spacing in functions.php
[ticket/11021] Use L_SITE_HOME instead of L_HOME
[ticket/11021] Better language strings for site home url/text
[ticket/11021] subsilver2 support
[ticket/11021] Add the option to specify a Site home URL and text
2012-09-15 17:48:51 +02:00
Nathan Guse
7a47013994
[ticket/11021] Use L_SITE_HOME instead of L_HOME
...
Check site home url against !== '', not empty
PHPBB3-11021
2012-09-15 10:44:18 -05:00
Nathan Guse
0c56bd45ef
[ticket/11021] Better language strings for site home url/text
...
Correct the logo title to be {L_HOME} if {U_HOME} is used.
Check if the Home text is instead of just equal to false when
outputting it to the template
PHPBB3-11021
2012-09-15 10:28:37 -05:00
Nathan Guse
aaf6711b44
[ticket/11103] Some tweaks to the notifications output
...
PHPBB3-11103
2012-09-15 10:15:50 -05:00
Nathan Guse
7589a3093d
[ticket/11103] Display all unread notifications by default
...
Add unread count to the page title
PHPBB3-11103
2012-09-14 18:30:12 -05:00
Nathan Guse
fb0ed78c8f
[ticket/11103] Store the item's parent id for marking things read
...
Mark topics/posts read from the markread() function.
Identify unread items by a grey background in the header (for now)
PHPBB3-11103
2012-09-14 15:59:13 -05:00
Nathan Guse
5502f3c4aa
[ticket/11103] Restyle the notification list
...
Very rough (lots of inline CSS, very ugly)
PHPBB3-11103
2012-09-09 17:20:39 -05:00
Nathan Guse
e45fb0025e
[ticket/11103] Output the notifications to the template
...
For now, just dumping the notifications in the header.
PHPBB3-11103
2012-09-08 12:05:55 -05:00