koha.git
2002-06-01 tonnesenAdded checking for option to run unsafe database tests...
2002-05-31 patequick updates/corrections
2002-05-31 tonnesenSkeleton test file for Catalogue.pm. Fails miserably...
2002-05-31 pateupdated testing
2002-05-31 tonnesenremoved another _sergey
2002-05-31 tonnesenremoved fieldid in favour of tagid, removed _sergey...
2002-05-31 tonnesenSplitting into separate tag and subfield tables
2002-05-30 tonnesenBenchmark script for sergey's schema
2002-05-30 tonnesenNew benchmark run to test Sergey's schema
2002-05-30 tipaul* modification of tables/row names : *_tag_* replaced...
2002-05-30 tipaulsome more cleaning : removed duplicated row, added...
2002-05-30 finlaytMost everything is fixed now in returns, including...
2002-05-29 tonnesenStarted modifications to match new marc schema
2002-05-29 tonnesenChanged subfieldmark back to subfieldcode
2002-05-29 tonnesenFurther simplifications to the marc schema specification
2002-05-29 tonnesenScript for printing barcode labels. Running this scrip...
2002-05-29 finlaytChanged the returnbook method to use CheckReserves...
2002-05-29 finlaytFixed up the reserves code to use the new Reserves2...
2002-05-29 finlaytSome small changes in transferbook: uses the new Reserv...
2002-05-29 finlaytAdded some subroutines.
2002-05-29 finlaytAdded the reserves functionality. Now calls a bunch...
2002-05-27 dragon28fixed typo
2002-05-23 amillarAdded "lccn" and "marc" fields to newbiblioitem
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 tonnesenFirst attempt at a perl data structure for marc records
2002-05-22 amillarAdd biblio using C4::Acquisitions newbiblio
2002-05-22 rangiFixing syntax error
2002-05-21 amillarFix typo in booksellerid field name
2002-05-21 amillarAdd item using newitem() from C4::Acquisitions.pm
2002-05-21 amillarFix warning about use of undefined variable, found...
2002-05-21 amillarModularize table creation, driven by hash instead of...
2002-05-21 amillarAdd comments, make branchrelations consistent with...
2002-05-21 rangiSome minor changes to get detail.pl and moredetail...
2002-05-21 rangiFixing ItemInfo2 to ItemInfo
2002-05-20 amillarSome code cleanup. Created subroutines for ISBN checksum,
2002-05-19 rangiAdding in publisher and abstract as search fields
2002-05-18 amillarSome cleanup, reformatting, fix some undeclared variables
2002-05-18 amillarRemoving Catalogue.pm because it doesn't compile cleanl...
2002-05-18 finlaytChanged the wording of error message from:
2002-05-18 finlaytfixed a little bug with cookies and setting the branch...
2002-05-18 finlaytimprooved layout and branch and printer settings are...
2002-05-18 finlaytCompletely new. This file handles the issues, and sets...
2002-05-18 finlaytfixed the branch and printer setting mechanism
2002-05-18 finlaytscript for changing the branch and printer settings...
2002-05-17 tonnesenBenchmarking files for comparing performance of two...
2002-05-16 tonnesenFew more changes... not much to look at yet, still...
2002-05-16 tonnesenUsed subfieldcode where I should have used subfieldid...
2002-05-16 tonnesenAdded marc_NXX_subfield_table tables
2002-05-16 tonnesenStarting rewrite of Catalogue.pm using Paul's new marc...
2002-05-16 tipaulBeginning of marc stuff :
2002-05-16 rangiJust a little fix to make it display an add variable...
2002-05-15 tipaulsmalll bugfixes and code cleaning. See mail in koha...
2002-05-15 tipaulUpdate of systempreferences table structure and admin...
2002-05-15 tipaulsmall bugfix : adding bibdata only if exist
2002-05-15 tipaulnewsubtitle called only if title exist
2002-05-15 tipaulbugfix : link corrected to acquisition
2002-05-15 rangiNow uses KeywordSearch from C4::Search rather than...
2002-05-15 rangiFirst cut of moredetail.pl using html::template
2002-05-15 rangiReverting back to old search.pl (for now)
2002-05-15 tonnesenDarn. Committed over old search.pl... really going...
2002-05-15 tonnesenFixed search.pl so that next and previous buttons work...
2002-05-15 truth_nzFixed a few warnings.
2002-05-15 truth_nzPatch to acqui system to use new newbiblioitem() parameters
2002-05-15 rangiHtml::Templated version of detail.pl,
2002-05-14 rangiShifted picktemplate out into C4::Output.pm
2002-05-14 tonnesenBug that prevented picking alternate themes from default
2002-05-14 tonnesenFixed some breakage...
2002-05-14 rangiMade a wrapper function catalogsearch
2002-05-14 rangiNow works with all searches, this plus the templates...
2002-05-14 tonnesenModifications to use new template directory structure...
2002-05-14 tipaulFirst, run updater/thesaurus_create.pl.
2002-05-14 tipaulDB query optimisation
2002-05-14 tipaul* getallorders now returns only not fully recieved...
2002-05-14 truth_nzAdded code to allow deleting of biblioitems
2002-05-13 tonnesenAdded cell padding back in to table for default.tmpl
2002-05-13 tonnesenFixed reference to newsearch.pl instead of search.pl
2002-05-13 tonnesenFixed some problems in default.tmpl
2002-05-13 tonnesenCalculate itemcount in Search.pm if using new template...
2002-05-13 tonnesenChanges:
2002-05-13 rangiWill work now with the existing C4/Search.pm at least...
2002-05-13 tipauloops, removing 3 test lines... (ending by a die !)
2002-05-13 tipaulBugfixes : removes some hard coded trailing dates in...
2002-05-13 truth_nzbug fix to actually save the changes made to an website...
2002-05-12 truth_nzChanges to allow modifications to the website biblioitems
2002-05-12 truth_nzNew files, and changes to add associated webstes to...
2002-05-12 rangiCommitting Paul's changes into the main branch, and...
2002-05-11 rangiStarting Makefile.PL and starting work on pod inside...
2002-05-10 tonnesenSmall cleanups. We really need to hash out some standa...
2002-05-10 tonnesenCleaned up formatting of dewey number before returning...
2002-05-10 tonnesenModified Search.pm to work with HTML::Template search...
2002-05-10 tonnesenModified to use Search.pm and KeywordSearch().
2002-05-10 tonnesenFixed startfrom in template links in header
2002-05-10 tonnesenStill playing. Added a "next record" link
2002-05-10 tonnesenAdded ability to switch between two templates. One...
2002-05-10 tonnesenNow using real data. Returns first 20 records where...
2002-05-10 tonnesenPut Dewey back in template file
2002-05-10 tonnesenStarting to play with HTML::Template
2002-05-10 rangiJust adding some spaces to test the new cvs-koha list
2002-05-09 truth_nzUpdate to catalogue to allow change of biblio abstracts.
next