unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#50695: Sorting by columns broken on NonGNU/GNU ELPA web pages
@ 2021-09-20  6:09 Stefan Kangas
  2021-10-01 19:55 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Kangas @ 2021-09-20  6:09 UTC (permalink / raw)
  To: 50695; +Cc: monnier

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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#50695: Sorting by columns broken on NonGNU/GNU ELPA web pages
  2021-09-20  6:09 bug#50695: Sorting by columns broken on NonGNU/GNU ELPA web pages Stefan Kangas
@ 2021-10-01 19:55 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-10-01 23:06   ` Stefan Kangas
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-10-01 19:55 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 50695-done

> 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






^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#50695: Sorting by columns broken on NonGNU/GNU ELPA web pages
  2021-10-01 19:55 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-10-01 23:06   ` Stefan Kangas
  2021-10-02  2:50     ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Kangas @ 2021-10-01 23:06 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: 50695-done

Stefan Monnier <monnier@iro.umontreal.ca> writes:

> > 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,

Thanks, the JavaScript seems to have been restored correctly on both
elpa.gnu.org and elpa.nongnu.org.

But sorting by column is still not working, so I guess that was just
me misremembering (a.k.a. "wishful thinking").





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#50695: Sorting by columns broken on NonGNU/GNU ELPA web pages
  2021-10-01 23:06   ` Stefan Kangas
@ 2021-10-02  2:50     ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; 4+ messages in thread
From: Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-10-02  2:50 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: 50695

> But sorting by column is still not working, so I guess that was just
> me misremembering (a.k.a. "wishful thinking").

I'm not 100% sure, but I think so, indeed.  Especially since the data
currently present in the "other columns" (version number and
description) doesn't lend itself to useful sorting, IMO.
If/when we add some kind of popularity info, this may change, tho.


        Stefan






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-02  2:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-20  6:09 bug#50695: Sorting by columns broken on NonGNU/GNU ELPA web pages Stefan Kangas
2021-10-01 19:55 ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-10-01 23:06   ` Stefan Kangas
2021-10-02  2:50     ` Stefan Monnier via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).