Actions
Patch #14767
closedMore CSS classes on various fields
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Hi there,
this is a patch which includes CSS classes on various places to allow some fine tuning in each theme.
I also introduced an issue method "follows?", which is used for example, to highlight issues, which have to wait for another issue to be completed.
A test for this method is included.
Best regards,
Daniel
Files
Related issues
Updated by Daniel Felix over 11 years ago
- Assignee set to Toshi MARUYAMA
Hi Toshi,
maybe you have some time to take a look at this?
Best regards,
Daniel
Updated by Jean-Philippe Lang about 11 years ago
Adding css classes about relations adds too many queries, I'm not in favor of it. Also, tracker-#{tracker.name.downcase}
is not acceptable as we cannot be sure that it makes a valid css class name.
Updated by Mischa The Evil about 11 years ago
- Related to Feature #898: add project specific css class to body tag added
Updated by Mischa The Evil about 11 years ago
- Related to Feature #14759: Adding project ID to CSS classes at least in issue screen (but whereever it is possibe) added
Updated by Jean-Philippe Lang about 11 years ago
- Status changed from New to Closed
Updated by Jean-Philippe Lang about 11 years ago
FTR, the 'progress progress-#{pcts[0]}'
class was broken. Should use double-quotes instead (#15523).
Actions