Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 57844 invoked from network); 27 May 2008 17:16:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 May 2008 17:16:26 -0000 Received: (qmail 65286 invoked by uid 500); 27 May 2008 17:16:26 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 65256 invoked by uid 500); 27 May 2008 17:16:26 -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 65245 invoked by uid 99); 27 May 2008 17:16:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 May 2008 10:16:26 -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; Tue, 27 May 2008 17:15:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2753E234C127 for ; Tue, 27 May 2008 10:16:04 -0700 (PDT) Message-ID: <1979106390.1211908564146.JavaMail.jira@brutus> Date: Tue, 27 May 2008 10:16:04 -0700 (PDT) From: "Alexander Klimetschek (JIRA)" To: dev@felix.apache.org Subject: [jira] Updated: (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 ] Alexander Klimetschek updated FELIX-568: ---------------------------------------- Attachment: show-bundle-details.patch Here is a new patch against the current webconsole in Felix. I need this feature now, so I had to recreate the patch for current Sling/Felix. But a refactoring of the webconsole to have more RESTful URLs is also a good idea ;-) > [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, show-bundle-details.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.