From e787345b7b8a2a47f55065ec2dee1991bcccbbae Mon Sep 17 00:00:00 2001 From: richard Date: Wed, 1 Aug 2001 05:15:09 +0000 Subject: [PATCH] Added "My Issues" and "My Support" to extended template. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@182 57a73879-2fb5-44c3-a270-3262357dd7e2 --- README.txt | 2 +- roundup/templates/extended/html/issue.index | 4 ++-- roundup/templates/extended/html/support.index | 4 ++-- roundup/templates/extended/htmlbase.py | 4 ++-- roundup/templates/extended/interfaces.py | 20 ++++++++++++------- 5 files changed, 20 insertions(+), 14 deletions(-) diff --git a/README.txt b/README.txt index c5a54e1..cd82418 100644 --- a/README.txt +++ b/README.txt @@ -85,7 +85,7 @@ cgi_client . e-mail messages should have the roundup CGI URL in them roundup.cgi . make it detect that it is in an instance_home and just use that - instance by default + instance by default? 5. Known Bugs diff --git a/roundup/templates/extended/html/issue.index b/roundup/templates/extended/html/issue.index index 0109620..59045d8 100644 --- a/roundup/templates/extended/html/issue.index +++ b/roundup/templates/extended/html/issue.index @@ -1,7 +1,7 @@ - + - + diff --git a/roundup/templates/extended/html/support.index b/roundup/templates/extended/html/support.index index e0d60b2..e69f4ba 100644 --- a/roundup/templates/extended/html/support.index +++ b/roundup/templates/extended/html/support.index @@ -1,7 +1,7 @@ - + - + diff --git a/roundup/templates/extended/htmlbase.py b/roundup/templates/extended/htmlbase.py index 911f4a7..4223b1d 100644 --- a/roundup/templates/extended/htmlbase.py +++ b/roundup/templates/extended/htmlbase.py @@ -67,7 +67,7 @@ issueDOTfilter = """ - + @@ -438,7 +438,7 @@ supportDOTfilter = """ - + diff --git a/roundup/templates/extended/interfaces.py b/roundup/templates/extended/interfaces.py index 071e4ab..814c0ef 100644 --- a/roundup/templates/extended/interfaces.py +++ b/roundup/templates/extended/interfaces.py @@ -1,4 +1,4 @@ -# $Id: interfaces.py,v 1.4 2001-07-30 08:12:17 richard Exp $ +# $Id: interfaces.py,v 1.5 2001-08-01 05:15:09 richard Exp $ import instance_config, urlparse, os from roundup import cgi_client, mailgw @@ -45,17 +45,20 @@ class Client(cgi_client.Client): %s %s -All issues | -Bugs | -Wishlist | -Support | +All issues | +Bugs | +Wishlist | +Support | New Issue | New Support | New User %s -Your Details + +My Issues | +My Support | +Your Details -'''%(title, style, message, title, self.user, extras, userid)) +'''%(title, style, message, title, self.user, extras, userid, userid, userid)) class MailGW(mailgw.MailGW): ''' derives basic mail gateway implementation from the standard module, @@ -67,6 +70,9 @@ class MailGW(mailgw.MailGW): # # $Log: not supported by cvs2svn $ +# Revision 1.4 2001/07/30 08:12:17 richard +# Added time logging and file uploading to the templates. +# # Revision 1.3 2001/07/30 01:26:59 richard # Big changes: # . split off the support priority into its own class -- 2.30.2