File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,12 @@ are given with the most recent entry first.
55Fixed:
66- mailgw handling of subject-line errors
77- allow serving of non-"file"-Class file content (eg. paper_file)
8- - allow negative (new) ids in getItem
8+ - allowed negative ids (ie. new item markers) in HTMLClass.getItem,
9+ allowing "db/file_with_status/-1/status/menu" to generate a useful
10+ widget
911- fixed content-type when templates are serving up xml (thanks Godefroid
1012 Chapelle)
13+ - fixed IE double-submit when it shouldn't (sf bug 842254)
1114
1215
13162003-12-17 0.6.4
Original file line number Diff line number Diff line change @@ -1687,6 +1687,7 @@ def base_javascript(self):
16871687function submit_once() {
16881688 if (submitted) {
16891689 alert("Your request is being processed.\\ nPlease be patient.");
1690+ event.returnValue = 0; // work-around for IE
16901691 return 0;
16911692 }
16921693 submitted = true;
You can’t perform that action at this time.
0 commit comments