[Checkins] SVN: z3c.sampledata/trunk/src/z3c/sampledata/ Changed default seed to "sample"

Jürgen Kartnaller juergen at kartnaller.at
Thu Sep 21 19:48:37 EDT 2006


Log message for revision 70318:
  Changed default seed to "sample"
  

Changed:
  U   z3c.sampledata/trunk/src/z3c/sampledata/TODO.txt
  U   z3c.sampledata/trunk/src/z3c/sampledata/browser/views.py

-=-
Modified: z3c.sampledata/trunk/src/z3c/sampledata/TODO.txt
===================================================================
--- z3c.sampledata/trunk/src/z3c/sampledata/TODO.txt	2006-09-21 23:39:35 UTC (rev 70317)
+++ z3c.sampledata/trunk/src/z3c/sampledata/TODO.txt	2006-09-21 23:48:36 UTC (rev 70318)
@@ -12,6 +12,8 @@
   This is needed since our customer uses the sampledata directly and that
   customer was one of the sponsor of this work.
 
+  Done : jukart (changed default seed to "sample")
+
 - Make the registration of a set of sampledata mangers possible. It should be
   possible to present a set of sampledata manager in a list. Perhaps this can 
   be done by adding a group attribute to the smaple data manager.

Modified: z3c.sampledata/trunk/src/z3c/sampledata/browser/views.py
===================================================================
--- z3c.sampledata/trunk/src/z3c/sampledata/browser/views.py	2006-09-21 23:39:35 UTC (rev 70317)
+++ z3c.sampledata/trunk/src/z3c/sampledata/browser/views.py	2006-09-21 23:48:36 UTC (rev 70318)
@@ -37,7 +37,7 @@
     seed = schema.TextLine(
             title = _(u'Seed'),
             description =  _(u'A seed for the random generator'),
-            default = u'lovely',
+            default = u'sample',
             required=False,
             )
 



More information about the Checkins mailing list