Changes between Version 20 and Version 21 of web


Ignore:
Timestamp:
01/03/10 05:06:19 (3 years ago)
Author:
marcusl
Comment:

updated to indicate that jinja has been merged and is scheduled to ship with 0.8.0

Legend:

Unmodified
Added
Removed
Modified
  • web

    v20 v21  
    44#!div style="width:45%; float:left" 
    55 
    6 This work intends to replace the current HTML generation in the !WebStatus part with [http://jinja.pocoo.org/ Jinja] templates instead, providing the following advantages: 
     6This branch was created to replace the current HTML generation in the !WebStatus part with [http://jinja.pocoo.org/ Jinja] templates instead, providing the following advantages: 
    77 
    88 * Fix encoding problems due to varying string types 
     
    1111 * Ease contributions of  "themes" and/or general HTML improvements 
    1212 * Nice UI usally sell well, and the more users, the better. :) 
    13  
    14 The active work can be seen on the jinja branch in these two forks: 
    15  
    16  * [http://github.com/marcusl/buildbot/tree/jinja Marcus Lindblom] 
    17  * [http://github.com/stefans/buildbot/tree/jinja Stefan Seefeld] 
    18  
     13The work has now been merged to the master-branch and will ship with 0.8.0. 
    1914 
    2015 
    2116== Master Plan == 
    2217 
    23  1. Move all HTML generation into Jinja templates ''partially done'' 
    24  1. Document and cleanup template parameters 
     18 1. Move all HTML generation into Jinja templates '''done'' 
     19 1. Document and cleanup template parameters (t.b.d.) 
    2520 1. Catch up with current mainline repo '''done''' 
    26  1. Submit for public review (and hope for acceptance ;) 
    27  1. Merge into main 
     21 1. Submit for public review (and hope for acceptance ;) '''seemingly ok''' 
     22 1. Merge into main '''done''' 
    2823 1. ? 
    29  1. Profit! ;) 
     24 1. Profit! ;) (''still waiting'') 
    3025 
    3126== Plan details ==