Changes between Version 52 and Version 53 of GanttCalendarPlugin


Ignore:
Timestamp:
Jun 7, 2013, 9:12:48 AM (11 years ago)
Author:
Genie
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GanttCalendarPlugin

    v52 v53  
    5757=== 'A' Method: for Trac 0.11 (English) ===
    5858
    59  This plugin is not hosted on trac-hacks.org. Please refer [http://recursive-design.com/projects/gantt-calendar/ here] for download, installation and usage instructions.
     59 This plugin is not hosted on trac-hacks.org. Please refer [http://www.daveperrett.com/articles/2008/11/26/gantt-calendar-plugin-for-trac/ here] for download, installation and usage instructions.
    6060{{{
     61#!sh
    6162easy_install https://github.com/recurser/trac-gantt-calendar/tarball/master
    6263}}}
     
    7071 1. Download from original repository http://sourceforge.jp/projects/shibuya-trac/
    7172{{{
     73#!sh
    7274svn export http://svn.sourceforge.jp/svnroot/shibuya-trac/plugins/ganttcalendarplugin/trunk
    7375}}}
     
    7577 or Use [https://github.com/jun66j5/tracganttcalendarplugin mirror repository]:
    7678{{{
     79#!sh
    7780easy_install https://github.com/jun66j5/tracganttcalendarplugin/tarball/trunk
    7881}}}
     
    8083 2. Install globally (you can disable / enable per project)
    8184{{{
     85#!ini
    8286[components]
    8387....
     
    9195 3. Configure
    9296{{{
     97#!ini
    9398[mainnav]
    9499....
     
    128133  * If you want to use legacy date format (YYYY/MM/DD), you have to change your project's trac.ini file: (if previously edited tickets does not shown)
    129134{{{
     135#!ini
    130136[ganttcalendar]
    131137....
     
    146152  * for Trac 0.12 / 1.0dev
    147153{{{
     154#!sh
    148155svn export http://subversion.assembla.com/svn/ganttcalendar-ko/branches/0.12
    149156}}}
    150157  * for Trac 0.11 - [http://sourceforge.net/projects/traconwindows/files/TOW%20%28TracOnWindows%29/0.3.0%20alpha%201/ TOW (TracOnWindows) 0.3.0 alpha 1]
    151158{{{
     159#!sh
    152160svn export http://subversion.assembla.com/svn/ganttcalendar-ko/branches/0.11
    153161}}}