Return-Path: X-Original-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-allura-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 500F2100FE for ; Tue, 3 Sep 2013 21:03:46 +0000 (UTC) Received: (qmail 43063 invoked by uid 500); 3 Sep 2013 21:03:46 -0000 Delivered-To: apmail-incubator-allura-dev-archive@incubator.apache.org Received: (qmail 43041 invoked by uid 500); 3 Sep 2013 21:03:46 -0000 Mailing-List: contact allura-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: allura-dev@incubator.apache.org Delivered-To: mailing list allura-dev@incubator.apache.org Received: (qmail 43033 invoked by uid 99); 3 Sep 2013 21:03:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 21:03:46 +0000 X-ASF-Spam-Status: No, hits=-0.1 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of noreply@sourceforge.net designates 216.34.181.60 as permitted sender) Received: from [216.34.181.60] (HELO smtp.ch3.sourceforge.com) (216.34.181.60) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Sep 2013 21:03:40 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.com; s=x; h=Date:Message-ID:Subject:Reply-To:From:To:MIME-Version:Content-Type; bh=mrSoOnhM4hVhtkKgG+/AKguQpYodw1gET4UmF/920RU=; b=pJJ8g6FeF5XkcxCdHMvRdMVhPVJSKrKno5KLzYlq/bLHa5ygTmq6EOmE4ptVGq6MGXSFPRBbXUY4SzUqRTDDlnFhnOqGMow46ftopGt9Hy6ScuqlS+XecHG3TxfdBICeS9Q2pP2D7VidQf7FCMlWS/Unc4t/zMVTUMdL+rlulMo=; Received: from localhost ([127.0.0.1] helo=sfs-alluradaemon-4.v29.ch3.sourceforge.com) by sfs-alluradaemon-4.v29.ch3.sourceforge.com with esmtp (Exim 4.76) (envelope-from ) id 1VGxkt-0001gM-4F for allura-dev@incubator.apache.org; Tue, 03 Sep 2013 21:03:19 +0000 Content-Type: multipart/related; boundary="===============9056469018177705800==" MIME-Version: 1.0 To: "[allura:tickets] " <6619@tickets.allura.p.re.sf.net> From: "Tim Van Steenburgh" Reply-To: "[allura:tickets] " <6619@tickets.allura.p.re.sf.net> Subject: [allura:tickets] #6619 Export is missing tickets, has wrong domain name in urls Message-ID:

Date: Tue, 03 Sep 2013 21:03:19 +0000 X-Virus-Checked: Checked by ClamAV on apache.org --===============9056469018177705800== Content-Type: multipart/alternative; boundary="===============6962796541631574624==" MIME-Version: 1.0 --===============6962796541631574624== MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit - **status**: code-review --> closed --- ** [tickets:#6619] Export is missing tickets, has wrong domain name in urls** **Status:** closed **Labels:** export **Created:** Thu Aug 29, 2013 04:14 PM UTC by Dave Brondsema **Last Updated:** Tue Sep 03, 2013 08:44 PM UTC **Owner:** Dave Brondsema Not all tickets are included in the export. And URLs aren't using the right domain. admin.json: ~~~~ ... "url": "http://localhost:80/u/jpschewe/", "username": "jpschewe", "name": "Jon Schewe" } ], "name": "Allura", "url": "http://localhost:80/p/allura/", "icon_url": "http://localhost:80/p/allura/icon", "screenshots": [ { "url": "http://localhost:80/p/allura/screenshot/allura-tickets.jpeg", ... ~~~~ --- Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. --===============6962796541631574624== MIME-Version: 1.0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit
  • status: code-review --> closed

[tickets:#6619] Export is missing tickets, has wrong domain name in urls

Status: closed
Labels: export
Created: Thu Aug 29, 2013 04:14 PM UTC by Dave Brondsema
Last Updated: Tue Sep 03, 2013 08:44 PM UTC
Owner: Dave Brondsema

Not all tickets are included in the export.

And URLs aren't using the right domain. admin.json:

  ...
      "url": "http://localhost:80/u/jpschewe/",
      "username": "jpschewe",
      "name": "Jon Schewe"
    }
  ],
  "name": "Allura",
  "url": "http://localhost:80/p/allura/",
  "icon_url": "http://localhost:80/p/allura/icon",
  "screenshots": [
    {
      "url": "http://localhost:80/p/allura/screenshot/allura-tickets.jpeg",
   ...

Sent from sourceforge.net because allura-dev@incubator.apache.org is subscribed to https://sourceforge.net/p/allura/tickets/

To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/allura/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.

--===============6962796541631574624==-- --===============9056469018177705800==--