[Checkins] SVN: z3c.contents/branches/darrylcousins/src/z3c/contents/ Left bug in doctest, now fixed

Darryl Cousins darryl at darrylcousins.net.nz
Sat Mar 22 21:38:40 EDT 2008


Log message for revision 84859:
  Left bug in doctest, now fixed

Changed:
  U   z3c.contents/branches/darrylcousins/src/z3c/contents/README.txt
  U   z3c.contents/branches/darrylcousins/src/z3c/contents/header.py

-=-
Modified: z3c.contents/branches/darrylcousins/src/z3c/contents/README.txt
===================================================================
--- z3c.contents/branches/darrylcousins/src/z3c/contents/README.txt	2008-03-23 01:32:13 UTC (rev 84858)
+++ z3c.contents/branches/darrylcousins/src/z3c/contents/README.txt	2008-03-23 01:38:39 UTC (rev 84859)
@@ -908,7 +908,7 @@
     <tr>
       <th>X</th>
       <th><a
-      href="?contents-sortOn=contents-renameColumn-1&contents-sortOrder=ascending"
+      href="?contents-sortOn=contents-renameColumn-1&contents-sortOrder=descending"
       title="Sort">Name</a></th>
       <th>Created</th>
       <th>Modified</th>
@@ -933,7 +933,7 @@
     <tr>
       <th>X</th>
       <th><a
-      href="?contents-sortOn=contents-renameColumn-1&contents-sortOrder=ascending&search.widgets.searchterm=First+zero"
+      href="?contents-sortOn=contents-renameColumn-1&contents-sortOrder=descending&search.widgets.searchterm=First+zero"
       title="Sort">Name</a></th>
       <th>Created</th>
       <th>Modified</th>

Modified: z3c.contents/branches/darrylcousins/src/z3c/contents/header.py
===================================================================
--- z3c.contents/branches/darrylcousins/src/z3c/contents/header.py	2008-03-23 01:32:13 UTC (rev 84858)
+++ z3c.contents/branches/darrylcousins/src/z3c/contents/header.py	2008-03-23 01:38:39 UTC (rev 84859)
@@ -22,5 +22,5 @@
 class ContentsColumnHeader(SortingColumnHeader):
     """Sorting column header."""
 
-    request_args = ['search.widgets.searchterm']
+    _request_args = ['search.widgets.searchterm']
 



More information about the Checkins mailing list