Now staff members can use the "@here" tag to notify all users that
have made previous posts or comments on the specific topic.
Also strips out "@here" from quotes to avoid tagging all users again
unintentionally.
This is useful for things like notifications of updates and/or
announcements.
Supports posts/comments in Forums, Torrents, Articles and Requests
(Reworked) repository and added a ton of new api
Will now tag users when they have been quoted by another user.
Refactored regex to only alpha-numeric characters, as well as dashes
and underscores.
Added debugging options to repository:
1: Allows you to tag yourself while testing
code:
```php
$this->tag->setDebug(true);
$this->tag->messageTaggedUsers($content, $subject, $message);
```
Supports comments made in Torrents, Articles and Requests
Created new repositry for this as it may be used throughout the
code base
(Update) ForumController to use new repository