Main Koha release repository https://koha-community.org
Find a file
Owen Leonard 806798dc66 Bug 5184 [REVISED] Upgrade jQuery to the latest version (OPAC)
Upgrade jQuery in the OPAC.

To test: Try any JavaScript-dependent interaction
you can think of in the OPAC and watch for errors.

Revision updates the one syntax I've found so far in testing
which requires an update. Where we used to do this to
uncheck a checkbox:

$(foo).attr("checked","");

We should now use:

$(foo).removeAttr("checked");

As far as I can tell the old way will not generate an error
but neither will it work.

Signed-off-by: Chris Nighswonger <cnighswonger@foundations.edu>
2012-05-11 11:22:41 +02:00
acqui Bug 5347: Followup: FIX 2 bugs in lateorders 2012-04-18 17:05:23 +02:00
admin Bug 3413: Checkboxes for new subfields not saving correctly 2012-05-07 22:23:49 +02:00
authorities Bug 7816 :[SIGNED-OFF] Encode output as utf-8 dont just flag it as such 2012-04-10 13:41:58 +02:00
basket
C4 Bug 7249 : Allow reports to be called through a restful interface 2012-05-11 10:26:29 +02:00
catalogue Bug 7733 - HidePatronName not working on moredetail 2012-04-19 11:05:09 +02:00
cataloguing Bug 7866: z39.50 search list ordered by rank 2012-04-03 18:10:57 +02:00
circ Bug 2034: Removing unused scripts billig.pl/billing.tt 2012-04-12 18:09:54 +02:00
debian Bug 8008 - Fix typo in man page for koha-create 2012-05-07 23:15:47 +02:00
docs Adding Marc Veron 2012-04-19 18:28:11 +02:00
errors
etc Bug 7838 - Add sort-string-utf.chr for Ukrainian and Russian 2012-04-12 17:23:53 +02:00
install_misc Bug 7858 - Missing packages from install_misc/ubuntu.packages 2012-04-04 14:49:48 +02:00
installer Bug 7249 BDRev number 2012-05-11 10:58:43 +02:00
Koha Bug 7562 Add strict & warnings to KohaDates Plugin 2012-04-03 18:11:46 +02:00
koha-tmpl Bug 5184 [REVISED] Upgrade jQuery to the latest version (OPAC) 2012-05-11 11:22:41 +02:00
labels Bug 7765 - labels/label-edit-layout.pl: plack $layout scoping 2012-03-22 18:01:15 +01:00
members Bug 6679 :[SIGNED-OFF] members dir now passes perlcritic tests 2012-04-10 13:44:53 +02:00
misc Release notes for 3.8.0 2012-04-23 12:42:07 +02:00
offline_circ
opac Bug 7249: Syspref to control number of rows in web service results 2012-05-11 10:26:33 +02:00
patroncards
reports Bug 7249 : Allow reports to be called through a restful interface 2012-05-11 10:26:29 +02:00
reserve Bug 7641: Suspend Reserves 2012-03-29 14:37:49 +02:00
reviews
rotating_collections
selenium
serials Bug 5354 follow-up : dealing with a wrong regexp 2012-03-28 16:17:45 +02:00
services Bug 7178: Acquisition item creation improvement 2012-03-26 11:07:23 +02:00
skel
sms
suggestion Bug 7871: prevents crash when suggestion linked to erased budget 2012-04-10 13:41:16 +02:00
svc Bug 7249: Syspref to control number of rows in web service results 2012-05-11 10:26:33 +02:00
t Merge remote-tracking branch 'origin/new/bug_5347' 2012-04-19 11:53:44 +02:00
tags
test
tmp/modified_authorities
tools bug 6372: moved background-job.inc to background-job-progressbar.js 2012-05-07 23:00:34 +02:00
virtualshelves Bug 7860 - /virtualshelves/addbybiblionumber.pl plack scoping 2012-04-04 11:18:52 +02:00
xt
.htaccess
.mailmap
about.pl
changelanguage.pl
edithelp.pl
fix-perl-path.PL
help.pl
INSTALL Bug 7759, update of install files to use background indexing (and some whitespace tidy) 2012-04-20 16:11:52 +02:00
install-CPAN.pl
INSTALL.debian Bug 7759, update of install files to use background indexing (and some whitespace tidy) 2012-04-20 16:11:52 +02:00
INSTALL.fedora7 Bug 7759, update of install files to use background indexing (and some whitespace tidy) 2012-04-20 16:11:52 +02:00
INSTALL.opensuse Bug 7759, update of install files to use background indexing (and some whitespace tidy) 2012-04-20 16:11:52 +02:00
INSTALL.ubuntu Bug 7759, update of install files to use background indexing (and some whitespace tidy) 2012-04-20 16:11:52 +02:00
INSTALL.ubuntu.lucid Bug 7759, update of install files to use background indexing (and some whitespace tidy) 2012-04-20 16:11:52 +02:00
koha_perl_deps.pl
kohaversion.pl Bug 7249 BDRev number 2012-05-11 10:58:43 +02:00
LICENSE
mainpage.pl
Makefile.PL
MANIFEST.SKIP
README
README.robots
rewrite-config.PL

Koha is a free software integrated library system.

Koha is distributed under the GNU GPL version 2 or later.
Please read the file LICENSE for more details.

To install or upgrade Koha, please see the INSTALL file appropriate
to your platform.

Report bugs at http://bugs.koha-community.org/

Visit the Koha Project website at http://www.koha-community.org/