mybb2 icon indicating copy to clipboard operation
mybb2 copied to clipboard

The repository for the MyBB 2 forum software. Not to be used on live boards.

Results 81 mybb2 issues
Sort by recently updated
recently updated
newest added

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....

``` php {{ trans('member.signup') }} ``` Doesn't work, if we hardcode it to: ``` php {{ trans('member.signup') }} ``` It works

t:bug

When trying to access routes without the migration being run MyBB2 throws a query exception: `SQLSTATE[42S02]: Base table or view not found: 1146 Table 'mybb2.settings' doesn't exist (SQL: select `settings`.`id`,...

- Ability to enable/disable notifications of a certain type. - Weekly unread notification email reminder available as an option. - Desktop notifications using the [HTML5 Notifications API](https://developer.mozilla.org/en/docs/Web/API/notification).

s:feedback
t:enhancement

When you click the login and sign up links when not signed in, those do not work, at the moment a workaround is manually navigating to auth/signup and auth/login. The...

t:bug
javascript
s:confirmed
p:normal

As the dot is used as url seperator it breaks things: http://mybb2.mybb.ninja/user/Paul%20H..5 It's likely that the same happens with forum and topic titles and probably some other slugged links.

t:bug

As @wpillar suggested here: https://github.com/mybb/mybb2/pull/99#discussion_r28946124 we should create sub classes for classes we usually alias (like `Manager` or `Repository`) - [ ] `DaveJamesMiller\Breadcrumbs\Manager` should be subclassed to `Breadcrumbs` and stored...

t:code-quality

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...

s:in-progress
javascript
p:normal

**Features** - [x] Soft delete post - [x] Hard delete post - [x] Soft delete topic - [x] Hard delete topic - [x] Close / open topic - [x] Approve...

t:feature

Sorry guys this is not a issue but a question. I'm changing admin.css file and then I have to do a pull request. Do I have to change admin.css.map too?...