Skip to content

Commit 1f4a97f

Browse files
author
Richard Jones
committed
removed Log
1 parent 07ff02d commit 1f4a97f

27 files changed

+30
-1878
lines changed

roundup/__init__.py

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: __init__.py,v 1.9 2002-06-24 01:09:33 richard Exp $
18+
# $Id: __init__.py,v 1.10 2002-09-10 00:18:20 richard Exp $
1919

2020
__doc__ = '''
2121
This is a simple-to-use and -install issue-tracking system with
@@ -67,29 +67,4 @@
6767

6868
__version__ = '0.4.2'
6969

70-
#
71-
# $Log: not supported by cvs2svn $
72-
# Revision 1.8 2002/06/21 00:24:53 richard
73-
# *baff* richard.
74-
#
75-
# Revision 1.7 2002/06/17 23:14:44 richard
76-
# . #569415 ] {version}
77-
#
78-
# Revision 1.6 2001/08/07 00:24:42 richard
79-
# stupid typo
80-
#
81-
# Revision 1.5 2001/08/07 00:15:51 richard
82-
# Added the copyright/license notice to (nearly) all files at request of
83-
# Bizar Software.
84-
#
85-
# Revision 1.4 2001/07/29 07:01:39 richard
86-
# Added vim command to all source so that we don't get no steenkin' tabs :)
87-
#
88-
# Revision 1.3 2001/07/28 01:39:02 richard
89-
# Added some documentation to the roundup package.
90-
#
91-
# Revision 1.2 2001/07/22 12:09:32 richard
92-
# Final commit of Grande Splite
93-
#
94-
#
9570
# vim: set filetype=python ts=4 sw=4 et si

roundup/admin.py

Lines changed: 1 addition & 92 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: admin.py,v 1.24 2002-09-09 23:55:18 richard Exp $
19+
# $Id: admin.py,v 1.25 2002-09-10 00:18:20 richard Exp $
2020

2121
import sys, os, getpass, getopt, re, UserDict, shlex, shutil
2222
try:
@@ -1144,95 +1144,4 @@ def main(self):
11441144
tool = AdminTool()
11451145
sys.exit(tool.main())
11461146

1147-
#
1148-
# $Log: not supported by cvs2svn $
1149-
# Revision 1.23 2002/08/19 02:53:27 richard
1150-
# full database export and import is done
1151-
#
1152-
# Revision 1.22 2002/08/16 04:26:42 richard
1153-
# moving towards full database export
1154-
#
1155-
# Revision 1.21 2002/08/01 01:07:37 richard
1156-
# include info about new user roles
1157-
#
1158-
# Revision 1.20 2002/08/01 00:56:22 richard
1159-
# Added the web access and email access permissions, so people can restrict
1160-
# access to users who register through the email interface (for example).
1161-
# Also added "security" command to the roundup-admin interface to display the
1162-
# Role/Permission config for an instance.
1163-
#
1164-
# Revision 1.19 2002/07/25 07:14:05 richard
1165-
# Bugger it. Here's the current shape of the new security implementation.
1166-
# Still to do:
1167-
# . call the security funcs from cgi and mailgw
1168-
# . change shipped templates to include correct initialisation and remove
1169-
# the old config vars
1170-
# ... that seems like a lot. The bulk of the work has been done though. Honest :)
1171-
#
1172-
# Revision 1.18 2002/07/18 11:17:30 gmcm
1173-
# Add Number and Boolean types to hyperdb.
1174-
# Add conversion cases to web, mail & admin interfaces.
1175-
# Add storage/serialization cases to back_anydbm & back_metakit.
1176-
#
1177-
# Revision 1.17 2002/07/14 06:05:50 richard
1178-
# . fixed the date module so that Date(". - 2d") works
1179-
#
1180-
# Revision 1.16 2002/07/09 04:19:09 richard
1181-
# Added reindex command to roundup-admin.
1182-
# Fixed reindex on first access.
1183-
# Also fixed reindexing of entries that change.
1184-
#
1185-
# Revision 1.15 2002/06/17 23:14:44 richard
1186-
# . #569415 ] {version}
1187-
#
1188-
# Revision 1.14 2002/06/11 06:41:50 richard
1189-
# Removed prompt for admin email in initialisation.
1190-
#
1191-
# Revision 1.13 2002/05/30 23:58:14 richard
1192-
# oops
1193-
#
1194-
# Revision 1.12 2002/05/26 09:04:42 richard
1195-
# out by one in the init args
1196-
#
1197-
# Revision 1.11 2002/05/23 01:14:20 richard
1198-
# . split instance initialisation into two steps, allowing config changes
1199-
# before the database is initialised.
1200-
#
1201-
# Revision 1.10 2002/04/27 10:07:23 richard
1202-
# minor fix to error message
1203-
#
1204-
# Revision 1.9 2002/03/12 22:51:47 richard
1205-
# . #527416 ] roundup-admin uses undefined value
1206-
# . #527503 ] unfriendly init blowup when parent dir
1207-
# (also handles UsageError correctly now in init)
1208-
#
1209-
# Revision 1.8 2002/02/27 03:28:21 richard
1210-
# Ran it through pychecker, made fixes
1211-
#
1212-
# Revision 1.7 2002/02/20 05:04:32 richard
1213-
# Wasn't handling the cvs parser feeding properly.
1214-
#
1215-
# Revision 1.6 2002/01/23 07:27:19 grubert
1216-
# . allow abbreviation of "help" in admin tool too.
1217-
#
1218-
# Revision 1.5 2002/01/21 16:33:19 rochecompaan
1219-
# You can now use the roundup-admin tool to pack the database
1220-
#
1221-
# Revision 1.4 2002/01/14 06:51:09 richard
1222-
# . #503164 ] create and passwords
1223-
#
1224-
# Revision 1.3 2002/01/08 05:26:32 rochecompaan
1225-
# Missing "self" in props_from_args
1226-
#
1227-
# Revision 1.2 2002/01/07 10:41:44 richard
1228-
# #500140 ] AdminTool.get_class() returns nothing
1229-
#
1230-
# Revision 1.1 2002/01/05 02:11:22 richard
1231-
# I18N'ed roundup admin - and split the code off into a module so it can be used
1232-
# elsewhere.
1233-
# Big issue with this is the doc strings - that's the help. We're probably going to
1234-
# have to switch to not use docstrings, which will suck a little :(
1235-
#
1236-
#
1237-
#
12381147
# vim: set filetype=python ts=4 sw=4 et si

roundup/date.py

Lines changed: 1 addition & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: date.py,v 1.25 2002-08-23 04:42:43 richard Exp $
18+
# $Id: date.py,v 1.26 2002-09-10 00:18:20 richard Exp $
1919

2020
__doc__ = """
2121
Date, time and time interval handling.
@@ -459,94 +459,4 @@ def test():
459459
if __name__ == '__main__':
460460
test()
461461

462-
#
463-
# $Log: not supported by cvs2svn $
464-
# Revision 1.24 2002/08/21 07:07:27 richard
465-
# In preparing to turn back on link/unlink journal events (by default these
466-
# are turned off) I've:
467-
# - fixed back_anydbm so it can journal those events again (had broken it
468-
# with recent changes)
469-
# - changed the serialisation format for dates and intervals to use a
470-
# numbers-only (and sign for Intervals) string instead of tuple-of-ints.
471-
# Much smaller.
472-
#
473-
# Revision 1.23 2002/07/18 23:07:08 richard
474-
# Unit tests and a few fixes.
475-
#
476-
# Revision 1.22 2002/07/14 06:05:50 richard
477-
# . fixed the date module so that Date(". - 2d") works
478-
#
479-
# Revision 1.21 2002/05/15 06:32:46 richard
480-
# . reverting to dates for intervals > 2 months sucks
481-
#
482-
# Revision 1.20 2002/02/21 23:34:51 richard
483-
# Oops, there's 24 hours in a day, and subtraction of intervals now works
484-
# properly.
485-
#
486-
# Revision 1.19 2002/02/21 23:11:45 richard
487-
# . fixed some problems in date calculations (calendar.py doesn't handle over-
488-
# and under-flow). Also, hour/minute/second intervals may now be more than
489-
# 99 each.
490-
#
491-
# Revision 1.18 2002/01/23 20:00:50 jhermann
492-
# %e is a UNIXism and not documented for Python
493-
#
494-
# Revision 1.17 2002/01/16 07:02:57 richard
495-
# . lots of date/interval related changes:
496-
# - more relaxed date format for input
497-
#
498-
# Revision 1.16 2002/01/08 11:56:24 richard
499-
# missed an import _
500-
#
501-
# Revision 1.15 2002/01/05 02:27:00 richard
502-
# I18N'ification
503-
#
504-
# Revision 1.14 2001/11/22 15:46:42 jhermann
505-
# Added module docstrings to all modules.
506-
#
507-
# Revision 1.13 2001/09/18 22:58:37 richard
508-
#
509-
# Added some more help to roundu-admin
510-
#
511-
# Revision 1.12 2001/08/17 03:08:11 richard
512-
# fixed prettification of intervals of 1 week
513-
#
514-
# Revision 1.11 2001/08/15 23:43:18 richard
515-
# Fixed some isFooTypes that I missed.
516-
# Refactored some code in the CGI code.
517-
#
518-
# Revision 1.10 2001/08/07 00:24:42 richard
519-
# stupid typo
520-
#
521-
# Revision 1.9 2001/08/07 00:15:51 richard
522-
# Added the copyright/license notice to (nearly) all files at request of
523-
# Bizar Software.
524-
#
525-
# Revision 1.8 2001/08/05 07:46:12 richard
526-
# Changed date.Date to use regular string formatting instead of strftime -
527-
# win32 seems to have problems with %T and no hour... or something...
528-
#
529-
# Revision 1.7 2001/08/02 00:27:04 richard
530-
# Extended the range of intervals that are pretty-printed before actual dates
531-
# are displayed.
532-
#
533-
# Revision 1.6 2001/07/31 09:54:18 richard
534-
# Fixed the 2.1-specific gmtime() (no arg) call in roundup.date. (Paul Wright)
535-
#
536-
# Revision 1.5 2001/07/29 07:01:39 richard
537-
# Added vim command to all source so that we don't get no steenkin' tabs :)
538-
#
539-
# Revision 1.4 2001/07/25 04:09:34 richard
540-
# Fixed offset handling (shoulda read the spec a little better)
541-
#
542-
# Revision 1.3 2001/07/23 07:56:05 richard
543-
# Storing only marshallable data in the db - no nasty pickled class references.
544-
#
545-
# Revision 1.2 2001/07/22 12:09:32 richard
546-
# Final commit of Grande Splite
547-
#
548-
# Revision 1.1 2001/07/22 11:58:35 richard
549-
# More Grande Splite
550-
#
551-
#
552462
# vim: set filetype=python ts=4 sw=4 et si

roundup/i18n.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: i18n.py,v 1.2 2001-11-22 15:46:42 jhermann Exp $
18+
# $Id: i18n.py,v 1.3 2002-09-10 00:18:20 richard Exp $
1919

2020
__doc__ = """
2121
RoundUp Internationalization (I18N)
@@ -48,3 +48,4 @@
4848
# and for now, we JUST implement the dummy in any case
4949
_ = lambda text: text
5050

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

roundup/indexer.py

Lines changed: 2 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# that promote freedom, but obviously am giving up any rights
1515
# to compel such.
1616
#
17-
#$Id: indexer.py,v 1.12 2002-07-19 03:36:33 richard Exp $
17+
#$Id: indexer.py,v 1.13 2002-09-10 00:18:20 richard Exp $
1818
'''
1919
This module provides an indexer class, RoundupIndexer, that stores text
2020
indices in a roundup instance. This class makes searching the content of
@@ -333,79 +333,4 @@ def index_loaded(self):
333333
return (hasattr(self,'fileids') and hasattr(self,'files') and
334334
hasattr(self,'words'))
335335

336-
#
337-
#$Log: not supported by cvs2svn $
338-
#Revision 1.11 2002/07/18 11:17:30 gmcm
339-
#Add Number and Boolean types to hyperdb.
340-
#Add conversion cases to web, mail & admin interfaces.
341-
#Add storage/serialization cases to back_anydbm & back_metakit.
342-
#
343-
#Revision 1.10 2002/07/14 23:17:24 richard
344-
#oops
345-
#
346-
#Revision 1.9 2002/07/14 06:11:16 richard
347-
#Some TODOs
348-
#
349-
#Revision 1.8 2002/07/09 21:53:38 gmcm
350-
#Optimize Class.find so that the propspec can contain a set of ids to match.
351-
#This is used by indexer.search so it can do just one find for all the index matches.
352-
#This was already confusing code, but for common terms (lots of index matches),
353-
#it is enormously faster.
354-
#
355-
#Revision 1.7 2002/07/09 21:38:43 richard
356-
#Only save the index if the thing is loaded and changed. Also, don't load
357-
#the index just for a save.
358-
#
359-
#Revision 1.6 2002/07/09 04:26:44 richard
360-
#We're indexing numbers now, and _underscore words
361-
#
362-
#Revision 1.5 2002/07/09 04:19:09 richard
363-
#Added reindex command to roundup-admin.
364-
#Fixed reindex on first access.
365-
#Also fixed reindexing of entries that change.
366-
#
367-
#Revision 1.4 2002/07/09 03:02:52 richard
368-
#More indexer work:
369-
#- all String properties may now be indexed too. Currently there's a bit of
370-
# "issue" specific code in the actual searching which needs to be
371-
# addressed. In a nutshell:
372-
# + pass 'indexme="yes"' as a String() property initialisation arg, eg:
373-
# file = FileClass(db, "file", name=String(), type=String(),
374-
# comment=String(indexme="yes"))
375-
# + the comment will then be indexed and be searchable, with the results
376-
# related back to the issue that the file is linked to
377-
#- as a result of this work, the FileClass has a default MIME type that may
378-
# be overridden in a subclass, or by the use of a "type" property as is
379-
# done in the default templates.
380-
#- the regeneration of the indexes (if necessary) is done once the schema is
381-
# set up in the dbinit.
382-
#
383-
#Revision 1.3 2002/07/08 06:58:15 richard
384-
#cleaned up the indexer code:
385-
# - it splits more words out (much simpler, faster splitter)
386-
# - removed code we'll never use (roundup.roundup_indexer has the full
387-
# implementation, and replaces roundup.indexer)
388-
# - only index text/plain and rfc822/message (ideas for other text formats to
389-
# index are welcome)
390-
# - added simple unit test for indexer. Needs more tests for regression.
391-
#
392-
#Revision 1.2 2002/05/25 07:16:24 rochecompaan
393-
#Merged search_indexing-branch with HEAD
394-
#
395-
#Revision 1.1.2.3 2002/05/02 11:52:12 rochecompaan
396-
#Fixed small bug that prevented indexes from being generated.
397-
#
398-
#Revision 1.1.2.2 2002/04/19 19:54:42 rochecompaan
399-
#cgi_client.py
400-
# removed search link for the time being
401-
# moved rendering of matches to htmltemplate
402-
#hyperdb.py
403-
# filtering of nodes on full text search incorporated in filter method
404-
#roundupdb.py
405-
# added paramater to call of filter method
406-
#roundup_indexer.py
407-
# added search method to RoundupIndexer class
408-
#
409-
#Revision 1.1.2.1 2002/04/03 11:55:57 rochecompaan
410-
# . Added feature #526730 - search for messages capability
411-
#
336+
# vim: set filetype=python ts=4 sw=4 et si

roundup/install_util.py

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: install_util.py,v 1.7 2001-11-24 01:00:13 jhermann Exp $
18+
# $Id: install_util.py,v 1.8 2002-09-10 00:18:20 richard Exp $
1919

2020
__doc__ = """
2121
Support module to generate and check fingerprints of installed files.
@@ -147,24 +147,4 @@ def test():
147147
if __name__ == '__main__':
148148
test()
149149

150-
#
151-
# $Log: not supported by cvs2svn $
152-
# Revision 1.6 2001/11/22 15:46:42 jhermann
153-
# Added module docstrings to all modules.
154-
#
155-
# Revision 1.5 2001/11/12 23:17:38 jhermann
156-
# Code using copyDigestedFile() that passes unit tests
157-
#
158-
# Revision 1.4 2001/11/12 23:14:40 jhermann
159-
# Copy function, and proper handling of unknown file types
160-
#
161-
# Revision 1.3 2001/11/12 22:38:48 richard
162-
# bleah typo
163-
#
164-
# Revision 1.2 2001/11/12 22:37:13 richard
165-
# Handle all the various file formats in roundup
166-
#
167-
# Revision 1.1 2001/11/12 22:26:32 jhermann
168-
# Added install utils (digest calculation)
169-
#
170-
150+
# vim: set filetype=python ts=4 sw=4 et si

0 commit comments

Comments
 (0)