*********************************************************************
*  Updates Log : Pierre Huguet XPDT 
*********************************************************************
- 2/22/2003 - 

-> Changed the redirect.aspx page to include the WebTracking control
The redirect is traced in 2 ways: the friendly name is inserted 
programatically inside the web tracking code.
The content category is up to the user as it is an attribute of 
the code user control.

-> Fixed: when deleting a level 1 or 2 Page : All the subpages are
also deleted from the database...

-> Updated: In Banner edititng mode: If the user clicks on "Update" and he is
currently editing a banner details - The banner is saved first. 

*********************************************************************
- 2/23/2003 - 

-> Fixed: 3rd level navigation: self link is not navigable.

*********************************************************************
- 2/25/2003 - 

-> Partially Fixed: Edit HTML WYSIWYG - Editing HTML and save does not change the Hrefs.
Problem still occur when switching to WYSIWYG mode: Hrefs are translated to absolute links.

*********************************************************************
- 2/28/2003 - 

-> Added attribute CauseValidation=false to + - in the discussion module
so they don't cause the newsletter module to validate.

*********************************************************************
- 3/01/2003 -

-> Fixed bug with HTML Module - it now inherits the different 
style for the left center and right pane.

-> fixed bug with File manager: 
IMPORTANT NOTE:
The ENCTYPE attribute of the FORM element must be set to multipart/form-data
So update the form tag in every page that might contain the file manager module.

-> Added NewsLetter Members management: You can now add and remove members to a newsleetter
From a simple page (called EditNewsletterUsers.aspx) and also added a link to it when you 
edit the newsletter.

*********************************************************************
- 3/04/2003 -

-> Modified Login.aspx based on a bug that would mix up the order of tabs in the navigation
Now, the Login will always show...
NOTE: I need to isolate that bug.

->Modified redirect.aspx.cs to insert the script programatically
	=> Not a real improvement just testing...
 
*********************************************************************
- 3/12/2003 - 

-> Made modifications to the 3rd level navigation so the links appear in alphabetical order
(modifications in Configuration.cs and Level3Navigation.ascx.cs)

-> Added in the administration page (tabs.aspx) a new icon for the orphan list and 3rd level 
list - this icon (an eye) allow administrators to directly navigate and view the selected page.
Helpful in order to modify modules inside the newly created pages...
Based on comments from the San Diego Opera users and ICOPREF

*********************************************************************
- 3/18/2003 -

-> Updated to DevMail 2.01.
Need to test the Newsletter merging again...

-> Added Metatag Administration inside SiteSettings.ascx
Users can now define metatags and keywords at site level.

*********************************************************************
- 3/19/2003 -

-> added Email account administration module (works based on Domain name)

*********************************************************************
- 3/20/2003 -

-> Users management: replaced the drop down list by a Datagrid with paging
for simpler use and sorting.

*********************************************************************
- 3/22/2003 - 3/28/2003 -

-> Integrated  E-commerce features to the web site
-> Product List module
-> Administration feature enabling and disabling E-commerce 
( this makes the little cart icon appear and dissapear and also disables 
the product search when making a site search ) 

-> Commerce Modules:
	- "Product List" (Shows a list of product with price and small pic)
	  Links to ProductDetail page where the customer can see more of the product.
	- "Popular Items List" (Shows a list of the most popular items in the store)
	- "Product categories Menu" ( allows product browsing based on categories)
	  This control is linked with the Product List control
	  
-> Commerce Features
	- Product details includes
		- Larger picture and detailed documentation
		- "Also bought list" (Customers who bought this item also bought...)
		- Review List and average rating...
		  Users can review a product and rate it!
	- Shopping Cart
		- Allows user to modify quantities - remove items and check amount.
		

*********************************************************************
- 3/28/2003 -

-> Added SmartNavigation attribute to pages where postback requires remembering 
scroling location.
-> This Feature does not work it was removed.

-> Added Administration to e-commerce part of the web site.

-> Added Security to E-commece Administration

-> Added Search engine feature to search products as well as portal content
-- The search shows a list of products (with picture if appropriate)

*********************************************************************
- 4/8/2003 -

-> Added GetCustomerID to CustomerDB to get the ID of a customer based on his email
I also added a stored procedure of the same name

-> Added feature on product list - if the product as a OldPrice greater than zero
The price will show the striked old price plus the new price in bright color
Product detail will behave the same.

-> Fixed bug: when browsing through product categories the selected tab stays.

-> Fixed Add new Product page...

-> Added trainig section ShowTraining.aspx
http://www.xpdreamteam.com/training/ShowTraining.aspx?src=Three_level_Navigation_Tutorial.swf&title=navigation&h=616&w=800

-> Added Lost password feature in the login page: the password is now sent to the user
*********************************************************************
- 4/12/2003 -

-> Cleaned up the login area that was too colorful
-> Fixed bug where Shopping Cart was not carrying over after login or
New Customer registration.

-> Fixed bug when link to a product was directly pasted it was trying to get the referrer 
(and of course being null it would crash) 

*********************************************************************
- 4/15/2003 -

-> fixed bug when adding new product (Category was not taking and so was old price).

*********************************************************************
- 4/18/2003 -

-> Fixed search engine so it returns product results as well as page results for multiple keyuwords.
Also the number of results is a concatenation of the 2 searches.

-> Fixed Bug with search engine because datareader was not closed...

-> Added Confirmations pop ups for module deletion in modules and tablayout.aspx

-> Added folder for enterprise Javascript.

*********************************************************************
- 4/25/2003 -

-> Added popup notification when an item is added to the shopping cart.
*********************************************************************
- 4/29/2003 -

-> Added Stylesheet to HTML edit area - so the editing displays the styles.
-> Added 2 new fields in Products for options...
*********************************************************************

