ChiliProject is not maintained anymore. Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and we urge all existing users to migrate their data to a maintained system, e.g. Redmine. We will provide a migration script later. In the meantime, you can use the instructions by Christian Daehn.
Some Icon Paths are Hardwired (Bug #1145)
Description
I've been trying to replace the icons using images in a Chiliproject theme and got reasonably far. However some of the editing screens do not use the .icon and .icon-thing css classes, but instead code of the form<img alt="Toggle_check" src="/images/toggle_check.png?1347609821">
It would be good if this was consistent throughout Chiliproject sot he icons can be overridden without resorting to hacking the core code.
Places where I see this problem are as follows:
http://localhost:3000/users (Administrator column)
http://localhost:3000/roles (sort column)
http://localhost:3000/trackers (sort column)
http://localhost:3000/issue_statuses (Default Value, Issue Closed, Sort)
http://localhost:3000/enumerations (Default Value, Active, untitled Sort)
http://localhost:3000/admin/info (this actually uses a different image for the tick)
Associated revisions
Fixed: Home, Logout, Login links are absolute (#1122, #1145).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1384 e93f8b46-1217-0410-a6f0-8f06a7374b81
History
Updated by Gordon Anderson at 2012-09-15 10:09 am
Deletion of a watcher on viewing any issue has a hardcoded image path also