/[Apache-SVN]
ViewVC logotype

Revision 26340


Jump to revision: Previous Next
Author: crossley
Date: Tue Nov 11 12:09:53 2003 UTC (20 years, 5 months ago)
Changed paths: 78
Log Message:
* All form processing is now done by Woody.
* Removed all unused stuff and all traces of previous form handling attempts.
* Major concerns of this update have been Woody form processing Flow, and also
dealing with persistent data.
* Added Implementations of missing or unfinished parts: user registration,
sign in, edit account data, commit new orders, view all orders that they ever
committed...
* Main menu fixed. Category names are now correctly displayed by using images.
* Created missing error pages for jexl-, jxpath- and xsp-view (sent when
searching without a keyword).
* Improved view-selector. Indicates (read only) also when woody is active
presenting the view.
* Welcome [user] message is now displayed correctly in all views when a user
has logged in.
* Added a reader for jpeg images.
* Fixed the problem with escaped HTML markup from the DB: Images of the
item- and search-screens show up properly now.
* Fixed omitted productId in jexl and jxpath views.
* Added new column 'Total Cost' to all Carts displaying
quantity * Unitprice of an Item.
* Description fields now show up correctly when searching with jexl view.
* Fixed a problem with JXPathException on some pages e.g. searchProducts when
complaining about having no value for xpath accountForm/signOn
* Fixed bug with <<Previous | Next>> navigation of the search page, where
clicking "next" always resent you the same results.
* See other notes at the Bugzilla report.
* Now depends on blocks: hsqldb, velocity, woody
PR: 24463
Submitted by: Leo Leonid tek<AT>leonid.de


Changed paths

Path Details
Directorycocoon/trunk/src/blocks/petstore/samples/flow/PetStoreImpl.js modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/flow/petstore.js modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/sitemap.xmap modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/stylesheets/form2html.xsl deleted
Directorycocoon/trunk/src/blocks/petstore/samples/stylesheets/ps-woody-default.xsl added
Directorycocoon/trunk/src/blocks/petstore/samples/stylesheets/site2html.xsl modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/forms/ added
Directorycocoon/trunk/src/blocks/petstore/samples/view/forms/editAccountForm_d.xml added
Directorycocoon/trunk/src/blocks/petstore/samples/view/forms/editAccountForm_t.xml added
Directorycocoon/trunk/src/blocks/petstore/samples/view/forms/newAccountForm_d.xml added
Directorycocoon/trunk/src/blocks/petstore/samples/view/forms/newAccountForm_t.xml added
Directorycocoon/trunk/src/blocks/petstore/samples/view/forms/newOrderForm_d.xml added
Directorycocoon/trunk/src/blocks/petstore/samples/view/forms/newOrderForm_t.xml added
Directorycocoon/trunk/src/blocks/petstore/samples/view/forms/newShippingForm_d.xml added
Directorycocoon/trunk/src/blocks/petstore/samples/view/forms/newShippingForm_t.xml added
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/Cart.xml modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/Checkout.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/ConfirmOrder.xml modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/Error.xml added
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/IncludeBottom.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/IncludeMyList.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/IncludeQuickHeader.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/IncludeTop.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/ListOrders.xml added
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/NewAccountForm.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/NewOrderForm.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/SearchProducts.xml modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/ShippingForm.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/SignonForm.xml modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/ViewOrder.xml modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/jexl/index.xml modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxforms/ deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/Cart.xml modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/Checkout.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/ConfirmOrder.xml modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/Error.xml added
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/IncludeBottom.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/IncludeMyList.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/IncludeQuickHeader.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/IncludeTop.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/ListOrders.xml added
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/NewAccountForm.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/NewOrderForm.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/ShippingForm.xml deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/SignonForm.xml modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/ViewOrder.xml modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/jxpath/index.xml modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/Cart.vm modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/Category.vm modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/Checkout.vm deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/ConfirmOrder.vm modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/EditAccountForm.vm deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/IncludeAccountFields.vm deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/IncludeBottom.vm modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/IncludeTop.vm modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/ListOrders.vm added
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/NewAccountForm.vm deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/NewOrderForm.vm deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/ShippingForm.vm deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/SignonForm.vm modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/ViewOrder.vm modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/templates/index.vm modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/Cart.xsp modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/Category.xsp modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/Checkout.xsp deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/ConfirmOrder.xsp modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/EditAccountForm.xsp deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/Error.xsp added
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/Item.xsp modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/ListOrders.xsp added
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/NewAccountForm.xsp deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/NewOrderForm.xsp deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/Product.xsp modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/SearchProducts.xsp modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/ShippingForm.xsp deleted
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/SignonForm.xsp modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/ViewOrder.xsp modified , text changed , props changed
Directorycocoon/trunk/src/blocks/petstore/samples/view/xsp/index.xsp modified , text changed , props changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26