]> git.koha-community.org Git - koha.git/log
koha.git
18 years agofew fixes to plugin template
kados [Mon, 6 Mar 2006 23:55:27 +0000 (23:55 +0000)]
few fixes to plugin template

18 years agodelete unused script
kados [Mon, 6 Mar 2006 19:45:45 +0000 (19:45 +0000)]
delete unused script

18 years agoadd support for authorities in OPAC
kados [Mon, 6 Mar 2006 19:44:37 +0000 (19:44 +0000)]
add support for authorities in OPAC

18 years agoadd authorities support to OPAC
kados [Mon, 6 Mar 2006 19:44:08 +0000 (19:44 +0000)]
add authorities support to OPAC

18 years agoFixes buggy use of ISBD for summary in Authorities display. Previously,
kados [Mon, 6 Mar 2006 19:11:55 +0000 (19:11 +0000)]
Fixes buggy use of ISBD for summary in Authorities display. Previously,
it was not possible to properly display repeated tags/subfields in the
correct order. This code uses the MARC21 guidelines for display of the
main heading, see and see also listings.

18 years agore-adding ''
kados [Mon, 6 Mar 2006 03:41:36 +0000 (03:41 +0000)]
re-adding ''

18 years agoremoving char_decode calls
kados [Mon, 6 Mar 2006 03:40:44 +0000 (03:40 +0000)]
removing char_decode calls

18 years agoFix encoding for authorities editor too
kados [Sat, 4 Mar 2006 17:18:10 +0000 (17:18 +0000)]
Fix encoding for authorities editor too

18 years agoVERY IMPORTANT NOTES!!! READ OR YOU MAY RUIN YOUR ENCODING
kados [Sat, 4 Mar 2006 17:10:48 +0000 (17:10 +0000)]
VERY IMPORTANT NOTES!!! READ OR YOU MAY RUIN YOUR ENCODING

Previous commits replaced the use of the MARChtml2marc
routine with a MARChtml2xml that reads in the form data and
converts it to a MARC::File::XML object. It then passes that
to MARC::Record via the new_from_xml() method.

This works perfectly and fixes all of the bugs with the old
MARChtml2marc routine (see mail to koha-devel). However,
there is one gotcha. The MARC::File::XML new_from_xml() method
converts UTF-8 data into MARC-8 by default for historical reasons.
This means that entry of characters outside the normal ascii range
in UTF-8 will come out as gibberish in MARC-8. Never fear, there
is a solution.

This commit uses code written for MARC::File::XML version 0.82 to
add the ability to specify the encoding desired (I chose UTF-8
because I can't think of a reason to ever need MARC-8)

The bottom line is that to properly encode records YOU WILL HAVE
TO UPDATE MARC::File::XML to at least CPAN verion 0.82 !!!!!

18 years agothere is no amazonisbn variable for opac-searchresults.tmpl
kados [Sat, 4 Mar 2006 15:23:59 +0000 (15:23 +0000)]
there is no amazonisbn variable for opac-searchresults.tmpl

18 years agotypo fix
kados [Sat, 4 Mar 2006 07:36:51 +0000 (07:36 +0000)]
typo fix

18 years agoadding in opac variables
kados [Sat, 4 Mar 2006 06:55:13 +0000 (06:55 +0000)]
adding in opac variables

18 years agoAdds authorities headings search link from main OPAC page
kados [Sat, 4 Mar 2006 06:52:22 +0000 (06:52 +0000)]
Adds authorities headings search link from main OPAC page

18 years agosetting sysprefs in proper tabs
kados [Sat, 4 Mar 2006 06:44:34 +0000 (06:44 +0000)]
setting sysprefs in proper tabs

18 years agoFixes isbn search in opac -- it seems that '-' is stripped out in
kados [Sat, 4 Mar 2006 06:33:54 +0000 (06:33 +0000)]
Fixes isbn search in opac -- it seems that '-' is stripped out in
marc_word table so if a query includes the - it failed previously.
This commit ensure that - is stripped out of the query before submitting.

18 years agoNew syspref: AnonSuggestions to allow an anonymous patron to make a
kados [Sat, 4 Mar 2006 06:05:13 +0000 (06:05 +0000)]
New syspref: AnonSuggestions to allow an anonymous patron to make a
suggestion (requested by NPL). To enable, set to the borrowernumber
of the anonymous patron (must be created).

18 years ago'Filter by' is confusing ... changing to 'Search'
kados [Sat, 4 Mar 2006 05:37:07 +0000 (05:37 +0000)]
'Filter by' is confusing ... changing to 'Search'

18 years agoRemoving NPL specific tags -- deleting reference to addbiblio-simple.pl
kados [Sat, 4 Mar 2006 04:34:18 +0000 (04:34 +0000)]
Removing NPL specific tags -- deleting reference to addbiblio-simple.pl
which I can't find anywhere. Owen, if it should still be there add it
again.

18 years agoforce browser to download rather than render the MARC file
kados [Sat, 4 Mar 2006 04:25:08 +0000 (04:25 +0000)]
force browser to download rather than render the MARC file

18 years agoremoving unnecessary warn
kados [Sat, 4 Mar 2006 03:57:15 +0000 (03:57 +0000)]
removing unnecessary warn

18 years agomoving reservereport.tmpl to reports where it belongs
kados [Sat, 4 Mar 2006 03:48:54 +0000 (03:48 +0000)]
moving reservereport.tmpl to reports where it belongs

18 years agoRevising english
kados [Sat, 4 Mar 2006 03:41:04 +0000 (03:41 +0000)]
Revising english

18 years agoamazonisbn added to npl templates
kados [Sat, 4 Mar 2006 03:31:11 +0000 (03:31 +0000)]
amazonisbn added to npl templates

18 years agoSyncing with default templates (amazonisbn)
kados [Sat, 4 Mar 2006 03:30:20 +0000 (03:30 +0000)]
Syncing with default templates (amazonisbn)

18 years agoIMPORTANT: I had Associates tag and Dev Key confused ... now they
kados [Sat, 4 Mar 2006 03:24:51 +0000 (03:24 +0000)]
IMPORTANT: I had Associates tag and Dev Key confused ... now they
are named properly ... if you had it working before, now you must
swap them ... sorry :-)

18 years agoLibLime color stylesheet
kados [Sat, 4 Mar 2006 03:22:42 +0000 (03:22 +0000)]
LibLime color stylesheet

18 years agoOpac authorities search
kados [Sat, 4 Mar 2006 03:19:25 +0000 (03:19 +0000)]
Opac authorities search

18 years agoAuthorities search in OPAC
kados [Sat, 4 Mar 2006 03:18:02 +0000 (03:18 +0000)]
Authorities search in OPAC

18 years agoAdding some new plugins for authorities management
kados [Sat, 4 Mar 2006 03:17:08 +0000 (03:17 +0000)]
Adding some new plugins for authorities management

18 years agoAdd some new plugins for authorities management
kados [Sat, 4 Mar 2006 03:16:30 +0000 (03:16 +0000)]
Add some new plugins for authorities management

18 years agoSwitch to utf-8 as default in Intranet NPL templates
kados [Fri, 3 Mar 2006 16:27:19 +0000 (16:27 +0000)]
Switch to utf-8 as default in Intranet NPL templates

18 years agoSwitch to utf-8 as default in OPAC
kados [Fri, 3 Mar 2006 16:22:47 +0000 (16:22 +0000)]
Switch to utf-8 as default in OPAC

18 years agohopefully fixes truncated amazon.com links in syspref
kados [Fri, 3 Mar 2006 16:20:23 +0000 (16:20 +0000)]
hopefully fixes truncated amazon.com links in syspref
----------------------------------------------------------------------

18 years agoAdding clearing break after top menu. Makes structure more flexible for CSS variations
oleonard [Fri, 3 Mar 2006 15:12:05 +0000 (15:12 +0000)]
Adding clearing break after top menu. Makes structure more flexible for CSS variations

18 years agoOops, bug has already been fixed, reverting back to previous version.
sushi [Thu, 2 Mar 2006 22:50:53 +0000 (22:50 +0000)]
Oops, bug has already been fixed, reverting back to previous version.

18 years agotransferbook() in Circ2.pm updated, branchtransfers.pl fixed to get correct 'from...
sushi [Thu, 2 Mar 2006 22:43:03 +0000 (22:43 +0000)]
transferbook() in Circ2.pm updated, branchtransfers.pl fixed to get correct 'from-branch' value from transferbook().

18 years agoMoving opacnav and opaccredits to the 'opac' tab
oleonard [Thu, 2 Mar 2006 22:30:10 +0000 (22:30 +0000)]
Moving opacnav and opaccredits to the 'opac' tab

18 years agoAdding link to Authorities
oleonard [Thu, 2 Mar 2006 21:30:01 +0000 (21:30 +0000)]
Adding link to Authorities

18 years agoAdding link to Authorities
oleonard [Thu, 2 Mar 2006 21:23:37 +0000 (21:23 +0000)]
Adding link to Authorities

18 years agoSynching with default template. Styling incomplete.
oleonard [Thu, 2 Mar 2006 21:19:43 +0000 (21:19 +0000)]
Synching with default template. Styling incomplete.

18 years agoExtraneous CSS. All relevant declarations are in the main layout and color files
oleonard [Wed, 1 Mar 2006 22:48:07 +0000 (22:48 +0000)]
Extraneous CSS. All relevant declarations are in the main layout and color files

18 years agoCorrections and removal of extraneous include of marc-editor.css
oleonard [Wed, 1 Mar 2006 22:45:57 +0000 (22:45 +0000)]
Corrections and removal of extraneous include of marc-editor.css

18 years agoNew default colors and layout for NPL templates. Original color scheme is now in...
oleonard [Wed, 1 Mar 2006 22:42:36 +0000 (22:42 +0000)]
New default colors and layout for NPL templates. Original color scheme is now in colors.npl.css

18 years agoEnabling system preferences for opacreadinghistory
oleonard [Wed, 1 Mar 2006 22:37:13 +0000 (22:37 +0000)]
Enabling system preferences for opacreadinghistory

18 years agoMinor markup change
oleonard [Wed, 1 Mar 2006 22:36:16 +0000 (22:36 +0000)]
Minor markup change

18 years agoEnabling system preferences for opaclanguagesdisplay and opacreadinghistory
oleonard [Wed, 1 Mar 2006 22:35:45 +0000 (22:35 +0000)]
Enabling system preferences for opaclanguagesdisplay and opacreadinghistory

18 years agoMinor style change
oleonard [Wed, 1 Mar 2006 22:33:59 +0000 (22:33 +0000)]
Minor style change

18 years agoEnabling several new system preferences: opacreadinghistory, opaccolorstylesheet...
oleonard [Wed, 1 Mar 2006 22:33:25 +0000 (22:33 +0000)]
Enabling several new system preferences: opacreadinghistory, opaccolorstylesheet, opaclanguagesdisplay, opaclayoutstylesheet, opacsmallimage

18 years agoAdds 'opacreadinghistory' syspref for turning this on/off for libraries
kados [Wed, 1 Mar 2006 21:44:16 +0000 (21:44 +0000)]
Adds 'opacreadinghistory' syspref for turning this on/off for libraries
who are scared of their government (ie, in countries where there a
patriot act) :-)

18 years agoMoving all color declarations (font, border, and backgrounds) into separate stylesheet
oleonard [Wed, 1 Mar 2006 20:12:05 +0000 (20:12 +0000)]
Moving all color declarations (font, border, and backgrounds) into separate stylesheet

18 years agoSynching with default template. This script doesn't seem to be linked /to/ from...
oleonard [Wed, 1 Mar 2006 19:47:03 +0000 (19:47 +0000)]
Synching with default template.  This script doesn't seem to be linked /to/ from anywhere, so I'm not sure how it is to be used.

18 years agoAdding support for opaclayoutstylesheet and opaccolorstylesheet
oleonard [Wed, 1 Mar 2006 19:28:15 +0000 (19:28 +0000)]
Adding support for opaclayoutstylesheet and opaccolorstylesheet

18 years agoUsing LibraryName sys pref as alt text for opacsmallimage
oleonard [Wed, 1 Mar 2006 19:26:48 +0000 (19:26 +0000)]
Using LibraryName sys pref as alt text for opacsmallimage

18 years agoadding some marc21 plugins.
kados [Wed, 1 Mar 2006 17:58:40 +0000 (17:58 +0000)]
adding some marc21 plugins.

18 years agoadding some marc21 plugins
kados [Wed, 1 Mar 2006 17:58:00 +0000 (17:58 +0000)]
adding some marc21 plugins

18 years agoAdding 'use MARC::File::XML' to routine ... needed for additem.pl to work
kados [Wed, 1 Mar 2006 17:26:08 +0000 (17:26 +0000)]
Adding 'use MARC::File::XML' to routine ... needed for additem.pl to work
for some reason. This should be fixed.

18 years agoAdd support for new MARChtml2xml routine.
kados [Wed, 1 Mar 2006 17:25:11 +0000 (17:25 +0000)]
Add support for new MARChtml2xml routine.

18 years agoputting new sysprefs in the proper tabs
kados [Wed, 1 Mar 2006 15:55:12 +0000 (15:55 +0000)]
putting new sysprefs in the proper tabs

18 years agoWhoops ... should have checked, that name is already used. Changed it to
kados [Wed, 1 Mar 2006 15:52:13 +0000 (15:52 +0000)]
Whoops ... should have checked, that name is already used. Changed it to
opaclanguagesdisplay.

18 years agoadds opaclanguages syspref, which allows turning on/off the display of
kados [Wed, 1 Mar 2006 15:51:28 +0000 (15:51 +0000)]
adds opaclanguages syspref, which allows turning on/off the display of
the languages pref on OPAC (default is on)

18 years agoAdding patronimages syspref. Adding opaclayoutstylesheet. Some explainations
kados [Wed, 1 Mar 2006 15:38:53 +0000 (15:38 +0000)]
Adding patronimages syspref. Adding opaclayoutstylesheet. Some explainations
are in order:

Right now there are three stylesheet sysprefs:

opacstylesheet - an external stylesheet specified by URL (replaces all other
stylesheets)

opaccolorstylesheet - local stylesheet specified by filename
opaclayoutstylesheet - local stylesheet specified by filename

18 years agoThis seems to be a fully working version -- it supports repeated tags and
kados [Wed, 1 Mar 2006 14:36:31 +0000 (14:36 +0000)]
This seems to be a fully working version -- it supports repeated tags and
subfields, should preserve any order specified in the template, and also
preserves ALL indicators (not just one per tag set as with the previous
hash of indicators).

18 years agoAdds support for indicators (still seems to be buggy in some instances
kados [Wed, 1 Mar 2006 05:52:33 +0000 (05:52 +0000)]
Adds support for indicators (still seems to be buggy in some instances
of repeated tags)

18 years agoget rid of warns
kados [Wed, 1 Mar 2006 05:21:22 +0000 (05:21 +0000)]
get rid of warns

18 years agoRepeated tags working now. Indicators next
kados [Wed, 1 Mar 2006 05:20:17 +0000 (05:20 +0000)]
Repeated tags working now. Indicators next

18 years agoMore testing
rangi [Wed, 1 Mar 2006 04:52:08 +0000 (04:52 +0000)]
More testing

18 years agoFixing it again, for testing
rangi [Wed, 1 Mar 2006 04:43:25 +0000 (04:43 +0000)]
Fixing it again, for testing

18 years agoThis may actually work .. hopefully anyway
rangi [Wed, 1 Mar 2006 03:47:15 +0000 (03:47 +0000)]
This may actually work .. hopefully anyway

18 years agoCommiting for joshua to test
rangi [Wed, 1 Mar 2006 03:09:15 +0000 (03:09 +0000)]
Commiting for joshua to test

18 years agosome updates.
kados [Wed, 1 Mar 2006 03:02:59 +0000 (03:02 +0000)]
some updates.

18 years agoChange to use MARChtml2xml
kados [Wed, 1 Mar 2006 02:13:45 +0000 (02:13 +0000)]
Change to use MARChtml2xml

18 years agoCommitting a new function for parcel management.
hdl [Mon, 27 Feb 2006 16:43:42 +0000 (16:43 +0000)]
Committing a new function for parcel management.
Was needed but not comitted.
Sorry.

18 years agoaddind LWP::Simple and XML::Simple package (required for amazon package)
tipaul [Mon, 27 Feb 2006 16:31:37 +0000 (16:31 +0000)]
addind LWP::Simple and XML::Simple package (required for amazon package)

18 years agobugfix : don't create an item if a subscription has expired
tipaul [Mon, 27 Feb 2006 15:52:16 +0000 (15:52 +0000)]
bugfix : don't create an item if a subscription has expired

18 years agosetting serialadditems systempreference to 0 by default : no behaviour change when...
tipaul [Mon, 27 Feb 2006 15:40:32 +0000 (15:40 +0000)]
setting serialadditems systempreference to 0 by default : no behaviour change when upgrading Koha

18 years agoremoving useless lines
tipaul [Mon, 27 Feb 2006 15:21:36 +0000 (15:21 +0000)]
removing useless lines

18 years agoadding inventory help (please fix any english error)
tipaul [Mon, 27 Feb 2006 15:14:18 +0000 (15:14 +0000)]
adding inventory help (please fix any english error)

18 years agoadding Amazon.com support for css templates as well as NPL
tipaul [Mon, 27 Feb 2006 13:54:50 +0000 (13:54 +0000)]
adding Amazon.com support for css templates as well as NPL

Note for joshua & npl templates : i've added a amazonisbn in the $dat hash, and reintroduced the dashes in {isbn} adapt npl templates as well, or you won't get amazon.com cover anymore

18 years ago1st draft
tipaul [Mon, 27 Feb 2006 13:53:08 +0000 (13:53 +0000)]
1st draft

18 years agouploading release notes for 2.2.5
tipaul [Mon, 27 Feb 2006 13:52:54 +0000 (13:52 +0000)]
uploading release notes for 2.2.5

18 years agoHopefully a fix for a problem Joshua was having with blank tags being added
rangi [Mon, 27 Feb 2006 07:17:55 +0000 (07:17 +0000)]
Hopefully a fix for a problem Joshua was having with blank tags being added

18 years agoremoving unsed call to gettagslib
kados [Sat, 25 Feb 2006 03:56:45 +0000 (03:56 +0000)]
removing unsed call to gettagslib

18 years agoFixes bug with previous commit. addbiblio.pl should now correctly
kados [Sat, 25 Feb 2006 03:55:08 +0000 (03:55 +0000)]
Fixes bug with previous commit. addbiblio.pl should now correctly
NOT save fields that are empty.

18 years agoLast commit included unstable elements for subfield repeatability: removing
kados [Sat, 25 Feb 2006 02:21:45 +0000 (02:21 +0000)]
Last commit included unstable elements for subfield repeatability: removing
until more stable.

18 years agolast commit included unstable elements for subfield repeatability:
kados [Sat, 25 Feb 2006 02:20:19 +0000 (02:20 +0000)]
last commit included unstable elements for subfield repeatability:
removing until stable.

18 years agoMAJOR BUGFIX: previously, when adding a tag, subfield order always started
kados [Sat, 25 Feb 2006 02:05:59 +0000 (02:05 +0000)]
MAJOR BUGFIX: previously, when adding a tag, subfield order always started
with 'a' because that was hardcoded into the script. Now, order is governed
by the first defined subfield in the framework.

18 years agoVERY IMPORTANT BUGFIX: before this, if a blank MARC tag or subfield
kados [Sat, 25 Feb 2006 00:33:59 +0000 (00:33 +0000)]
VERY IMPORTANT BUGFIX: before this, if a blank MARC tag or subfield
was submitted, it would be saved. This fix checks to see if it is
blank and if not allows it to be saved.

18 years agoFix for splitting up fixed fields containing | in them causing
kados [Thu, 23 Feb 2006 08:39:11 +0000 (08:39 +0000)]
Fix for splitting up fixed fields containing | in them causing
incorrect storage of fixed fields in Koha DB.

18 years agoRemoving an incorrect message that states that items are not exported--
kados [Thu, 23 Feb 2006 04:53:23 +0000 (04:53 +0000)]
Removing an incorrect message that states that items are not exported--
they are.

18 years agoAdding in ISSN input field + fixing mistake
bob_lyon [Thu, 23 Feb 2006 03:36:18 +0000 (03:36 +0000)]
Adding in ISSN input field + fixing mistake

18 years agoAdding ability to update ISSN number
bob_lyon [Thu, 23 Feb 2006 03:33:17 +0000 (03:33 +0000)]
Adding ability to update ISSN number

18 years agotypo from previous commit
kados [Thu, 23 Feb 2006 03:20:24 +0000 (03:20 +0000)]
typo from previous commit

18 years agoAdds the 'sortbynonfiling' systempref. With this enabled, Koha will
kados [Thu, 23 Feb 2006 03:19:48 +0000 (03:19 +0000)]
Adds the 'sortbynonfiling' systempref. With this enabled, Koha will
correctly sort title searches according to the nonfiling characters
in the MARC records.

18 years agoAdds the option to sort titles by nonfilingchars in MARC records. Note
kados [Thu, 23 Feb 2006 03:16:37 +0000 (03:16 +0000)]
Adds the option to sort titles by nonfilingchars in MARC records. Note
that for systems with a lot of records (more than 100,000) this will be
a significant performance hit. Also note that if you don't have your
syspref for sortbynonfiling chars set the code will not execute.

18 years agoAdding fix for if delete param is not image button
bob_lyon [Thu, 23 Feb 2006 02:50:36 +0000 (02:50 +0000)]
Adding fix for if delete param is not image button

18 years agoAdding fix for if submit param is not an image button
bob_lyon [Thu, 23 Feb 2006 02:44:10 +0000 (02:44 +0000)]
Adding fix for if submit param is not an image button

18 years agoSynching with default template: changes to allow for reording of subfields as in...
oleonard [Wed, 22 Feb 2006 16:06:36 +0000 (16:06 +0000)]
Synching with default template: changes to allow for reording of subfields as in default template

18 years agoAdding up-arrow graphic for use on addbiblio screen
oleonard [Wed, 22 Feb 2006 16:05:58 +0000 (16:05 +0000)]
Adding up-arrow graphic for use on addbiblio screen

18 years agoTake Note: I think this fixes a bug caused when independentbranches is
kados [Tue, 21 Feb 2006 20:38:42 +0000 (20:38 +0000)]
Take Note: I think this fixes a bug caused when independentbranches is
turned ON and the patron is not logged in ... but I could be wrong, if
you know how this should work, please take a look. This is in response
to a bug report I recieved that when independentbranches was on,
opac-suggestions.pl was 500ing.

18 years agoadding support for intranetcolorstylesheet.
kados [Tue, 21 Feb 2006 20:26:06 +0000 (20:26 +0000)]
adding support for intranetcolorstylesheet.