File tree Expand file tree Collapse file tree 4 files changed +6
-1
lines changed
Expand file tree Collapse file tree 4 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2121- retain Boolean selections in edit error handling (sf bug 1101492)
2222- fix initialisation of logging module from config file (sf bug 1108577)
2323- removed rlog module (py 2.3 is minimum version now)
24+ - fixed class "help" listing paging (sf bug 1106329)
2425
2526
26272005-01-13 0.8.0b2
Original file line number Diff line number Diff line change @@ -2014,7 +2014,7 @@ def _post_init(self):
20142014
20152015 # pagination - size and start index
20162016 # figure batch args
2017- self .pagesize = 50
2017+ self .pagesize = 5 # 50
20182018 for name in ':pagesize @pagesize' .split ():
20192019 if self .form .has_key (name ):
20202020 self .special_char = name [0 ]
Original file line number Diff line number Diff line change 4242 tal:attributes ="href python:request.indexargs_url(request.classname,
4343 {'@template':'help', 'property': request.form['property'].value,
4444 'properties': request.form['properties'].value,
45+ 'form': request.form['form'].value,
4546 '@startwith':prev.first, '@pagesize':prev.size}) "
4647 i18n:translate ="" > << previous</ a >
4748
5657 tal:attributes ="href python:request.indexargs_url(request.classname,
5758 {'@template':'help', 'property': request.form['property'].value,
5859 'properties': request.form['properties'].value,
60+ 'form': request.form['form'].value,
5961 '@startwith':next.first, '@pagesize':next.size}) "
6062 i18n:translate ="" > next >></ a >
6163
Original file line number Diff line number Diff line change 4242 tal:attributes ="href python:request.indexargs_url(request.classname,
4343 {'@template':'help', 'property': request.form['property'].value,
4444 'properties': request.form['properties'].value,
45+ 'form': request.form['form'].value,
4546 '@startwith':prev.first, '@pagesize':prev.size}) "
4647 i18n:translate ="" > << previous</ a >
4748
5657 tal:attributes ="href python:request.indexargs_url(request.classname,
5758 {'@template':'help', 'property': request.form['property'].value,
5859 'properties': request.form['properties'].value,
60+ 'form': request.form['form'].value,
5961 '@startwith':next.first, '@pagesize':next.size}) "
6062 i18n:translate ="" > next >></ a >
6163
You can’t perform that action at this time.
0 commit comments