Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 4 and Version 5 of Documentation/DevelopmentCenter


Ignore:
Timestamp:
06/26/14 14:18:24 (10 years ago)
Author:
abeham
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/DevelopmentCenter

    v4 v5  
    55<div>
    66<span style="float: left; width: 48%;">
    7 <h2>Tickets</h2>
    8 <p>Defects, enhancements, feature Requests, and tasks are described in tickets. Please use the ticket query link if you want to view and filter tickets.
     7<h2>Roadmap and Tickets</h2>
     8<p>The roadmap shows the state of tickets for the next release as well as the backlog. Use the ticket query link if you want to view and filter tickets.</p>
    99<ul>
     10  <li><a href="/roadmap">Roadmap</a></li>
    1011  <li><a href="/query">Ticket query</a></li>
     12  <li><a href="/wiki/ChangeLogPending">ChangeLog since release of 3.3.9</a></li>
     13  <li><a href="/wiki/ChangeLog">ChangeLog from 3.3.0 to 3.3.9</a></li>
    1114</ul>
    1215</span>
    1316<span style="float: right; width: 48%;">
    14 <h2>Roadmap</h2>
    15 <p>The roadmap shows the state of tickets for the next release as well as the backlog. A ticket is considered released if the changesets have been merged to the stable branch.
     17<h2>Conventions</h2>
     18<p>Large software projects don't work without adhering to coding standards and relying on best practices. Code reviews are an essential part of our process.</p>
    1619<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  <li><a href="/wiki/DevelopersGuidelines">Developer guidelines</a> (<a href="/wiki/DevelopersGuidelinesSourceExample">source example</a>)</li>
     21  <li><a href="/wiki/DevelopersBestPractices">Best practices</a></li>
     22  <li><a href="/wiki/DevelopersReviewGuidelines">Review guidelines</a></li>
     23  <li><a href="/wiki/DevelopersAdditionalMaterial">Additional Material</a> (books, blogs, etc.)</li>
    2024</ul>
    2125</span>
     
    4246 * ParameterTypes
    4347
    44 == Conventions ==
    45  * DevelopersGuidelines
    46  * DevelopersGuidelinesSourceExample
    47  * DevelopersBestPractices
    48  * DevelopersReviewGuidelines
    49  * Additional Resources (DevelopersAdditionalMaterial)