Opened 13 years ago
Closed 13 years ago
#9825 closed defect (fixed)
*.gif Images missing
Reported by: | anonymous | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | low | Component: | DateFieldPlugin |
Severity: | minor | Keywords: | |
Cc: | Ryan J Ollos | Trac Release: | 0.12 |
Description
I have installed DateFieldPlugin via
sudo easy_install https://trac-hacks.org/svn/datefieldplugin/0.11/
After successful installation the "next" and "previous" arrow graphics didn't show up for me in the date selector. It appears that all the *.gif files from https://trac-hacks.org/svn/datefieldplugin/0.11/datefield/htdocs/css/images/ were missing in the INSTALLDIR/datefield/htdocs/css/images directory.
Looks like
htdocs/css/images/*.gif
needs to be included in setup.py.
Attachments (0)
Change History (3)
comment:1 Changed 13 years ago by
Owner: | changed from Robert Corsaro to Ryan J Ollos |
---|
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
I was seeing the next and previous arrows when I setup a dev environment to try and reproduce, but it sure seems like I should have been able to easily reproduce this issue. Either way, the change seems necessary and appropriate, so I've committed it in [11277].
If you could reinstall from the current source to confirm, I'd appreciate it.
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thanks for reporting. I'll have this fixed shortly.