mybb / mybb2

The repository for the MyBB 2 forum software. Not to be used on live boards.
https://www.mybb.com
BSD 3-Clause "New" or "Revised" License
112 stars 45 forks source link

Feature #276 ACP: basic forums management #275

Closed Matslom closed 7 years ago

Matslom commented 7 years ago

I skipped for now deleting forum and editing forums order.

276

euantorano commented 7 years ago

Nice, I’ll review this tomorrow. Thanks!

On 8 Jan 2017, at 18:54, Matslom notifications@github.com wrote:

I skipped for now deleting forum and editing forums order.

You can view, comment on, or merge this pull request online at:

https://github.com/mybb/mybb2/pull/275 https://github.com/mybb/mybb2/pull/275 Commit Summary

Merged branch master into master Initial forums management More forums management Merged branch master into master Merged branch master into feature/ACP-forums-management File Changes

M app/Database/Models/Forum.php https://github.com/mybb/mybb2/pull/275/files#diff-0 (2) M app/Database/Repositories/Decorators/Forum/CachingDecorator.php https://github.com/mybb/mybb2/pull/275/files#diff-1 (59) M app/Database/Repositories/Eloquent/ForumRepository.php https://github.com/mybb/mybb2/pull/275/files#diff-2 (72) M app/Database/Repositories/Eloquent/TopicRepository.php https://github.com/mybb/mybb2/pull/275/files#diff-3 (8) M app/Database/Repositories/ForumRepositoryInterface.php https://github.com/mybb/mybb2/pull/275/files#diff-4 (48) M app/Database/Repositories/TopicRepositoryInterface.php https://github.com/mybb/mybb2/pull/275/files#diff-5 (8) A app/Http/Controllers/Admin/Forums/ForumsController.php https://github.com/mybb/mybb2/pull/275/files#diff-6 (210) M app/Http/Controllers/Admin/Users/WarningsController.php https://github.com/mybb/mybb2/pull/275/files#diff-7 (2) M app/Http/Controllers/ForumController.php https://github.com/mybb/mybb2/pull/275/files#diff-8 (2) A app/Http/Requests/Forums/CreateForumRequest.php https://github.com/mybb/mybb2/pull/275/files#diff-9 (47) M app/Http/routes.php https://github.com/mybb/mybb2/pull/275/files#diff-10 (26) M app/Presenters/ForumPresenter.php https://github.com/mybb/mybb2/pull/275/files#diff-11 (16) A app/Twig/Extensions/AdminDeleteButton.php https://github.com/mybb/mybb2/pull/275/files#diff-12 (47) A app/Twig/Extensions/ListAllForums.php https://github.com/mybb/mybb2/pull/275/files#diff-13 (56) M config/twigbridge.php https://github.com/mybb/mybb2/pull/275/files#diff-14 (2) A resources/lang/admin/en/forums.php https://github.com/mybb/mybb2/pull/275/files#diff-15 (32) M resources/lang/admin/en/general.php https://github.com/mybb/mybb2/pull/275/files#diff-16 (1) A resources/views/admin/forums/add.twig https://github.com/mybb/mybb2/pull/275/files#diff-17 (12) A resources/views/admin/forums/edit.twig https://github.com/mybb/mybb2/pull/275/files#diff-18 (12) A resources/views/admin/forums/forum-item-select.twig https://github.com/mybb/mybb2/pull/275/files#diff-19 (8) A resources/views/admin/forums/forum-item.twig https://github.com/mybb/mybb2/pull/275/files#diff-20 (10) A resources/views/admin/forums/list.twig https://github.com/mybb/mybb2/pull/275/files#diff-21 (11) A resources/views/admin/partials/delete_button.twig https://github.com/mybb/mybb2/pull/275/files#diff-22 (5) A resources/views/admin/partials/forums/forum_form.twig https://github.com/mybb/mybb2/pull/275/files#diff-23 (114) M resources/views/admin/warnings/warning_types/list.twig https://github.com/mybb/mybb2/pull/275/files#diff-24 (6) M resources/views/layouts/admin.twig https://github.com/mybb/mybb2/pull/275/files#diff-25 (8) Patch Links:

https://github.com/mybb/mybb2/pull/275.patch https://github.com/mybb/mybb2/pull/275.patch https://github.com/mybb/mybb2/pull/275.diff https://github.com/mybb/mybb2/pull/275.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mybb/mybb2/pull/275, or mute the thread https://github.com/notifications/unsubscribe-auth/AAttcWzWOf3Ky5ynSc54XDZnXITs0YNWks5rQTDsgaJpZM4Ldw7G.

Ben-MyBB commented 7 years ago

Really good work @Matslom

QuietSoul commented 7 years ago

Yes! good job @Matslom

Matslom commented 7 years ago

Thanks @ATofighi for review.