The repository for the MyBB 2 forum software. Not to be used on live boards.
PHP JavaScript CSS HTML
Latest commit 797f497 Aug 6, 2016 @justinsoltesz justinsoltesz committed with euantorano Front end & SASS updates (#242)
* Beginning to rearrange/break out some files

* Simplifying button markup

I know I missed some

* More buttons

* Simplifying sidebar menu markup

* Moving breakpoints to a mixin

* Existing files still need to be rewritten to accommodate this change
* Also removing @import within partials (should be handled by main)

* Cleaning up forms CSS & markup

* Especially segmented controls and select controls (moving icons to
element class)

* Cleaning up account summary on dashboard

* Moderation menu cleanup

* Poll breakpoints

* Global search box tweaks

* Breaking up a few more files

* breaking up base.scss and forms.scss
* cleaning up users.scss

* Moving a few page blocks around

** Will need to verify the styling is correct once forums / topics /
etc are working again

* Left these out from previous commit

* Cleaning up header_footer a bit

* Breaking out a few more page blocks

* Removing some element selectors

* Changing sass files from tabs to spaces

* Breaking up plugins into individual files

* Renaming rtl.scss to main.rtl.scss

Consistency between admin and main naming convention

* Renaming visuallyhidden to visually-hidden

* Removing more element selectors

* Tabs to spaces in templates

* Header & footer revisions

* Will need to revisit how things in the user bar fit on smaller screens
* Additional markup / CSS changes coming to user bar soon
* Header menu will be added back later in revised form
* Breaking up header/footer CSS into separate files

* Significant user bar markup & CSS updates

Will likely need additional revisions once JS dropdown menus work again!

* User bar updates for guests

* More footer updates

* Removing more element selectors from forms

* More form element selectors gone

* Changing section to .block

May need to add block to a few more sections, but cannot confirm until
those pages (forums, topics, etc) are working again

* More generic cleanup

* Cleaning up users.scss

* Removing img from img.avatar

gasp

* Adding .icon--after

For icons that go after the text

* Page header cleanup

* More tweaks

* More button fixes

* Beginnings of topic CSS cleanup

* More topics.scss tweaks

Rearranging & cleaning up

* User bar tweaks

* Beginning of forums.scss changes

* Removing unnecessary vendor prefix mixins

border-radius, box-sizing are both well supported

* Breaking up/renaming forum, topic, post files

* More forum list cleanup

* New avatar mixin

* Changes to profile page (& a bit more)

* Changes to page control buttons

* Missed this button

There are probably others

* Consistency

MyBB 2.0 -> MyBB 2

* Rewrite of topic CSS

THIS NEEDS MORE TESTING and probably needs to be cleaned up some more,
but it’s a good starting point

* Tiny margin revision
Failed to load latest commit information.
app Update ProfileFieldPresenter.php Jul 23, 2016
bootstrap Fixing formatting and indentation for is_array_of() Jul 26, 2015
config Update dependencies. Jul 17, 2016
database Updating standards to PSR-2. (#225) Jun 27, 2016
git-hooks Added static review to perform pre-commit PHP code checks on committe… Mar 20, 2015
public Front end & SASS updates (#242) Aug 6, 2016
resources Front end & SASS updates (#242) Aug 6, 2016
storage Computer wants to commit these things, and I don't *think* this will … Feb 23, 2015
tests Remove useless (failing) tests. Jul 17, 2016
.editorconfig Update .editorconfig for spaces (PSR-2) Jun 27, 2016
.env.example Adding sessions to storage, along with views. Also adding example .en… Feb 4, 2015
.gitignore Move directives from public/.gitignore to ./.gitignore (#235) Jul 10, 2016
.travis.yml Remove PHP 5.x from Travis. Jul 17, 2016
CONTRIBUTING.md Append Presenter suffix to presenters Jun 16, 2016
LICENSE Add BSD-3 license May 9, 2015
README.md Front end & SASS updates (#242) Aug 6, 2016
artisan Updating Laravel Feb 4, 2015
composer.json Dependency updates Jun 27, 2016
composer.lock Update dependencies. Jul 17, 2016
gulpfile.js Fix console errors (#236) Jul 17, 2016
package.json Cleaning up Gulp (#234) Jul 9, 2016
phpcs.xml Updating standards to PSR-2. (#225) Jun 27, 2016
phpspec.yml Initial commit Jan 20, 2015
phpunit.xml Don't be so British, Will May 12, 2015
server.php Initial commit Jan 20, 2015

README.md

MyBB 2 Build Status

This repository holds the source files for MyBB 2, the upcoming major version of MyBB. MyBB is the free and open source, intuitive, extensible, and incredibly powerful forum software you've been looking for.

MyBB 2 is not yet stable and should not be used on live boards in any situation. Support is not provided for MyBB 2 until it is officially released as a stable product and any issues regarding basic support will be closed immediately. If you are not an experienced developer or administrator, this repository is probably not aimed at you.