GNU bug report logs - #50695
Sorting by columns broken on NonGNU/GNU ELPA web pages

Previous Next

Package: emacs;

Reported by: Stefan Kangas <stefan <at> marxist.se>

Date: Mon, 20 Sep 2021 06:10:01 UTC

Severity: minor

Done: Stefan Monnier <monnier <at> iro.umontreal.ca>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Stefan Monnier <monnier <at> iro.umontreal.ca>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50695: closed (Sorting by columns broken on NonGNU/GNU ELPA
 web pages)
Date: Fri, 01 Oct 2021 19:56:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 01 Oct 2021 15:55:41 -0400
with message-id <jwvsfxkbk05.fsf-monnier+emacs <at> gnu.org>
and subject line Re: bug#50695: Sorting by columns broken on NonGNU/GNU ELPA web pages
has caused the debbugs.gnu.org bug report #50695,
regarding Sorting by columns broken on NonGNU/GNU ELPA web pages
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
50695: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50695
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Stefan Kangas <stefan <at> marxist.se>
To: bug-gnu-emacs <at> gnu.org
Subject: Sorting by columns broken on NonGNU/GNU ELPA web pages
Date: Sun, 19 Sep 2021 23:09:43 -0700
Severity: minor

We used to have the capability to sort by columns on the NonGNU/GNU ELPA
web pages:

    https://elpa.gnu.org/packages/

But now it seems broken.  The JavaScript that ran this is still in the
HTML header of that page:

        <script src="../javascript/jquery.min.js"
type="text/javascript"></script>
        <script src="../javascript/jquery.filtertable.min.js"
type="text/javascript"></script>
        <script src="../javascript/package-search.js"
type="text/javascript"></script>

But the URL's themselves give 404:

    ~ $ curl https://elpa.gnu.org/javascript/jquery.min.js
    <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
    <html><head>
    <title>404 Not Found</title>
    </head><body>
    <h1>Not Found</h1>
    <p>The requested URL was not found on this server.</p>
    <hr>
    <address>Apache/2.4.48 (Debian) Server at elpa.gnu.org Port 443</address>
    </body></html>
    ~ $ curl https://elpa.gnu.org/javascript/jquery.filtertable.min.js
    [same as above]
    ~ $ curl https://elpa.gnu.org/javascript/package-search.js
    [same as above]

So I guess the JavaScript directory for some reason is no longer where
it should be.


[Message part 3 (message/rfc822, inline)]
From: Stefan Monnier <monnier <at> iro.umontreal.ca>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: 50695-done <at> debbugs.gnu.org
Subject: Re: bug#50695: Sorting by columns broken on NonGNU/GNU ELPA web pages
Date: Fri, 01 Oct 2021 15:55:41 -0400
> So I guess the JavaScript directory for some reason is no longer where
> it should be.

Somehow a /etc/apache2/conf-enabled/javascript-common.conf
symlink appeared which redirected /javascript to some other directory.
I believe it's been restored now,


        Stefan



This bug report was last modified 3 years and 288 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.