Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TzXQ0-0001XS-IM for pgsql-www@arkaria.postgresql.org; Sun, 27 Jan 2013 18:57:28 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1TzXQ0-0006rm-1Y for pgsql-www@arkaria.postgresql.org; Sun, 27 Jan 2013 18:57:28 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TzXPy-0006qN-46 for pgsql-www@postgresql.org; Sun, 27 Jan 2013 18:57:26 +0000 Received: from [2a02:16a8:dc41::11] (helo=cronos.madness.at) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1TzXPw-0005ao-TF for pgsql-www@postgresql.org; Sun, 27 Jan 2013 18:57:25 +0000 Received: from mastermind.kaltenbrunner.cc ([2001:470:7a2d::22]) by cronos.madness.at with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1TzXPm-0001kJ-A4; Sun, 27 Jan 2013 19:57:21 +0100 Message-ID: <5105788A.5070903@kaltenbrunner.cc> Date: Sun, 27 Jan 2013 19:57:14 +0100 From: Stefan Kaltenbrunner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130106 Thunderbird/17.0.2 MIME-Version: 1.0 To: Bruce Momjian CC: PostgreSQL www Subject: Re: Wiki problem with URLs References: <20130127000238.GA11186@momjian.us> In-Reply-To: <20130127000238.GA11186@momjian.us> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 2a02:16a8:dc41::11 (failed) X-Pg-Spam-Score: -1.1 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-www Precedence: bulk Sender: pgsql-www-owner@postgresql.org On 01/27/2013 01:02 AM, Bruce Momjian wrote: > While trying to add a Gmail URL to our TODO wiki: > > https://wiki.postgresql.org/wiki/Todo > > I found that URLs that contain equal signs are being silently not > displayed by the wiki. For example, this existing TODO entry: > > {{TodoItem > |Allow VIEW/RULE recompilation when the underlying tables change > |This is both difficult and controversial. > * [http://archives.postgresql.org/pgsql-hackers/2009-12/msg01723.php Re: About "Allow VIEW/RULE recompilation when the underlying tables change"] > * [http://archives.postgresql.org/pgsql-hackers/2009-12/msg01724.php Re: About "Allow VIEW/RULE recompilation when the underlying tables change"] > --> * [http://archives.postgresql.org/message-id/CACk=U9NFSzWrEba8G5dZ=TZLy3_hx3QXGyCcKVWT=4iA1FjMuA@mail.gmail.com VIEW still referring to old name of field] > }} > > > I would love to give you a URL to that section, but "Views / Rules" is > not clickable on Firefox on my machine --- you have to scroll down. You > will see the text display is: > > Allow VIEW/RULE recompilation when the underlying tables change > > The second line is missing, as well as all the links. I believe it is > the last link which contains an equals sign that is causing the problem, > based on my experiments. > > A fix need to be found, and all URLs with equal signs fixed. well this seems to be a URL encoding issue - replacing the = with a %3D fixes the problem. Stefan -- Sent via pgsql-www mailing list (pgsql-www@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-www