improving check_marc_definition.pl to be able to automatically set used subfields & unset unused subfields (run without parameters to see new parameters)
BUG FIXING :
Add items with IndependatBranches On was possibly get into trouble using a $0 value.
And frameworks used were those from itemtype instead of Bibliographic Record. May be considered as a feature provided that An itemtyp has only One framework attached.
can be used to resolve the mandatory barcode setting and autobarcode set
to 1 -- ie, the barcode plugin will auto-increment the barcode when the user
clicks in the field.
Fix a bug on default template when moving up a subfield in the marc editor.
/!\ WARNING /!\ Joshua & owen => you may be have the same bug in npl template !
For MARC 21, instead of deleting the whole subfield when a character does not
translate properly from MARC8 into UTF-8, only the problem characters are
deleted.
better behaviour of hidelostitems systempref.
if it is set, items are no more hidden in librarian interface if the user has superlibrarian or editcatalogue permissions
tgarip1957 [Fri, 25 Aug 2006 21:07:08 +0000 (21:07 +0000)]
New set of routines for HEAD.
Uses a complete new ZEBRA Indexing.
ZEBRA is now XML and comprises of a KOHA meta record. Explanatory notes will be on koha-devel
Fixes UTF8 problems
Fixes bug with authorities
SQL database major changes.
Separate biblioograaphic and holdings records. Biblioitems table depreceated
etc. etc.
Wait for explanatory document on koha-devel
tipaul [Thu, 10 Aug 2006 12:39:38 +0000 (12:39 +0000)]
adding a member picture upload in parameters section.
this script is a contribution of Michael Hafen, and is marked as "experimental". However, it seems to work correctly, there may just be some directory (write permission) problems.
PS : NPL template untested but provided by michael
kados [Wed, 9 Aug 2006 16:39:46 +0000 (16:39 +0000)]
Context->preference can't distinguish between 0 and NULL ... so we have
to make the default 0 if any library doesn't want to show back issues.
Paul, HDL, are you ok with adding this syspref to your libraries with
the current default of 5? Otherwise, back issues won't show up ...
if it's not OK, let me know and I'll find another way.
hdl [Tue, 8 Aug 2006 10:01:41 +0000 (10:01 +0000)]
BugFixing 1124 1125.
1125 is a bug that seems to me a design error.
To manage all the serials, it may be better to display the list as in full-serial-issue.tmpl and allow to change through a click on the issue. Receiving the next one or a manual one would be in a different part of the screen, short history (missing list and receivedlist) too.
thd [Tue, 8 Aug 2006 05:06:45 +0000 (05:06 +0000)]
Added some missing and changed subfields as well as field 662 from last year's
MARC 21 update. Lack of sleep had been a problem around that point in my
previous work. Corrected some hidden values.
oleonard [Mon, 7 Aug 2006 14:48:17 +0000 (14:48 +0000)]
Re-normalizing font-sizes. This stylesheet was a mish-mash of different font sizing methods. The update removes most custom font sizes in favor of a slightly reduced BODY font-size and a few custom settings in EMs.
hdl [Fri, 4 Aug 2006 09:09:10 +0000 (09:09 +0000)]
Bug Fixing : tab browsing in full-serial-issues.tmpl wouldnot display things.
The problem was obvious when No publisheddate was provided. It generated Many null div ids. And thus would display Nothing.
------------------------
Be warned that Now, full-serial-issues are based on publication year more than receivedate.
So This can be a problem for old database which have no publisheddate up to date.
Should work in any case now though.
oleonard [Thu, 3 Aug 2006 19:14:29 +0000 (19:14 +0000)]
Swapping image source for "upSubfield" function. Not sure if the image is ideal, but then again I'm not sure what the function is supposed to do, since it's broken.