3 | | == Roadmap == |
4 | | |
5 | | == Timeline == |
| 3 | {{{ |
| 4 | #!html |
| 5 | <div> |
| 6 | <span style="float: left; width: 48%;"> |
| 7 | <h2>Tickets</h2> |
| 8 | <p>Defects, feature Requests, and tasks are described in tickets. A ticket is assigned to either the backlog milestone or the next release milestone. Please use the ticket query link if you want to view and filter tickets. |
| 9 | <ul> |
| 10 | <li><a href="/query">Ticket query</a></li> |
| 11 | </ul> |
| 12 | </span> |
| 13 | <span style="float: right; width: 48%;"> |
| 14 | <h2>Roadmap</h2> |
| 15 | <p>The roadmap shows which tickets are actively being worked on and which are still on the backlog. Changesets that have been released are merged to the stable branch and the corresponding ticket is closed on the milestone for the next release. |
| 16 | <ul> |
| 17 | <li><a href="/roadmap">Roadmap</a></li> |
| 18 | <li><a href="/wiki/ChangeLogPending">ChangeLog since release of 3.3.9</a></li> |
| 19 | <li><a href="/wiki/ChangeLog">ChangeLog from 3.3.0 to 3.3.9</a></li> |
| 20 | </ul> |
| 21 | </span> |
| 22 | </div> |
| 23 | <div style="clear: both;" /> |
| 24 | }}} |