Added check that programs are being run as root.
[koha.git] / acqui.simple /
2002-07-05 tonnesenFixing some bugs in marcimport.pl that broke uploading...
2002-07-03 tonnesenmax(barcode) was getting incremented twice when adding...
2002-06-30 tonnesenModified processz3950queue to create a pid file in...
2002-06-29 amillarAllow DEFAULT as input to addz3950search.
2002-06-28 tonnesenGot rid of white text on black, replaced with black...
2002-06-28 tonnesenmarcimport.pl will print an error message if it can...
2002-06-28 tonnesenz3950queue now listens for a -HUP signal before process...
2002-06-27 tonnesen$deweyinput was always defined (it's an HTML input...
2002-06-27 tonnesenApplying patch from Matt Kraai to pick F or NF based...
2002-06-27 tonnesenRe-enabling the max(barcode) + 1 behaviour. Checks...
2002-06-26 tonnesenMissing wait() call caused a lot of zombie processes...
2002-06-26 tonnesenOkay, so I added the $barcode parameter to a comment...
2002-06-26 tonnesenBug fix. Single quotes were causing $KohaZ3950Shell...
2002-06-26 amillarMake directory variable name more explanatory
2002-06-26 amillarFix display of marc tag labels and indicators
2002-06-26 amillarRemoved subroutines now existing in modules: extractmar...
2002-06-25 tonnesenBarcodes aren't necessarily numeric
2002-06-25 tonnesenBug fix. Again, it's not sufficient that they are...
2002-06-25 tonnesenBug Fix. It's not good enough that the field is define...
2002-06-20 tonnesenBranch Merges.
2002-06-14 amillarSplit biblio functions in Acquisitions.pm out to new...
2002-06-14 amillarMove checkvalidisbn subroutine to Input.pm
2002-06-14 amillarParameter check routine for DBI handle
2002-06-12 amillarfix array handling bug in Marc formatted display
2002-06-12 amillarStreamline z3950 search results
2002-06-12 amillarfix bug in arrayed subfields
2002-06-11 amillarScripts for Z39.50 search daemon
2002-06-10 amillarimproved table-driven Marc mapping
2002-06-09 amillarMinor cleanups and comments
2002-06-09 amillarSync biblioitems fields between acqui, acqui.simple...
2002-06-06 amillarminor comments and cosmetics
2002-06-06 amillarAll MARC file format decoding isolated to single subrou...
2002-06-05 amillarFix subject array handling
2002-06-05 amillarAll mapping of MARC tags to Koha db fields isolated...
2002-06-03 amillarIsolate MARC tag decoding into common subroutine for...
2002-06-03 amillarSplit z3950 search results into subroutines
2002-06-02 amillarClean up z3950 menu
2002-06-01 amillarMove more item handling code to subroutines
2002-06-01 amillarMisc cleanups; move subroutines to end of file
2002-05-31 amillarError handling in biblio/biblioitem addition
2002-05-29 amillarMoved addition of Biblioitem to separate subroutine
2002-05-28 amillarAdd biblio using C4::Acquisitions newbiblio
2002-05-28 amillarAdd item using newitem() from C4::Acquisitions
2002-05-27 amillarSome code cleanup. Created subroutines for ISBN checksum,
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