Main Koha release repository https://koha-community.org
Find a file
Galen Charlton 8340c478fa start of big MARC21 authorities work
* Defined local field 942$a to store the authority type
  for MARC21 instead of 152$b
* Added 942$b to MARC21 authority framework.
* Added auth_header.authid and auth_header.authtypecode
  to appropriate subfields in MARC21 authority framework.
* Started work on two new modules:
    C4::AuthoritiesMarc::MARC21
    C4::AuthoritiesMarc::UNIMARC
  These modules will be used to extract MARC-format-specific
  behavior out of C4::AuthoritiesMarc
* Updated Zebra config for MARC21 to use only the 942$a
  for the authority type.
* For MARC21, added logic to move 152$b to 942$a for
  existing authority records.  Specifically, AddAuthority
  now does this move when a record is saved, while
  GetAuthority and GetAuthorityXML do this when
  extracting a record for other use.  This logic
  is temporary, and can hopefully be removed later, once
  use of 152$b in MARC21 authorities is confirmed to be
  absent for Koha users.  I will also create a batch
  job to do this update in one fell swoop.

Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2008-01-04 18:42:40 -06:00
acqui start of BIB change -- introduce C4::Items 2008-01-03 16:23:12 -06:00
admin currency expansion - symbol and timestamp. PLEASE VERIFY SQL edit. Should be equivalent to: ALTER TABLE currency ADD symbol varchar(5) default NULL, ADD timestamp timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP; 2008-01-03 20:21:28 -06:00
authorities authorities: make tag editor links consistent with bib 2007-12-29 06:53:52 -06:00
C4 start of big MARC21 authorities work 2008-01-04 18:42:40 -06:00
catalogue Bug Fixing : title not displayed in UNIMARC 2008-01-04 17:52:15 -06:00
cataloguing fixed variable masking warnings found by perl -w 2008-01-03 20:23:59 -06:00
circ circ/stats.pl - debugify warnings 2008-01-03 20:19:22 -06:00
etc start of big MARC21 authorities work 2008-01-04 18:42:40 -06:00
install_misc Some tweaks for Debian Etch install procedure 2008-01-03 16:22:58 -06:00
installer start of big MARC21 authorities work 2008-01-04 18:42:40 -06:00
koha-tmpl s/waiting/pending/ 2008-01-04 18:10:36 -06:00
labels Labels overhaul - labels were largely broken (and still are somewhat), but this overhaul addresses Add, Delete, deduplication, messages to user, debug, etc. 2008-01-03 16:27:06 -06:00
members tmpl var CATCODE_MULTI now passed 2008-01-03 01:44:11 -06:00
misc lot of fixes to french translation 2008-01-04 18:10:57 -06:00
opac adding three new variables for installation: 2008-01-03 21:28:27 -06:00
reports Lots of reformatting of reports forms. Improvements to breadcrumbs. XHTML-compliance corrections. Fix to itemslost.pl for Bug 1733 (just a typo). 2008-01-03 16:29:16 -06:00
reserve fixed variable masking warnings found by perl -w 2008-01-03 20:23:59 -06:00
reviews functions that were in C4::Interface::CGI::Output are now in C4::Output. 2007-04-24 13:54:28 +00:00
rss rel_3_0 moved to HEAD 2007-03-09 15:12:54 +00:00
serials BUG 1580, subscription irregularities and volume type, not passed when editing subscription 2008-01-04 08:06:08 -06:00
skel installer: fixed chown invocation; added skel for KOHA_LOG_DIR 2007-12-17 09:13:53 -06:00
sms adding SMS stuff so we don't forget about it 2007-10-29 21:21:20 -05:00
suggestion removing useless code 2007-10-24 17:03:38 -05:00
svc bib_profile web svc: report biblioitems.itemtype subfield as non-mandatory 2007-12-04 15:06:05 -06:00
t start of test suite for C4::Items 2008-01-03 16:26:55 -06:00
tmp/modified_authorities changing DO_NOT_REMOVE to README.txt 2007-10-21 19:14:41 -05:00
tools fixed variable masking warnings found by perl -w 2008-01-03 20:23:59 -06:00
virtualshelves item rework: moved GetItem 2008-01-03 16:24:04 -06:00
.htaccess Solution for error pages 2004-07-30 14:04:20 +00:00
about.pl session management: use YAML::Syck for serialization 2007-12-27 17:24:02 -06:00
changelanguage.pl Searching Patch 1: fixing searching in 3.0 2007-10-29 17:45:14 -05:00
edithelp.pl Bugfix for help editor 2007-09-13 18:37:19 -05:00
fix-perl-path.PL installer: improvements to fix-path-perl.PL on Win32 2007-12-20 19:20:12 -06:00
help.pl HTML::Template => HTML::Template::Pro 2007-12-02 14:55:55 -06:00
INSTALL updating INSTALL and INSTALL.debian 2007-12-30 17:00:26 -06:00
install-CPAN.pl BUGFIX: need to create authors/id if CPAN is unused 2007-09-07 05:26:16 -05:00
INSTALL.debian improvements to INSTALL.debian, adding Symbols for currencies adding \n to make bulkmarcimport.pl prettier 2008-01-03 21:28:37 -06:00
kohaversion.pl updatedatabase - DB version to 043 for 2 new columns in currency table 2008-01-03 20:21:52 -06:00
LICENSE re-naming some files prior to release 2007-12-30 12:13:39 -06:00
mainpage.pl Perltidy mainpage.pl 2007-08-03 17:28:27 -05:00
Makefile.PL installer: added update_zebra_conf target 2008-01-04 18:40:33 -06:00
MANIFEST.SKIP Do not pack the git repository 2007-09-06 17:14:36 -05:00
README adding README 2007-12-30 12:13:57 -06:00
rewrite-config.PL adding three new variables for installation: 2008-01-03 21:28:27 -06:00

Koha 3 - the next-generation release of the award-winning Koha open-source
integrated library system.

30 December 2007 - Joshua Ferraro <jmf AT liblime DOT com>

Koha is distributed under the GNU GPL. Please read the file LICENSE for
more details.

To install or upgrade Koha, please see the INSTALL file.

Please report any bugs to the koha mailing lists or bug tracker and we
will try to fix them in a future release. The main koha web site is
http://www.koha.org/