Changes between Version 28 and Version 29 of GanttCalendarPlugin


Ignore:
Timestamp:
Jun 22, 2012, 10:27:23 AM (12 years ago)
Author:
Genie
Comment:

Add to use mirror repository and setuptools.

Legend:

Unmodified
Added
Removed
Modified
  • GanttCalendarPlugin

    v28 v29  
    5858[http://svn.sourceforge.jp/svnroot/shibuya-trac/plugins/ganttcalendarplugin/trunk/ganttcalendar/locale/ Supported Languages]: English, Simplified Chinese, Japanese, Korean
    5959 1. Download from original repository http://sourceforge.jp/projects/shibuya-trac/
    60    * SVN -> svn checkout http://svn.sourceforge.jp/svnroot/shibuya-trac/plugins/ganttcalendarplugin/trunk
    61  2. Edit this files to translate
    62    * ~~trunk/ganttcalendar/templates/calendar.html~~
    63    * ~~trunk/ganttcalendar/templates/admin_holiday.html~~
    64    * ~~trunk/ganttcalendar/templates/gantt.html~~
    65  3. Build egg
     60{{{
     61svn export http://svn.sourceforge.jp/svnroot/shibuya-trac/plugins/ganttcalendarplugin/trunk
     62}}}
     63  * Build eggs
     64 or Use [http://github.com/jun66j5/tracganttcalendarplugin mirror repository]:
     65{{{
     66easy_install http://github.com/jun66j5/tracganttcalendarplugin/tarball/trunk
     67}}}
    6668
    67  4. Install globally (you can disable / enable per project)
     69 2. Install globally (you can disable / enable per project)
    6870{{{
    6971[components]
     
    7577....
    7678}}}
    77  5. Configure
     79 3. Configure
    7880{{{
    7981[mainnav]
     
    105107show_weekly_view = false
    106108}}}
    107  5. Web server restart
     109 4. Web server restart
    108110input date format:
    109   * accepted date format as: YYYY-MM-DD (ISO 8601 date format)
    110   * shows tickets which dates were edited after plugin was installed (does not show previously edited tickets)[[BR]]
     111  * accepted date format as: YYYY-MM-DD (ISO 8601 date format)[[BR]]
    111112
    112   * If you want to use legacy date format (YYYY/MM/DD), you have to change your project's trac.ini file:
     113  * 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)
    113114{{{
    114115[ganttcalendar]