[Koha] Koha 3.6.4 is now available

2012-03-04 Thread Chris Nighswonger
It is with pleasure that I announce the release of Koha 3.6.4.

The package can be retrieved from:

http://download.koha-community.org/koha-3.06.04.tar.gz

You can use the following checksum and signature files to verify the download:

http://download.koha-community.org/koha-3.06.04.tar.gz.MD5
http://download.koha-community.org/koha-3.06.04.tar.gz.MD5.asc
http://download.koha-community.org/koha-3.06.04.tar.gz.sig

Release notes for 3.6.4 are below the fold.

Come and get it!

RELEASE NOTES FOR KOHA 3.6.4
22 Feb 2012


Koha is the first free and open source software library automation package
(ILS). Development is sponsored by libraries of varying types and sizes,
volunteers, and support companies from around the world.
The website for the Koha project is

http://koha-community.org/

Koha 3.6.4 can be downloaded from:

http://download.koha-community.org/koha-3.06.04.tar.gz

Installation instructions can be found at:

http://wiki.koha-community.org/wiki/Installation_Documentation

OR in the INSTALL files that come in the tarball

Koha 3.6.4 is a bugfix/maintenance release.

Highlights of 3.6.4
==

6488criticalopachiddenitems not working in master
6634criticalmanager_id not populated when paying fines
6984criticalHolds Statistics Doesn't Work
7018criticalneed all acq permissions to search
7339criticalHelp System in IE8-9 Does Not Load With 500 Error
7359criticalBegin migration to a new Koha namespace from the old
C4 namespace
7432criticalChanging frameworks should refresh cache
7450criticalMissing placeholders in admin/authorised_values.pl
7551criticalAny logged-in OPAC user can renew items for others using
a properly constructed URL
2012major   Add bilio crashes under no zebra
3264major   Uncloning a dropdown list in MARC authorities/biblio
editor may clear all subfields (see comment 17)
5327major   Unit tests required for all C4 modules
6115major   Acquisition reports : date filter  sorting don't work
6490major   Lost and paid not updated when book is checked out 
without check-in
6631major   Unrestricted creation of lists by anonymous users
6718major   No manager_id saved for writeoff of fines
6842major   Branch transfer limits broken
7005major   no confirmation for write off all
7431major   OPAC item hold list doesn't show 'checked out'
7459major   Can only add to one public list in OPAC search results


Bugs fixed in 3.6.4
==

5473normal  952 fields should be filled in by Acquisitions
6598normal  OPACFineNoRenewals syspreference does not stop user
renewing in opac
6694normal  Anonymous sessions not kept when casAuthentication is on
7114normal  Hiding filters on funds page messes with layout
7127normal  Templates must be valid XHTML
7190normal  written off fines being refunded
7350normal  In New order the + button duplicates input text but 
not
the selected in ddl
7402normal  invoice not showing received titles
7406normal  saved reports not showing right number
7409normal  Missing dependencies for Debian package
7457normal  basket.pl makes a lot of noise in the logs
7466normal  Cart notification popup should appear onscreen even when
button is offscreen
7472normal  Edit button ineffective when paying borrower fee
7476normal  Files executable that probably should not be
7489normal  Implement DisplayOPACiconsXSLT for NORMARC XSLT
7501normal  OPAC authority browser should mark alternate rows as 
highlighted
7521normal  Cannot receive serials without full serials permissions
4376enhancement A minor change in the “GetMarcAuthors†  function
of C4/Biblio.pm would allow differentiate the type of authors in the
templates
5346enhancement Linking suggestions  orders
6210enhancement Choose framework on Merge
6299enhancement Provide a list of authorized values for relator terms
6314enhancement UNIMARC OPAC XSL improvements
6323enhancement Attach/move items - adding option try again after
success or wrong barcode
6752enhancement Be stricter with utf-8 output
6790enhancement C4::Serials::getroutinglist returns unnecessary variable
6838enhancement Filtering and pagination in subscriptions table
6865enhancement Replace image-based gradient backgrounds with CSS3 
gradients
6913enhancement Improving koha-list and koha-create
6985enhancement Hide kw,wrdl: from Search Results
7080enhancement Clean up interface on fine payment screens
7083enhancement 

[Koha] Patron image import

2012-03-04 Thread library
Kia Ora

Can anyone tell me what I am doing wrong. We are unable to import patron
images using the instructions in the manual. I keep getting the following
message,

*WARNING:* This image *not* imported because the cardnumber and filename is
missing.
- Cardnumber:

so I obviously haven't formatted the file correctly. Our txt file consists
of columns
11125, 11125.jpg
where 11125 is the student card number and 11125.jpg is the photo name and
the document is in the same folder as all the photos.
Importing images one at a time works fine.

Thanks
Ann Murphy
Katikati College Library
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] stumped, please help with err: can't call method subfield on undefined value at /usr/share/koha/lib/C4/Biblio.pm

2012-03-04 Thread archer
I am sorry i have to write this since a lot of threads are there regarding
this error. 

Trying to add a new record from 'Catalogue'. I provided all mandatory
details and without error it goes to the page ~/cataloguing/additem.pl.
After providing all details here, i am getting the following error.

can't call method subfield on an undefined value at
/usr/share/koha/lib/C4/Biblio.pm line 2688

My version is 4.0 (yes, I downloaded from liblime. please don't ignore it
because of this. I read a lot of thread saying its not community release
etc. I am running short of time so please provide a lead. This seems to be a
bug and stumped at this step. As a result I am not able to add new books to
database and stuck with the project)

The code at 2688 in Biblio.pm is

if ($server eq 'biblioserver'){
%index = GetNoZebraIndexes;
my ($titletag, $titlesubfield) = GetMarcFromField('biblio.title',);
$title = lc($record - subfield ($titletag, $titlesubfield));


Under Admininstration the marc mapping has section for title, and a single
field can be set. It is seen as 245 a - Title

--
View this message in context: 
http://koha.1045719.n5.nabble.com/stumped-please-help-with-err-can-t-call-method-subfield-on-undefined-value-at-usr-share-koha-lib-C4-m-tp5536754p5536754.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] stumped, please help with err: can't call method subfield on undefined value at /usr/share/koha/lib/C4/Biblio.pm

2012-03-04 Thread Chris Cormack
On 5 March 2012 20:27, archer fayad.f...@gmail.com wrote:
 I am sorry i have to write this since a lot of threads are there regarding
 this error.

 Trying to add a new record from 'Catalogue'. I provided all mandatory
 details and without error it goes to the page ~/cataloguing/additem.pl.
 After providing all details here, i am getting the following error.

 can't call method subfield on an undefined value at
 /usr/share/koha/lib/C4/Biblio.pm line 2688

 My version is 4.0 (yes, I downloaded from liblime. please don't ignore it
 because of this. I read a lot of thread saying its not community release
 etc. I am running short of time so please provide a lead. This seems to be a
 bug and stumped at this step. As a result I am not able to add new books to
 database and stuck with the project)

We can't help you on this list. You should try the Liblime mailing lists.
Liblime forked their version from Koha version 3.0.0 nearly 3 years
ago now and it is very very different to Koha.

The only thing I can suggest is you download Koha itself from
http://download.koha-community.org or you get in touch with Liblime.

This mailing list is for Koha, they have their own one.

Chris
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha