ModernBB 3 alpha 2
Pre-release
Pre-release
Studio384
released this
18 Jan 09:43
·
3781 commits
to master
since this release
ModernBB 3.00-dev.1644, or ModernBB 3 alpha 2 is the second alpha release of ModernBB 3, we've planned 2 more alphas, 3 betas and 2 release candidates before ModernBB 3 will be released. Don't use this alpha version in a productive environment, it's a very unstable build.
Key features
Backstage
- #555 The update system has been refactored to work better, it can't load anymore without loading the required data and now uses its own cache system. The updates will check for updates every day automaticaly.
- The server statistics page's design has been altered.
Setup
- #371 Updates has been added as a tab on the Backstage index.
- #556 A new feature, called "Soft reset" is added and will be used to remove the config.php file if required.
- #557 A new feature, called "Hard reset" is added that will remove the database and config.php file.
Front-end
Features
- #320 It's now possible to disable the header description without leaving the Description-field blank in the Backstage.
- #521 The last active topic' subject is now displayed on the index.
- #574 When moderating a topic, you can now select 'All' to show all posts in that topic.
Design
- #435 The login form and update form now use the default design of the frontend, rather then the Backstage design.
- #561 The topic title is now displayed in a H2 tag to make it more clear what topic is open.
- #580 The edit page has been updated with the new interface from post.php.
Styles
- #551 Give active state in menu a color between title and navbar in Randomness, like other styles.
- #566 The error() function displays now nice errors instead of those ugly ones.
Editor and parser
- #579 We now support H1, H2, H3, H4, H5 and H6 as new header tags. H will produce H4.
- #581 The double click issue in the editor has been fixed.
Others
- #507 The maintenance page has been updated with a new style.
- #565 The confirm_refferer() function has returned for Improved security.
Changes
- #457 Breadcrumbs are now ordered lists.
- #577 Support for Internet Explorer 8 has been dropped, IE9 and higher are required from now on.
Components
- #552 Include TinyMCE 4.0.12 for the editor.