Euan Torano
Euan Torano
The layout/structure of all tests is odd, with tests being in the same namespace as source. This needs cleaning up, and will need changes making to `composer.json` and all tests....
All custom JavaScript (cookie handling, spinner, modals, etc.) should be written in [TypeScript](https://www.typescriptlang.org). TypeScript should allow us to catch glaringly obvious errors in our JS much quicker due to its...
Larval conventions have raw assets being placed under the `resources` directory. We should stick to conventions wherever possible.
Updated composer packages, added DB migrations, added basic model. Signed-off-by: Euan Torano [email protected]
I noticed a few small code cleanliness issues whilst reviewing code. This PR is a work in progress to clean some of these up. The steps are: - [X] Ensure...
This pull request implements the User Activity feature for issue #15.
A system allowing users to "follow" other users. This system is similar to the Twitter concept of followers and the current buddy system. **Features** - Activity Feed can be filtered...
It should be able to mention/tag a user within a post using the familiar `@username` syntax. Several conventions should be included. **Conventions** - Usernames containing spaces should be tagged using...
MyBB 2.0 should feature a much enhanced attachment system, with the following being key goals: - [ ] Attachments should be able to be attached to posts, announcements and conversation...
A feature to provide a history of user activity, such as posting new posts, liking content, registering, and more. **Features** - [ ] Provide an easy API to add the...