Bug 758587 - Ability to bookmark multiple documents
Summary: Ability to bookmark multiple documents
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Zanata
Classification: Retired
Component: Component-UI
Version: 1.5
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: Sprint-30
: 1.5
Assignee: David Mason
QA Contact: Ding-Yi Chen
URL:
Whiteboard:
Depends On:
Blocks: 756230 759983
TreeView+ depends on / blocked
 
Reported: 2011-11-30 06:48 UTC by David Mason
Modified: 2012-04-23 04:33 UTC (History)
1 user (show)

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


Attachments (Terms of Use)

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)


Note You need to log in before you can comment on or make changes to this bug.