Return-Path: X-Original-To: apmail-subversion-dev-archive@minotaur.apache.org Delivered-To: apmail-subversion-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 77EF218389 for ; Fri, 2 Oct 2015 12:07:56 +0000 (UTC) Received: (qmail 24386 invoked by uid 500); 2 Oct 2015 12:07:50 -0000 Delivered-To: apmail-subversion-dev-archive@subversion.apache.org Received: (qmail 24334 invoked by uid 500); 2 Oct 2015 12:07:50 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 24324 invoked by uid 99); 2 Oct 2015 12:07:49 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Oct 2015 12:07:49 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 6F145C01AB for ; Fri, 2 Oct 2015 12:07:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.12 X-Spam-Level: X-Spam-Status: No, score=-0.12 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id L8C13k2ak4bF for ; Fri, 2 Oct 2015 12:07:48 +0000 (UTC) Received: from mail-vk0-f52.google.com (mail-vk0-f52.google.com [209.85.213.52]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 0B64A206E3 for ; Fri, 2 Oct 2015 12:07:48 +0000 (UTC) Received: by vkfp126 with SMTP id p126so58423092vkf.3 for ; Fri, 02 Oct 2015 05:07:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=/HLnhdjNFMPPzaupH4n8v+Pof03Tq5SvK+1VZt22Usg=; b=GvbPIl7C+48Qb66lSvhVKLuxcQs8li5Jwouwf52OatUc2Dqr2DgArIHL7ZcIjUKHFk yyCpNHTO+YGrnjdhe3oN2RUz4nVJsA4eKMHdrtAXaD6+AH8RlQZNrXqvAzT3Zo8ol9U9 pFtufMX5M/2K5T/PRoiIDufvcaflTaljKs9IODhaaMKzEPAiJc0roVUOb7vc3H0B3mkR Z9Uty/6PB5kfDaV2ZFN2CHQCunPLoC3pgzAVSWSB/f/e7HucIC12jShZ532lBubUxWjp aEOBy0zu7PPAVAO00dLlACmSt1wx6h1hSWyTbHW0T/u0AyEaRtEpy+3Drqx3CjhZwLIK Py6g== X-Received: by 10.31.5.205 with SMTP id 196mr10394864vkf.88.1443787666841; Fri, 02 Oct 2015 05:07:46 -0700 (PDT) MIME-Version: 1.0 Received: by 10.31.41.8 with HTTP; Fri, 2 Oct 2015 05:07:27 -0700 (PDT) In-Reply-To: References: From: Julian Foad Date: Fri, 2 Oct 2015 13:07:27 +0100 Message-ID: Subject: Re: ASF JIRA migration: Update our Tigris and Apache web sites To: dev Content-Type: text/plain; charset=UTF-8 I (Julian Foad) wrote: > I'll make some minimal changes today, just to make each site point to JIRA. I've updated the ASF web site: http://svn.apache.org/r1706376 I have only changed direct references to the tracker: I haven't changed places where it points to web pages on Tigris *about* our issue tracker such as http://subversion.tigris.org/issue-tracker.html (nor http://subversion.tigris.org/issues/ perhaps, although that one's superseded by subversion.apache.org/reporting-issues.html). I already noticed my HTML foo is weak: when submitting a query with the second "submit" button on subversion.apache.org/reporting-issues.html, as well as correctly opening the query result page (ino a new window/tab), the query string gets put as a query argument on the *current* page's URL. Anyone want to help fix up that HTML? - Julian