| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
|
|
| |
If bookmarks/subscriptions are disabled, they should not be listed in the UCP
PHPBB3-11103
|
| |
|
|
|
|
| |
This is going to require you recreate the db tables.
PHPBB3-11103
|
| |
|
|
|
|
| |
This is not needed as it is not public.
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
|
|
|
|
|
|
|
|
| |
If you're following along and would like to update your DB, you can run
the following queries to do so:
ALTER TABLE phpbb_notifications CHANGE `is_disabled` `is_enabled`
TINYINT( 1 ) NOT NULL DEFAULT '1';
UPDATE `phpbb_notifications` SET is_enabled = 1;
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
|
|
|
| |
Comments that are not needed because the actions are completely
self-explanatory
PHPBB3-11103
|
| |\
| |
| |
| |
| | |
Conflicts:
phpBB/includes/functions.php
|
| | |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* EXreaction/ticket/8796:
[ticket/8796] Prevent setting post_time greater than time() in markread
[ticket/8796] Fix a few issues with the previous commits
[ticket/8796] Mark read links updated to include time() in url
[ticket/8796] Revert changes to $user->data['lastmark']
[ticket/8796] Make function markread obey the $post_time argument
|
| | | |
| | |
| | |
| | | |
PHPBB3-8796
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Fix an SQL error and the redirect url generated
PHPBB3-8796
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Submitting the current time() allows us to mark only the topics
and forums read up until a certain time (when the user loaded
the page). This means that any new posts or topics posted between
when the user opened the page and clicked the link are still
shown as unread.
PHPBB3-8796
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The earlier change might change the way some things work
(after looking at viewtopic) and I'd rather not risk introducing
new bugs, so I'm going to revert those changes to be safe.
PHPBB3-8796
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Also do a little cleanup of the markread function
PHPBB3-8796
|
| | |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10848] Move include up.
[ticket/10848] Add phpbb_ prefix.
[ticket/10848] Redirect from adm to installer correctly.
Conflicts:
phpBB/includes/functions.php
|
| | | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* p/ticket/10848:
[ticket/10848] Move include up.
[ticket/10848] Add phpbb_ prefix.
[ticket/10848] Redirect from adm to installer correctly.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10848
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10848
|
| | |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm
|
| | | |\ \ \
| | | |/ /
| | |/| |
| | | | |
| | | | | |
* Senky/ticket/10568:
[ticket/10568] adding MESSAGE_EDITED to ucp.php and compose_pm
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10568
|
| | |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/8743] Include poster´s name in mail notifications
|
| | | |\ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* nickvergessen/ticket/8743:
[ticket/8743] Include poster´s name in mail notifications
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-8743
|
| | |\ \ \ \ \
| | |/ / / /
| | | | | |
| | | | | |
| | | | | | |
* develop-olympus:
[ticket/10967] adding $root_path to posting_get_topic_icons
|
| | | |\ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* Senky/ticket/10967:
[ticket/10967] adding $root_path to posting_get_topic_icons
|
| | | | | |/ /
| | | |/| |
| | | | | |
| | | | | | |
PHPBB3-10967
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
For a recent merge:
https://github.com/phpbb/phpbb3/pull/624
PHPBB3-11103
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11103
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
(you won't be notified if you PM yourself)
PHPBB3-11103
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11103
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11103
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Other style stuff
PHPBB3-11103
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11103
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11103
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
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
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also add the ability to specify an _EXPLAIN text for the notification option
PHPBB3-11103
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
EXTENSION AUTHORS TAKE NOTE! This is to prevent errors with notifications
from extensions!
Set is_disabled to 1 for all your notifications when your extension is
disabled so they are ignored and do not cause errors.
When your extension is enabled again, set is_disabled to 0 and your
notifications will be working again.
PHPBB3-11103
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11103
|
| |\ \ \ \ \ \ |
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
From a recent change, when your posts/topics are approved, they will be
marked read automatically because you've read the topic/post already.
To change that I've forced the notification to be marked unread and
attempted to reset the read status on the post/topic to be unread before
the post that was approved.
This does not seem to work so well and I don't know of any way this can
really be properly fixed, so the code I was working on I've commented out.
For now, users will just need to manually mark these types of notifications
as read. I cannot think of a way for this to be fixed without running
two additional queries on every viewtopic.
PHPBB3-11103
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
They do not need to receive notifications if their post/topic is approved or
disapproved
PHPBB3-11103
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11103
|
| | | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
PHPBB3-11103
|
| |/ / / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-11103
|
| |\ \ \ \ \ \
| |/ / / / / |
|