File tree Expand file tree Collapse file tree 4 files changed +7
-2
lines changed
Expand file tree Collapse file tree 4 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 66- note about how to run roundup demo in Windows (sf bug 1082090)
77- fix API for templating utils extensions - remove "utils" arg (sf bug 1081981)
88- back_sqlite.py is missing "import time" (sf bug 1081959)
9+ - fix (list) popup (sf bug 1083570)
910
1011
11122004-12-08 0.8.0b1
6061- apply IE caching "fix" to automatically serve up all pages expired
6162- fix typo (sf patch 1076629)
6263- fix hyperlinking of items (sf bug 1080251)
64+ - fix roundup-admin find command handling of Multilinks
6365
6466
65672004-10-26 0.7.9
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ Terrel Shumway,
134134Emil Sit,
135135Alexander Smishlajev,
136136Nathaniel Smith,
137+ Maciej Starzyk,
137138Mitchell Surface,
138139Mike Thompson,
139140Martin Uzak,
Original file line number Diff line number Diff line change 1111 < script language ="Javascript " type ="text/javascript "
1212 tal:content ="structure string:
1313 // this is the name of the field in the original form that we're working on
14- form = window.opener.document.${request/form/form/value}; " >
14+ form = window.opener.document.${request/form/form/value};
15+ field = '${request/form/property/value}'; ">
1516 </ script >
1617 < script src ="@@file/help_controls.js " type ="text/javascript "> <!--
1718 //--> </ script >
Original file line number Diff line number Diff line change 1111 < script language ="Javascript " type ="text/javascript "
1212 tal:content ="structure string:
1313 // this is the name of the field in the original form that we're working on
14- form = window.opener.document.${request/form/form/value}; " >
14+ form = window.opener.document.${request/form/form/value};
15+ field = '${request/form/property/value}'; ">
1516 </ script >
1617 < script src ="@@file/help_controls.js " type ="text/javascript "> <!--
1718 //--> </ script >
You can’t perform that action at this time.
0 commit comments