File tree Expand file tree Collapse file tree 8 files changed +14
-10
lines changed
Expand file tree Collapse file tree 8 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 77- added url_quote and html_quote methods to the utils object
88- added isset method to HTMLProperty
99- database export now exports full journals too
10+ - tracker name at end of page title (sf rfe 926840)
1011
1112Fixed:
1213- web CSV export was busted (as was any action returning a result)
Original file line number Diff line number Diff line change 11<!-- dollarId: file.index,v 1.4 2002/01/23 05:10:27 richard Exp dollar-->
22< tal:block metal:use-macro ="templates/page/macros/icing ">
33< title metal:fill-slot ="head_title ">
4- < span tal:replace ="config/TRACKER_NAME " /> : List of files
4+ List of files - < span tal:replace ="config/TRACKER_NAME " />
55</ title >
66< span metal:fill-slot ="body_title " tal:omit-tag ="python:1 "> List of files</ span >
77< td class ="content " metal:fill-slot ="content ">
Original file line number Diff line number Diff line change 11<!-- dollarId: issue.index,v 1.2 2001/07/29 04:07:37 richard Exp dollar-->
22< tal:block metal:use-macro ="templates/page/macros/icing ">
33< title metal:fill-slot ="head_title ">
4- < span tal:replace ="config/TRACKER_NAME " /> : List of issues
4+ List of issues - < span tal:replace ="config/TRACKER_NAME " />
55</ title >
66< span metal:fill-slot ="body_title " tal:omit-tag ="python:1 "> List of issues</ span >
77< td class ="content " metal:fill-slot ="content ">
Original file line number Diff line number Diff line change 11<!-- dollarId: issue.item,v 1.4 2001/08/03 01:19:43 richard Exp dollar-->
22< tal:block metal:use-macro ="templates/page/macros/icing ">
33< title metal:fill-slot ="head_title ">
4- < span tal:replace ="config/TRACKER_NAME " /> :
5- < span tal:condition ="context/id "
6- tal:replace ="string:Issue ${context/id}: ${context/title} " />
4+ < tal:x condition ="context/id "
5+ replace ="string:Issue ${context/id}: ${context/title} " />
6+ < tal:x condition ="not:context/id "> New Issue</ tal:x >
7+ - < tal:x replace ="config/TRACKER_NAME " />
78</ title >
89< span metal:fill-slot ="body_title " tal:omit-tag ="python:1 ">
910 < tal:x tal:condition ="not:context/id "> New</ tal:x >
10- Issue< span tal:replace ="context/id " />
11+ Issue< tal:x replace ="context/id " />
1112 < tal:x tal:condition ="context/is_edit_ok "> Editing</ tal:x >
1213 </ span >
1314
Original file line number Diff line number Diff line change 11< tal:block metal:use-macro ="templates/page/macros/icing ">
22< title metal:fill-slot ="head_title ">
3- < span tal:replace ="config/TRACKER_NAME " /> : List of messages
3+ List of messages -
4+ < span tal:replace ="config/TRACKER_NAME " />
45</ title >
56< span metal:fill-slot ="body_title " tal:omit-tag ="python:1 "> Message listing</ span >
67< td class ="content " metal:fill-slot ="content ">
Original file line number Diff line number Diff line change 11<!-- dollarId: msg.item,v 1.3 2002/05/22 00:32:34 richard Exp dollar-->
22< tal:block metal:use-macro ="templates/page/macros/icing ">
33< title metal:fill-slot ="head_title ">
4- < span tal:replace ="config/TRACKER_NAME " /> :
54< span tal:condition ="context/id " tal:replace ="string:Message ${context/id} " />
65< tal:x tal:condition ="not:context/id "> New Message</ tal:x >
6+ - < span tal:replace ="config/TRACKER_NAME " />
77</ title >
88< span metal:fill-slot ="body_title " tal:omit-tag ="python:1 ">
99 Message< span tal:replace ="context/id " />
Original file line number Diff line number Diff line change 11<!-- dollarId: user.item,v 1.7 2002/08/16 04:29:04 richard Exp dollar-->
22< tal:block metal:use-macro ="templates/page/macros/icing ">
33< title metal:fill-slot ="head_title ">
4- < span tal:replace ="config/TRACKER_NAME " /> : "Your Queries" Editing
4+ "Your Queries" Editing
5+ - < span tal:replace ="config/TRACKER_NAME " />
56</ title >
67< span metal:fill-slot ="body_title " tal:omit-tag ="python:1 ">
78 "Your Queries" Editing
Original file line number Diff line number Diff line change 11<!-- dollarId: user.item,v 1.7 2002/08/16 04:29:04 richard Exp dollar-->
22< tal:block metal:use-macro ="templates/page/macros/icing ">
33< title metal:fill-slot ="head_title ">
4- < span tal:replace ="config/TRACKER_NAME " /> :
54< span tal:condition ="context/id "
65 tal:replace ="string:User ${context/id}: ${context/username} " />
76< tal:x tal:condition ="not:context/id "> New User</ tal:x >
7+ - < span tal:replace ="config/TRACKER_NAME " />
88</ title >
99< span metal:fill-slot ="body_title " tal:omit-tag ="python:1 ">
1010 User< span tal:replace ="context/id " />
You can’t perform that action at this time.
0 commit comments