Mercurial > p > roundup > code
comparison roundup/cgi/templating.py @ 3505:b294cc477f2c
ZRoundup works again [SF#1263842]
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 25 Jan 2006 03:43:04 +0000 |
| parents | 86d6131847e8 |
| children | dcaa366b2cc8 |
comparison
equal
deleted
inserted
replaced
| 3503:bcebddf1351f | 3505:b294cc477f2c |
|---|---|
| 2005 - "group" index grouping property (direction, column name) | 2005 - "group" index grouping property (direction, column name) |
| 2006 - "filter" properties to filter the index on | 2006 - "filter" properties to filter the index on |
| 2007 - "filterspec" values to filter the index on | 2007 - "filterspec" values to filter the index on |
| 2008 - "search_text" text to perform a full-text search on for an index | 2008 - "search_text" text to perform a full-text search on for an index |
| 2009 ''' | 2009 ''' |
| 2010 def __repr__(self): | |
| 2011 return '<HTMLRequest %r>'%self.form | |
| 2012 | |
| 2010 def __init__(self, client): | 2013 def __init__(self, client): |
| 2011 # _client is needed by HTMLInputMixin | 2014 # _client is needed by HTMLInputMixin |
| 2012 self._client = self.client = client | 2015 self._client = self.client = client |
| 2013 | 2016 |
| 2014 # easier access vars | 2017 # easier access vars |
