]>
git.koha-community.org Git - koha.git/log
tipaul [Wed, 8 Mar 2006 15:17:09 +0000 (15:17 +0000)]
fixing some UNIMARC behaviour + removing some hardcoded strings
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
tipaul [Wed, 8 Mar 2006 14:39:59 +0000 (14:39 +0000)]
removing useless code (copy-paste from intranet, useless in OPAC)
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)
tipaul [Wed, 8 Mar 2006 13:28:23 +0000 (13:28 +0000)]
changing the size of some new systempref to a bloc (more convenient)
tipaul [Wed, 8 Mar 2006 13:15:05 +0000 (13:15 +0000)]
adding opacreadinghistory support in default css templates as well
tipaul [Wed, 8 Mar 2006 13:08:36 +0000 (13:08 +0000)]
adding opaccredits to bottom of main page
tipaul [Wed, 8 Mar 2006 10:49:36 +0000 (10:49 +0000)]
deal with &, <, >,", ' that are not valid in a XML file.
kados [Tue, 7 Mar 2006 22:28:23 +0000 (22:28 +0000)]
adding support for stylesheets in this script
oleonard [Tue, 7 Mar 2006 22:06:18 +0000 (22:06 +0000)]
Corrections to allow for proper display (or not) of authorities search results
oleonard [Tue, 7 Mar 2006 20:52:17 +0000 (20:52 +0000)]
Removing redundant top menu with search boxes
oleonard [Tue, 7 Mar 2006 20:51:34 +0000 (20:51 +0000)]
Correcting search and add forms
oleonard [Tue, 7 Mar 2006 20:26:00 +0000 (20:26 +0000)]
Re-synching with default template to try to eliminate bugs
oleonard [Tue, 7 Mar 2006 20:23:09 +0000 (20:23 +0000)]
Updating display of alternating table row colors
oleonard [Tue, 7 Mar 2006 20:19:07 +0000 (20:19 +0000)]
Removing hard-coded table row background colors
oleonard [Tue, 7 Mar 2006 18:13:44 +0000 (18:13 +0000)]
Synching with default template
oleonard [Tue, 7 Mar 2006 18:12:52 +0000 (18:12 +0000)]
Fixing bug that prevented items from being added to exisiting lists
oleonard [Tue, 7 Mar 2006 16:57:47 +0000 (16:57 +0000)]
One section still missing IntranetNav and stylesheet system prefs
oleonard [Tue, 7 Mar 2006 16:56:04 +0000 (16:56 +0000)]
Synching with default template
hdl [Tue, 7 Mar 2006 14:48:00 +0000 (14:48 +0000)]
Bug Fixing : Internal server error when no location list nor itemstatus
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.
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.
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.
kados [Mon, 6 Mar 2006 23:55:27 +0000 (23:55 +0000)]
few fixes to plugin template
kados [Mon, 6 Mar 2006 19:45:45 +0000 (19:45 +0000)]
delete unused script
kados [Mon, 6 Mar 2006 19:44:37 +0000 (19:44 +0000)]
add support for authorities in OPAC
kados [Mon, 6 Mar 2006 19:44:08 +0000 (19:44 +0000)]
add authorities support to OPAC
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.
kados [Mon, 6 Mar 2006 03:41:36 +0000 (03:41 +0000)]
re-adding ''
kados [Mon, 6 Mar 2006 03:40:44 +0000 (03:40 +0000)]
removing char_decode calls
kados [Sat, 4 Mar 2006 17:18:10 +0000 (17:18 +0000)]
Fix encoding for authorities editor too
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 !!!!!
kados [Sat, 4 Mar 2006 15:23:59 +0000 (15:23 +0000)]
there is no amazonisbn variable for opac-searchresults.tmpl
kados [Sat, 4 Mar 2006 07:36:51 +0000 (07:36 +0000)]
typo fix
kados [Sat, 4 Mar 2006 06:55:13 +0000 (06:55 +0000)]
adding in opac variables
kados [Sat, 4 Mar 2006 06:52:22 +0000 (06:52 +0000)]
Adds authorities headings search link from main OPAC page
kados [Sat, 4 Mar 2006 06:44:34 +0000 (06:44 +0000)]
setting sysprefs in proper tabs
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.
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).
kados [Sat, 4 Mar 2006 05:37:07 +0000 (05:37 +0000)]
'Filter by' is confusing ... changing to 'Search'
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.
kados [Sat, 4 Mar 2006 04:25:08 +0000 (04:25 +0000)]
force browser to download rather than render the MARC file
kados [Sat, 4 Mar 2006 03:57:15 +0000 (03:57 +0000)]
removing unnecessary warn
kados [Sat, 4 Mar 2006 03:48:54 +0000 (03:48 +0000)]
moving reservereport.tmpl to reports where it belongs
kados [Sat, 4 Mar 2006 03:41:04 +0000 (03:41 +0000)]
Revising english
kados [Sat, 4 Mar 2006 03:31:11 +0000 (03:31 +0000)]
amazonisbn added to npl templates
kados [Sat, 4 Mar 2006 03:30:20 +0000 (03:30 +0000)]
Syncing with default templates (amazonisbn)
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 :-)
kados [Sat, 4 Mar 2006 03:22:42 +0000 (03:22 +0000)]
LibLime color stylesheet
kados [Sat, 4 Mar 2006 03:19:25 +0000 (03:19 +0000)]
Opac authorities search
kados [Sat, 4 Mar 2006 03:18:02 +0000 (03:18 +0000)]
Authorities search in OPAC
kados [Sat, 4 Mar 2006 03:17:08 +0000 (03:17 +0000)]
Adding 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
kados [Fri, 3 Mar 2006 16:27:19 +0000 (16:27 +0000)]
Switch to utf-8 as default in Intranet NPL templates
kados [Fri, 3 Mar 2006 16:22:47 +0000 (16:22 +0000)]
Switch to utf-8 as default in OPAC
kados [Fri, 3 Mar 2006 16:20:23 +0000 (16:20 +0000)]
hopefully fixes truncated amazon.com links in syspref
----------------------------------------------------------------------
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
sushi [Thu, 2 Mar 2006 22:50:53 +0000 (22:50 +0000)]
Oops, bug has already been fixed, reverting back to previous version.
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().
oleonard [Thu, 2 Mar 2006 22:30:10 +0000 (22:30 +0000)]
Moving opacnav and opaccredits to the 'opac' tab
oleonard [Thu, 2 Mar 2006 21:30:01 +0000 (21:30 +0000)]
Adding link to Authorities
oleonard [Thu, 2 Mar 2006 21:23:37 +0000 (21:23 +0000)]
Adding link to Authorities
oleonard [Thu, 2 Mar 2006 21:19:43 +0000 (21:19 +0000)]
Synching with default template. Styling incomplete.
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
oleonard [Wed, 1 Mar 2006 22:45:57 +0000 (22:45 +0000)]
Corrections and removal of extraneous include of marc-editor.css
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
oleonard [Wed, 1 Mar 2006 22:37:13 +0000 (22:37 +0000)]
Enabling system preferences for opacreadinghistory
oleonard [Wed, 1 Mar 2006 22:36:16 +0000 (22:36 +0000)]
Minor markup change
oleonard [Wed, 1 Mar 2006 22:35:45 +0000 (22:35 +0000)]
Enabling system preferences for opaclanguagesdisplay and opacreadinghistory
oleonard [Wed, 1 Mar 2006 22:33:59 +0000 (22:33 +0000)]
Minor style change
oleonard [Wed, 1 Mar 2006 22:33:25 +0000 (22:33 +0000)]
Enabling several new system preferences: opacreadinghistory, opaccolorstylesheet, opaclanguagesdisplay, opaclayoutstylesheet, opacsmallimage
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) :-)
oleonard [Wed, 1 Mar 2006 20:12:05 +0000 (20:12 +0000)]
Moving all color declarations (font, border, and backgrounds) into separate stylesheet
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.
oleonard [Wed, 1 Mar 2006 19:28:15 +0000 (19:28 +0000)]
Adding support for opaclayoutstylesheet and opaccolorstylesheet
oleonard [Wed, 1 Mar 2006 19:26:48 +0000 (19:26 +0000)]
Using LibraryName sys pref as alt text for opacsmallimage
kados [Wed, 1 Mar 2006 17:58:40 +0000 (17:58 +0000)]
adding some marc21 plugins.
kados [Wed, 1 Mar 2006 17:58:00 +0000 (17:58 +0000)]
adding some marc21 plugins
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.
kados [Wed, 1 Mar 2006 17:25:11 +0000 (17:25 +0000)]
Add support for new MARChtml2xml routine.
kados [Wed, 1 Mar 2006 15:55:12 +0000 (15:55 +0000)]
putting new sysprefs in the proper tabs
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.
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)
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
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).
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)
kados [Wed, 1 Mar 2006 05:21:22 +0000 (05:21 +0000)]
get rid of warns
kados [Wed, 1 Mar 2006 05:20:17 +0000 (05:20 +0000)]
Repeated tags working now. Indicators next
rangi [Wed, 1 Mar 2006 04:52:08 +0000 (04:52 +0000)]
More testing
rangi [Wed, 1 Mar 2006 04:43:25 +0000 (04:43 +0000)]
Fixing it again, for testing
rangi [Wed, 1 Mar 2006 03:47:15 +0000 (03:47 +0000)]
This may actually work .. hopefully anyway
rangi [Wed, 1 Mar 2006 03:09:15 +0000 (03:09 +0000)]
Commiting for joshua to test
kados [Wed, 1 Mar 2006 03:02:59 +0000 (03:02 +0000)]
some updates.
kados [Wed, 1 Mar 2006 02:13:45 +0000 (02:13 +0000)]
Change to use MARChtml2xml
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.
tipaul [Mon, 27 Feb 2006 16:31:37 +0000 (16:31 +0000)]
addind LWP::Simple and XML::Simple package (required for amazon package)
tipaul [Mon, 27 Feb 2006 15:52:16 +0000 (15:52 +0000)]
bugfix : don't create an item if a subscription has expired
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
tipaul [Mon, 27 Feb 2006 15:21:36 +0000 (15:21 +0000)]
removing useless lines
tipaul [Mon, 27 Feb 2006 15:14:18 +0000 (15:14 +0000)]
adding inventory help (please fix any english error)