Bug 758587

Summary: Ability to bookmark multiple documents
Product: [Retired] Zanata Reporter: David Mason <damason>
Component: Component-UIAssignee: David Mason <damason>
Status: CLOSED CURRENTRELEASE QA Contact: Ding-Yi Chen <dchen>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.5CC: zanata-bugs
Target Milestone: Sprint-30   
Target Release: 1.5   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Zanata version 1.5-SNAPSHOT (20111213-1143) Doc Type: Bug Fix
Doc Text:
Story Points: 3
Clone Of: Environment:
Last Closed: 2012-04-23 04:33:22 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 756230, 759983    

Description David Mason 2011-11-30 06:48:58 UTC
Description of problem:

Allow a URL that specifies a list of documents to show in the webtrans document list.

Comment 1 David Mason 2011-12-13 01:58:06 UTC
Implemented in 1.5

see https://github.com/zanata/zanata/commit/0b2b5b308cd133470b92a51e5800834b8fef27f1

Comment 2 David Mason 2011-12-13 02:09:08 UTC
Example usage:

examples use this base workspace url:

http://zanata-fortitude.lab.eng.bne.redhat.com:8080/webtrans/Application.html?project=demo&iteration=1.0&localeId=de&locale=en


to add a subtitle next to the project name, add &title=<title> , escape spaces and other special characters. e.g. for subtitle "HELLO WORLD" use:

http://zanata-fortitude.lab.eng.bne.redhat.com:8080/webtrans/Application.html?project=demo&iteration=1.0&localeId=de&locale=en&title=HELLO%20WORLD


if no documents are defined, the full list of documents will be displayed.
To show a subset of documents, add &doc=<full doc path and name> for each document. e.g. to show only documents "test", "content/best_practices" and "content/events" in the document list, use: 

http://zanata-fortitude.lab.eng.bne.redhat.com:8080/webtrans/Application.html?project=demo&iteration=1.0&localeId=de&locale=en&doc=test&doc=content/best_practices&doc=content/events

Comment 3 Ding-Yi Chen 2011-12-13 04:08:20 UTC
VERIFIED with Zanata version 1.5-SNAPSHOT (20111213-1143)