2004-11-04  mwringe  <mwringe@redhat.com>

	* help.jsp: Was index.html.
	* index.html: Change into help page.
	* nav/Footer.jsp: Add help link.
	* login/login.jsp: Add logic to populate database if empty.
	* populate/populateNotice.jsp: Initial checkin. Add message about populating database.
	* populate/cdPopulate.jsp: Fix minor grammatical errors.
	* populate/Populate.jsp: Change instructions.
	* populate/MonitorPopulate.jsp: Fix minor grammatical errors.
	* populate/ComputersPopulate.jsp: Fix minor grammatical errors.

2004-09-30  Vivek Lakshmanan  <vivekl@redhat.com>

	* WEB-INF/lib/jakarta-oro-2.0.4.jar: Add to resolve issue with e-mail and mask validation.

2004-09-28  mwringe  <mwringe@redhat.com>

	* views/viewAllTypes.jsp: Add copyright header.
	* views/viewAllItems.jsp: Add copyright header.
	* views/index.jsp: Add copyright header.
	* views/UserDetailedView.jsp: Add copyright header. Remove old imports.
	* views/TypeView.jsp: Add copyright header.
	* views/PropertiesView.jsp: Add copyright header.
	* views/OrderListView.jsp: Add copyright header. Remove old imports.
	* views/MyItems.jsp: Add copyright header. Remove old imports.
	* views/MyAccount.jsp: Add copyright header. Remove old imports.
	* views/ListCollection.jsp: Add copyright header.
	* views/ItemView.jsp: Add copyright header.
	* views/ItemThumbView.jsp: Add copyright header. Remove old imports.
	* views/ItemPurchasedBy.jsp: Add copyright header.
	* views/ItemListView.jsp: Add copyright header. Remove old imports.
	* views/ItemDetailedView.jsp: Add copyright header. Remove old imports.
	* views/FriendSetView.jsp: Add copyright header.
	* nav/loginHeader.jsp: Add copyright header.
	* nav/Left.jsp: Add copyright header. Remove old imports.
	* nav/Header.jsp: Add copyright header.
	* nav/Footer.jsp: Add copyright header.
	* login/logout.jsp: Add copyright header.
	* login/login.jsp: Add copyright header.
	* login/index.jsp: Add copyright header.
	* login/error404.jsp: Add copyright header.
	* login/error403.jsp: Add copyright header.
	* login/error.jsp: Add copyright header.
	* login/addsession.jsp: Add copyright header.Remove old imports.
	* general/UserForm.jsp: Add copyright header.
	* general/UserCreateConfirm.jsp: Add copyright header.
	* general/Messages.jsp: Add copyright header.
	* general/CreateUser.jsp: Add copyright header.
	* create/moduser.js: Add credit.
	* create/ModUser.jsp: Add copyright header.
	* checkout/checkout.jsp: Add copyright header. Remove old imports.
	* admin/editstatus.jsp: Add copyright header. Remove old imports.
	* admin/createType.jsp: Add copyright header.
	* admin/createPropForm.jsp: Add copyright header.
	* admin/createItem.jsp: Add copyright header

2004-09-23  mwringe  <mwringe@redhat.com>

	* login/logout.jsp: Add exception handling.

2004-09-22  mwringe  <mwringe@redhat.com>

	* populate/UserPopulate.jsp: Fix email address to be proper.

2004-09-21  mwringe  <mwringe@redhat.com>

	* WEB-INF/struts-config.xml: Clean up code.

2004-09-20  mwringe  <mwringe@redhat.com>

	* populate/MonitorPopulate.jsp: Fix spelling.
	* populate/ComputersPopulate.jsp: Fix spelling.
	* admin/createItem.jsp: Clean up display of jsp.
	* WEB-INF/ApplicationResources.properties: Change float validation message.
	* css/site.css: Fix price display for item list view.

2004-09-20  Vivek Lakshmanan  <vivekl@redhat.com>

	* WEB-INF/struts-config.xml: Place form in request scope for signin and viewsignin actions.


2004-09-17  Vivek Lakshmanan  <vivekl@redhat.com>

	* populate/OrderPopulate.jsp: Replace addItemToCart() with updateQuantity().
	* login/logout.jsp: Redirect to /demo/.
	* admin/editstatus.jsp: Use BigDecimal in place of Float. Use costDisplay in place of floatDisplay.
	* checkout/checkout.jsp: Ditto.
	* views/ItemDetailedView.jsp: Ditto.
	* views/ItemListView.jsp: Ditto.
	* views/ItemThumbView.jsp: Ditto.	
	* views/ItemView.jsp: Ditto.
	* views/OrderListView.jsp: Ditto.
	
	
2004-09-17  mwringe  <mwringe@redhat.com>

	* general/UserForm.jsp: Clean up code.
	* general/UserCreateConfirm.jsp: Clean up code.
	* general/CreateUser.jsp: Clean up code.
	* create/ModUser.jsp: Clean up code.
	* admin/createType.jsp: fix maxlength of test fields.
	* admin/createItem.jsp: fix maxlength of text fields.
	* WEB-INF/ApplicationResources.properties: Add missing error message.

2004-09-16  mwringe  <mwringe@redhat.com>

	* views/MyItems.jsp: Fix bad link.
	* populate/UserPopulate.jsp: Fix for new validation rules.
	* populate/FriendsPopulate.jsp: Fix for new validation rules.
	* create/ModUser.jsp: Add cancel button.
	* WEB-INF/validation.xml: Add price range validation.

2004-09-15  mwringe  <mwringe@redhat.com>

	* general/UserCreateConfirm.jsp: Create page to display user created confirmation message.
	* WEB-INF/validation.xml: Add more validation to UserModForm and UserCreateForm.
	* WEB-INF/struts-config.xml: Add global forward for UserCreate.jsp.
	* WEB-INF/ApplicationResources.properties: Add more error messages.

2004-09-14  Vivek Lakshmanan  <vivekl@redhat.com>

	* login/logout.jsp: Redirect to the index action instead of jsp.
	* login/error.jsp: Make the link to login again stand out more.

2004-09-14  mwringe  <mwringe@redhat.com>

	* general/CreateUser.jsp: Add cancel button.
	* WEB-INF/ApplicationResources.properties: Add duplicate username message.

2004-09-13  Vivek Lakshmanan  <vivekl@redhat.com>
	
	* views/OrderListView.jsp: Use floatDisplay to display price in this view.

2004-09-13  mwringe  <mwringe@redhat.com>

	* WEB-INF/web.xml: Add reference to UserHelperLocalHome.
	* WEB-INF/jonas-web.xml: Add reference to UserHelperLocalHome.
	* login/login.jsp: Use current site.css.
	* create/ModUser.jsp: Use struts implementation.
	* general/UserForm.jsp: Ditto.
	* general/CreateUser.jsp: Ditto.
	* css/site.css: Update to work better over multiple browsers.
	* WEB-INF/ApplicationResources.properties: Add error messages for modUserForm and createUserForm.

2004-09-13  Vivek Lakshmanan  <vivekl@redhat.com>

	* WEB-INF/web.xml: Update <ejb-ref-name> to bring it in line with values specified through XDoclet tags.

2004-09-08  Andrew Overholt  <overholt@redhat.com>

	* admin/createItem.jsp: Clean up imports and/or static variable usage.
	* admin/createPropForm.jsp: Ditto.
	* create/ModUser.jsp: Ditto.
	* general/CreateUser.jsp: Ditto.
	* general/UserForm.jsp: Ditto.
	* login/index.jsp: Ditto.
	* populate/addToCart.jsp: Ditto.
	* populate/cdPopulate.jsp: Ditto.
	* populate/ComputersPopulate.jsp: Ditto.
	* populate/FriendsPopulate.jsp: Ditto.
	* populate/ItemPopulate.jsp: Ditto.
	* populate/MonitorPopulate.jsp: Ditto.
	* populate/OrderPopulate.jsp: Ditto.
	* populate/TypePopulate.jsp: Ditto.
	* populate/UserPopulate.jsp: Ditto.
	* views/index.jsp: Ditto.
	* views/ItemPurchasedBy.jsp: Ditto.
	* views/ListCollection.jsp: Ditto.
	* create/moduser.js: Initial checkin.

2004-09-07  Vivek Lakshmanan  <vivekl@redhat.com>

	* WEB-INF/validator-rules.xml: CreateUser and ModUser specific stuff added.
	* WEB-INF/validation.xml: Ditto. 
	* WEB-INF/struts-config.xml: Ditto.
	* checkout/checkout.jsp: tld path changed to /WEB-INF/tld/... 
	* admin/editstatus.jsp: Ditto

2004-09-07  Andrew Overholt  <overholt@redhat.com>

	* populate/cdPopulate.jsp: Use boolean for mainPage and specialOffer.
	* populate/ComputersPopulate.jsp: Ditto.
	* populate/ItemPopulate.jsp: Ditto.
	* populate/MonitorPopulate.jsp: Ditto.
	* nav/Footer.jsp: Correct Red Hat typo.
	* views/ItemPurchasedBy.jsp: Fix typos in getFname and getLname.


2004-09-03  Andrew Overholt  <overholt@redhat.com>

	* WEB-INF/jonas-web.xml: Add missing tag.
	* populate/ComputersPopulate.jsp: Fix imports.
	* populate/ItemPopulate.jsp: Ditto.
	* create/ModUser.jsp: Fix imports.  Use factory.

2004-09-02  Andrew Overholt  <overholt@redhat.com>

	* WEB-INF/jonas-web.xml: Populate.
	* checkout/checkout.jsp: Merge Vivek's changes on other trunk.
	* admin/editstatus.jsp: Ditto.
	* WEB-INF/ApplicationResources.properties: Ditto.
	* WEB-INF/struts-config.xml: Ditto.
	* WEB-INF/validation.xml: Ditto.

2004-09-01  Andrew Overholt  <overholt@redhat.com>

	* populate/cdPopulate.jsp:  Clean up imports.
	* populate/addToCart.jsp:  Ditto.
	* populate/UserPopulate.jsp:  Ditto.
	* populate/MonitorPopulate.jsp:  Ditto.
	* populate/ItemPopulate.jsp:  Ditto.
	* populate/FriendsPopulate.jsp:  Ditto.
	* populate/TypePopulate.jsp:  Ditto.
	* general/CreateUser.jsp:  Ditto.
	* general/UserForm.jsp:  Ditto.
	* admin/createItem.jsp:  Ditto.
	* admin/createPropForm.jsp:  Ditto.
	
2004-08-31  Andrew Overholt  <overholt@redhat.com>

	* admin/createItem.jsp:  Fix location of struts tld.
	* admin/createType.jsp:  Ditto.
	* general/Messages.jsp:  Ditto.
	* login/error.jsp:  Ditto.
	* login/error403.jsp:  Ditto.
	* login/error404.jsp:  Ditto.
	* login/login.jsp:  Ditto.
	* nav/Header.jsp:  Ditto.
	* nav/Left.jsp:  Ditto.  Ditto.
	* views/ItemDetailedView.jsp:  Ditto.
	* views/OrderListView.jsp:  Ditto.
	* views/ItemView.jsp:  Ditto.
	* views/ItemThumbView.jsp:  Ditto.
	* views/ItemPurchasedBy.jsp:  Ditto.
	* views/ItemListView.jsp:  Ditto.
	* nav/loginHeader.jsp:  Ditto.	
	* WEB-INF/build.properties: Remove.
	* WEB-INF/build.xml: Ditto.
	* WEB-INF/struts-config.xml: Reference location of tlds.
	* ChangeLog:  Initial checkin.
