Koha/C4
Joshua Ferraro aabea3417b WARNING: Updates to Index Defs for Authorities
This commit is a partial fix to authority control for MARC21,
and better authority handling in general (for UNIMARC too).
Before this patch, authority searching, editing, saving, was
not functioning, or was extremely buggy.

WARNING: You will need to re-index your authority database after
applying this commit.

The following changes have been made:

  * Normalizing record.abs index names (in both MARC21 and UNIMARC)
  * Synching authorities/bib1.att, ccl.properties, AuthoritiesMarc.pm
    with new indexes (UNIMARC too)
  * Clean up biblios/bib1.att (remove duplicate att defs)
  * Clean up authorities-* templates to conform to new styles
  * Fixed search failure when using Default framework (now searches
    All)

Also included are several fixes to the built-in SRU server for
Authority and Biblio, it's recommended that you update your
koha-conf.xml file:

  * adding explain-authorities.xml and explain-biblios.xml
  * adding necessary info to koha-conf.xml to enable SRU/W
  * adding several example XSLT stylesheets, that can be used
    for SRU on-the-fly transformations (to MODS, DC, RDF, etc.)

Still remaining for 3.0 are the following tasks:

  * update MARC21 frameworks (authority and cross-reference bib)
  * update display code/templates in authority results list
  * update search code/templates to utilize index points
  * implement 'grouping' of authtypes for searching (Name, Title, Subject)
  * repair utility to import auths and perform matching
  * repair bibliographic import to match auths and warn if no match

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-03 00:28:40 -06:00
..
Barcodes rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
ClassSortRoutine ignore "/" when sorting Dewey call numbers 2007-10-23 18:24:29 -05:00
SIP C4 and misc: permissions fixes 2007-12-13 19:00:34 -06:00
tests Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Accounts.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Acquisition.pm Fix bug in ModReceiveOrder call 2008-01-01 18:42:48 -06:00
Amazon.pm chmod 644 on all modules 2007-10-02 19:11:35 -05:00
Auth.pm Fix to enable reading history in the staff client. 2007-12-28 12:30:54 -06:00
Auth_with_ldap.pm Perldoc fixes - Auth_with_ldap.pm and Log.pm 2007-12-13 19:00:35 -06:00
AuthoritiesMarc.pm WARNING: Updates to Index Defs for Authorities 2008-01-03 00:28:40 -06:00
BackgroundJob.pm MARC import: part 5 of large file support 2007-11-26 20:05:34 -06:00
Biblio.pm TransformHtmlToXml() now checks from UNIMARC flavour, before inserting encoding info to 100$a 2008-01-02 07:54:30 -06:00
Bookfund.pm bug-1494, fixed bookfund modify code 2007-11-01 17:27:55 -05:00
Bookseller.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Boolean.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Branch.pm fixed reference to branchrelations.categorycode 2007-12-17 12:58:39 -06:00
Breeding.pm fix related #1340 (z3950 search for quick cataloguing) 2007-10-30 17:44:21 -05:00
Calendar.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Circulation.pm Fix for bug 1711 2008-01-01 17:43:42 -06:00
ClassSortRoutine.pm call number work part 2 -- added framework for call number filing routines 2007-10-21 22:11:37 -05:00
ClassSource.pm call number work part 3 -- now using new routines to generate call number sort keys 2007-10-21 22:11:40 -05:00
Context.pm UTF8 and mysql: enable UTF8 mode correctly 2007-12-27 17:23:58 -06:00
Date.pm removing all useless %env / $env 2007-04-18 17:00:14 +00:00
Dates.pm C4::Dates - carp if passed semantically invalid date 2007-12-20 19:16:37 -06:00
ImportBatch.pm warn on attempts to add duplicate item barcodes during batch import 2007-12-02 15:06:24 -06:00
Input.pm Input.pm - perldoc correction 2007-12-27 17:21:07 -06:00
Koha.pm show itemtypes at level specified in syspref for holds 2007-12-24 00:43:14 -06:00
Labels.pm chmod 644 on all modules 2007-10-02 19:11:35 -05:00
Languages.pm fixing problem with adv search on staff client 2007-11-28 12:47:17 -06:00
Letters.pm Letters.pm: Minor change. Unsure if this is "the right" move, but pretty sure the line does not make sense as is. 2007-12-04 15:45:51 -06:00
Log.pm Perldoc fixes - Auth_with_ldap.pm and Log.pm 2007-12-13 19:00:35 -06:00
Maintainance.pm rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
Matcher.pm added editor for MARC matching rules 2007-11-17 10:49:15 -06:00
Members.pm Fix for bug 1515 2007-12-30 20:51:22 -06:00
NewsChannels.pm NewsChannels - format_date for news "Posted on" date 2007-12-31 16:26:03 -06:00
Output.pm Deal with opac template reordering 2007-11-25 17:07:00 -06:00
Overdues.pm further mods to change from ccode to itype at item-level itypes. 2007-11-11 18:40:20 -06:00
Print.pm Print.pm: Dates.pm integration and cleanup. 2007-11-04 16:21:43 -06:00
Record.pm adding endnote export and 'related items' 2007-11-20 16:18:15 -06:00
Reports.pm Catching up changes in reports 2007-10-29 16:12:48 -05:00
Reserves.pm Fix for bug 1708 2007-12-30 20:51:24 -06:00
Review.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Scheduler.pm Fix for bug 1527, removing Smart::Comments 2007-10-30 17:39:19 -05:00
Search.pm fix to enable separate imageurls for item-level itypes 2007-12-30 17:00:55 -06:00
Serials.pm BUG Fixing : invalid dates would make Serials die ungracefully 2007-12-19 18:54:59 -06:00
SMS.pm adding SMS stuff so we don't forget about it 2007-10-29 21:21:20 -05:00
Stats.pm Patch from Galen Charlton, removing $Id$ $Log$ and $Revision$ from files 2007-10-18 20:22:01 -05:00
Suggestions.pm Log.pm and Suggestions.pm - simple (correct) Dates.pm integration 2007-12-12 07:51:46 -06:00
UploadedFile.pm C4::UploadedFile -- simplified serialization 2007-11-26 20:05:33 -06:00
Utils.pm Big LDAP changes, module test for Context.pm, still more yet to come. 2007-12-04 17:27:06 -06:00
VirtualShelves.pm OPAC VirtualShelves overhaul -- bugfix 1413 (among others) 2007-12-28 12:58:07 -06:00
XISBN.pm IMPORTANT: BUGFIXING STATUSES 2007-12-24 13:34:44 -06:00
Z3950.pm more work on batch import 2007-10-29 16:47:58 -05:00