koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-devel] CVS: koha ChangeLog,1.1.2.3,1.1.2.4


From: Chris Cormack
Subject: [Koha-devel] CVS: koha ChangeLog,1.1.2.3,1.1.2.4
Date: Mon May 6 19:34:02 2002

Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv12743

Modified Files:
      Tag: rel-1-2
        ChangeLog 
Log Message:
Combined this with the old Changelog file, so it has the history since the
1.0 release

Will tar up and put up a new rc1 that contains the changelog and hints file.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/koha/koha/ChangeLog,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** ChangeLog   25 Apr 2002 19:47:05 -0000      1.1.2.3
--- ChangeLog   7 May 2002 02:32:58 -0000       1.1.2.4
***************
*** 1,14 ****
! 2002-04-25 09:12 pate
  
-       * output.t, testKoha.pl: added tests for Output.pm (nearing
-       complete coverage)
- 
-       * C4/Output.pm: added prototyping where possible, cleaned up some
-       compiler warnings, found and fixed an error in mkformnotable while
-       adding tests
- 
- 2002-04-25 06:57  pate   
- 
-       * koha.t: added fixEthnicity tests
  
  2002-04-17 14:35  pate
--- 1,4 ----
! Changelog since version 1.1.1
  
  
  2002-04-17 14:35  pate
***************
*** 495,1121 ****
        to get the items showing in date_due order
  
! 2001-07-12 04:12  pawelzc
! 
!       * translator/translator.readme: Spelling and english language
!       corrections.
! 
! 2001-07-05 14:37  rangi
! 
!       * deletemem.pl: Script to delete a member/patron
! 
! 2001-07-05 14:37  rangi
! 
!       * memberentry.pl: Fix to handle the delete call, redirects to
!       deletemem.pl
! 
! 2001-06-27 14:53  rangi
! 
!       * translator/translator.pl: Modified so that the first available
!       language is chosen if none is specified
! 
! 2001-06-26 15:27  tonnesen
! 
!       * C4/Catalogue.pm: Finished updateBiblioItem subroutine
! 
! 2001-06-26 15:13  rangi
! 
!       * translator/: translator.pl, translator.readme: Scripts to permit
!       koha webpages to display in different natural languages Courtesy of
!       Pawel Skuza
! 
! 2001-06-26 14:13  tonnesen
! 
!       * C4/Catalogue.pm: newBiblio subroutine completed.
! 
! 2001-06-26 13:17  tonnesen
! 
!       * C4/Catalogue.pm: Added biblioitems table update when
!       newBiblioItem() routine is called.
! 
! 2001-06-26 10:15  tonnesen
! 
!       * C4/Catalogue.pm: Beginning updateBiblio routine.
! 
! 2001-06-25 13:15  tonnesen
! 
!       * marc/viewmarc.pl: Prototype marc record viewer and editor.
! 
! 2001-06-25 13:12  tonnesen
! 
!       * marc/TODO: A TODO file for MARC support
! 
! 2001-06-25 12:43  tonnesen
! 
!       * C4/Catalogue.pm: Added skeletons of update routines.
! 
! 2001-06-25 12:07  tonnesen
! 
!       * marc/koha2marc: Minor documentation changes.
! 
! 2001-06-25 11:55  tonnesen
! 
!       * marc/koha2marc: Perl script to convert existing Koha tables to
!       the new MARC tables.
! 
! 2001-06-25 11:54  tonnesen
! 
!       * marc/deletemarc: SQL commands to clear all of the MARC tables. 
!       This is terribly dangerous, but I find it useful during the
!       development work.  :)
! 
! 2001-06-25 11:52  tonnesen
! 
!       * marc/marcschema.sql: Schema for MARC storage tables.  Blatantly
!       stolen from www.pytheas.org.  I also added the 0XX tables.
! 
! 2001-06-25 11:49  tonnesen
! 
!       * C4/Catalogue.pm: Cataloguing API.  Very early draft at this
!       point.
! 
! 2001-06-19 20:36  rangi
! 
!       * readingrec.pl, C4/Search.pm: Made a little change to allow the
!       reading record to be sorted, and now defaults to the last 50 items
!       borrowed
! 
! 2001-05-17 15:36  rangi
! 
!       * database.mysql: Changed the interim field in the items table, to
!       be paidfor The horowhenua librarians wanted a place to store
!       information when a lost item was paid for. The information is
!       removed if the item is ever returned.  The interim field was a
!       hangover from the previous system and wasnt be used so I stole it
!       :-)
! 
! 2001-05-15 16:05  rangi
! 
!       * C4/Accounts2.pm: More little bug fixes in the manual credits
!       section
! 
! 2001-05-09 16:29  rangi
! 
!       * C4/Circulation/Circ2.pm: Changed the way a lost book being
!       returned is handled.  If the book has already been paid for a
!       credit is added to their account.  And offset against any current
!       charges
! 
! 2001-05-09 16:26  rangi
! 
!       * updateitem.pl: Set up so marking a item lost, adds a charge for
!       the replacement price to a borrowers record (if it is on issue)
! 
! 2001-05-09 16:23  rangi
! 
!       * renewscript.pl: Fixed so renewing a rental item adds a charge
! 
! 2001-05-09 16:22  rangi
! 
!       * mancredit.pl, maninvoice.pl, C4/Accounts2.pm: Added facility to
!       do a cash refund.  Also HLT allows ppl to work off their bill,so
!       added a facility to do manual credit for that
! 
! 2001-05-08 17:05  rangi
! 
!       * C4/Circulation/Renewals2.pm: Renewing a rental or pay item from
!       the borrowers record screen Now adds a charge to the borrowers
!       account
! 
! 2001-05-02 16:06  tonnesen
! 
!       * groups.pl, C4/Groups.pm: Steve Tonnesen's K12Admin-specific (for
!       the time-being) group based overdue reports.
! 
! 2001-05-02 15:38  tonnesen
! 
!       * C4/Circulation/Circ2.pm: Added an overdue variable to the
!       itemdata returned by the currentissues subroutine.  This makes it
!       easier to pick out overdue items in other modules (ie circulation,
!       reports, etc.)
! 
! 2001-05-02 14:15  rangi
! 
!       * C4/Circulation/Circ2.pm: Fixed the code that adds a credit or
!       wipes a lost book charge from a borrowers account if said book is
!       returned
! 
! 2001-05-02 14:13  rangi
! 
!       * C4/Accounts2.pm: Added functions to add credits and invoices to
!       borrowers account
! 
! 2001-05-02 14:11  rangi
! 
!       * boraccount.pl, moremember.pl: Turned off the tidy accounts
!       feature in the view accounts screen (boraccount.pl) And got it so
!       outstanding credits are shown on the moremember.pl (view member
!       screen)
! 
! 2001-05-02 14:08  rangi
! 
!       * mancredit.pl, maninvoice.pl: Scripts to add manual invoices, or
!       credits to a borrower/member/patron's account.  Called from
!       boraccount.pl (ie the view account screen)
! 
! 2001-05-01 16:24  rangi
! 
!       * C4/Accounts2.pm: Fixed a bug in the return lost routine (when a
!       payment is made on a lost item) So that the correct date was being
!       recorded
! 
! 2001-04-19 17:31  rangi
! 
!       * circ/circulation.pl: Quick bodge to restrict the number of
!       returned books showing to 8.  (Request from the librarians here to
!       speed up the screen reload) Needs to be tidied up
! 
! 2001-04-17 19:51  rangi
! 
!       * C4/Accounts2.pm: Add functionality so that when the replacement
!       cost of a lost item is paid Its returned off the members/patrons
!       card. And a note is placed on the item saying that its been paid
!       for.  The item stays marked as lost. But the patron does not accrue
!       more fines
! 
! 2001-04-03 14:32  rangi
! 
!       * C4/Circulation/Circ2.pm, circ/circulation.pl: Making a change to
!       the way charges are handled, the system originally worked such that
!       if a borrower owed more than $5 issues werent allowed. This worked
!       fine except that often borrowers wish to borrows say 3 pay videos
!       at $2 each, then 2 books say. The three pay videos rack up charges
!       of $6 and then they cant issue the books until that is paid. 
!       Reworked so that it cares about previous charges, not the ones
!       accrued during current issue process.
! 
! 2001-04-02 15:51  rangi
! 
!       * pay.pl, stats.pl, C4/Accounts2.pm, C4/Stats.pm, sec/writeoff.pl:
!       Reworking statistics for payments and writeoffs
! 
! 2001-03-28 18:11  rangi
! 
!       * moremember.pl: Commenting out the code that doesnt allow renewals
!       if a renewal has already occured
! 
! 2001-03-27 19:00  rangi
! 
!       * circ/circulation.pl: Adding in javscript code to open a new
!       window for payments
! 
! 2001-03-27 18:23  rangi
! 
!       * C4/Circulation/Circ2.pm, circ/circulation.pl: Reworked layout of
!       issues section.
! 
! 2001-03-27 13:45  rangi
! 
!       * sec/writeoff.pl: Getting writeoff stats being stored as well
! 
! 2001-03-27 13:43  rangi
! 
!       * C4/: Accounts2.pm, Stats.pm: Modified the update stats routine to
!       store borrowernumbers also Passing borrowernumbers to update stats
!       from Account routines
! 
! 2001-03-22 14:20  rangi
! 
!       * circ/circulation.pl: Changes made by Glen to allow the
!       circulation module to work with a ASCII-wand, or CueCat (weird
!       encoded) input equally well.
!       
!       Do not bother installing the CueCat driver or any other software -
!       it's not needed.
! 
! 2001-03-18 14:06  rangi
! 
!       * overdue.pl: Script to list overdue books under the headings
!       Due-Date Patron Phone Title Author
!       
!       The patron can be email by clicking on the name (if the database
!       contains an email address for them)
!       
!       Courtesy of Glen Stewart
! 
! 2001-03-15 02:17  rangi
! 
!       * detail.pl, moredetail.pl: Added code to allow searches to be used
!       by catalogue maintenance
! 
! 2001-03-15 02:15  rangi
! 
!       * C4/Maintainance.pm, maint/catmaintain.pl: Added functionality to
!       allow invalid itemtype to be fixed
! 
! 2001-03-15 02:11  rangi
! 
!       * maint/shiftbib.pl: Script to shift a group to another biblio,
!       called as part of catalogue maintenance
! 
! 2001-03-13 14:41  rangi
! 
!       * catmaintain.pl, maint/catmaintain.pl: Shifted catmaintain.pl to a
!       dir that can be easily passowrd protected
! 
! 2001-03-13 14:04  rangi
! 
!       * catmaintain.pl, C4/Maintainance.pm: Got undeleting biblios going
!       (catalogue maintenance should probably be in a password protected
!       super librarian area or the like)
! 
! 2001-03-12 15:33  rangi
! 
!       * newbiblio.pl: Just realised this is supposed to be in the acqui/
!       dir (doh)
! 
! 2001-03-12 15:32  rangi
! 
!       * acqui/: acquire.pl, newbiblio.pl: Glens updates to automatically
!       increment barcode, and to remove hardcoded itemtypes in scripts
! 
! 2001-03-12 15:29  rangi
! 
!       * memberentry.pl: Modified to include Glen Stewarts automatic
!       member/patron cardnumber incrementation
! 
! 2001-03-12 15:15  rangi
! 
!       * newbiblio.pl: Script from Glen Stewart, i think to do with
!       simplified acqusitions module? (correct me if im wrong glen)
! 
! 2001-03-12 14:43  rangi
! 
!       * database.mysql: Database definition file, checked into cvs to
!       make keeping database current easier
! 
! 2001-03-07 13:12  rangi
! 
!       * insertdata.pl: Fixing stupid bug that was causing the sql insert
!       command to break if a person had a ' in their name
! 
! 2001-03-07 13:02  rangi
! 
!       * moremember.pl: Changing the form so it passes through a modify
!       value to tell the script to show the flags
! 
! 2001-03-06 17:48  rangi
! 
!       * insertdata.pl, memberentry.pl: Added the functionality to allow
!       librarians to manipulate the flag status on borrowers ie lost,
!       debarred, and gone no address
! 
! 2001-03-06 13:16  rangi
! 
!       * search.pl: Fixing " glitch in titles
! 
! 2001-03-06 13:13  rangi
! 
!       * opac-search.pl: Fixing a bug in the opac search that meant that
!       titles that contained " were caused the detail page to error
! 
! 2001-02-27 14:08  rangi
! 
!       * delbiblio.pl: Quick fix to stop ppl from being able to delete
!       biblios that have items attached
! 
! 2001-02-21 14:33  rangi
! 
!       * circ/circulation.pl: Rejigged printing issues, to print out
!       everything on issue to the borrower
! 
! 2001-02-21 14:27  rangi
! 
!       * stats.pl: Fixed a little glitch in the daily stats script that
!       meant it wasnt counting renewals
! 
! 2001-02-21 14:17  rangi
! 
!       * moremember.pl: Got a link from items on issue thru to item
!       details (like in the circ module) And also stopped already renewed
!       books from being renewable in the issues list
! 
! 2001-02-18 14:13  rangi
! 
!       * C4/Circulation/Circ2.pm: Little fix to the returnbook routine so
!       the correct branchcode is passed to the updatestats routine
! 
! 2001-02-13 18:41  rangi
! 
!       * circ/circulation.pl: A bodgy hack so that hitting enter in issues
!       (with no barcode) prints out the borrowers issue slip and starts a
!       new borrower
! 
! 2001-02-13 16:29  rangi
! 
!       * circ/circulation.pl: The Horowhenua libraries wanted less patron
!       and item information displaying at returns So Added some if
!       statements to not display patron addresses, and to only display the
!       title of the item These presumably would be changed to suit
!       individual libraries wants
! 
! 2001-02-13 16:27  rangi
! 
!       * C4/Circulation/Circ2.pm: Made some changes to checkreserve and
!       find_reserves, so that items are always displayed as reserved when
!       returned, not just once
! 
! 2001-02-11 14:44  rangi
! 
!       * detail.pl: Little fix so that if the item has no author
!       information, empty () dont disply
! 
! 2001-02-11 14:38  rangi
! 
!       * search.pl: Changing the front page search of the intranet site to
!       just be a keyword search
! 
! 2001-02-07 15:47  tonnesen
! 
!       * shelves.pl, C4/BookShelves.pm: Added header and log substition
!       variables
! 
! 2001-02-07 12:27  tonnesen
! 
!       * shelves.pl, C4/BookShelves.pm: Start of code to implement virtual
!       bookshelves in Koha.
! 
! 2001-02-05 10:48  tonnesen
! 
!       * loadmodules.pl, C4/Search.pm: loadmodules.pl allows redirection
!       to different modules based on systemprefs Added subroutine in
!       Search.pm load systemprefs from new systempreferences table in
!       database.  Initial use is to allow using my simplified acquisitions
!       module in place of vendor-based acquisitions module.  Default is
!       vendor-based module.
! 
! 2001-02-05 09:47  tonnesen
! 
!       * C4/Circulation/Circ2.pm: Added a couple of missing
!       $dbh->disconnect lines that were logging errors in apache log
!       files.
! 
! 2001-02-05 09:24  tonnesen
! 
!       * circ/circulation.pl: Fixed backgroundimage in circulation module.
!        Background image now displays only in header lines.
! 
! 2001-02-04 14:25  rangi
! 
!       * C4/Print.pm, circ/circulation.pl: Fixing printing error, now is
!       printing all of the days issues for borrower
! 
! 2001-01-31 20:09  rangi
! 
!       * circ/circulation.pl: Made sure the printer queue value was being
!       set before calling print
! 
! 2001-01-31 18:08  rangi
! 
!       * C4/Print.pm, C4/Circulation/Circ2.pm, circ/circulation.pl:
!       Attempting to get issues slip to print when borrower is finished
!       with
! 
! 2001-01-31 15:40  rangi
! 
!       * stats.pl: Fixed a bug that was meaning some payments werent
!       counted
! 
! 2001-01-31 14:09  rangi
! 
!       * C4/Circulation/Circ2.pm: Fixed a little bug in
!       getiteminformation, it wasnt returning item loanlength
! 
! 2001-01-31 13:38  rangi
! 
!       * C4/Output.pm, circ/circulation.pl: Added a line to Ouput.pm to
!       enable circulation to use its own includes Changed the look of
!       circulation.pl to the green/yellow colours
!       
!       Note: Steve, i added another variable $backgroundimage that sets
!       the background image for the main tables, so it should be
!       straightforward to change the look back to the colours you had if
!       you want to
! 
! 2001-01-31 11:34  rangi
! 
!       * moremember.pl: Changed it so you cant renew a book that is on
!       request, made a link from the on request text to the
!       request(reserve) data
! 
! 2001-01-31 10:14  tonnesen
! 
!       * circ/circulation.pl: Mostly just look changes, got rid of table
!       borders, alternating colors on table rows.  Some fixes to returned
!       items in returns module.
! 
! 2001-01-31 10:13  tonnesen
! 
!       * C4/Circulation/Circ2.pm: Return itemlist array, and itemlisttext
!       (text version of overdues) with overdue flag in
!       getpatroninformation()
! 
! 2001-01-25 16:39  rangi
! 
!       * misc/fines2.pl: Script to generate overdue fines.  Ideally run as
!       a cronjob each night
! 
! 2001-01-25 16:17  tonnesen
! 
!       * C4/Circulation/Circ2.pm, circ/circulation.pl: Returns module
!       lists recently returned items, cookies used to store branch and
!       printer preferences.
! 
! 2001-01-24 16:01  tonnesen
! 
!       * C4/Circulation/Circ2.pm, circ/circulation.pl: Refined Returns
!       module.  Added ability to select branch and printer.  Fixed charges
!       for rental items.
! 
! 2001-01-23 15:48  tonnesen
! 
!       * C4/Circulation/Circ2.pm, circ/circulation.pl: Changes to web
!       circulation module: rudimentary returns module, arbitrary due date
!       for issues, flag info displayed, overdue books are displayed in
!       red.
! 
! 2001-01-22 16:12  tonnesen
! 
!       * C4/Circulation/Circ2.pm, circ/circulation.pl: Fixed a bug in
!       issuing reserved books.  Was calling non-existent printreserve
!       subroutine
! 
! 2001-01-22 15:48  tonnesen
! 
!       * C4/Circulation/Circ2.pm, circ/circulation.pl: Started work on a
!       web-based circulation interface.
! 
! 2001-01-17 15:45  tonnesen
! 
!       * C4/Circulation/Circ2.pm, tkperl/tkcirc: Added support for showing
!       patron flags in the issues module.  Moved popup message windows to
!       a Toplevel widget instead of a message widget.  Toplevel widgets
!       come up much faster than message widgets.
! 
! 2001-01-16 15:34  rangi
! 
!       * C4/Circulation/Fines.pm: Fixing a glitch in the fines routine,
!       was failing if adding a new fine to the same user for the same item
! 
! 2001-01-15 11:31  tonnesen
! 
!       * C4/Circulation/Circ2.pm: API for circulation modules
! 
! 2001-01-15 11:22  tonnesen
! 
!       * tkperl/tkcirc: Now uses Circ2.pm generic interface subroutines.
! 
! 2001-01-09 12:47  tonnesen
! 
!       * tkperl/tkcirc: Moved returned item list from a scrolled text box
!       to a scrolled table.
! 
! 2001-01-09 09:36  tonnesen
! 
!       * tkperl/tkcirc: First release of Perl/Tk circulation interface
! 
! 2001-01-05 09:47  tonnesen
! 
!       * C4/Output.pm: Renamed koha.conf config entry from "path" to
!       "includes", which is more meaningful in the koha.conf file.
! 
! 2001-01-05 09:39  tonnesen
! 
!       * C4/Circulation/Main.pm: Modified getbranch() and getprinter()
!       subroutines to not pop up a menu if there is only one branch or one
!       printer, but just select the single option automatically.
! 
! 2001-01-05 08:30  tonnesen
! 
!       * C4/Output.pm: Added support for moving path=... variable to
!       /etc/koha.conf
! 
! 2000-12-21 11:56  rangi
! 
!       * C4/Database.pm: Shifted Database connection variables out into a
!       configuration file The permissions on this config file should also
!       be strict, since they contain the database password.  At a minimum,
!       the apache user needs to be able to read it, as well as any other
!       user that runs circ.  I would suggest ownership of
!       www-data.libadmins with no access to others.  libadmins contain all
!       users that use circ
!       
!       destined for v1.08
! 
! 2000-12-19 15:45  rangi
! 
!       * boraccount.pl, borrwraper.pl, catmaintain.pl, charges.pl,
!       currency.pl, delbiblio.pl, delitem.pl, detail.pl, fines.pl,
!       imemberentry.pl, insertdata.pl, insertidata.pl, insertjdata.pl,
!       jmemberentry.pl, member.pl, memberentry.pl, modbib.pl,
!       modbibitem.pl, moditem.pl, modrequest.pl, moredetail.pl,
!       moremember.pl, newimember.pl, newjmember.pl, newmember.pl,
!       opac-search.pl, orderbreakdown.pl, pay.pl, placerequest.pl,
!       readingrec.pl, renewscript.pl, reports.pl, request.pl,
!       reservereport.pl, reservereport.xls, search.pl, showbudget.pl,
!       simpleredirect.pl, stats.pl, stats2.pl, subjectsearch.pl,
!       tidyaccounts.pl, updatebibitem.pl, updatebiblio.pl,
!       updatecharges.pl, updateitem.pl, C4/Accounts.pm, C4/Accounts2.pm,
!       C4/Acquisitions.pm, C4/Circmain.pm, C4/Circulation.pm,
!       C4/Database.pm, C4/Format.pm, C4/Input.pm, C4/InterfaceCDK.pm,
!       C4/Maintainance.pm, C4/Output.pm, C4/Print.pm, C4/Reserves.pm,
!       C4/Reserves2.pm, C4/Scan.pm, C4/Search.pm, C4/Security.pm,
!       C4/Stats.pm, C4/Stock.pm, C4/Circulation/Borrissues.pm,
!       C4/Circulation/Borrower.pm, C4/Circulation/Fines.pm,
!       C4/Circulation/Issues.pm, C4/Circulation/Main.pm,
!       C4/Circulation/Renewals.pm, C4/Circulation/Renewals2.pm,
!       C4/Circulation/Returns.pm, C4/Interface/AccountsCDK.pm,
!       C4/Interface/BorrowerCDK.pm, C4/Interface/FlagsCDK.pm,
!       C4/Interface/RenewalsCDK.pm, C4/Interface/ReserveentCDK.pm,
!       acqui/acquire.pl, acqui/addorder.pl, acqui/basket.pl,
!       acqui/finishreceive.pl, acqui/modorders.pl, acqui/newbasket.pl,
!       acqui/newbasket2.pl, acqui/newbiblio.pl, acqui/order.pl,
!       acqui/receive.pl, acqui/recieveorder.pl, acqui/supplier.pl,
!       acqui/updatesupplier.pl, misc/fixborrower.pl, misc/fixcatalog.pl,
!       misc/fixorders.pl, misc/fixorders.pl2, misc/fixrefs.pl,
!       misc/makebaskets.pl, misc/makeformats.pl, misc/tidyaccounts.pl,
!       sec/writeoff.pl, telnet/borrwraper.pl, telnet/circ,
!       telnet/doreturns.pl, telnet/issuewrapper.pl,
!       telnet/returnswrapper.pl, telnet/startint.pl: Initial revision
! 
! 2000-12-19 15:45  rangi
! 
!       * boraccount.pl, borrwraper.pl, catmaintain.pl, charges.pl,
!       currency.pl, delbiblio.pl, delitem.pl, detail.pl, fines.pl,
!       imemberentry.pl, insertdata.pl, insertidata.pl, insertjdata.pl,
!       jmemberentry.pl, member.pl, memberentry.pl, modbib.pl,
!       modbibitem.pl, moditem.pl, modrequest.pl, moredetail.pl,
!       moremember.pl, newimember.pl, newjmember.pl, newmember.pl,
!       opac-search.pl, orderbreakdown.pl, pay.pl, placerequest.pl,
!       readingrec.pl, renewscript.pl, reports.pl, request.pl,
!       reservereport.pl, reservereport.xls, search.pl, showbudget.pl,
!       simpleredirect.pl, stats.pl, stats2.pl, subjectsearch.pl,
!       tidyaccounts.pl, updatebibitem.pl, updatebiblio.pl,
!       updatecharges.pl, updateitem.pl, C4/Accounts.pm, C4/Accounts2.pm,
!       C4/Acquisitions.pm, C4/Circmain.pm, C4/Circulation.pm,
!       C4/Database.pm, C4/Format.pm, C4/Input.pm, C4/InterfaceCDK.pm,
!       C4/Maintainance.pm, C4/Output.pm, C4/Print.pm, C4/Reserves.pm,
!       C4/Reserves2.pm, C4/Scan.pm, C4/Search.pm, C4/Security.pm,
!       C4/Stats.pm, C4/Stock.pm, C4/Circulation/Borrissues.pm,
!       C4/Circulation/Borrower.pm, C4/Circulation/Fines.pm,
!       C4/Circulation/Issues.pm, C4/Circulation/Main.pm,
!       C4/Circulation/Renewals.pm, C4/Circulation/Renewals2.pm,
!       C4/Circulation/Returns.pm, C4/Interface/AccountsCDK.pm,
!       C4/Interface/BorrowerCDK.pm, C4/Interface/FlagsCDK.pm,
!       C4/Interface/RenewalsCDK.pm, C4/Interface/ReserveentCDK.pm,
!       acqui/acquire.pl, acqui/addorder.pl, acqui/basket.pl,
!       acqui/finishreceive.pl, acqui/modorders.pl, acqui/newbasket.pl,
!       acqui/newbasket2.pl, acqui/newbiblio.pl, acqui/order.pl,
!       acqui/receive.pl, acqui/recieveorder.pl, acqui/supplier.pl,
!       acqui/updatesupplier.pl, misc/fixborrower.pl, misc/fixcatalog.pl,
!       misc/fixorders.pl, misc/fixorders.pl2, misc/fixrefs.pl,
!       misc/makebaskets.pl, misc/makeformats.pl, misc/tidyaccounts.pl,
!       sec/writeoff.pl, telnet/borrwraper.pl, telnet/circ,
!       telnet/doreturns.pl, telnet/issuewrapper.pl,
!       telnet/returnswrapper.pl, telnet/startint.pl: Files shifted into
!       Sourceforge CVS
! 
--- 485,627 ----
        to get the items showing in date_due order
  
! #Version 1.1.1
! Last release before MARC support
! - Mainly bugfixes. Lots of little glitches in web circulation and members
!   dealt with.
! - Fixed bugs in the manual accounts section
! 
! New Features.
! - Courtesy of Pawel Skuza: A little script that allows multiple language
!   interfaces to koha. Read the scripts/translator/translator.readme for a
!   better explanation.
! - Deleting members/borrowers now works
! 
! 
! #Version 1.1.0
! A Huge amount of changes, many thanks to Glen Stewart and Steve Tonnesen
! -Shifted configuration variables out of Database.pm in the koha.conf (should
!   live in /etc/koha.conf
! - Little fix in detail.pl so that empty () dont display when an item doesnt
!   have an author
! - Added loadmodules.pl
!   loadmodules.pl allows redirection to different modules based on systemprefs
!   Added subroutine in Search.pm load systemprefs from new systempreferences
!   table in database.  Initial use is to allow using my simplified acquisitions
!   module in place of vendor-based acquisitions module.  Default is
!   vendor-based module
! - Changed moremember.pl
!   Fixed so you cant renew and already renewed book, or a book that is on
!   reserve(request)
! - Added shelves.pl
!   Start of code to implement virtual bookshelves
! - Changed stats.pl
!   Fixed a bug that was stopping renewals being counted
! - Added circ/circulation
!   Script to handle issues and returns from web
! - Added tkperl/tkcirc
!   Start of tkperl based circulation module
! - Added C4/Bookshelves.pm
!   Module to facilitate virtual bookshelves
! - Changed C4/Database.pm
!   Shifted configuration variables out of module
! - Changed C4/Search.pm
!   Added subroutine in Search.pm load systemprefs from new systempreferences
!   table in database.  Initial use is to allow using my simplified acquisitions
!   module in place of vendor-based acquisitions module.  Default is
!   vendor-based module.
! - Added C4/Circulation/Circ2.pm
!   API for circulation, huge thanks to Steve Tonnesen address@hidden for
!   this.
!   
! - Plus lots of little html changes
! 
! 
! #Version 1.07
! Lots of changes
! Included Glen Stewarts (address@hidden)
! koha.sql generator script, for importing data into koha (koha-sql-generator)
! Additions:
! - currency.pl - Script to allow for exchange rates to be modified
! - tidyaccounts.pl - Script to tidy up a borrowers account (still needs work)
! - catmaintain.pl - Script to do catalogue maintenance,
!   only does subject maintenance at the moment
!   nessecitated a change in index.html
! 
! Changes
! - Changed the Statistics table.
!   Use databasepatch1.06-1.07 to implement
!   mysql -uusername -ppassword databasename < databasepatch1.06-1.07
! - Moredetail.pl
!   Added link to acqusition data from accession date
! - Search.pl
!   Fixed dewey search, was only returning first screen of results
! - Stats.pl
!   New daily stats report, runs much faster
! - C4/Acquisitions.pm
!   Fixing bug in modify order, allowing changing of bookfund when receiving
! - C4/Maintainance.pm
!   Module containing functions used in catalogue maintenance
! - C4/Search.pm
!   Tidying up error handling, slight modification to title search
! - C4/Stats.pm
!   Changed updatestats routine so it stores itemnumbers and itemtypes
! - C4/Circulation/Issues.pm
!   Updated call to update stats so itemtype and itemnumber are passed
! - C4/Circulation/Main.pm
!   Fixing glitch in checkreserve function which meant some reserves werent
!   marked as being filled
! - C4/Circulation/Returns.pm
!   Updated call to update stats so itemnumber is passed
! - C4/Circulation/Renewals.pm
!   Updated call to update stats so itemnumber is passed
! - C4/Circulation/Renewals2.pm
!   Updated call to update stats so itemnumber is passed
! - acqui/acquire.pl
!   Fixed so bookfunds can be changed
! - acqui/addorder.pl
!   Modify order working better
! - acqui/finishreceive.pl
!   Setting quantity ordered to 0 cancels order now
! - acqui/newbiblio.pl
!   Fixed so estimated prices show correctly
!   And recommended retail price shows if known
! 
! - index.html (intranet) added link to catalogue maintenance section
! 
! #Version 1.06
! Seperate forms for adding institutions or children as members/patrons.
! Additional authors being search as part of Author search
! Optimised catalogue searches.
! Fixed deleting orders bug in acquisitions
! Got book title showing up on reserve charge
! 
! #Version 1.05
! Fixing reserves/requests, so that only items in the group requested (not
! whole biblio) trigger the reserves flag.
! Fixed bad behaviour in subject search.
! Got Dewey decimal search going
! Got receript summary screen in acquisitions working better
! Fixing more spelling mistakes
! 
! #Version 1.04
! Tidying up tarball, fixing some spelling mistakes
! 
! #Version 1.03
! Some fairly major changes
! All books waiting for a borrower are now showing on their card in the telnet
! screen.
! Reference books never being able to the public
! Reworked searches, allowing class search to combine with the title, author
! and keyword searchs
! Added an exact title search
! 
! # Version 1.02
! Fixed a glitch in reserves/requests ... no longer showing filled reserves
! Fixed a glitch in ordering to with # in titles
! 
! # Version 1.01
! Fixed bug in reserves deletion
! Fixed bug with " in biblio
! Fixed bug in displaying multiple copies of the same order (when receiving
! acquisitions)
! Fixed bug in Subject search that was duplicating some titles




reply via email to

[Prev in Thread] Current Thread [Next in Thread]