Skip to content

Commit 2e7032b

Browse files
author
Richard Jones
committed
removed Log
1 parent 0714fe7 commit 2e7032b

File tree

8 files changed

+8
-1135
lines changed

8 files changed

+8
-1135
lines changed

roundup/backends/__init__.py

Lines changed: 1 addition & 62 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.15 2002-08-23 04:48:10 richard Exp $
18+
# $Id: __init__.py,v 1.16 2002-09-10 00:11:49 richard Exp $
1919

2020
__all__ = []
2121

@@ -72,65 +72,4 @@
7272
metakit = back_metakit
7373
__all__.append('metakit')
7474

75-
#
76-
# $Log: not supported by cvs2svn $
77-
# Revision 1.14 2002/08/22 07:56:51 richard
78-
# Whee! It's not finished yet, but I can create a new instance and play with
79-
# it a little bit :)
80-
#
81-
# Revision 1.13 2002/07/11 01:11:03 richard
82-
# Added metakit backend to the db tests and fixed the more easily fixable test
83-
# failures.
84-
#
85-
# Revision 1.12 2002/05/22 00:32:33 richard
86-
# . changed the default message list in issues to display the message body
87-
# . made backends.__init__ be more specific about which ImportErrors it really
88-
# wants to ignore
89-
# . fixed the example addresses in the templates to use correct example domains
90-
# . cleaned out the template stylesheets, removing a bunch of junk that really
91-
# wasn't necessary (font specs, styles never used) and added a style for
92-
# message content
93-
#
94-
# Revision 1.11 2002/02/16 08:39:42 richard
95-
# . #516854 ] "My Issues" and redisplay
96-
#
97-
# Revision 1.10 2002/01/22 07:08:50 richard
98-
# I was certain I'd already done this (there's even a change note in
99-
# CHANGES)...
100-
#
101-
# Revision 1.9 2001/12/12 02:30:51 richard
102-
# I fixed the problems with people whose anydbm was using the dbm module at the
103-
# backend. It turns out the dbm module modifies the file name to append ".db"
104-
# and my check to determine if we're opening an existing or new db just
105-
# tested os.path.exists() on the filename. Well, no longer! We now perform a
106-
# much better check _and_ cope with the anydbm implementation module changing
107-
# too!
108-
# I also fixed the backends __init__ so only ImportError is squashed.
109-
#
110-
# Revision 1.8 2001/12/10 22:20:01 richard
111-
# Enabled transaction support in the bsddb backend. It uses the anydbm code
112-
# where possible, only replacing methods where the db is opened (it uses the
113-
# btree opener specifically.)
114-
# Also cleaned up some change note generation.
115-
# Made the backends package work with pydoc too.
116-
#
117-
# Revision 1.7 2001/12/10 00:57:38 richard
118-
# From CHANGES:
119-
# . Added the "display" command to the admin tool - displays a node's values
120-
# . #489760 ] [issue] only subject
121-
# . fixed the doc/index.html to include the quoting in the mail alias.
122-
#
123-
# Also:
124-
# . fixed roundup-admin so it works with transactions
125-
# . disabled the back_anydbm module if anydbm tries to use dumbdbm
126-
#
127-
# Revision 1.6 2001/08/07 00:24:42 richard
128-
# stupid typo
129-
#
130-
# Revision 1.5 2001/08/07 00:15:51 richard
131-
# Added the copyright/license notice to (nearly) all files at request of
132-
# Bizar Software.
133-
#
134-
#
135-
#
13675
# vim: set filetype=python ts=4 sw=4 et si

0 commit comments

Comments
 (0)