Changes between Version 133 and Version 134 of GanttCalendarPlugin


Ignore:
Timestamp:
Mar 8, 2023, 7:15:48 AM (14 months ago)
Author:
figaro
Comment:

Move screenshots to functional description

Legend:

Unmodified
Added
Removed
Modified
  • GanttCalendarPlugin

    v133 v134  
    1313This plugin adds Gantt charts and calendar views for tickets to Trac.
    1414
     15Click on the thumbnails for larger versions of the screenshots.
     16
     17'''Gantt chart view'''
     18
     19[[Image(Trac_Gantt_Chart.png, border=2)]]
     20
     21'''Calendar view'''
     22
     23[[Image(Trac_Calendar.png, border=2)]]
     24
     25'''Ticket creation example'''
     26
     27[[Image(Ticket_Creation.png, border=2​)]]
     28
    1529See also: ProjectManagementIdeas '''|''' TracJsGanttPlugin '''|''' WikiGanttChartPlugin, TicketCalendarPlugin '''|''' WikiCalendarMacro, WikiTicketCalendarMacro '''|''' TeamCalendarPlugin, GoogleCalendarPlugin
    1630
    1731'''Notes''':
    18 
    1932 * Compared to TracJsGanttPlugin, this plugin does not compute the `completed percentages` from custom ticket fields like 'remaininghours' or 'estimatedhours', but you manually set the completion value in the range of 0% to 100% in the ticket form.
    2033 * Timezone issue: This plugin was designed as timezone-less. All users and Trac server should have the same timezone.
     
    2437If you have any issues, [http://osdn.jp/ticket/newticket.php?group_id=3068&component=1062 create a new ticket] in [http://osdn.jp/projects/shibuya-trac/ticket/?component%5B%5D=1062&component_mode%5B%5D=eq&status%5B%5D=1&status%5B%5D=2 Shibuya.trac].
    2538
    26 == Screenshots
    27 
    28 Click on the thumbnails for larger versions of the screenshots.
    29 
    30 '''Gantt chart view'''
    31 
    32 [[Image(Trac_Gantt_Chart.png, border=2)]]
    33 
    34 '''Calendar view'''
    35 
    36 [[Image(Trac_Calendar.png, border=2)]]
    37 
    38 '''Ticket creation example'''
    39 
    40 [[Image(Ticket_Creation.png, border=2​)]]
    41 
    42 == Download and Installation
     39== Download
    4340
    4441=== Trac 0.11 (English)
     
    5148The version at the address above is the previous (0.11) release translated into English. The new version (0.12) by the original author now supports English, so using [#Trac0.12Multilingual Multilingual version] below is recommended.
    5249
    53 === Trac 0.12 (Multilingual)
     50=== Trac 0.12 and 1.0+ (Multilingual)
    5451
    5552You can check out !GanttCalendarPlugin from [http://svn.osdn.jp/svnroot/shibuya-trac/plugins/ganttcalendarplugin/trunk here] using Subversion, or [http://osdn.jp/projects/shibuya-trac/scm/svn/tree/head/plugins/ganttcalendarplugin/trunk/ browse the source] in Shibuya.trac.
     
    5754[http://svn.osdn.jp/svnroot/shibuya-trac/plugins/ganttcalendarplugin/trunk/ganttcalendar/locale/ Supported Languages]: English, German, Simplified Chinese, Japanese, Korean
    5855
    59  1. Download from original repository:
     56== Installation
     57
     58Download from original repository:
    6059{{{#!sh
    6160svn export http://svn.osdn.jp/svnroot/shibuya-trac/plugins/ganttcalendarplugin/trunk
    6261}}}
    63   * Build and install egg:
     62
     63Build and install egg:
    6464{{{#!sh
    6565python setup.py bdist_egg
    6666easy_install dist/*.egg
    6767}}}
    68  2. Configure the components section in your `trac.ini` file:
     68
     69== Configuration
     70
     71Configure the components section in your `trac.ini` file:
    6972{{{#!ini
    7073[components]
     
    7881}}}
    7982 You can disable or enable this plugin per project.
    80  3. Configure other sections in `trac.ini`:
     83
     84Configure other sections in `trac.ini`:
    8185{{{#!ini
    8286[mainnav]
     
    109113}}}
    110114
    111  4. Restart Web Server.
     115Restart Web Server.
    112116
    113117Definition of dates: