| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Append the forum_id to the URL to view the new topic in the notification
PHPBB3-11103
|
| |
|
|
|
|
|
| |
For consistency, links to posts do not include topic_id. As is done in
viewtopic, do not include the topic_id when linking to a post
PHPBB3-11103
|
| |
|
|
|
|
|
|
|
|
| |
Using the Topic/Forum Subscription system that already exists
is going to save many hours of work.
If it is desired, it can always be easily converted over to the new
USER_NOTIFICATIONS_TABLE later (for the same amount of work).
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
|
|
| |
Very rough (lots of inline CSS, very ugly)
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
| |
PHPBB3-11103
|
| |
|
|
|
|
| |
Delete pm notifications when pms are deleted
PHPBB3-11103
|
| |\ |
|
| | |
| |
| |
| |
| |
| | |
This will make sure banned users are never sent notification emails
PHPBB3-11103
|
| | |
| |
| |
| | |
PHPBB3-11103
|
| | |
| |
| |
| | |
PHPBB3-11103
|
| |\ \
| |/
|/| |
|
| | |\ |
|
| | | |
| | |
| | |
| | | |
PHPBB3-10876
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The old regex just results in some additional new lines in the output.
So this is only beautifying and considered unworthy in respect to the dying
php servers we observed on windows.
PHPBB3-10876
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Two strict standards errors in phpbb_gen_download_links
PHPBB3-11092
|
| | | |
| | |
| | |
| | | |
PHPBB3-11103
|
| | | |
| | |
| | |
| | | |
PHPBB3-11103
|
| | | |
| | |
| | |
| | | |
PHPBB3-11103
|
| | | |
| | |
| | |
| | | |
PHPBB3-11103
|
| | | |
| | |
| | |
| | | |
PHPBB3-11103
|
| | | |
| | |
| | |
| | | |
PHPBB3-11103
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Also cleanup
PHPBB3-11103
|
| | | |
| | |
| | |
| | |
| | |
| | | |
For now, just dumping the notifications in the header.
PHPBB3-11103
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Some cleanup and additional commenting as well
PHPBB3-11103
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This system will take input from various systems to store notifications
and send notifications to users all in one nice extendable system.
This system should act something like the notifications system on
other social networking sites (in that, there is a single location where
a user can see all of their notifications for various events).
PHPBB3-11103
|
| | |
| |
| |
| | |
PHPBB3-10631
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
Conflicts:
phpBB/common.php
phpBB/download/file.php
|
| | |\ \
| | | |
| | | | |
Feature/add events
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Upon testing it was discovered that these did not work as originally intended.
PHPBB3-9550
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The events allow you to perform extra functions on the text before nad/or
after it has been parsed for BBCode and Smilies.
PHPBB3-9550
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also, I added the hook back in below the event for backwards compatibility.
PHPBB3-9550
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9550
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The new event, core.append_sid_override can either supplement or override
the append_sid() function.
PHPBB3-9550
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* github-igorw/feature/dic: (35 commits)
[feature/dic] Spaces to tabs, add useless docblocks
[feature/dic] Remove unneeded newline
[feature/dic] Add a doc block for the prune_forum cron task forum_data
[feature/dic] Update composer.lock to symfony/* RC1
[feature/dic] Fix re-ordering of services
[feature/dic] Fix parse errors
[feature/dic] Add docblock for cron_manager::wrap_task()
[feature/dic] Make cron task attributes protected, one per line
[feature/dic] Coding style: Braces
[feature/dic] Re-order services alphabetically
[feature/dic] Remove duplicate event-dispatcher dependency
[feature/dic] Adjust installer script to work with partially configured container
[feature/dic] Generate full cache driver class name on fresh install
[feature/dic] Adjust cache driver class name for BC
[feature/dic] Rename {phpEx => php_ext} for consistency
[feature/dic] Add trailing newline to htaccess
[feature/dic] Require symfony/* 2.1.*, tabs instead of spaces, --dev lock file
[feature/dic] Load services from extensions
[feature/dic] Introduce DI processors instead of abusing compiler passes
[feature/dic] Add dbal_ class prefix to dbal.driver.class
...
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Fully documents the constructors of the processors and the cron tasks.
PHPBB3-10739
|