From bugzilla-daemon@bugs.koha-community.org Wed May 31 12:44:12 2017
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 12904] Force browser to load new javascript files
after upgrade
Date: Wed, 31 May 2017 10:44:08 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============3501793992407924387=="
--===============3501793992407924387==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D12904
Fridolin SOMERS changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fridolin.somers@biblibre.co
| |m
--- Comment #79 from Fridolin SOMERS ---
> RewriteRule ^(.*)_(.*).js$ $1.js [R=3D301,N,L]
This rewrite rules are quite large, what about files that already contain an
underscore ?
I think we should use a more explicit separator like "_kohav" with rewrite :
RewriteRule ^(.*)_kohav(.*).js.
> +
The syspref "Version" contains a dot (ie 16.1200037) meaning that files will
have 2 dots, ie :=20
../datatables_16.1200037.js
This may be a problem for some web-browsers like IE ?
--=20
You are receiving this mail because:
You are watching all bug changes.
--===============3501793992407924387==--