# HG changeset patch # User Richard Jones # Date 1081208936 0 # Node ID 3b92a1b7a056e12650608e67f33d7f739431b857 # Parent 3f89c8ffe4f121e61641135730e536efac405a79 tracker name at end of page title (rfe [SF#926840]) diff -r 3f89c8ffe4f1 -r 3b92a1b7a056 CHANGES.txt --- a/CHANGES.txt Mon Apr 05 23:43:04 2004 +0000 +++ b/CHANGES.txt Mon Apr 05 23:48:56 2004 +0000 @@ -7,6 +7,7 @@ - added url_quote and html_quote methods to the utils object - added isset method to HTMLProperty - database export now exports full journals too +- tracker name at end of page title (sf rfe 926840) Fixed: - web CSV export was busted (as was any action returning a result) diff -r 3f89c8ffe4f1 -r 3b92a1b7a056 templates/classic/html/file.index.html --- a/templates/classic/html/file.index.html Mon Apr 05 23:43:04 2004 +0000 +++ b/templates/classic/html/file.index.html Mon Apr 05 23:48:56 2004 +0000 @@ -1,7 +1,7 @@ - <span tal:replace="config/TRACKER_NAME" />: List of files + List of files - <span tal:replace="config/TRACKER_NAME" /> List of files diff -r 3f89c8ffe4f1 -r 3b92a1b7a056 templates/classic/html/issue.index.html --- a/templates/classic/html/issue.index.html Mon Apr 05 23:43:04 2004 +0000 +++ b/templates/classic/html/issue.index.html Mon Apr 05 23:48:56 2004 +0000 @@ -1,7 +1,7 @@ - <span tal:replace="config/TRACKER_NAME" />: List of issues + List of issues - <span tal:replace="config/TRACKER_NAME" /> List of issues diff -r 3f89c8ffe4f1 -r 3b92a1b7a056 templates/classic/html/issue.item.html --- a/templates/classic/html/issue.item.html Mon Apr 05 23:43:04 2004 +0000 +++ b/templates/classic/html/issue.item.html Mon Apr 05 23:48:56 2004 +0000 @@ -1,13 +1,14 @@ -<span tal:replace="config/TRACKER_NAME" />: -<span tal:condition="context/id" - tal:replace="string:Issue ${context/id}: ${context/title}" /> +<tal:x condition="context/id" + replace="string:Issue ${context/id}: ${context/title}" /> +<tal:x condition="not:context/id">New Issue</tal:x> +- <tal:x replace="config/TRACKER_NAME" /> New - Issue + Issue Editing diff -r 3f89c8ffe4f1 -r 3b92a1b7a056 templates/classic/html/msg.index.html --- a/templates/classic/html/msg.index.html Mon Apr 05 23:43:04 2004 +0000 +++ b/templates/classic/html/msg.index.html Mon Apr 05 23:48:56 2004 +0000 @@ -1,6 +1,7 @@ - <span tal:replace="config/TRACKER_NAME" />: List of messages + List of messages - + <span tal:replace="config/TRACKER_NAME" /> Message listing diff -r 3f89c8ffe4f1 -r 3b92a1b7a056 templates/classic/html/msg.item.html --- a/templates/classic/html/msg.item.html Mon Apr 05 23:43:04 2004 +0000 +++ b/templates/classic/html/msg.item.html Mon Apr 05 23:48:56 2004 +0000 @@ -1,9 +1,9 @@ -<span tal:replace="config/TRACKER_NAME" />: <span tal:condition="context/id" tal:replace="string:Message ${context/id}" /> <tal:x tal:condition="not:context/id">New Message</tal:x> +- <span tal:replace="config/TRACKER_NAME" /> Message diff -r 3f89c8ffe4f1 -r 3b92a1b7a056 templates/classic/html/query.edit.html --- a/templates/classic/html/query.edit.html Mon Apr 05 23:43:04 2004 +0000 +++ b/templates/classic/html/query.edit.html Mon Apr 05 23:48:56 2004 +0000 @@ -1,7 +1,8 @@ -<span tal:replace="config/TRACKER_NAME" />: "Your Queries" Editing +"Your Queries" Editing +- <span tal:replace="config/TRACKER_NAME" /> "Your Queries" Editing diff -r 3f89c8ffe4f1 -r 3b92a1b7a056 templates/classic/html/user.item.html --- a/templates/classic/html/user.item.html Mon Apr 05 23:43:04 2004 +0000 +++ b/templates/classic/html/user.item.html Mon Apr 05 23:48:56 2004 +0000 @@ -1,10 +1,10 @@ -<span tal:replace="config/TRACKER_NAME" />: <span tal:condition="context/id" tal:replace="string:User ${context/id}: ${context/username}" /> <tal:x tal:condition="not:context/id">New User</tal:x> +- <span tal:replace="config/TRACKER_NAME" /> User