Skip to content

Commit 6a6e51f

Browse files
author
Richard Jones
committed
more Log removal
1 parent a2eeada commit 6a6e51f

File tree

18 files changed

+26
-1068
lines changed

18 files changed

+26
-1068
lines changed

I18N_PROGRESS.txt

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,10 @@ roundup/templates/__init__.py
3434
roundup/templates/classic/__init__.py
3535
roundup/templates/classic/dbinit.py
3636
roundup/templates/classic/htmlbase.py
37-
roundup/templates/classic/instance_config.py
37+
roundup/templates/classic/config.py
3838
roundup/templates/classic/interfaces.py
3939
roundup/templates/classic/detectors/__init__.py
4040
roundup/templates/classic/detectors/nosyreaction.py
41-
roundup/templates/extended/__init__.py
42-
roundup/templates/extended/dbinit.py
43-
roundup/templates/extended/htmlbase.py
44-
roundup/templates/extended/instance_config.py
45-
roundup/templates/extended/interfaces.py
46-
roundup/templates/extended/detectors/__init__.py
47-
roundup/templates/extended/detectors/nosyreaction.py
4841

4942

5043
THESE FILES DO USE _()
@@ -54,19 +47,16 @@ roundup-mailgw
5447
roundup-server
5548
cgi-bin/roundup.cgi
5649
roundup/__init__.py
57-
roundup/cgi_client.py
5850
roundup/admin.py
59-
roundup/cgitb.py
6051
roundup/date.py
61-
roundup/htmltemplate.py
52+
roundup/cgi/cgitb.py
6253

6354

6455
WE DON'T CARE ABOUT THESE FILES
6556
===============================
6657
BUILD.txt
6758
CHANGES.txt
6859
INSTALL.txt
69-
MIGRATION.txt
7060
README.txt
7161
setup.py
7262
doc/implementation.txt
@@ -90,21 +80,6 @@ roundup/templates/classic/html/msg.item
9080
roundup/templates/classic/html/style.css
9181
roundup/templates/classic/html/user.index
9282
roundup/templates/classic/html/user.item
93-
roundup/templates/extended/html/file.index
94-
roundup/templates/extended/html/file.newitem
95-
roundup/templates/extended/html/issue.filter
96-
roundup/templates/extended/html/issue.index
97-
roundup/templates/extended/html/issue.item
98-
roundup/templates/extended/html/msg.index
99-
roundup/templates/extended/html/msg.item
100-
roundup/templates/extended/html/style.css
101-
roundup/templates/extended/html/support.filter
102-
roundup/templates/extended/html/support.index
103-
roundup/templates/extended/html/support.item
104-
roundup/templates/extended/html/timelog.index
105-
roundup/templates/extended/html/timelog.item
106-
roundup/templates/extended/html/user.index
107-
roundup/templates/extended/html/user.item
10883
test/README.txt
10984
test/__init__.py
11085
test/test_dates.py

TODO.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,13 @@ pending web: have roundup.cgi pick up instance config from the environment
4949
pending web: UNIX init.d script for roundup-server
5050
pending web: rewritten documentation (can come after the beta though so stuff
5151
is settled) ... including relevant file names in customisation doc
52-
pending admin: have roundup-admin "set" command be applicable to all items
53-
in a class
52+
pending admin: have "set" command be applicable to all items in a class
53+
pending admin: add "unset" command
5454
pending dist: include the HTML in docs
5555

5656
bug: request.url is incorrect in cgi-bin environments
5757
bug: query editing not translated to new templating
58+
bug: document insance_config -> config
5859

5960
done web: Re-enable link backrefs from messages (feature request #568714)
6061
done web: have the page layout (header/footer) be templatable

cgi-bin/roundup.cgi

Lines changed: 1 addition & 135 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1717
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1818
#
19-
# $Id: roundup.cgi,v 1.29 2002-09-06 05:05:18 richard Exp $
19+
# $Id: roundup.cgi,v 1.30 2002-09-10 01:07:05 richard Exp $
2020

2121
# python version check
2222
from roundup import version_check
@@ -197,138 +197,4 @@ sys.stdout.flush()
197197
sys.stdout, sys.stderr = out, err
198198
LOG.close()
199199

200-
#
201-
# $Log: not supported by cvs2svn $
202-
# Revision 1.28 2002/09/04 04:30:58 richard
203-
# add the path to the cgi-bin request
204-
#
205-
# Revision 1.27 2002/09/04 02:11:00 richard
206-
# *** empty log message ***
207-
#
208-
# Revision 1.26 2002/09/04 01:58:33 richard
209-
# fix cgi client importing
210-
#
211-
# Revision 1.25 2002/08/22 00:14:18 richard
212-
# Fix to be able to report errors even if the cgi module can't be imported(!)
213-
#
214-
# Revision 1.24 2002/01/05 02:21:22 richard
215-
# fixes
216-
#
217-
# Revision 1.23 2002/01/05 02:19:03 richard
218-
# i18n'ification
219-
#
220-
# Revision 1.22 2001/12/13 00:20:01 richard
221-
# . Centralised the python version check code, bumped version to 2.1.1 (really
222-
# needs to be 2.1.2, but that isn't released yet :)
223-
#
224-
# Revision 1.21 2001/12/02 05:06:16 richard
225-
# . We now use weakrefs in the Classes to keep the database reference, so
226-
# the close() method on the database is no longer needed.
227-
# I bumped the minimum python requirement up to 2.1 accordingly.
228-
# . #487480 ] roundup-server
229-
# . #487476 ] INSTALL.txt
230-
#
231-
# I also cleaned up the change message / post-edit stuff in the cgi client.
232-
# There's now a clearly marked "TODO: append the change note" where I believe
233-
# the change note should be added there. The "changes" list will obviously
234-
# have to be modified to be a dict of the changes, or somesuch.
235-
#
236-
# More testing needed.
237-
#
238-
# Revision 1.20 2001/11/26 22:55:56 richard
239-
# Feature:
240-
# . Added INSTANCE_NAME to configuration - used in web and email to identify
241-
# the instance.
242-
# . Added EMAIL_SIGNATURE_POSITION to indicate where to place the roundup
243-
# signature info in e-mails.
244-
# . Some more flexibility in the mail gateway and more error handling.
245-
# . Login now takes you to the page you back to the were denied access to.
246-
#
247-
# Fixed:
248-
# . Lots of bugs, thanks Roché and others on the devel mailing list!
249-
#
250-
# Revision 1.19 2001/11/22 00:25:10 richard
251-
# quick fix for file uploads on windows in roundup.cgi
252-
#
253-
# Revision 1.18 2001/11/06 22:10:11 jhermann
254-
# Added env config; fixed request wrapper & index list; sort list by key
255-
#
256-
# Revision 1.17 2001/11/06 21:51:19 richard
257-
# Fixed HTTP headers for top-level index in CGI script
258-
#
259-
# Revision 1.16 2001/11/01 22:04:37 richard
260-
# Started work on supporting a pop3-fetching server
261-
# Fixed bugs:
262-
# . bug #477104 ] HTML tag error in roundup-server
263-
# . bug #477107 ] HTTP header problem
264-
#
265-
# Revision 1.15 2001/10/29 23:55:44 richard
266-
# Fix to CGI top-level index (thanks Juergen Hermann)
267-
#
268-
# Revision 1.14 2001/10/27 00:22:35 richard
269-
# Fixed some URL issues in roundup.cgi, again thanks Juergen Hermann.
270-
#
271-
# Revision 1.13 2001/10/05 02:23:24 richard
272-
# . roundup-admin create now prompts for property info if none is supplied
273-
# on the command-line.
274-
# . hyperdb Class getprops() method may now return only the mutable
275-
# properties.
276-
# . Login now uses cookies, which makes it a whole lot more flexible. We can
277-
# now support anonymous user access (read-only, unless there's an
278-
# "anonymous" user, in which case write access is permitted). Login
279-
# handling has been moved into cgi_client.Client.main()
280-
# . The "extended" schema is now the default in roundup init.
281-
# . The schemas have had their page headings modified to cope with the new
282-
# login handling. Existing installations should copy the interfaces.py
283-
# file from the roundup lib directory to their instance home.
284-
# . Incorrectly had a Bizar Software copyright on the cgitb.py module from
285-
# Ping - has been removed.
286-
# . Fixed a whole bunch of places in the CGI interface where we should have
287-
# been returning Not Found instead of throwing an exception.
288-
# . Fixed a deviation from the spec: trying to modify the 'id' property of
289-
# an item now throws an exception.
290-
#
291-
# Revision 1.12 2001/10/01 05:55:41 richard
292-
# Fixes to the top-level index
293-
#
294-
# Revision 1.11 2001/09/29 13:27:00 richard
295-
# CGI interfaces now spit up a top-level index of all the instances they can
296-
# serve.
297-
#
298-
# Revision 1.10 2001/08/07 00:24:42 richard
299-
# stupid typo
300-
#
301-
# Revision 1.9 2001/08/07 00:15:51 richard
302-
# Added the copyright/license notice to (nearly) all files at request of
303-
# Bizar Software.
304-
#
305-
# Revision 1.8 2001/08/05 07:43:52 richard
306-
# Instances are now opened by a special function that generates a unique
307-
# module name for the instances on import time.
308-
#
309-
# Revision 1.7 2001/08/03 01:28:33 richard
310-
# Used the much nicer load_package, pointed out by Steve Majewski.
311-
#
312-
# Revision 1.6 2001/08/03 00:59:34 richard
313-
# Instance import now imports the instance using imp.load_module so that
314-
# we can have instance homes of "roundup" or other existing python package
315-
# names.
316-
#
317-
# Revision 1.5 2001/07/29 07:01:39 richard
318-
# Added vim command to all source so that we don't get no steenkin' tabs :)
319-
#
320-
# Revision 1.4 2001/07/23 04:47:27 anthonybaxter
321-
# renamed ROUNDUPS to ROUNDUP_INSTANCE_HOMES
322-
# sys.exit(0) if python version wrong.
323-
#
324-
# Revision 1.3 2001/07/23 04:33:30 richard
325-
# brought the CGI instance config dict in line with roundup-server
326-
#
327-
# Revision 1.2 2001/07/23 04:31:40 richard
328-
# Fixed the roundup CGI script for updates to cgi_client.py
329-
#
330-
# Revision 1.1 2001/07/22 11:47:07 richard
331-
# More Grande Splite
332-
#
333-
#
334200
# vim: set filetype=python ts=4 sw=4 et si

detectors/newissuecopy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ def newissuecopy(db, cl, nodeid, oldvalues):
1919
def init(db):
2020
db.issue.react('create', newissuecopy)
2121

22+
# vim: set filetype=python ts=4 sw=4 et si

frontends/ZRoundup/ZRoundup.py

Lines changed: 1 addition & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1515
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1616
#
17-
# $Id: ZRoundup.py,v 1.11 2002-09-04 02:11:00 richard Exp $
17+
# $Id: ZRoundup.py,v 1.12 2002-09-10 01:07:05 richard Exp $
1818
#
1919
''' ZRoundup module - exposes the roundup web interface to Zope
2020
@@ -206,39 +206,4 @@ def __getitem__(self, item):
206206
modulesecurity.apply(globals())
207207

208208

209-
#
210-
# $Log: not supported by cvs2svn $
211-
# Revision 1.10 2002/09/04 02:05:19 richard
212-
# new cgi client here too
213-
#
214-
# Revision 1.9 2002/07/04 01:25:22 dman13
215-
# fixed #576086 (dumb copying mistake)
216-
#
217-
# Revision 1.8 2002/06/16 01:01:42 dman13
218-
# remove CR characters embedded in messages (ZRoundup)
219-
#
220-
# Revision 1.7 2002/06/14 01:25:46 dman13
221-
# Fixed bug #558867 by redirecting /instance requests to /instance/
222-
#
223-
# Revision 1.6 2002/06/12 00:59:44 dman13
224-
# Fixed the logic for determing the cookie path. (Closes #562130.)
225-
#
226-
# Revision 1.5 2002/05/14 23:36:25 richard
227-
# . fixed SCRIPT_NAME in ZRoundup for instances not at top level of Zope
228-
# (thanks dman)
229-
#
230-
# Revision 1.4 2002/01/10 03:38:16 richard
231-
# reformatting for 80 cols
232-
#
233-
# Revision 1.3 2001/12/12 23:55:00 richard
234-
# Fixed some problems with user editing
235-
#
236-
# Revision 1.2 2001/12/12 23:33:58 richard
237-
# added some implementation notes
238-
#
239-
# Revision 1.1 2001/12/12 23:27:13 richard
240-
# Added a Zope frontend for roundup.
241-
#
242-
#
243-
#
244209
# vim: set filetype=python ts=4 sw=4 et si

frontends/ZRoundup/__init__.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1515
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1616
#
17-
# $Id: __init__.py,v 1.1 2001-12-12 23:27:14 richard Exp $
17+
# $Id: __init__.py,v 1.2 2002-09-10 01:07:05 richard Exp $
1818
#
1919
__version__='1.0'
2020

@@ -53,8 +53,4 @@ def initialize(context):
5353
}
5454

5555

56-
#
57-
# $Log: not supported by cvs2svn $
58-
#
59-
#
6056
# vim: set filetype=python ts=4 sw=4 et si

roundup/cgi/cgitb.py

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# This module was written by Ka-Ping Yee, <[email protected]>.
33
#
4-
# $Id: cgitb.py,v 1.4 2002-09-09 05:28:48 richard Exp $
4+
# $Id: cgitb.py,v 1.5 2002-09-10 01:07:05 richard Exp $
55

66
__doc__ = """
77
Extended CGI traceback handler by Ka-Ping Yee, <[email protected]>.
@@ -166,49 +166,4 @@ def handler():
166166
print breaker()
167167
print html()
168168

169-
#
170-
# $Log: not supported by cvs2svn $
171-
# Revision 1.3 2002/09/06 07:23:29 richard
172-
# tweak
173-
#
174-
# Revision 1.2 2002/09/06 07:21:31 richard
175-
# much nicer error messages when there's a templating error
176-
#
177-
# Revision 1.1 2002/08/30 08:28:44 richard
178-
# New CGI interface support
179-
#
180-
# Revision 1.10 2002/01/16 04:49:45 richard
181-
# Handle a special case that the CGI interface tickles. I need to check if
182-
# this needs fixing in python's core.
183-
#
184-
# Revision 1.9 2002/01/08 11:56:24 richard
185-
# missed an import _
186-
#
187-
# Revision 1.8 2002/01/05 02:22:32 richard
188-
# i18n'ification
189-
#
190-
# Revision 1.7 2001/11/22 15:46:42 jhermann
191-
# Added module docstrings to all modules.
192-
#
193-
# Revision 1.6 2001/09/29 13:27:00 richard
194-
# CGI interfaces now spit up a top-level index of all the instances they can
195-
# serve.
196-
#
197-
# Revision 1.5 2001/08/07 00:24:42 richard
198-
# stupid typo
199-
#
200-
# Revision 1.4 2001/08/07 00:15:51 richard
201-
# Added the copyright/license notice to (nearly) all files at request of
202-
# Bizar Software.
203-
#
204-
# Revision 1.3 2001/07/29 07:01:39 richard
205-
# Added vim command to all source so that we don't get no steenkin' tabs :)
206-
#
207-
# Revision 1.2 2001/07/22 12:09:32 richard
208-
# Final commit of Grande Splite
209-
#
210-
# Revision 1.1 2001/07/22 11:58:35 richard
211-
# More Grande Splite
212-
#
213-
#
214169
# vim: set filetype=python ts=4 sw=4 et si

roundup/scripts/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: __init__.py,v 1.1 2002-01-29 20:07:15 jhermann Exp $
18+
# $Id: __init__.py,v 1.2 2002-09-10 01:07:05 richard Exp $
1919

2020
__doc__ = '''
2121
Subpackage containing the modules that implement the command line tools.
2222
Note that these are imported by script stubs generated by "setup.py".
2323
'''
24+
# vim: set filetype=python ts=4 sw=4 et si

0 commit comments

Comments
 (0)