lengthen cardnumber to 16 and make it unique
[koha.git] / acqui.simple /
2003-11-06 tipaulbugfix for #384
2003-09-04 tipaulremoving warning
2003-09-04 tipaulfix for 565 : item barcode not checked unique
2003-08-06 tipaulfixing bug in char decoding
2003-06-26 tipaulsmall fix for biblio modif : when modifying a biblio...
2003-06-20 tipaulrepetable field support.
2003-06-19 tipaulpartial work for repetable fields.
2003-06-17 tipaulimprovments/fixes for z3950 support.
2003-06-05 tipaulunused script
2003-06-04 tipaulmoving breeding farm import to parameters page (GUI...
2003-05-21 tipaul*** empty log message ***
2003-05-11 rangiMostly templated.
2003-05-09 rangiThis script is now templated
2003-05-04 rangiContinuing work on the nonmarc simple acq
2003-05-04 rangiWe have a simple acquisitions system without marc mostl...
2003-04-29 tipaulreally proud of this commit :-)
2003-04-28 tipaulThose fixes solves the "internal server error" with...
2003-04-22 tipaul1st draft for z3950 client import.
2003-04-10 tipaulFix some bugs :
2003-04-04 tipaullast commits before 1.9.1
2003-04-01 tipaulfixes
2003-03-19 tipaulfixing bug when a search gets more than 10 biblios...
2003-03-07 tipaulbugfixes + adding buttons to switch between normal...
2003-02-19 wolfpac444Removed the unecessary $dbh argument from being passed.
2003-02-12 tipaulSupport for 000 -> 010 fields.
2003-02-03 acliMinor factoring in C4/Biblio.pm, plus change to export...
2003-02-03 acliAdded some POD, minor comment fixes
2003-02-02 acliMoved C4/Charset.pm to C4/Interface/CGI/Output.pm
2003-01-28 tipaulremoving use MARC::Charset
2003-01-28 tipauluser can now search in breeding farm with isbn/issn...
2003-01-26 acliHandle non-latin1 charsets
2003-01-23 tipaulupgrading import in breeding farm (you can now search...
2003-01-21 tipaulcharacter encoding ISO646 => 8859-1, first draft
2003-01-20 acliHandle meta tags for non-latin1 charsets
2003-01-19 acliPreliminary fix of the CGI.pm problem of always assumin...
2003-01-14 tipaullittle improvments (mandatory subfields in item appear...
2003-01-14 tipaulwarn removing
2003-01-14 tipaulbugfix : use gettemplate_and_user instead of gettemplate.
2003-01-06 tipaulremoving trailing #
2002-12-19 tipaulminor bugfix (for biblio modification)
2002-12-12 tipauladding authentification with Auth.pm and
2002-12-10 tipaul* bugfixes
2002-12-02 tipaulbugfixes : enable entering a biblio without isbn
2002-11-22 tipaulmoved to misc
2002-11-22 tipaulmoving z3950 related scripts to specific dir
2002-11-22 tipaulsmall bugfix
2002-11-21 tipauldeleting unused scripts
2002-11-19 tipaulroad to 1.3.2
2002-11-12 tipaulroad to 1.3.2 :
2002-10-25 tipaulRoad to 1.3.2
2002-10-22 tipaulroad to 1.3.2 : adding a biblio in MARC format.
2002-10-16 arensbAdded a FIXME comment.
2002-10-16 arensbAdded some FIXME comments.
2002-10-15 tipaulroad to 1.3.2. Full rewrite of marcimport.pl.
2002-10-14 tipaulmerging arens + my modifs/bugfixes
2002-10-13 arensbReplaced expressions of the form "$x = $x <op> $y"...
2002-10-13 arensbAdded magic RCS comment.
2002-10-13 arensbAdded magic RCS comment.
2002-10-13 arensbAdded a FIXME comment.
2002-10-11 arensbReplaced &requireDBI with C4::Context->dbh, thus making...
2002-10-09 tonnesenswitched from picktemplate() to gettemplate()
2002-10-07 arensbAdded a FIXME comment.
2002-10-05 arensbMerged with arensb-context branch: use C4::Context...
2002-08-14 tonnesenAdded copyright statement to all .pl and .pm files
2002-07-24 tipaulNow, the acqui.simple system...
2002-07-02 tonnesenmerging changes from rel-1-2
2002-06-20 tonnesen47 files to go, 47 files to go, take one down, pass...
2002-06-20 tonnesenThird in the series of branch merges. Starting to...
2002-06-20 tonnesenMore merges in from rel-1-2
2002-06-20 tipaultrying to merge rel-1-2 into main branch... test with...
2002-05-23 amillarMoved addition of Biblioitem to separate subroutine
2002-05-22 truth_nzUpdate to acqui.simple system. Hopefully this is a...
2002-05-22 amillarAdd biblio using C4::Acquisitions newbiblio
2002-05-21 amillarAdd item using newitem() from C4::Acquisitions.pm
2002-05-20 amillarSome code cleanup. Created subroutines for ISBN checksum,
2002-05-15 rangiNow uses KeywordSearch from C4::Search rather than...
2002-05-15 tonnesenFixed search.pl so that next and previous buttons work...
2002-05-15 truth_nzFixed a few warnings.
2002-05-14 truth_nzAdded code to allow deleting of biblioitems
2002-05-06 truth_nzFixed bug due to way hashes take values. Was stopping...
2002-05-03 truth_nzBug fixes to get the new acqui.simple system working.
2002-04-29 truth_nzscripts for new acqui.simple system
2002-04-29 truth_nzModifications for new acqui.simple
2002-04-16 tonnesenAdded some comments detailing how MARC fields are mappe...
2002-04-16 tonnesenFixed typo
2002-04-16 tonnesenThis is my bulk MARC record importing tool. Feel free...
2002-04-03 rangiMore work on the addbooks scripts, committing on behalf...
2002-03-31 rangiFixed the holding branch insertion code. It was inserti...
2002-03-31 rangiFixing branches
2002-03-31 rangiDraws list of branches from the branches table now...
2002-02-01 tonnesenChanges from a long time ago that I don't even remember...
2001-11-06 tonnesenMinor changes
2001-11-06 tonnesenModified version of addbooks.pl that uses LCCN as base...
2001-11-06 tonnesenContinuing work on Z39.50 search tool. Daemon now...
2001-11-03 tonnesenZ39.50 now stores list of servers to query in a databas...
2001-11-02 tonnesenDaemon to process the queue of pending Z39.50 searches...
2001-11-02 tonnesenAdded Z39.50 searching capability, and MARC file upload...
2001-11-01 tonnesenUse MARC controlnumber as a unique identifier for MARC...
2001-10-05 tonnesenAdded rudimentary marc importing tool. Just takes...
2001-10-05 tonnesenAdded simple acquisitions script