Re: [Koha-devel] How to make self-referential URLs in Koha

2023-01-30 Thread Pablo Bianchi
On Wed, 10 Feb 2021 at 18:55, Renvoize, Martin < martin.renvo...@ptfs-europe.com> wrote: > Did this ever become a bug? Looks like an interesting improvement and > would be nice to see a start made? > Bug 18410 – Koha should use cool URIs

Re: [Koha-devel] How to make self-referential URLs in Koha

2021-02-11 Thread dcook
ons Point NSW 2061 Australia Office: 02 9212 0899 Online: 02 8005 0595 -Original Message- From: Koha-devel On Behalf Of Fridolin SOMERS Sent: Friday, 12 February 2021 2:52 AM To: koha-devel@lists.koha-community.org Subject: Re: [Koha-devel] How to make self-referential URLs in Koha In this

Re: [Koha-devel] How to make self-referential URLs in Koha

2021-02-11 Thread Fridolin SOMERS
In this case in webserver config we base dynamic pages on the ".pl" extension. This is the case for example on the php projects I know. But then we must rename files in "svc" dirs with .pl. I'd be happy to test ;) Le 10/02/2021 à 22:54, Renvoize, Martin a écrit : Did this ever become a bug?  L

Re: [Koha-devel] How to make self-referential URLs in Koha

2021-02-10 Thread dcook
8005 0595 From: Renvoize, Martin Sent: Thursday, 11 February 2021 8:55 AM To: David Cook Cc: koha-devel Subject: Re: [Koha-devel] How to make self-referential URLs in Koha Did this ever become a bug? Looks like an interesting improvement and would be nice to see a start made? On Wed

Re: [Koha-devel] How to make self-referential URLs in Koha

2021-02-10 Thread Renvoize, Martin
72/330 Wattle St > > Ultimo, NSW 2007 > > Australia > > > > Office: 02 9212 0899 > > Online: 02 8005 0595 > > > > *From:* Koha-devel *On > Behalf Of *Kyle Hall > *Sent:* Tuesday, 19 May 2020 11:20 PM > *To:* Owen Leonard > *Cc:* koha-devel > *

Re: [Koha-devel] How to make self-referential URLs in Koha

2020-05-19 Thread dcook
Cook Systems Librarian Prosentient Systems 72/330 Wattle St Ultimo, NSW 2007 Australia Office: 02 9212 0899 Online: 02 8005 0595 From: Koha-devel On Behalf Of Kyle Hall Sent: Tuesday, 19 May 2020 11:20 PM To: Owen Leonard Cc: koha-devel Subject: Re: [Koha-devel] How to make self

Re: [Koha-devel] How to make self-referential URLs in Koha

2020-05-19 Thread Kyle Hall
I think that would also me a great cosmetic enhancement. At the risk of scope creep, we could go a step further by mapping the perl scripts to paths as well, so /cgi-bin/koha/circ/circulation-home.pl could become /circulation/home ( or even just /circulation ) for example. Kyle --- http://www.ky

Re: [Koha-devel] How to make self-referential URLs in Koha

2020-05-19 Thread Owen Leonard
> In the past, I have wondered if we could get rid of “/cgi-bin/koha” as a path > prefix all together No idea what that would involve (other than search-and-replace in the templates), but from the user's point of view I think it would be a nice improvement. -- Owen -- Web Developer Athens Cou

[Koha-devel] How to make self-referential URLs in Koha

2020-05-18 Thread dcook
Hi all, With some recent code, I've been using creating self-referential URL in Koha using CGI->url(), and passing it as a value. With CGI, the URL is correct (ie starting with /cgi-bin/koha). With Plack, it's not, because the OPAC is mounted as "/opac". I worked around this by rewriting t