Changes between Initial Version and Version 4 of Ticket #10825


Ignore:
Timestamp:
Mar 24, 2013, 4:27:52 AM (11 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10825

    • Property Owner changed from Matthias to Andreas
    • Property Status changed from new to assigned
  • Ticket #10825 – Description

    initial v4  
    22
    33I fixed it by adding and png called none to:
    4 projectplanplugin/0.11/trunk/projectplan/htdocs/images/
     4`projectplanplugin/0.11/trunk/projectplan/htdocs/images/`
     5
    56then adding the line:
     7{{{
    68u'images': u'none',
    7 to the "htdocsubdirmapping = {" section of setup.py
     9}}}
     10to the `htdocsubdirmapping = {` section of `setup.py`.
    811
    9 After doing "python setup.py bdist_egg" everything seems to work as dot can find the file none and show that when nothing is defined.
     12After doing `python setup.py bdist_egg` everything seems to work as dot can find the file none and show that when nothing is defined.
    1013
    1114This behaviour was observed on an Ubuntu 12.04 with the standard ubuntu packages for dot 2.26.3 and trac 0.12.
    12 ProjectPlan was downloaded from the projectplan wiki download link and gave me r12566
     15!ProjectPlan was downloaded from the projectplan wiki download link and gave me r12566