Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 2 and Version 3 of Documentation/DevelopmentCenter


Ignore:
Timestamp:
06/26/14 11:15:23 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter

    v2 v3  
    11= Development Center =
    22
    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}}}
    625
    726== Extending HeuristicLab ==
    827 * [[Documentation/DevelopmentCenter/Quickstart|Quickstart]] - your guide into how to download and build the sources and how to write your first plugin.
    9  *
    1028 * Outdated guides:
    1129  * DevelopersManual