Part 1 (April 3, 2008) 

Note: This build was marked S5.v10 on test
TH-948: duplicate title, description fields showing
Title not updating at title of page, when a lib/ss/alb got renamed


Part 2 (April 22, 2008) 


TH-959: backend support for psb shopping cart feature"
TH-956: add a servlet to download item thumbnail/medium/large images
TH-966: cache the entire user list for every domain instead of caching the users individually"
TH-962: cache the metadata mapping for each domain"
TH-961: identify default library in the get /libraries call and get rid of the get /library call"
TH-895: The backend needs to filter out user names
TH-881: bulk import should take both file name and filename
TH-769: bulk import should include free-form tags
TH-968: add tracking gif to index.jsp
TH-973: 'View shopping cart' functionality"
TH-974: Delete items from shopping cart"

Part 3 (April 29, 2008) 

TH-769: bulk import should include free-form tags
TH-960: backend api improvement (parent task)
TH-969: cache domain category info (should be tested and closed by the backend)
TH-970: output category info for items (should be tested and closed by UI)
TH-971: update the backend api doc (should be tested and closed by UI)
TH-984: header "filename" will create a category
TH-985: bulk upload with metadata doesn't handle quotes for free-form tagging
TH-992: update sample metadata file
TH-975: PSB Shopping cart: Process form and send emails
TH-972: 'Add to shopping cart' functionality
TH-911: PSB shopping cart: Add "Help" button with information on buying images
TH-912: PSB shopping cart: form to process buying images for PSB
TH-910: PSB shopping cart: "add to shopping cart" button


Part 4 (May 1, 2008) 

TH-993: Icon for shopping cart in navigator
TH-999: Shopping Cart: error message needed when user tries to drag duplicates into the shopping cart Shopping Cart
TH-1001: Contact sheet will not download anything.


Part 5 (May 5, 2008) 

TH-1005: Search: advanced search cannot search on freeform tags
TH-994: Shopping Cart: thumbnails on item info pane is "not authorized to view item".
TH-737: Search: what was searched, what the search was for should be on the search pane
TH-1018: Empty lib/alb text does not show up in domain using shopping cart


Part 6 (May 12, 2008) 

Fixed all links to help (no issues in jira for these)

Part 7 (May 13, 2008) 

TH-1029: Shopping Cart: need to be able to drag items from albums to shopping cart



FOR THE RELEASE ENGINEER:

1. add the datedcollections-home folder for the psb domain in production

a. ssh to thalia-dev

b. cd /home/qing/thaliautils/addthaliafolder

c. syntax for the command is:  alfresco-repository-address password domain-name foldername

/usr/local/jdk1.6.0/bin/java -classpath ./lib -jar addthaliafolder.jar http://isda-thalia6.mit.edu:8080/alfresco [PRODUCTION ALFRESCO ADMIN PASSWORD] PSB datedcollections-home

2. This release includes a model update to support the shopping cart feature.

Please copy the thaliaModel.xml from thalia-test to production and restart the alfresco server

3. Documentation updates

Please copy  the static webfiles from svn+ssh://svn.mit.edu/thalia/website/Tags/v1_sprint6a to the document root in production.

The directories to be copied are

/about

/help

/quickstarts

The document root on production is /home/apache/htdocs.    The end results will be

/home/apache/htdocs/about

/home/apache/htdocs/help

/home/apache/htdocs/quickstarts

The test servers have been synched with the Tagged release files.  You may do a recursive (!!!)  scp:

//login to production machine

cd /home/apache/htdocs

//make new dirs

mkdir about

mkdir quickstarts

//login to isda-thalia2.mit.edu

//docroot is different on test, which will be corrected later

cd /home/apache-tomcat-5.5.23/webapps/

scp -r help/* root@<production host>:/home/apache/htdocs/help/
scp -r quickstarts/* root@<production host>:/home/apache/htdocs/quickstarts/
scp -r about/* root@<production host>:/home/apache/htdocs/about/

//Quickstarts will take a while, since they're big video files.

 
To test:

Go to http://thalia.mit.edu&nbsp; -  it should redirect to the project page at  thalia.mit.edu/help  and show  /help/index.html 
Click on SUPPORT or navigate to /help/help.html  - it shows the table of contents
Open the Getting Started page, and select Quickstart Videos from the links
Click on one of the quickstart videos. It opens in a new tab or window.

  • No labels