Return-Path: Delivered-To: apmail-incubator-chemistry-dev-archive@minotaur.apache.org Received: (qmail 40031 invoked from network); 19 Feb 2011 14:33:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Feb 2011 14:33:04 -0000 Received: (qmail 85773 invoked by uid 500); 19 Feb 2011 14:33:04 -0000 Delivered-To: apmail-incubator-chemistry-dev-archive@incubator.apache.org Received: (qmail 85639 invoked by uid 500); 19 Feb 2011 14:33:01 -0000 Mailing-List: contact chemistry-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: chemistry-dev@incubator.apache.org Delivered-To: mailing list chemistry-dev@incubator.apache.org Received: (qmail 85618 invoked by uid 99); 19 Feb 2011 14:33:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Feb 2011 14:33:00 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Feb 2011 14:32:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 959821AC981 for ; Sat, 19 Feb 2011 14:32:39 +0000 (UTC) Date: Sat, 19 Feb 2011 14:32:39 +0000 (UTC) From: =?utf-8?Q?Florian_M=C3=BCller_=28JIRA=29?= To: chemistry-dev@incubator.apache.org Message-ID: <398438199.2926.1298125959609.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1840817712.2415.1297941924760.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Assigned: (CMIS-308) New features for the CMIS browser MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CMIS-308?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Florian M=C3=BCller reassigned CMIS-308: ----------------------------------- Assignee: Florian M=C3=BCller > New features for the CMIS browser > --------------------------------- > > Key: CMIS-308 > URL: https://issues.apache.org/jira/browse/CMIS-308 > Project: Chemistry > Issue Type: New Feature > Components: opencmis-test > Affects Versions: 0.2.0-incubating > Reporter: Ian Ashley > Assignee: Florian M=C3=BCller > Labels: test > Fix For: 0.3.0-incubating=20 > > Attachments: chemistry-browser.tar.bz2, entry.xsl, feed.xsl > > > We have enhanced the CMIS browser as follows > - set the require_ids parameter when getting the children of a node to im= prove performance=20 > - show the rendition kind correctly in the existing rendition links=20 > - added a new renditions link on the feeds page that opens a page showing= all the renditions. The thumbnail rendition is displayed and others can be= displayed using links=20 > - updated the relationships display to show the source and target ids. Th= ese are links that show the entries=20 > - added a new thumbnails links to the feeds page that displays a grid of = thumbnails and object ids. The object ids are links to the entries and the = thumbnails are links to content streams > To support the above we have added the ability to override the stylesheet= in the request rather than use the content type to decide which stylesheet= to use. > ---- > =EF=BF=BC > Here are details of the changes on a per file bases. > *BrowseServlet.java* > - Added the use of override stylesheets. > The content type of the response was used to map to a stylesheet to= use. added the ability to specify an override stylesheet in the request (T= he override stylesheet parameter must come after the url parameter, because= of the way it ready the parameters). > =20 > *browser.css* > - added some extra style that is used for the thumbnail view. > =20 > *web.xml* > - added some extra configuration that defines the override stylesheets. > =20 > *feeds.xsl* > - it now sends the requestsIds that it displays. > - added the renditions link that uses the new renditions stylesheet. > - added the thumbnails link that uses the new thumbnails stylesheet. > - it now shows the rendition type (it was looking for the wrong attribute= ). > - the relationships link now has the correct style. > - changes the relationships link to use the new relationships stylesheet. > =20 > *entry.xsl* > - It now shows the rendition type (it was looking for the wrong attribute= ). > - If the current object is a relationship then the source and target is s= hown at the top as a link to their entry pages. > =20 > *relationships.xsl* > - New stylesheet that displays the list of relations in a similar way to = the workbench. The source and target ids are links to their entry pages. > =20 > *renditions.xsl* > - New stylesheet that displays a list of the renditions for the current o= bject. The cmis:thumbnail rendition is also shown. > =20 > *thumbnails.xsl* > - New stylesheet that displays the children of a folder in a grid layout. --=20 This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira