Changes between Version 2 and Version 3 of GanttCalendarPlugin


Ignore:
Timestamp:
Feb 5, 2010, 10:10:16 AM (14 years ago)
Author:
Adrian Fritz
Comment:

Install draft.

Legend:

Unmodified
Added
Removed
Modified
  • GanttCalendarPlugin

    v2 v3  
    3636
    3737== Download and Installation ==
    38 
     38=== 'A' Method ===
    3939This plugin is not hosted on trac-hacks.org. Please refer [http://recurser.com/articles/2008/11/26/gantt-calendar-plugin-for-trac/ here] for download, installation and usage instructions.
    40 
     40=== 'B' Method ===
     41Status: 'Draft' (worked partially)
     42 1. Download from original repository http://sourceforge.jp/projects/shibuya-trac/
     43   * SVN -> svn checkout http://svn.sourceforge.jp/svnroot/shibuya-trac/plugins/ganttcalendarplugin/trunk
     44 2. Edit this files to translate
     45   * trunk/ganttcalendar/templates/calendar.html
     46   * trunk/ganttcalendar/templates/admin_holiday.html
     47   * trunk/ganttcalendar/templates/gantt.html
     48 3. Build egg
     49 4. Install globally (you can disable / enable per project)
     50{{{
     51[components]
     52ganttcalendar.ticketcalendar.ticketcalendarplugin = enabled                                                                             
     53ganttcalendar.ticketgantt.ticketganttchartplugin = enabled
     54}}}
     55 5. Configure
     56{{{
     57[mainnav]
     58ticketgantt.label = Ticket Gantt
     59ticketcalendar.label = Ticket Calendar
     60....
     61[ticket-custom]
     62complete = select
     63complete.label = Completed [%]
     64complete.options = 0|5|10|15|20|25|30|35|40|45|50|55|60|65|70|75|80|85|90|95|100
     65complete.value = 0
     66complete.order = 12
     67due_assign = text
     68due_assign.label = Start (YYYY/MM/DD)
     69due_assign.order = 10
     70due_close = text
     71due_close.label = End (YYYY/MM/DD)
     72due_close.order = 11
     73}}}
     74 5. Web server restart
     75Observed:
     76 1. Gantt Ticket:
     77  * accepted date format as: YYYY-MM-DD
     78  * shows tickets which dates were edited after plugin was installed (does not show previously edited tickets)
     79 1. Ticket Calendar:
     80  * not working yet, maybe this #6542 could be related.
    4181== Discuss ==
    4282`in fact this plugin is not stable`
    4383 * http://recurser.com/articles/2008/11/26/gantt-calendar-plugin-for-trac/
    4484  * but djszapi hacked attachment:ganttcalendar.tar.gz
    45