[interchange-cvs] interchange - jon modified 2 files

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Wed Dec 5 22:14:00 2001


User:      jon
Date:      2001-12-06 03:13:54 GMT
Modified:  dist/foundation/special_pages order_security.html
Modified:  lib/Vend Parse.pm
Log:
[process-order] is exactly the same as [process] because attribute
"order=1" is not respected anymore.

Make them exact aliases in Parse.pm to reflect this fact more obviously.

Revision  Changes    Path
2.1       +1 -1      interchange/dist/foundation/special_pages/order_security.html


rev 2.1, prev_rev 2.0
Index: order_security.html
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/special_pages/order_security.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -u -r2.0 -r2.1
--- order_security.html	2001/07/18 02:21:30	2.0
+++ order_security.html	2001/12/06 03:13:54	2.1
@@ -12,7 +12,7 @@
 session below to wipe all information, or return to the
 catalog with the buttonbar.
 <P>
-<FORM ACTION="[process-order]" METHOD=POST>
+<FORM ACTION="[process]" METHOD=POST>
 <INPUT TYPE=HIDDEN NAME="mv_doit" VALUE="cancel">
 <INPUT TYPE=SUBMIT NAME="mv_todo" VALUE="CANCEL">
 </FORM>



2.7       +3 -3      interchange/lib/Vend/Parse.pm


rev 2.7, prev_rev 2.6
Index: Parse.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Parse.pm,v
retrieving revision 2.6
retrieving revision 2.7
diff -u -u -r2.6 -r2.7
--- Parse.pm	2001/12/05 20:41:32	2.6
+++ Parse.pm	2001/12/06 03:13:54	2.7
@@ -1,6 +1,6 @@
 # Vend::Parse - Parse Interchange tags
 # 
-# $Id: Parse.pm,v 2.6 2001/12/05 20:41:32 jon Exp $
+# $Id: Parse.pm,v 2.7 2001/12/06 03:13:54 jon Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -35,7 +35,7 @@
 
 @ISA = qw(Exporter Vend::Parser);
 
-$VERSION = substr(q$Revision: 2.6 $, 10);
+$VERSION = substr(q$Revision: 2.7 $, 10);
 
 @EXPORT = ();
 @EXPORT_OK = qw(find_matching_end);
@@ -763,10 +763,10 @@
 						warning			warnings
 						shipping_description	shipping_desc
 						process_target	process
+						process_order	process
 				),
 					getlocale		=> 'setlocale get=1',
 					process_search		=> 'area href=search',
-					process_order		=> 'process order=1',
 					buzzard		=> 'data table=products column=artist key=',
 			);