File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11This file contains the changes to the Roundup system over time. The entries
22are given with the most recent entry first.
33
4+ 2004-10-?? 0.7.9
5+ Fixed:
6+ - popup listing uses filter args (thanks Marlon van den Berg)
7+
8+
492004-10-15 0.7.8
510Fixed:
611- Clean out sessions / otks tables when migrating
Original file line number Diff line number Diff line change 1616 </ head >
1717 < body class ="body " onload ="resetList(); ">
1818 < form name ="frm_help " tal:attributes ="action request/base "
19- tal:define ="start python:int(request.form['@startwith'].value);
20- batch python:utils.Batch(context.list(), 500, start);
19+ tal:define ="batch request/batch;
2120 props python:request.form['properties'].value.split(',') ">
2221
2322 < div id ="classhelp-controls ">
Original file line number Diff line number Diff line change 1616 </ head >
1717 < body class ="body " marginwidth ="0 " marginheight ="0 " onload ="resetList(); ">
1818 < form name ="frm_help " action =""
19- tal:define ="start python:int(request.form['@startwith'].value);
20- batch python:utils.Batch(context.list(), 500, start);
19+ tal:define ="batch request/batch;
2120 props python:request.form['properties'].value.split(',') ">
2221
2322 < div id ="classhelp-controls " tal:condition ="python:start==0 ">
You can’t perform that action at this time.
0 commit comments