diff roundup/backends/back_gadfly.py @ 1249:6c24a86a12ae

Fixes for SourceForge tracker bugs. - fixed filter() with no sort/group [SF#618614] - fixed register with no session [SF#618611] - fixed log / pid file path handling in roundup-server [SF#617981] - fixed old gadfly compatibiltiy problem, for sure this time [SF#612873]
author Richard Jones <richard@users.sourceforge.net>
date Mon, 07 Oct 2002 00:52:51 +0000
parents 8dd4f736370b
children 80d27b7d6db5
line wrap: on
line diff
--- a/roundup/backends/back_gadfly.py	Fri Oct 04 06:34:07 2002 +0000
+++ b/roundup/backends/back_gadfly.py	Mon Oct 07 00:52:51 2002 +0000
@@ -1,4 +1,4 @@
-# $Id: back_gadfly.py,v 1.28 2002-10-03 06:56:29 richard Exp $
+# $Id: back_gadfly.py,v 1.29 2002-10-07 00:52:51 richard Exp $
 ''' Gadlfy relational database hypderb backend.
 
 About Gadfly
@@ -137,7 +137,8 @@
         return res
 
 class GadflyClass:
-    def filter(self, search_matches, filterspec, sort, group):
+    def filter(self, search_matches, filterspec, sort=(None,None),
+            group=(None,None)):
         ''' Gadfly doesn't have a LIKE predicate :(
         '''
         cn = self.classname

Roundup Issue Tracker: http://roundup-tracker.org/