[interchange-cvs] interchange - heins modified 4 files

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Thu Aug 15 02:19:03 2002


User:      heins
Date:      2002-08-15 06:18:25 GMT
Modified:  .        MANIFEST
Modified:  code/UI_Tag content_editor.coretag
Modified:  lib/Vend Menu.pm
Added:     dist/foundation/templates/components product_flyout
Log:
* Fix problem with content-editor tag caused by presence of NoReparse bug
  when it was developed.

* Add product_flyout component to illustrate flyout menu type.

* Fix manifest to include the pieces of pages/ord/checkout that
  were missing.

Revision  Changes    Path
2.52      +12 -0     interchange/MANIFEST


rev 2.52, prev_rev 2.51
Index: MANIFEST
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/MANIFEST,v
retrieving revision 2.51
retrieving revision 2.52
diff -u -r2.51 -r2.52
--- MANIFEST	14 Aug 2002 05:30:08 -0000	2.51
+++ MANIFEST	15 Aug 2002 06:18:16 -0000	2.52
@@ -34,6 +34,7 @@
 code/SystemTag/currency.coretag
 code/SystemTag/data.coretag
 code/SystemTag/default.coretag
+code/SystemTag/deliver.coretag
 code/SystemTag/description.coretag
 code/SystemTag/discount.coretag
 code/SystemTag/dump.coretag
@@ -411,6 +412,16 @@
 dist/foundation/images/smallvisa.png
 dist/foundation/images/template.xls
 dist/foundation/images/thumb/thumb.gif
+dist/foundation/include/checkout/billing_address
+dist/foundation/include/checkout/initialization
+dist/foundation/include/checkout/login_form
+dist/foundation/include/checkout/mailing_status
+dist/foundation/include/checkout/new_browser_payment
+dist/foundation/include/checkout/old_browser_payment
+dist/foundation/include/checkout/payment_select
+dist/foundation/include/checkout/shipping_address
+dist/foundation/include/checkout/shopping_cart
+dist/foundation/include/checkout/tax_popup
 dist/foundation/pages/aboutus.html
 dist/foundation/pages/account.html
 dist/foundation/pages/admin/report_def/Order%20Status.html
@@ -512,6 +523,7 @@
 dist/foundation/templates/components/cross
 dist/foundation/templates/components/fortune
 dist/foundation/templates/components/none
+dist/foundation/templates/components/product_flyout
 dist/foundation/templates/components/product_tree
 dist/foundation/templates/components/promo
 dist/foundation/templates/components/random



1.3       +0 -1      interchange/code/UI_Tag/content_editor.coretag


rev 1.3, prev_rev 1.2
Index: content_editor.coretag
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/code/UI_Tag/content_editor.coretag,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- content_editor.coretag	16 Feb 2002 09:39:08 -0000	1.2
+++ content_editor.coretag	15 Aug 2002 06:18:20 -0000	1.3
@@ -1,7 +1,6 @@
 UserTag content-editor Order name
 UserTag content-editor addAttr
 UserTag content-editor hasEndTag
-UserTag content-editor noReparse 1
 UserTag content-editor Routine <<EOR
 use UI::ContentEditor;
 sub {



1.1                  interchange/dist/foundation/templates/components/produ=
ct_flyout


rev 1.1, prev_rev 1.0
Index: product_flyout
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
[comment]
ui_component: product_flyout
ui_type: component
ui_name: product_flyout
ui_class: vertical
ui_group: Navigation
ui_label: Products Flyout Menu
ui_source: templates/components/product_flyout

tree_selector:
	help: Defines which tree menu is selected
	label: Tree name
	db: tree
	lookup: mgroup
	type: select

link_class:
	help: Set the class for links (default 'barlink')
	label: Link CSS class
	default: barlink
	widget: text
	width: 16

flyout_class:
	help: Set the CSS class for the flyout boxes
	default: categorybar
	label: Flyout box CSS class
	widget: text
	width: 20

flyout_style:
	help: Set the CSS style for the flyout boxes
	default: border: 3px solid #996633; padding: 2px;
	label: Flyout box CSS style
	widget: textarea
	width: 40
	height: 3
[/comment]

<!-- BEGIN COMPONENT [control component product_flyout] -->
<tr><td align=3D"left" class=3D"categorybar">
  <br>
  <table width=3D"90%" align=3D"center">
  <tr>=20
    <td valign=3D"top" class=3D"categorybar">

[menu
	name=3D"[control tree_selector Products]"
	link-class=3D"[control link_class barlink]"
	flyout-class=3D"[control flyout_class]"
	flyout-style=3D"[control flyout_style]"
	menu-type=3Dflyout
][/menu]

    </td>
  </tr>
  </table>
  <br>
</td></tr>

<!-- END COMPONENT [control component product_flyout] -->



2.10      +3 -3      interchange/lib/Vend/Menu.pm


rev 2.10, prev_rev 2.9
Index: Menu.pm
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/lib/Vend/Menu.pm,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -r2.9 -r2.10
--- Menu.pm	15 Aug 2002 05:41:26 -0000	2.9
+++ Menu.pm	15 Aug 2002 06:18:23 -0000	2.10
@@ -1,6 +1,6 @@
 # Vend::Menu - Interchange payment processing routines
 #
-# $Id: Menu.pm,v 2.9 2002/08/15 05:41:26 mheins Exp $
+# $Id: Menu.pm,v 2.10 2002/08/15 06:18:23 mheins Exp $
 #
 # Copyright (C) 2002 Mike Heins, <mike@perusion.net>
 #
@@ -21,7 +21,7 @@
=20
 package Vend::Menu;
=20
-$VERSION =3D substr(q$Revision: 2.9 $, 10);
+$VERSION =3D substr(q$Revision: 2.10 $, 10);
=20
 use Vend::Util;
 use strict;
@@ -562,7 +562,7 @@
=20
 	for(@levels) {
 		push @out, <<EOF;
-<div id=3D"$fdiv$_" style=3D"
+<div class=3D"$opt->{flyout_class}" id=3D"$fdiv$_" style=3D"
 						position:absolute;
 						display:none;
 						$opt->{flyout_style}