]> git.koha-community.org Git - koha.git/log
koha.git
18 years agobugfixing
kados [Mon, 13 Mar 2006 18:37:18 +0000 (18:37 +0000)]
bugfixing

18 years agonotes for 2.2.6 (that will be 2.4.0)
tipaul [Mon, 13 Mar 2006 17:39:16 +0000 (17:39 +0000)]
notes for 2.2.6 (that will be 2.4.0)

18 years agoThis template was added for NPL but not default
oleonard [Fri, 10 Mar 2006 16:36:53 +0000 (16:36 +0000)]
This template was added for NPL but not default

18 years agocheck for existance of $record before trying as_xml operation
kados [Fri, 10 Mar 2006 05:04:22 +0000 (05:04 +0000)]
check for existance of $record before trying as_xml operation

18 years agoconvert to utf-8 on import
kados [Fri, 10 Mar 2006 04:11:23 +0000 (04:11 +0000)]
convert to utf-8 on import

18 years agoIMPORTANT:
kados [Fri, 10 Mar 2006 02:35:07 +0000 (02:35 +0000)]
IMPORTANT:

MARC::Record objects coming in from the reservoir are probably going to
be encoded as MARC-8. This enures that they will be converted into UTF-8
before being displayed to the user (if they are in fact MARC-8). It's most
easily done by turning the record into a MARC::File::XML object and then
going back to MARC::Record -- easiest to do for me that is. Of course, a
better solution is to create a routine that changes the encoding of a
MARC::Record object (I was surprised to find such did not exist). I have
tested this method for MARC21, but I'm not familiar with the issues with
encoding in UNIMARC: are UNIMARC records ever encoded in charater sets
other than MARC-8 and UTF-8? (if so, I will need to adjust this code).

18 years agoThis file is no longer necessary due to fixes for Bug 585
oleonard [Thu, 9 Mar 2006 20:43:35 +0000 (20:43 +0000)]
This file is no longer necessary due to fixes for Bug 585

18 years agoSwapping out intranet-nav.inc for intranet-nav-brief.inc.
oleonard [Thu, 9 Mar 2006 20:36:22 +0000 (20:36 +0000)]
Swapping out intranet-nav.inc for intranet-nav-brief.inc.

18 years agoSwapping out intranet-nav.inc for intranet-nav-brief.inc. The latter is no longer...
oleonard [Thu, 9 Mar 2006 20:35:07 +0000 (20:35 +0000)]
Swapping out intranet-nav.inc for intranet-nav-brief.inc. The latter is no longer necessary because of improvements to in-page javascripts (Bug 585)

18 years agoRemoving NPL-specific markup. Some reformatting to make more translator-friendly.
oleonard [Thu, 9 Mar 2006 20:24:55 +0000 (20:24 +0000)]
Removing NPL-specific markup. Some reformatting to make more translator-friendly.

18 years agoRemoving unnecessary NPL-specific markup
oleonard [Thu, 9 Mar 2006 19:38:41 +0000 (19:38 +0000)]
Removing unnecessary NPL-specific markup

18 years agorenaming variable so that 'branchname' can be used as current branch setting. By...
oleonard [Thu, 9 Mar 2006 18:03:34 +0000 (18:03 +0000)]
renaming variable so that 'branchname' can be used as current branch setting.  By matching circulation.pl's variable naming we can display branchname consistently in the header of circulation-related pages.

18 years agofix to stop overlay of patron image ... thanks Owen!
kados [Thu, 9 Mar 2006 16:50:31 +0000 (16:50 +0000)]
fix to stop overlay of patron image ... thanks Owen!

18 years agoremoving another 'Display for NPL' ... owen, do you have a script that
kados [Thu, 9 Mar 2006 01:58:51 +0000 (01:58 +0000)]
removing another 'Display for NPL' ... owen, do you have a script that
could be running amuck? I think this is the third time I've removed this
particular one.

18 years agoRefining list of appropriate subfields to display for the authorized
kados [Thu, 9 Mar 2006 01:45:14 +0000 (01:45 +0000)]
Refining list of appropriate subfields to display for the authorized
heading.

18 years agoAn example for building marc21 authorities from existing bib data.
kados [Wed, 8 Mar 2006 23:39:11 +0000 (23:39 +0000)]
An example for building marc21 authorities from existing bib data.

18 years agoMoving some common javascript stuff into an include file. Adding verify_images functi...
oleonard [Wed, 8 Mar 2006 23:07:05 +0000 (23:07 +0000)]
Moving some common javascript stuff into an include file. Adding verify_images function to handle missing patron images in circulation and moremember

18 years agoStyle additions/changes relating to patron images
oleonard [Wed, 8 Mar 2006 23:03:16 +0000 (23:03 +0000)]
Style additions/changes relating to patron images

18 years agoDisplaying patron image if system preference is set
oleonard [Wed, 8 Mar 2006 23:01:17 +0000 (23:01 +0000)]
Displaying patron image if system preference is set

18 years agoEnabling patronimages system preference for these two scripts.
oleonard [Wed, 8 Mar 2006 22:59:33 +0000 (22:59 +0000)]
Enabling patronimages system preference for these two scripts.

18 years ago"No Image Available" graphic to display in circulation and moremember for patrons...
oleonard [Wed, 8 Mar 2006 22:31:34 +0000 (22:31 +0000)]
"No Image Available" graphic to display in circulation and moremember for patrons without image on file. For use when patronimages system preference is set.

18 years agoReformating suggestions page, trying to get a handle on how to display the fitlering...
oleonard [Wed, 8 Mar 2006 21:45:29 +0000 (21:45 +0000)]
Reformating suggestions page, trying to get a handle on how to display the fitlering form along with the suggestions list. This seems better since it doesn't create a horizontally-scrolling page, but not ideal because it gives too much weight to the search.

18 years agoSynching with default template
oleonard [Wed, 8 Mar 2006 20:38:44 +0000 (20:38 +0000)]
Synching with default template

18 years agoUpdating opac-main and opac-search with form from opac-recacquisitions
oleonard [Wed, 8 Mar 2006 20:01:21 +0000 (20:01 +0000)]
Updating opac-main and opac-search with form from opac-recacquisitions

18 years agoadds support for branch selection to opac-main.pl (for recent acquisitions
kados [Wed, 8 Mar 2006 18:55:04 +0000 (18:55 +0000)]
adds support for branch selection to opac-main.pl (for recent acquisitions
search).

18 years agoAdding a new way to return branches to the template as requested by
kados [Wed, 8 Mar 2006 18:49:51 +0000 (18:49 +0000)]
Adding a new way to return branches to the template as requested by
owen. I preserved the old method so that paul can decide whether to
switch default templates or not.

18 years agoModifying patronimages: now it can be used to specify the file extension
kados [Wed, 8 Mar 2006 17:50:55 +0000 (17:50 +0000)]
Modifying patronimages: now it can be used to specify the file extension
of the images (to avoid hard-codeing in templates).

18 years agore-adding paul's fix for improper XML characters.
kados [Wed, 8 Mar 2006 16:50:14 +0000 (16:50 +0000)]
re-adding paul's fix for improper XML characters.

18 years agoremoving blank subfield values
kados [Wed, 8 Mar 2006 16:39:01 +0000 (16:39 +0000)]
removing blank subfield values

18 years agobugfix for Biblio.pm based on feedback from production system. previous
kados [Wed, 8 Mar 2006 16:31:04 +0000 (16:31 +0000)]
bugfix for Biblio.pm based on feedback from production system. previous
version was dropping subfields in cases where the previous tag in the
editor contained values (but only when multiple subfields existed in
both tags). This version will be tested again in production environment
to ensure it is actually fixed.

18 years agosome changes in systempreference settings
tipaul [Wed, 8 Mar 2006 16:18:05 +0000 (16:18 +0000)]
some changes in systempreference settings

18 years agofixing some UNIMARC behaviour + removing some hardcoded strings
tipaul [Wed, 8 Mar 2006 15:17:09 +0000 (15:17 +0000)]
fixing some UNIMARC behaviour + removing some hardcoded strings

18 years agomodifying css : the menu must be on the left, as the library can add many menu entrie...
tipaul [Wed, 8 Mar 2006 14:41:26 +0000 (14:41 +0000)]
modifying css : the menu must be on the left, as the library can add many menu entries through opacnav systempref

18 years agoremoving useless code (copy-paste from intranet, useless in OPAC)
tipaul [Wed, 8 Mar 2006 14:39:59 +0000 (14:39 +0000)]
removing useless code (copy-paste from intranet, useless in OPAC)

18 years agosome opac systempreferences are set by all pages.
tipaul [Wed, 8 Mar 2006 13:46:55 +0000 (13:46 +0000)]
some opac systempreferences are set by all pages.
Moving the $template->param where the template is open. This way, nothing can be forgotten, and code is more readable. Feel free to move to Auth.pm any new systempref

(note : where it has been moved, the pref is set even if the user is not logged in, that's what we want)

18 years agochanging the size of some new systempref to a bloc (more convenient)
tipaul [Wed, 8 Mar 2006 13:28:23 +0000 (13:28 +0000)]
changing the size of some new systempref to a bloc (more convenient)

18 years agoadding opacreadinghistory support in default css templates as well
tipaul [Wed, 8 Mar 2006 13:15:05 +0000 (13:15 +0000)]
adding opacreadinghistory support in default css templates as well

18 years agoadding opaccredits to bottom of main page
tipaul [Wed, 8 Mar 2006 13:08:36 +0000 (13:08 +0000)]
adding opaccredits to bottom of main page

18 years agodeal with &, <, >,", ' that are not valid in a XML file.
tipaul [Wed, 8 Mar 2006 10:49:36 +0000 (10:49 +0000)]
deal with &, <, >,", ' that are not valid in a XML file.

18 years agoadding support for stylesheets in this script
kados [Tue, 7 Mar 2006 22:28:23 +0000 (22:28 +0000)]
adding support for stylesheets in this script

18 years agoCorrections to allow for proper display (or not) of authorities search results
oleonard [Tue, 7 Mar 2006 22:06:18 +0000 (22:06 +0000)]
Corrections to allow for proper display (or not) of authorities search results

18 years agoRemoving redundant top menu with search boxes
oleonard [Tue, 7 Mar 2006 20:52:17 +0000 (20:52 +0000)]
Removing redundant top menu with search boxes

18 years agoCorrecting search and add forms
oleonard [Tue, 7 Mar 2006 20:51:34 +0000 (20:51 +0000)]
Correcting search and add forms

18 years agoRe-synching with default template to try to eliminate bugs
oleonard [Tue, 7 Mar 2006 20:26:00 +0000 (20:26 +0000)]
Re-synching with default template to try to eliminate bugs

18 years agoUpdating display of alternating table row colors
oleonard [Tue, 7 Mar 2006 20:23:09 +0000 (20:23 +0000)]
Updating display of alternating table row colors

18 years agoRemoving hard-coded table row background colors
oleonard [Tue, 7 Mar 2006 20:19:07 +0000 (20:19 +0000)]
Removing hard-coded table row background colors

18 years agoSynching with default template
oleonard [Tue, 7 Mar 2006 18:13:44 +0000 (18:13 +0000)]
Synching with default template

18 years agoFixing bug that prevented items from being added to exisiting lists
oleonard [Tue, 7 Mar 2006 18:12:52 +0000 (18:12 +0000)]
Fixing bug that prevented items from being added to exisiting lists

18 years agoOne section still missing IntranetNav and stylesheet system prefs
oleonard [Tue, 7 Mar 2006 16:57:47 +0000 (16:57 +0000)]
One section still missing IntranetNav and stylesheet system prefs

18 years agoSynching with default template
oleonard [Tue, 7 Mar 2006 16:56:04 +0000 (16:56 +0000)]
Synching with default template

18 years agoBug Fixing : Internal server error when no location list nor itemstatus
hdl [Tue, 7 Mar 2006 14:48:00 +0000 (14:48 +0000)]
Bug Fixing : Internal server error when no location list nor itemstatus

18 years agoBug Fixing : see previous commit : Fixes an orderby sort by problem when changing...
hdl [Tue, 7 Mar 2006 12:14:26 +0000 (12:14 +0000)]
Bug Fixing : see previous commit : Fixes an orderby sort by problem when changing page.

18 years agoBug Fixing : ordersby and desc_or_asc were not kept from one page to another.
hdl [Tue, 7 Mar 2006 10:43:15 +0000 (10:43 +0000)]
Bug Fixing : ordersby and desc_or_asc were not kept from one page to another.

18 years agoBugFixing : the latest commit on new items made an error on the additem (inserted...
hdl [Tue, 7 Mar 2006 08:34:54 +0000 (08:34 +0000)]
BugFixing : the latest commit on new items made an error on the additem (inserted a diff line): corrected
When ppl donot input utf-8 data, display is strange.

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