Main Koha release repository https://koha-community.org
Find a file
Marc Veron 56cf444927 Bug 8895 - Warning in systempreferences.pl: Use of uninitialized value in length...
Clicking on Local use tab in system preferences results in warning in log file:

systempreferences.pl: Use of uninitialized value in length at (...)/admin/systempreferences.pl line 456

Reason: content field "value" in table "systempreferences" can be NULL (and is tested for length).

Added test for "defined" at to places.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-10-25 15:09:23 +02:00
acqui Bug 8903: Pass invoiceid to ModReceiveOrder 2012-10-24 15:17:30 +02:00
admin Bug 8895 - Warning in systempreferences.pl: Use of uninitialized value in length... 2012-10-25 15:09:23 +02:00
authorities Bug 8744: Thesaurus in authorities should not lock fields 2012-10-03 15:36:18 +02:00
basket
C4 Bug 8905: Error when accessing invalid authority 2012-10-25 15:06:37 +02:00
catalogue Bug 8175 - check logs error or displays incorrectly in details.pl 2012-10-12 21:25:45 +02:00
cataloguing Bug 8862 follow-up s/\t/4spaces/g 2012-10-12 22:19:25 +02:00
circ circ/circulation.pl: force issuedate to a string to fix bug 8738 2012-10-05 17:37:48 +02:00
debian Bug 8568 - Fix some errors in docs for scripts provided by the Debian packages 2012-10-24 18:18:42 +02:00
docs Bug 8916 follow-up adding Mathieu Saby to contributors list 2012-10-22 17:30:41 +02:00
errors
etc Bug 3087 Fix Z39.50 server to return the correct record syntax 2012-10-22 14:12:22 +02:00
install_misc Bug 8478 - Update Ubuntu related files Updated installation instructions, cleaned up ubuntu-pkg-check.sh, renamed ubuntu*.packages files more consistently, updated files to include missing libraries, corrected incorrect libraries (yaz3->yaz4, mysqlclient v16 to v18, dropped the dev version of the client). 2012-09-05 11:01:04 +02:00
installer Bug 8724 follow-up DBRev number 2012-10-22 15:00:25 +02:00
Koha Bug 8890: Koha::Borrower::Files shouldn't use db in BEGIN 2012-10-24 17:52:40 +02:00
koha-tmpl Merge remote-tracking branch 'origin/new/bug_3652' 2012-10-24 15:44:33 +02:00
labels Bug 8442 - labels creator fixes for plack 2012-07-24 16:21:05 +02:00
members Bug 8812 - Staff Client: Patron search should display branch name instead of branch code in results table 2012-10-11 11:17:06 +02:00
misc Bug 8633 Manage OPAC alternate templates 2012-10-11 11:15:07 +02:00
offline_circ Bug 8006 - Loading offline circulation does not anonymize 2012-06-20 19:40:41 +02:00
opac Bug 8953 - opac-userupdate encoding issues 2012-10-24 17:55:12 +02:00
patroncards Bug 8315 - remove use C4::* version 2012-07-13 14:17:20 +02:00
reports Bug 8811 - can't run report after saving 2012-10-05 17:25:18 +02:00
reserve Bug 8675 Add hours and mins to renewal due date 2012-09-04 18:22:32 +02:00
reviews
rotating_collections Bug 6553 : Follow up adding license statements 2011-08-13 19:54:38 +12:00
selenium
serials Bug 5335 follow-up: fixing Perl error 2012-10-01 18:47:28 +02:00
services
skel 8268 Followup for creating var spool subdir. 2012-07-23 10:40:43 +02:00
sms
suggestion Bug 8440: Dates does not appear in suggestions management 2012-07-24 17:04:32 +02:00
svc Bug 7475: Teach matching rules to handle authorities 2012-09-19 17:15:56 +02:00
t Bug 8890 - move two more db dependent tests 2012-10-24 17:52:42 +02:00
tags Bug 8315 - remove use C4::* version 2012-07-13 14:17:20 +02:00
test
tmp/modified_authorities
tools Bug 8861 - Undefined variables in batchMod.pl trigger error logs 2012-10-19 17:48:32 +02:00
virtualshelves Bug 7788: [SIGNED-OFF] Followup: GetShelf call in addbybiblio script corrected 2012-05-22 12:06:26 +02:00
xt Bug 8470: remove depreciated H:T:P test 2012-07-26 14:53:13 +02:00
.htaccess
.mailmap
about.pl Bug 8910 - silent warnings triggered in about.pl 2012-10-25 14:40:36 +02:00
changelanguage.pl
edithelp.pl Bug 8622: Fix theme fallback 2012-09-05 11:39:14 +02:00
fix-perl-path.PL
help.pl Bug 8705: Software error on help of main page 2012-09-17 18:24:11 +02:00
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 8092 follow-up: Add optional dependency on CHI 2012-06-09 13:08:18 +02:00
INSTALL.fedora7 Bug 8092 follow-up: Add optional dependency on CHI 2012-06-09 13:08:18 +02:00
INSTALL.opensuse
INSTALL.ubuntu Bug 8092 follow-up: Add optional dependency on CHI 2012-06-09 13:08:18 +02:00
INSTALL.ubuntu.12.04 Bug 8478 - Update Ubuntu related files Updated installation instructions, cleaned up ubuntu-pkg-check.sh, renamed ubuntu*.packages files more consistently, updated files to include missing libraries, corrected incorrect libraries (yaz3->yaz4, mysqlclient v16 to v18, dropped the dev version of the client). 2012-09-05 11:01:04 +02:00
INSTALL.ubuntu.lucid Bug 8092 follow-up: Add optional dependency on CHI 2012-06-09 13:08:18 +02:00
koha_perl_deps.pl Bug 8485 - Make koha_perl_deps.pl batch friendly Added a -b flag for brief which outputs only the perl library name (Foo::BaR), and added a -r flag for required which filters the list to required=Yes perl libraries. 2012-08-31 17:35:49 +02:00
kohaversion.pl Bug 8724 follow-up DBRev number 2012-10-22 15:00:25 +02:00
LICENSE
mainpage.pl
Makefile.PL Bug 3087 Fix Z39.50 server to return the correct record syntax 2012-10-22 14:12:22 +02:00
MANIFEST.SKIP
README
README.robots
rewrite-config.PL Bug 8268 follow-up: rewrite config correctly 2012-08-28 18:02:42 +02:00

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/