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

Begin work on proper MyBB Application and Extension system #272

Open xaoseric opened 7 years ago

xaoseric commented 7 years ago

Added a class to properly register the MyBB instance, and creates base Extension class to be used by extensions.

xaoseric commented 7 years ago

@euantorano should be able to begin work on the installer soon, also this should make it easier to implement an api and separate interfaces for the forum, admin, and api

euantorano commented 7 years ago

Can you please fix the code style issues? You can ignore the JS one - I need to look at why it's checking JS...

xaoseric commented 7 years ago

Yes, will do that now

katosdev commented 7 years ago

@xaoseric @euantorano

euantorano commented 7 years ago

Some of my above points still hand, especially the image validation.