Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 80581 invoked from network); 16 May 2008 14:28:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 May 2008 14:28:30 -0000 Received: (qmail 56615 invoked by uid 500); 16 May 2008 14:28:21 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 56535 invoked by uid 500); 16 May 2008 14:28:21 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 56501 invoked by uid 99); 16 May 2008 14:28:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 07:28:21 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 May 2008 14:27:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CC91B234C11B for ; Fri, 16 May 2008 07:27:55 -0700 (PDT) Message-ID: <1886623444.1210948075837.JavaMail.jira@brutus> Date: Fri, 16 May 2008 07:27:55 -0700 (PDT) From: "Felix Meschberger (JIRA)" To: dev@felix.apache.org Subject: [jira] Work started: (FELIX-568) [Patch] Separate bundle details page in sling web console MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FELIX-568?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on FELIX-568 started by Felix Meschberger. > [Patch] Separate bundle details page in sling web console > --------------------------------------------------------- > > Key: FELIX-568 > URL: https://issues.apache.org/jira/browse/FELIX-568 > Project: Felix > Issue Type: New Feature > Components: Web Console > Reporter: Alexander Klimetschek > Assignee: Felix Meschberger > Attachments: bundle-details-html-page.patch, bundle-details-html-page.patch, bundle-details-html-page.patch > > Original Estimate: 0h > Remaining Estimate: 0h > > This patch adds a separate HTML page showing bundle details to the Sling web console. It displays the same details as those displayed by the ajax-based "popup". > Use case: I found myself configuring a bundle with Export-Package etc. and continuously installing it to Sling to see if all package dependencies could be resolved. It is quite tedious to reload the bundle list page, scroll down to the bundle in question and click on the link to get the ajax-based details popup. A simpler (and more restful) way is to have a separate URL and HTML page for a single bundle's details. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.