comparison roundup/cgi/templating.py @ 3843:97d9368ed485

Yet another emacs syntax highlighting workaround.
author Erik Forsberg <forsberg@users.sourceforge.net>
date Tue, 10 Apr 2007 19:07:52 +0000
parents 310e315624b1
children 920c6cfd87a3
comparison
equal deleted inserted replaced
3842:310e315624b1 3843:97d9368ed485
9 - Multilink property additions: change_note and new_upload 9 - Multilink property additions: change_note and new_upload
10 - Add class.find() too 10 - Add class.find() too
11 - NumberHTMLProperty should support numeric operations 11 - NumberHTMLProperty should support numeric operations
12 - LinkHTMLProperty should handle comparisons to strings (cf. linked name) 12 - LinkHTMLProperty should handle comparisons to strings (cf. linked name)
13 - HTMLRequest.default(self, sort, group, filter, columns, **filterspec): 13 - HTMLRequest.default(self, sort, group, filter, columns, **filterspec):
14 """Set the request's view arguments to the given values when no 14 '''Set the request's view arguments to the given values when no
15 values are found in the CGI environment. 15 values are found in the CGI environment.
16 """ 16 '''
17 - have menu() methods accept filtering arguments 17 - have menu() methods accept filtering arguments
18 """ 18 """
19 19
20 __docformat__ = 'restructuredtext' 20 __docformat__ = 'restructuredtext'
21 21

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