MyBB Documentation

Development Tracker

The 1.6 Documentation is no longer maintained and some information may be outdated.

The MyBB 1.6 series reached end of life on October 1, 2015.

This means there will be no more security or maintenance releases for these series and forums running these versions of MyBB may be at risk of unfixed security issues. All administrators are strongly encouraged to upgrade their forums to the latest release of MyBB as soon as possible.

Contents

The MyBB Team use Redmine for tracking issues and features for the software. It's very powerful once you get to know how to use it and this part of the wiki will run you through the basics.

There are some general terms used around the tracker which might be confusing. They are explained below.

Commit
A commit is an alteration of MyBB's coding. They can alter just a single line of code or replace entire files and are made by the developers to the repository. Normally, a commit will come with a message advising what it has fixed (the commit message).
Milestone
A milestone is any version of MyBB both past and present. They are normally mentioned when talking about Roadmaps or targeting an issue to a future version of the software. For example, 1.4.5, 1.6.2 and 1.6.8 are all milestones of MyBB.
Repository
The MyBB repository holds all of the source code for the software. We use GitHub to host this repository. A common phrase would be I've committed the changes to GitHub - meaning changes have been made to the source code in the repository.
Revision
When a developer makes a commit, they also make a revision - it is information about what changes the developer's commit has made to the source code. A revision can also be called a changeset.
Issue Types
Issues may have different statuses throughout their time on the tracker. Below are the different statuses we can assign to an issue.

Closed - an issue that has been fixed by a developer and verified by SQA
Confirmed - an issue that has been confirmed as being a valid within MyBB by the SQA/MyBB Team
Deferred - an issue that is either too difficult to fix or will not be fixed in the 1.x series
New - an issue that has been reported but yet to be confirmed by the SQA/MyBB Team
Open - generally used when discussing a list of issues, these are issues that have not yet been closed, rejected or deferred
Rejected - an issue that does not exist in MyBB, something that will not be fixed or something that works as it is intended
Resolved - an issue that has been fixed by a developer and awaiting verification that the fix actually works by the SQA/MyBB Team

Throughout the tracker, there are two important shortcuts we can use when describing or linking to revisions and issues. You can use these in many places, including descriptions of issues, comments and commit messages.

#0000
By placing a hash tag before an issue number, the tracker will automatically pick up on it and provide a link to it. For example, if you wanted to link to issue number 1487, you would write #1487. Further examples: #147, #3.
r0000
If we're wanting to link to a specific revision that a developer has created, we can use the r prefix before the revision number. For example, r5415, r4471, r134.

At the top of every page in the tracker is a search box. Not rocket science, but from here you can search through the entire history of MyBB issues from the past few years using keywords. If you want to set more options, such as whether to search for issues or changesets, just click on the 'Search' text before the search box itself.

You can also quickly jump to certain issues from here - for example, typing 1541 into the search box will take you to issue #1501.


MyBB Development
Tracker Viewing Issues - Reporting a New Issue - Working on an Issue - Using the Repository

Edit this page on GitHub