Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 53386 invoked from network); 17 Jun 2008 11:48:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jun 2008 11:48:38 -0000 Received: (qmail 32216 invoked by uid 500); 17 Jun 2008 11:48:40 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 31935 invoked by uid 500); 17 Jun 2008 11:48:39 -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 31922 invoked by uid 99); 17 Jun 2008 11:48:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Jun 2008 04:48:39 -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, 17 Jun 2008 11:47:58 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E9E5234C142 for ; Tue, 17 Jun 2008 04:47:46 -0700 (PDT) Message-ID: <1549432918.1213703266570.JavaMail.jira@brutus> Date: Tue, 17 Jun 2008 04:47:46 -0700 (PDT) From: "Felix Meschberger (JIRA)" To: dev@felix.apache.org Subject: [jira] Resolved: (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 ] Felix Meschberger resolved FELIX-568. ------------------------------------- Resolution: Won't Fix Thanks for supplying these patches. But as the bundles page has been refactored to support RESTful URLs (see FELIX-566) I think is issue does not need to be applied. Please close this issue, if you agree. Thanks. > [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.