Koha/C4
tipaul 4cf30123a4 1st commit to go to zebra.
don't update your cvs if you want to have a working head...

this commit contains :
* updater/updatedatabase : get rid with marc_* tables, but DON'T remove them. As a lot of things uses them, it would not be a good idea for instance to drop them. If you really want to play, you can rename them to test head without them but being still able to reintroduce them...
* Biblio.pm : modify MARCgetbiblio to find the raw marc record in biblioitems.marc field, not from marc_subfield_table, modify MARCfindframeworkcode to find frameworkcode in biblio.frameworkcode, modify some other subs to use biblio.biblionumber & get rid of bibid.
* other files : get rid of bibid and use biblionumber instead.

What is broken :
* does not do anything on zebra yet.
* if you rename marc_subfield_table, you can't search anymore.
* you can view a biblio & bibliodetails, go to MARC editor, but NOT save any modif.
* don't try to add a biblio, it would add data poorly... (don't try to delete either, it may work, but that would be a surprise ;-) )

IMPORTANT NOTE : you need MARC::XML package (http://search.cpan.org/~esummers/MARC-XML-0.7/lib/MARC/File/XML.pm), that requires a recent version of MARC::Record
Updatedatabase stores the iso2709 data in biblioitems.marc field & an xml version in biblioitems.marcxml Not sure we will keep it when releasing the stable version, but I think it's a good idea to have something readable in sql, at least for development stage.
2005-08-09 14:10:27 +00:00
..
Barcodes adding barcode generator to Koha 2004-09-20 15:03:27 +00:00
Circulation synch'ing 2.2 and head 2005-08-04 13:27:37 +00:00
Interface/CGI moving language chooser to the main page. 2004-08-16 12:48:52 +00:00
Accounts.pm Fixing a line that was throwing up warnings when running the script with -w 2005-05-14 22:20:17 +00:00
Accounts2.pm synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
Acquisition.pm Code necessary for IndependantBranches parameter to work. Should have been committed sooner... 2005-08-08 08:42:32 +00:00
Amazon.pm Added some minimal docs to Amazon.pm 2005-01-25 17:23:33 +00:00
Auth.pm adding emailaddress to user context. 2005-08-05 14:43:44 +00:00
Auth_with_ldap.pm synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
Authorities.pm synch'ing 2.0.0 branch (RC4 tag) and head 2004-02-11 08:42:01 +00:00
AuthoritiesMarc.pm synch'ing 2.2 and head 2005-08-04 13:27:37 +00:00
Biblio.pm 1st commit to go to zebra. 2005-08-09 14:10:27 +00:00
BookShelves.pm adding bookshelf features : 2004-12-16 11:30:57 +00:00
Boolean.pm Forgot to take out debugging code 2003-02-06 07:07:54 +00:00
Breeding.pm synch'ing 2.2 and head 2005-05-04 15:39:07 +00:00
Bull.pm 2 new features : 2005-08-05 14:47:23 +00:00
Context.pm adding emailaddress to user context. 2005-08-05 14:43:44 +00:00
Database.pm Added magic RCS comment. 2002-10-13 07:31:21 +00:00
Date.pm fix for #229 2003-04-08 11:30:55 +00:00
Format.pm Replaced expressions of the form "$x = $x <op> $y" with "$x <op>= $y". 2002-10-13 11:32:14 +00:00
Groups.pm DBI call fix for bug 662 2003-12-15 10:49:46 +00:00
Input.pm synch'ing 2.2 and head 2005-08-04 13:27:37 +00:00
Koha.pm moving language chooser to the main page. 2004-08-16 12:49:42 +00:00
Letters.pm adding some fields available for Letters 2005-08-05 15:50:46 +00:00
Log.pm minor (graphic) changes in log viewer 2005-08-08 09:11:54 +00:00
Maintainance.pm Adding Log Facility. 2005-07-15 16:10:31 +00:00
Members.pm synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
Output.pm synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
Print.pm Fix for bug 865 2004-11-28 08:32:36 +00:00
Query.pm Starting on C4::Query, 2004-03-07 01:49:34 +00:00
Reserves2.pm fix for : 2004-12-15 10:47:09 +00:00
Scan.pm Added a POD of sorts. 2002-10-07 00:48:50 +00:00
Search.pm Commenting out warn call 2005-05-14 22:05:44 +00:00
SearchBiblio.pm two new files 2005-06-03 17:01:53 +00:00
SearchMarc.pm synch'ing 2.2 and head 2005-08-04 13:27:37 +00:00
SearchMarcTest.pm proof of concept for inverted index tables for search 2005-05-27 09:30:23 +00:00
Security.pm Added magic RCS comment. 2002-10-13 07:31:21 +00:00
Shelf.pm DBI call fix for bug 662 2003-12-15 13:41:43 +00:00
SimpleMarc.pm Deleted unused variables. 2002-10-13 08:27:49 +00:00
Stats.pm Removing old print statement 2005-05-15 04:35:36 +00:00
Stock.pm DBI call fix for bug 662 2003-12-15 10:53:47 +00:00
Suggestions.pm Adding branch Independancy support for searchsugestion. 2005-07-26 17:01:11 +00:00
test.pl Removed trailing whitespace. 2002-10-13 09:31:35 +00:00
Z3950.pm fix fog bug #622 : processz3950queue fails 2003-10-01 15:08:14 +00:00