Skip to content

Commit da67d01

Browse files
author
Richard Jones
committed
Final commit of Grande Splite
1 parent 95347b4 commit da67d01

22 files changed

+563
-110
lines changed

roundup/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# $Id: __init__.py,v 1.2 2001-07-22 12:09:32 richard Exp $
2+
3+
4+
#
5+
# $Log: not supported by cvs2svn $
6+
#

roundup/cgi_client.py

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: cgi_client.py,v 1.1 2001-07-22 11:58:35 richard Exp $
1+
# $Id: cgi_client.py,v 1.2 2001-07-22 12:09:32 richard Exp $
22

33
import os, cgi, pprint, StringIO, urlparse, re, traceback
44

@@ -489,25 +489,6 @@ def __del__(self):
489489

490490
#
491491
# $Log: not supported by cvs2svn $
492-
# Revision 1.7 2001/07/20 07:35:55 richard
493-
# largish changes as a start of splitting off bits and pieces to allow more
494-
# flexible installation / database back-ends
492+
# Revision 1.1 2001/07/22 11:58:35 richard
493+
# More Grande Splite
495494
#
496-
# Revision 1.6 2001/07/20 00:53:20 richard
497-
# Default index now filters out the resolved issues ;)
498-
#
499-
# Revision 1.5 2001/07/20 00:17:16 richard
500-
# Fixed adding a new issue when there is no __note
501-
#
502-
# Revision 1.4 2001/07/19 06:27:07 anthonybaxter
503-
# fixing (manually) the (dollarsign)Log(dollarsign) entries caused by
504-
# my using the magic (dollarsign)Id(dollarsign) and (dollarsign)Log(dollarsign)
505-
# strings in a commit message. I'm a twonk.
506-
#
507-
# Also broke the help string in two.
508-
#
509-
# Revision 1.3 2001/07/19 05:52:22 anthonybaxter
510-
# Added CVS keywords Id and Log to all python files.
511-
#
512-
#
513-

roundup/cgitb.py

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: cgitb.py,v 1.1 2001-07-22 11:58:35 richard Exp $
1+
# $Id: cgitb.py,v 1.2 2001-07-22 12:09:32 richard Exp $
22

33
import sys, os, types, string, keyword, linecache, tokenize, inspect, pydoc
44

@@ -115,14 +115,6 @@ def handler():
115115

116116
#
117117
# $Log: not supported by cvs2svn $
118-
# Revision 1.3 2001/07/19 06:27:07 anthonybaxter
119-
# fixing (manually) the (dollarsign)Log(dollarsign) entries caused by
120-
# my using the magic (dollarsign)Id(dollarsign) and (dollarsign)Log(dollarsign)
121-
# strings in a commit message. I'm a twonk.
122-
#
123-
# Also broke the help string in two.
124-
#
125-
# Revision 1.2 2001/07/19 05:52:22 anthonybaxter
126-
# Added CVS keywords Id and Log to all python files.
127-
#
118+
# Revision 1.1 2001/07/22 11:58:35 richard
119+
# More Grande Splite
128120
#

roundup/date.py

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: date.py,v 1.1 2001-07-22 11:58:35 richard Exp $
1+
# $Id: date.py,v 1.2 2001-07-22 12:09:32 richard Exp $
22

33
import time, re, calendar
44

@@ -344,15 +344,6 @@ def test():
344344

345345
#
346346
# $Log: not supported by cvs2svn $
347-
# Revision 1.3 2001/07/19 06:27:07 anthonybaxter
348-
# fixing (manually) the (dollarsign)Log(dollarsign) entries caused by
349-
# my using the magic (dollarsign)Id(dollarsign) and (dollarsign)Log(dollarsign)
350-
# strings in a commit message. I'm a twonk.
347+
# Revision 1.1 2001/07/22 11:58:35 richard
348+
# More Grande Splite
351349
#
352-
# Also broke the help string in two.
353-
#
354-
# Revision 1.2 2001/07/19 05:52:22 anthonybaxter
355-
# Added CVS keywords Id and Log to all python files.
356-
#
357-
#
358-

roundup/htmltemplate.py

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: htmltemplate.py,v 1.1 2001-07-22 11:58:35 richard Exp $
1+
# $Id: htmltemplate.py,v 1.2 2001-07-22 12:09:32 richard Exp $
22

33
import os, re, StringIO, urllib, cgi
44

@@ -702,18 +702,6 @@ def newitem(client, templates, db, classname, form, replace=re.compile(
702702

703703
#
704704
# $Log: not supported by cvs2svn $
705-
# Revision 1.5 2001/07/20 07:34:43 richard
706-
# Quote the value put in the text input value attribute.
705+
# Revision 1.1 2001/07/22 11:58:35 richard
706+
# More Grande Splite
707707
#
708-
# Revision 1.4 2001/07/19 06:27:07 anthonybaxter
709-
# fixing (manually) the (dollarsign)Log(dollarsign) entries caused by
710-
# my using the magic (dollarsign)Id(dollarsign) and (dollarsign)Log(dollarsign)
711-
# strings in a commit message. I'm a twonk.
712-
#
713-
# Also broke the help string in two.
714-
#
715-
# Revision 1.3 2001/07/19 05:52:22 anthonybaxter
716-
# Added CVS keywords Id and Log to all python files.
717-
#
718-
#
719-

roundup/hyper_bsddb.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#$Id: hyper_bsddb.py,v 1.1 2001-07-22 11:58:35 richard Exp $
1+
#$Id: hyper_bsddb.py,v 1.2 2001-07-22 12:09:32 richard Exp $
22

33
import bsddb, os, cPickle
44
import hyperdb, date
@@ -162,8 +162,6 @@ def rollback(self):
162162

163163
#
164164
#$Log: not supported by cvs2svn $
165-
#Revision 1.1 2001/07/20 07:35:55 richard
166-
#largish changes as a start of splitting off bits and pieces to allow more
167-
#flexible installation / database back-ends
165+
#Revision 1.1 2001/07/22 11:58:35 richard
166+
#More Grande Splite
168167
#
169-

roundup/hyperdb.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: hyperdb.py,v 1.1 2001-07-22 11:58:35 richard Exp $
1+
# $Id: hyperdb.py,v 1.2 2001-07-22 12:09:32 richard Exp $
22

33
# standard python modules
44
import cPickle, re, string
@@ -735,13 +735,6 @@ def Choice(name, *options):
735735

736736
#
737737
# $Log: not supported by cvs2svn $
738-
# Revision 1.6 2001/07/20 08:20:24 richard
739-
# Fixed a bug in the filter - wrong variable names in the error message.
740-
# Recognised that the filter has an outstanding bug. Hrm. we need a bug tracker
741-
# for this project :)
738+
# Revision 1.1 2001/07/22 11:58:35 richard
739+
# More Grande Splite
742740
#
743-
# Revision 1.5 2001/07/20 07:35:55 richard
744-
# largish changes as a start of splitting off bits and pieces to allow more
745-
# flexible installation / database back-ends
746-
#
747-

roundup/init.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# $Id: init.py,v 1.2 2001-07-22 12:09:32 richard Exp $
2+
13
import os, shutil, sys
24

35
def copytree(src, dst, symlinks=0):
@@ -43,3 +45,6 @@ def init(instance, template, adminpw):
4345
instance = __import__(instance)
4446
instance.init(adminpw)
4547

48+
#
49+
# $Log: not supported by cvs2svn $
50+
#

roundup/mailgw.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
an exception, the original message is bounced back to the sender with the
4545
explanatory message given in the exception.
4646
47-
$Id: mailgw.py,v 1.1 2001-07-22 11:58:35 richard Exp $
47+
$Id: mailgw.py,v 1.2 2001-07-22 12:09:32 richard Exp $
4848
'''
4949

5050

@@ -265,3 +265,6 @@ def handle_message(self, message):
265265
props['nosy'].sort()
266266
nodeid = cl.create(**props)
267267

268+
#
269+
# $Log: not supported by cvs2svn $
270+
#

roundup/roundupdb.py

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: roundupdb.py,v 1.1 2001-07-22 11:58:35 richard Exp $
1+
# $Id: roundupdb.py,v 1.2 2001-07-22 12:09:32 richard Exp $
22

33
import re, os, smtplib, socket
44

@@ -227,23 +227,6 @@ def sendmessage(self, nodeid, msgid):
227227

228228
#
229229
# $Log: not supported by cvs2svn $
230-
# Revision 1.6 2001/07/20 07:35:55 richard
231-
# largish changes as a start of splitting off bits and pieces to allow more
232-
# flexible installation / database back-ends
230+
# Revision 1.1 2001/07/22 11:58:35 richard
231+
# More Grande Splite
233232
#
234-
# Revision 1.5 2001/07/20 00:22:50 richard
235-
# Priority list changes - removed the redundant TODO and added support. See
236-
# roundup-devel for details.
237-
#
238-
# Revision 1.4 2001/07/19 06:27:07 anthonybaxter
239-
# fixing (manually) the (dollarsign)Log(dollarsign) entries caused by
240-
# my using the magic (dollarsign)Id(dollarsign) and (dollarsign)Log(dollarsign)
241-
# strings in a commit message. I'm a twonk.
242-
#
243-
# Also broke the help string in two.
244-
#
245-
# Revision 1.3 2001/07/19 05:52:22 anthonybaxter
246-
# Added CVS keywords Id and Log to all python files.
247-
#
248-
#
249-

0 commit comments

Comments
 (0)