koha.git
18 years agoremoving useless directories and record.abs (will be created as a symlink
kados [Fri, 31 Mar 2006 22:15:44 +0000 (22:15 +0000)]
removing useless directories and record.abs (will be created as a symlink
to collection.abs)

18 years agominor adjustment to one of the symlinks
kados [Fri, 31 Mar 2006 18:43:35 +0000 (18:43 +0000)]
minor adjustment to one of the symlinks

18 years agoA simple script that helps sync a rel_2_2 running repo with a
kados [Fri, 31 Mar 2006 18:42:10 +0000 (18:42 +0000)]
A simple script that helps sync a rel_2_2 running repo with a
head repo (ie, copies over the right files, creates some symlinks,
etc.). It's not finished yet, but getting there (I'll be testing it
extensively today and tomorrow).

18 years agopermits exporting bibliographic data as MARC from the command line.
kados [Fri, 31 Mar 2006 18:06:40 +0000 (18:06 +0000)]
permits exporting bibliographic data as MARC from the command line.

18 years agoScript written by Tumer Garip that fixes missing 090 fields in a
kados [Fri, 31 Mar 2006 17:51:18 +0000 (17:51 +0000)]
Script written by Tumer Garip that fixes missing 090 fields in a
MARC21 Koha database.

18 years agoexpanding the documentation on zebra.cfg, adding separate locations
kados [Fri, 31 Mar 2006 17:48:16 +0000 (17:48 +0000)]
expanding the documentation on zebra.cfg, adding separate locations
for the register and shadow files (will need to be edited by local
sys admin)

18 years agobug fixed: ItemType function seems to have vanished. I replace by the
plg [Fri, 31 Mar 2006 15:56:27 +0000 (15:56 +0000)]
bug fixed: ItemType function seems to have vanished. I replace by the
description key returned by C4::Koha::getitemtypeinfo.

18 years agobug fixed: the issue timestamp had not the same format as the today's date
plg [Fri, 31 Mar 2006 15:31:44 +0000 (15:31 +0000)]
bug fixed: the issue timestamp had not the same format as the today's date
to which it was compared. The comparison separate issues on display between
today issues and older issues.

18 years agomodification: deep circulation template rewrite to make it easier to
plg [Thu, 30 Mar 2006 14:52:13 +0000 (14:52 +0000)]
modification: deep circulation template rewrite to make it easier to
read. HTML output uses fieldset, it should be cleaner, feedback welcomed.

improvement: renewscript.pl simplified by using named submit buttons
(renew_all and renew_checked), and by using arrays in HTTP query for items.

18 years agoDelete isnt working using the extended services method
rangi [Wed, 29 Mar 2006 01:56:25 +0000 (01:56 +0000)]
Delete isnt working using the extended services method

18 years agoDelete working now
rangi [Tue, 28 Mar 2006 23:05:08 +0000 (23:05 +0000)]
Delete working now

18 years agoAdding any attribute, so we can do
rangi [Tue, 28 Mar 2006 21:30:36 +0000 (21:30 +0000)]
Adding any attribute, so we can do
any all "search terms"

18 years agoAll searches being ranked by relevance by default
rangi [Tue, 28 Mar 2006 21:29:56 +0000 (21:29 +0000)]
All searches being ranked by relevance by default

18 years agoAdding ability to do fuzzy searches
rangi [Tue, 28 Mar 2006 21:02:48 +0000 (21:02 +0000)]
Adding ability to do fuzzy searches

18 years agoBug Fixing catalogue directory was added for MARCdetail and detail.pl
hdl [Fri, 24 Mar 2006 13:20:58 +0000 (13:20 +0000)]
Bug Fixing catalogue directory was added for MARCdetail and detail.pl
Taking this change into account in script.

18 years agochange default sort by
kados [Wed, 22 Mar 2006 03:55:10 +0000 (03:55 +0000)]
change default sort by

18 years agoPassing back the right count
rangi [Tue, 21 Mar 2006 23:45:43 +0000 (23:45 +0000)]
Passing back the right count

18 years agoused for indexing iso2709 files
kados [Tue, 21 Mar 2006 23:04:42 +0000 (23:04 +0000)]
used for indexing iso2709 files

18 years agoadding some comments as well as support for iso2709 files
kados [Tue, 21 Mar 2006 22:55:07 +0000 (22:55 +0000)]
adding some comments as well as support for iso2709 files

18 years agoChanges to get sorting working
rangi [Tue, 21 Mar 2006 22:50:28 +0000 (22:50 +0000)]
Changes to get sorting working

18 years agoAdding more sort options
rangi [Tue, 21 Mar 2006 22:49:18 +0000 (22:49 +0000)]
Adding more sort options

18 years agoadding Dewey sorting
kados [Tue, 21 Mar 2006 04:05:33 +0000 (04:05 +0000)]
adding Dewey sorting

18 years agoimproved collection.abs with support for sorting.
kados [Tue, 21 Mar 2006 03:48:38 +0000 (03:48 +0000)]
improved collection.abs with support for sorting.

18 years agoimprovement: on the About page, a caption was added to the table of Perl
plg [Thu, 16 Mar 2006 11:33:28 +0000 (11:33 +0000)]
improvement: on the About page, a caption was added to the table of Perl
modules and modules are now listed in alphabetic order.

18 years agonew: required Perl modules listed with their version in about page.
plg [Thu, 16 Mar 2006 11:17:28 +0000 (11:17 +0000)]
new: required Perl modules listed with their version in about page.

18 years agobug fixed: utf-8 data where not displayed correctly in screens. Supposing
plg [Wed, 15 Mar 2006 11:21:56 +0000 (11:21 +0000)]
bug fixed: utf-8 data where not displayed correctly in screens. Supposing
your data are truely utf-8 encoded in your database, they should be
correctly displayed. "set names 'UTF8'" on mysql connection (C4/Context.pm)
is mandatory and "binmode" to utf8 (C4/Interface/CGI/Output.pm) seemed to
converted data twice, so it was removed.

18 years agominor template bugfix
kados [Mon, 13 Mar 2006 23:45:12 +0000 (23:45 +0000)]
minor template bugfix

18 years agoTesting sorting result sets
rangi [Mon, 13 Mar 2006 23:17:26 +0000 (23:17 +0000)]
Testing sorting result sets

18 years agoAdding commits, so that changes stick
rangi [Mon, 13 Mar 2006 23:12:44 +0000 (23:12 +0000)]
Adding commits, so that changes stick

18 years agosyncing with rel_2_2
kados [Fri, 10 Mar 2006 02:43:13 +0000 (02:43 +0000)]
syncing with rel_2_2

18 years agosyncing MARChtml2xml wtih rel_2_2, removing unused MARChtml2marc
kados [Fri, 10 Mar 2006 02:40:38 +0000 (02:40 +0000)]
syncing MARChtml2xml wtih rel_2_2, removing unused MARChtml2marc

18 years agoHopefully a fix for hdl's accented characters not working. NOTE: BY
kados [Wed, 8 Mar 2006 18:12:42 +0000 (18:12 +0000)]
Hopefully a fix for hdl's accented characters not working. NOTE: BY
DEFAULT, MARC::File::XML will turn UTF-8 into MARC-8 in the new_as_xml
method ... to keep it as UTF-8 you must specify a second parameter 'UTF-8'

18 years agocatching oldbiblionumber also
rangi [Tue, 7 Mar 2006 23:37:48 +0000 (23:37 +0000)]
catching oldbiblionumber also

18 years agoadding support for 'delete' function
kados [Tue, 7 Mar 2006 22:00:18 +0000 (22:00 +0000)]
adding support for 'delete' function

18 years agoStarting work on deletes
rangi [Tue, 7 Mar 2006 21:54:47 +0000 (21:54 +0000)]
Starting work on deletes

18 years agoisbn search
rangi [Tue, 7 Mar 2006 21:04:27 +0000 (21:04 +0000)]
isbn search

18 years agoBarcode search
rangi [Tue, 7 Mar 2006 20:32:52 +0000 (20:32 +0000)]
Barcode search

18 years agoBarcode search working now
rangi [Tue, 7 Mar 2006 20:32:27 +0000 (20:32 +0000)]
Barcode search working now

18 years agoThis will work in 2.2 now as well as 3.0
rangi [Mon, 6 Mar 2006 21:21:55 +0000 (21:21 +0000)]
This will work in 2.2 now as well as 3.0

18 years agoWorking now
rangi [Mon, 6 Mar 2006 21:18:00 +0000 (21:18 +0000)]
Working now

18 years agotypo fixed: a ";" was missing at the end of Zebra connection retrieving in
plg [Mon, 6 Mar 2006 15:39:02 +0000 (15:39 +0000)]
typo fixed: a ";" was missing at the end of Zebra connection retrieving in
C4::Search->get_record

18 years agocommit for holidays and news management.
tipaul [Mon, 6 Mar 2006 12:43:36 +0000 (12:43 +0000)]
commit for holidays and news management.
(some forgotten files)

18 years agoTrying to get searching on itemtypes going
rangi [Mon, 6 Mar 2006 04:58:50 +0000 (04:58 +0000)]
Trying to get searching on itemtypes going

18 years agoAdding a few more search options
rangi [Mon, 6 Mar 2006 04:58:16 +0000 (04:58 +0000)]
Adding a few more search options

18 years agoTweaking searching
rangi [Mon, 6 Mar 2006 04:31:18 +0000 (04:31 +0000)]
Tweaking searching

18 years agofix syntax error.
kados [Mon, 6 Mar 2006 03:50:29 +0000 (03:50 +0000)]
fix syntax error.

18 years agoremove char_decode
kados [Mon, 6 Mar 2006 03:48:20 +0000 (03:48 +0000)]
remove char_decode

18 years agoItems adding correctly now
rangi [Mon, 6 Mar 2006 03:12:38 +0000 (03:12 +0000)]
Items adding correctly now

18 years agoforgot to add 'utf-8' argument to new_from_xml()
kados [Mon, 6 Mar 2006 02:51:04 +0000 (02:51 +0000)]
forgot to add 'utf-8' argument to new_from_xml()

18 years agoAdding fixes to MARC editor to HEAD
kados [Mon, 6 Mar 2006 02:45:41 +0000 (02:45 +0000)]
Adding fixes to MARC editor to HEAD

18 years agoNew programmer templates for the OPAC. Markup has been pared down, but structure...
oleonard [Fri, 3 Mar 2006 20:10:26 +0000 (20:10 +0000)]
New programmer templates for the OPAC. Markup has been pared down, but structure hasn't been updated according to new guidelines put forth by Paul on the mailing list (i.e. named blocks, etc).

18 years agoBug fixing : a line missed a comment sign.
hdl [Fri, 3 Mar 2006 17:25:01 +0000 (17:25 +0000)]
Bug fixing : a line missed a comment sign.

18 years agocommit for holidays and news management.
tipaul [Fri, 3 Mar 2006 17:02:22 +0000 (17:02 +0000)]
commit for holidays and news management.
(some forgotten files)

18 years agoRemove the search that tests the Zconn -- warning, still no fault
kados [Fri, 3 Mar 2006 16:45:36 +0000 (16:45 +0000)]
Remove the search that tests the Zconn -- warning, still no fault
tollerance

18 years agocommit for holidays and news management.
tipaul [Fri, 3 Mar 2006 16:35:21 +0000 (16:35 +0000)]
commit for holidays and news management.

Contrib from Tümer Garip (from Turkey) :
* holiday :
in /tools/ the holiday.pl script let you define holidays (days where the library is closed), branch by branch. You can define 3 types of holidays :
- single day : only this day is closed
- repet weekly (like "sunday") : the day is holiday every week
- repet yearly (like "July, 4") : this day is closed every year.

You can also put exception :
- sunday is holiday, but "2006 March, 5th" the library will be open

The holidays are used for return date calculation : the return date is set to the next date where the library is open. A systempreference (useDaysMode) set ON (Calendar) or OFF (Normal) the calendar calculation.

18 years agobug fixing : making changes for letters and reports-home (Inventory/Stocktaking and...
hdl [Thu, 2 Mar 2006 20:41:30 +0000 (20:41 +0000)]
bug fixing : making changes for letters and reports-home (Inventory/Stocktaking and overdue) work.

18 years agorollback ... by accident I committed a rel_2_2 Biblio.pm
kados [Wed, 1 Mar 2006 03:07:54 +0000 (03:07 +0000)]
rollback ... by accident I committed a rel_2_2 Biblio.pm

18 years agoMARChtml2xml for improved MARC editor
kados [Wed, 1 Mar 2006 02:13:00 +0000 (02:13 +0000)]
MARChtml2xml for improved MARC editor

18 years agoA new overduenotice script to go along with overduerules
hdl [Tue, 28 Feb 2006 17:20:29 +0000 (17:20 +0000)]
A new overduenotice script to go along with overduerules
it is still UNDER CONSTRUCTION and need deep testing.

18 years agoAdding some checking and feedback.
hdl [Tue, 28 Feb 2006 14:58:32 +0000 (14:58 +0000)]
Adding some checking and feedback.

18 years agoNew table used in overduerules.pl tools page.
hdl [Mon, 27 Feb 2006 18:19:33 +0000 (18:19 +0000)]
New table used in overduerules.pl tools page.

18 years agoAdding getletters to Koha.pm :
hdl [Mon, 27 Feb 2006 18:15:41 +0000 (18:15 +0000)]
Adding getletters to Koha.pm :
allow to get a list of letters for a module.

overduerules is a tool relying on letter.pl
It will allow ppl to manage three levels of overdue thanks to a brand new overduenotice script to come out soon.

18 years agouse new Context->Zconn object
kados [Mon, 27 Feb 2006 01:10:14 +0000 (01:10 +0000)]
use new Context->Zconn object

18 years agoRemoving 'our Zconn' from top...
kados [Mon, 27 Feb 2006 01:08:31 +0000 (01:08 +0000)]
Removing 'our Zconn' from top...

18 years agoremoved Zconns, no need for them anymore with new Context.pm setup
kados [Mon, 27 Feb 2006 01:06:30 +0000 (01:06 +0000)]
removed Zconns, no need for them anymore with new Context.pm setup

18 years agoDon't need those $Zconn's after all.
kados [Sun, 26 Feb 2006 00:12:51 +0000 (00:12 +0000)]
Don't need those $Zconn's after all.

18 years agomoving all $Zconn s to z3950_extended_services (currently, nothing
kados [Sun, 26 Feb 2006 00:08:20 +0000 (00:08 +0000)]
moving all $Zconn s to z3950_extended_services (currently, nothing
works).

18 years agominor bugfix with 'commit' option
kados [Sat, 25 Feb 2006 23:40:59 +0000 (23:40 +0000)]
minor bugfix with 'commit' option

18 years agoAdding support for new Zconn object from C4::Context.pm
kados [Sat, 25 Feb 2006 22:51:32 +0000 (22:51 +0000)]
Adding support for new Zconn object from C4::Context.pm

18 years agoChanged to use new Zconn object in Context.pm. Not sure if the Zconn
kados [Sat, 25 Feb 2006 22:47:37 +0000 (22:47 +0000)]
Changed to use new Zconn object in Context.pm. Not sure if the Zconn
should be set within the subroutine or should be passed in via the
script -- Chris, what do you think?

18 years agoAnother purely documentation commit. Just changing formatting to ease
kados [Sat, 25 Feb 2006 22:39:10 +0000 (22:39 +0000)]
Another purely documentation commit. Just changing formatting to ease
readability.

18 years agoadding support for ISBN search in collection.abs
kados [Sat, 25 Feb 2006 22:01:20 +0000 (22:01 +0000)]
adding support for ISBN search in collection.abs

18 years agoA bulkmarcimport.pl that is based on the new Biblio.pm Zebra routines.
kados [Sat, 25 Feb 2006 21:53:48 +0000 (21:53 +0000)]
A bulkmarcimport.pl that is based on the new Biblio.pm Zebra routines.
It now responds to:

-n : the number of records to import.
-commit : the number of records to wait before performing a 'commit' operation

ALSO: IMPORTANT: I took out the char_encoding as this should be handled by
MARC::File::XML now, unless I'm mistaken.

18 years agoPurely documentation change: converted all =head2 entries to use function
kados [Sat, 25 Feb 2006 21:17:20 +0000 (21:17 +0000)]
Purely documentation change: converted all =head2 entries to use function
name as title rather than usage as title

18 years agoFurther cleanup, convering new routines to 4-chars
kados [Sat, 25 Feb 2006 21:02:20 +0000 (21:02 +0000)]
Further cleanup, convering new routines to 4-chars

18 years agoBetter documentation, added warning if serviceType is 'drop' since it's
kados [Sat, 25 Feb 2006 20:49:15 +0000 (20:49 +0000)]
Better documentation, added warning if serviceType is 'drop' since it's
not supported in Zebra.

18 years agoIMPORTANT: Paul, I've removed the decode_char routine because it's no
kados [Sat, 25 Feb 2006 20:30:32 +0000 (20:30 +0000)]
IMPORTANT: Paul, I've removed the decode_char routine because it's no
longer necessary. If we need to convert from MARC-8 for display, we should:

1. use utf-8
2. do it with MARC::Charset

If you still need it, let me know and I'll put it back in.

18 years agocleaning up POD docs, deleting zebra_create as it's no longer used (
kados [Sat, 25 Feb 2006 19:23:01 +0000 (19:23 +0000)]
cleaning up POD docs, deleting zebra_create as it's no longer used (
replaced by z3950_extended_services).

18 years agoreadding some lost subs
kados [Sat, 25 Feb 2006 19:09:59 +0000 (19:09 +0000)]
readding some lost subs

18 years agoEnable shadow registers in zebra.cfg
kados [Sat, 25 Feb 2006 19:00:28 +0000 (19:00 +0000)]
Enable shadow registers in zebra.cfg

18 years agoReverting to last version because the fix I committed breaks tag
kados [Sat, 25 Feb 2006 07:43:49 +0000 (07:43 +0000)]
Reverting to last version because the fix I committed breaks tag
repeatability. Note that there is still a problem with the Koha
MARC editor saving blank tags and subfields in a record!

18 years agoBug fixing : Modifying template adapting for prog template format
hdl [Fri, 24 Feb 2006 13:22:22 +0000 (13:22 +0000)]
Bug fixing : Modifying template adapting for prog template format

18 years agoexport.tmpl was not the good one. :)
hdl [Fri, 24 Feb 2006 12:02:42 +0000 (12:02 +0000)]
export.tmpl was not the good one. :)

18 years agochanging file according to new directory hierarchy
hdl [Fri, 24 Feb 2006 11:55:40 +0000 (11:55 +0000)]
changing file according to new directory hierarchy

18 years agoAdding tools directory template and scripts
hdl [Fri, 24 Feb 2006 11:52:38 +0000 (11:52 +0000)]
Adding tools directory template and scripts
Changing barcodes, export and import and letters directory.
Changing export script name (marc.pl) to export.pl
Changing import script name (breeding.pl) to import.pl

18 years agopruning files from old directory
hdl [Fri, 24 Feb 2006 11:22:37 +0000 (11:22 +0000)]
pruning files from old directory

18 years agoAdding admin template files
hdl [Fri, 24 Feb 2006 11:18:17 +0000 (11:18 +0000)]
Adding admin template files

18 years agochanging parameters template directory to admin
hdl [Fri, 24 Feb 2006 11:15:01 +0000 (11:15 +0000)]
changing parameters template directory to admin

18 years agoUsing 'loggedinusername' variable to populate hidden field user
bob_lyon [Thu, 23 Feb 2006 03:56:09 +0000 (03:56 +0000)]
Using 'loggedinusername' variable to populate hidden field user

18 years agoReplacing all calls to zebra_update with calls to
kados [Wed, 22 Feb 2006 01:02:39 +0000 (01:02 +0000)]
Replacing all calls to zebra_update with calls to
z3950_extended_services. More work coming, but it's
working now.

18 years agoFirst go at a connection object for Zebra. You can now get a
kados [Wed, 22 Feb 2006 00:56:59 +0000 (00:56 +0000)]
First go at a connection object for Zebra. You can now get a
connection object by doing:

my $Zconn = C4::Context->Zconn;

My initial tests indicate that as soon as your funcion ends
(ie, when you're done doing something) the connection will be
closed automatically. There may be some other way to make the
connection more stateful, I'm not sure...

18 years agoUsing get_record() from Search.pm
rangi [Tue, 21 Feb 2006 00:12:26 +0000 (00:12 +0000)]
Using get_record() from Search.pm

Not ready for production, its just set to always use the default framework at the moment

18 years agoUsing get_record() from C4::Search now (ie fetching the record from zebra)
rangi [Tue, 21 Feb 2006 00:11:06 +0000 (00:11 +0000)]
Using get_record() from C4::Search now (ie fetching the record from zebra)

18 years agoThis probably will be the same file as the one in unimarc, so perhaps might be best...
rangi [Tue, 21 Feb 2006 00:10:16 +0000 (00:10 +0000)]
This probably will be the same file as the one in unimarc, so perhaps might be best to move them out and just into the zebra dir.
Committing now so its not lost

18 years agoget_record works now
rangi [Tue, 21 Feb 2006 00:08:41 +0000 (00:08 +0000)]
get_record works now

18 years agoadding a link to viewlog.pl (log viewer)
tipaul [Mon, 20 Feb 2006 14:37:47 +0000 (14:37 +0000)]
adding a link to viewlog.pl (log viewer)

18 years agotemplates for log viewer
tipaul [Mon, 20 Feb 2006 14:36:16 +0000 (14:36 +0000)]
templates for log viewer

18 years agotypo
kados [Mon, 20 Feb 2006 14:22:38 +0000 (14:22 +0000)]
typo

18 years agoA new subroutine to handle Z39.50 extended services. You pass it a
kados [Mon, 20 Feb 2006 13:26:11 +0000 (13:26 +0000)]
A new subroutine to handle Z39.50 extended services. You pass it a
connection object, service type, service options, and a record, and
it performs the service and handles any exception found.

18 years agoFix for refresh error from HDL.
thd [Sat, 18 Feb 2006 10:07:29 +0000 (10:07 +0000)]
Fix for refresh error from HDL.