*** empty log message ***
[koha.git] / ChangeLog
1 2002-10-05  Andrew Arensburger  <arensb@baa.ooblick.com>
2
3         * C4/Output.pm: Added a couple of FIXME comments.
4
5         * C4/Output.pm: Switched new functions to using C4::Context.
6
7         * C4/Output.pm: Removed remnants of code that read /etc/koha.conf
8         for itself.
9
10         * Merged with arensb-context branch: use
11         C4::Context->dbh instead of &C4Connect, and generally prefer
12         C4::Context over C4::Database.
13
14         * bookcount.pl: Merged with arensb-context branch: use
15         C4::Context->dbh instead of &C4Connect, and generally prefer
16         C4::Context over C4::Database.
17
18         * Merged with arensb-context branch: use C4::Context->dbh instead
19         of &C4Connect, and generally prefer C4::Context over C4::Database.
20         * C4/Output.pm, C4/Context.pm, C4/Biblio.pm: Merged in changes
21         from main branch.
22         
23         * marc/viewmarc.pl: Added a FIXME comment.
24
25         * marc/viewmarc.pl: Oops! Stupid bug fix.
26
27         * marc/koha2marc: Removed a useless statement.
28
29         * moredetail.pl: Removed some obsolete commented-out code.
30
31         * updater/updatedatabase2.pl, updater/updatedatabase,
32         updater/thesaurus_create.pl, misc/fixborrower.pl, marc/test,
33         maint/shiftbib.pl, html-template/search.pl,
34         html-template/Search.pm, circ/circulation.pl, admin/itemtypes.pl,
35         admin/currency.pl, admin/categoryitem.pl, admin/categorie.pl,
36         admin/branches.pl, admin/aqbudget.pl,
37         acqui.simple/processz3950queue, acqui.simple/bulkmarcimport.pl,
38         acqui.simple/addbookslccn.pl, C4/Circulation/Returns.pm,
39         C4/Circulation/Renewals2.pm, C4/Circulation/Renewals.pm,
40         C4/Circulation/Main.pm, C4/Circulation/Issues.pm,
41         C4/Circulation/Fines.pm, C4/Circulation/Circ2.pm,
42         C4/Circulation/Borrower.pm, C4/Circulation/Borrissues.pm,
43         C4/test.pl, C4/Search.pm, C4/Reserves2.pm, C4/Print.pm,
44         C4/InterfaceCDK.pm, C4/Circmain.pm, C4/Biblio.pm, C4/Auth.pm,
45         C4/Acquisitions.pm, C4/Accounts.pm, stats2.pl, search.pl,
46         overdue.pl, bookcount.pl: Added a whole mess of FIXME comments.
47         
48         * C4/Acquisitions.pm: Oops! Forgot to add "use C4::Context;"
49
50         * C4/Biblio.pm: Added some missing semicolons.
51
52 2002-10-03  Andrew Arensburger  <arensb@baa.ooblick.com>
53
54         * telnet/doreturns.pl, telnet/borrwraper.pl: Use C4::Connect
55         instead of C4::Database, C4::Connect->dbh instead C4Connect.
56         Removed trailing whitespace, 'cos it was bugging me.
57         
58         * C4/Database.pm: Added a FIXME comment.
59
60         * C4/Context.pm: A couple of bug fixes so it'll actually load.
61
62         * misc/tidyaccounts.pl, maint/catmaintain.pl: Removed useless "use
63         C4::Database;" line.
64         
65         * acqui.simple/addbooks.pl, C4/Circulation/Renewals.pm,
66         C4/SimpleMarc.pm, C4/Circulation.pm, C4/Circmain.pm,
67         updatebiblio.pl, updatebibitem.pl, tidyaccounts.pl: Removed
68         useless "use C4::Database;" line.
69         
70         * marc/MARCdetail.pl, html-template/search.pl,
71         html-template/moredetail.pl, html-template/detail.pl,
72         acqui.simple/marcimport.pl, C4/Output.pm, userpage.pl, search.pl,
73         moredetail.pl, detail.pl: Use C4::Connect instead of C4::Database,
74         C4::Connect->dbh instead C4Connect. Removed old code for reading
75         /etc/koha.conf.
76         
77         * updater/updatedatabase2.pl, updater/updatedatabase,
78         updater/thesaurus_create.pl, sec/writeoff.pl, misc/makeformats.pl,
79         misc/makebaskets.pl, misc/fixrefs.pl, misc/fixorders.pl,
80         misc/fixcatalog.pl, misc/fixborrower.pl, misc/fines2.pl,
81         marc/viewmarc.pl, marc/updatedb2marc.pl, marc/test,
82         marc/koha2marc, marc/fill_usmarc.pl, maint/shiftbib.pl,
83         html-template/Search.pm, admin/systempreferences.pl,
84         admin/stopwords.pl, admin/printers.pl, admin/marctagstructure.pl,
85         admin/itemtypes.pl, admin/currency.pl, admin/categoryitem.pl,
86         admin/categorie.pl, admin/branches.pl, admin/aqbudget.pl,
87         admin/aqbookfund.pl, acqui.simple/viewmarc.pl,
88         acqui.simple/processz3950queue, acqui.simple/bulkmarcimport.pl,
89         acqui.simple/addbookslccn.pl, acqui/newbiblio.pl,
90         acqui/acquire.pl, C4/Circulation/Returns.pm,
91         C4/Circulation/Renewals2.pm, C4/Circulation/Main.pm,
92         C4/Circulation/Issues.pm, C4/Circulation/Fines.pm,
93         C4/Circulation/Circ2.pm, C4/Circulation/Borrower.pm,
94         C4/Circulation/Borrissues.pm, C4/test.pl, C4/Stock.pm,
95         C4/Stats.pm, C4/Security.pm, C4/Search.pm, C4/Reserves2.pm,
96         C4/Reserves.pm, C4/Maintainance.pm, C4/Koha.pm, C4/Groups.pm,
97         C4/Catalogue.pm, C4/BookShelves.pm, C4/Biblio.pm, C4/Auth.pm,
98         C4/Acquisitions.pm, C4/Accounts2.pm, C4/Accounts.pm,
99         updateitem.pl, updatecharges.pl, thesaurus_popup.pl, stats2.pl,
100         pay.pl, overdue.pl, moremember.pl, memberentry.pl, logout.pl,
101         insertjdata.pl, insertidata.pl, insertdata.pl, fixBranches.pl,
102         deletemem.pl, charges.pl, bookcount.pl: Use C4::Connect instead of
103         C4::Database, C4::Connect->dbh instead C4Connect.
104
105 2002-10-05  Andrew Arensburger  <arensb@baa.ooblick.com>
106
107         arensb-context branch:
108
109         * marc/fill_usmarc.pl,
110         koha-tmpl/opac-tmpl/default/en/includes/opac-top.inc,
111         koha-tmpl/opac-tmpl/default/en/includes/opac-bottom.inc,
112         koha-tmpl/opac-tmpl/default/en/includes/members-top.inc,
113         koha-tmpl/opac-tmpl/default/en/opac-searchresults.tmpl,
114         koha-tmpl/opac-tmpl/default/en/opac-search.tmpl,
115         koha-tmpl/opac-tmpl/default/en/opac-main.tmpl,
116         koha-tmpl/opac-tmpl/default/en/opac-detail.tmpl, C4/Search.pm,
117         overdue.pl, moremember.pl, installer-lite.pl: Merged with head.
118         
119         * C4/Output.pm, C4/Context.pm, C4/Biblio.pm: Merged in changes
120         from main branch.
121         
122         * marc/viewmarc.pl: Added a FIXME comment.
123
124         * marc/viewmarc.pl: Oops! Stupid bug fix.
125
126         * marc/koha2marc: Removed a useless statement.
127
128         * moredetail.pl: Removed some obsolete commented-out code.
129
130         * updater/updatedatabase2.pl, updater/updatedatabase,
131         updater/thesaurus_create.pl, misc/fixborrower.pl, marc/test,
132         maint/shiftbib.pl, html-template/search.pl,
133         html-template/Search.pm, circ/circulation.pl, admin/itemtypes.pl,
134         admin/currency.pl, admin/categoryitem.pl, admin/categorie.pl,
135         admin/branches.pl, admin/aqbudget.pl,
136         acqui.simple/processz3950queue, acqui.simple/bulkmarcimport.pl,
137         acqui.simple/addbookslccn.pl, C4/Circulation/Returns.pm,
138         C4/Circulation/Renewals2.pm, C4/Circulation/Renewals.pm,
139         C4/Circulation/Main.pm, C4/Circulation/Issues.pm,
140         C4/Circulation/Fines.pm, C4/Circulation/Circ2.pm,
141         C4/Circulation/Borrower.pm, C4/Circulation/Borrissues.pm,
142         C4/test.pl, C4/Search.pm, C4/Reserves2.pm, C4/Print.pm,
143         C4/InterfaceCDK.pm, C4/Circmain.pm, C4/Biblio.pm, C4/Auth.pm,
144         C4/Acquisitions.pm, C4/Accounts.pm, stats2.pl, search.pl,
145         overdue.pl, bookcount.pl: Added a whole mess of FIXME comments.
146         
147         * C4/Acquisitions.pm: Oops! Forgot to add "use C4::Context;"
148
149         * C4/Biblio.pm: Added some missing semicolons.
150
151 2002-10-03  Andrew Arensburger  <arensb@baa.ooblick.com>
152
153         arensb-context branch:
154
155         * telnet/doreturns.pl, telnet/borrwraper.pl: Use C4::Connect
156         instead of C4::Database, C4::Connect->dbh instead C4Connect.
157         Removed trailing whitespace, 'cos it was bugging me.
158         
159         * C4/Database.pm: Added a FIXME comment.
160
161         * C4/Context.pm: A couple of bug fixes so it'll actually load.
162
163         * misc/tidyaccounts.pl, maint/catmaintain.pl: Removed useless "use
164         C4::Database;" line.
165         
166         * acqui.simple/addbooks.pl, C4/Circulation/Renewals.pm,
167         C4/SimpleMarc.pm, C4/Circulation.pm, C4/Circmain.pm,
168         updatebiblio.pl, updatebibitem.pl, tidyaccounts.pl: Removed
169         useless "use C4::Database;" line.
170         
171         * marc/MARCdetail.pl, html-template/search.pl,
172         html-template/moredetail.pl, html-template/detail.pl,
173         acqui.simple/marcimport.pl, C4/Output.pm, userpage.pl, search.pl,
174         moredetail.pl, detail.pl: Use C4::Connect instead of C4::Database,
175         C4::Connect->dbh instead C4Connect. Removed old code for reading
176         /etc/koha.conf.
177         
178         * updater/updatedatabase2.pl, updater/updatedatabase,
179         updater/thesaurus_create.pl, sec/writeoff.pl, misc/makeformats.pl,
180         misc/makebaskets.pl, misc/fixrefs.pl, misc/fixorders.pl,
181         misc/fixcatalog.pl, misc/fixborrower.pl, misc/fines2.pl,
182         marc/viewmarc.pl, marc/updatedb2marc.pl, marc/test,
183         marc/koha2marc, marc/fill_usmarc.pl, maint/shiftbib.pl,
184         html-template/Search.pm, admin/systempreferences.pl,
185         admin/stopwords.pl, admin/printers.pl, admin/marctagstructure.pl,
186         admin/itemtypes.pl, admin/currency.pl, admin/categoryitem.pl,
187         admin/categorie.pl, admin/branches.pl, admin/aqbudget.pl,
188         admin/aqbookfund.pl, acqui.simple/viewmarc.pl,
189         acqui.simple/processz3950queue, acqui.simple/bulkmarcimport.pl,
190         acqui.simple/addbookslccn.pl, acqui/newbiblio.pl,
191         acqui/acquire.pl, C4/Circulation/Returns.pm,
192         C4/Circulation/Renewals2.pm, C4/Circulation/Main.pm,
193         C4/Circulation/Issues.pm, C4/Circulation/Fines.pm,
194         C4/Circulation/Circ2.pm, C4/Circulation/Borrower.pm,
195         C4/Circulation/Borrissues.pm, C4/test.pl, C4/Stock.pm,
196         C4/Stats.pm, C4/Security.pm, C4/Search.pm, C4/Reserves2.pm,
197         C4/Reserves.pm, C4/Maintainance.pm, C4/Koha.pm, C4/Groups.pm,
198         C4/Catalogue.pm, C4/BookShelves.pm, C4/Biblio.pm, C4/Auth.pm,
199         C4/Acquisitions.pm, C4/Accounts2.pm, C4/Accounts.pm,
200         updateitem.pl, updatecharges.pl, thesaurus_popup.pl, stats2.pl,
201         pay.pl, overdue.pl, moremember.pl, memberentry.pl, logout.pl,
202         insertjdata.pl, insertidata.pl, insertdata.pl, fixBranches.pl,
203         deletemem.pl, charges.pl, bookcount.pl: Use C4::Connect instead of
204         C4::Database, C4::Connect->dbh instead C4Connect.
205
206 2002-10-02  Andrew Arensburger  <arensb@nerafo.umd.edu>
207
208         * C4/Context.pm (added) Module for reading the config file and
209         getting access to the database.
210
211 2002-10-01  Andrew Arensburger  <arensb@baa.ooblick.com>
212
213         * C4/Acquisitions.pm: Added an incomplete POD, as well as some
214         FIXME comments (which, as it turns out, might not be necessary
215         after all).
216
217         * C4/Circulation/Main.pm, C4/Circulation/Circ2.pm,
218         C4/Circulation.pm, C4/Catalogue.pm, C4/Biblio.pm: Added some FIXME
219         comments, mostly marking duplicate functions.
220
221 2002-09-28  Andrew Arensburger  <arensb@baa.ooblick.com>
222
223         * circ/circulation.pl: Added a wishlist FIXME comment.
224
225         * C4/Stock.pm, C4/Scan.pm, C4/Groups.pm: Added some FIXME
226         comments.
227         
228         * C4/Stats.pm: Added POD. Removed extraneous trailing whitespace.
229         
230         * C4/Accounts2.pm: Added POD. Removed extraneous trailing
231         whitespace.
232         
233         * INSTALL: Added two missing required Perl modules.
234         
235 2002-09-23  Andrew Arensburger  <arensb@baa.ooblick.com>
236
237         * C4/Print.pm, C4/Maintainance.pm, C4/Input.pm, C4/Format.pm,
238         C4/Catalogue.pm: Added POD.
239
240         * C4/BookShelves.pm: Fixed missing bit in POD.
241
242         * C4/Accounts.pm: Fixed missing bits in POD.
243
244 2002-09-22  Andrew Arensburger  <arensb@baa.ooblick.com>
245
246         * C4/BookShelves.pm: Added POD. Added some FIXME comments. Removed
247         useless trailing whitespace.
248
249         * C4/Search.pm, C4/Biblio.pm, memberentry.pl, jmemberentry.pl:
250         Added some FIXME comments.
251         
252 2002-04-17 14:35  pate
253
254         * C4/Koha.pm: starting to move ethnicity stuff out of programs and
255         into modules
256
257 2002-04-17 13:28  rangi
258
259         * installer.pl: Submitting on behalf of Nicholas First cut (not
260         functional yet) of an installer script
261
262 2002-04-16 12:49  tonnesen
263
264         * acqui.simple/bulkmarcimport.pl: Added some comments detailing how
265         MARC fields are mapped to Koha data
266
267 2002-04-16 11:00  tonnesen
268
269         * acqui.simple/bulkmarcimport.pl: Fixed typo
270
271 2002-04-16 10:37  tonnesen
272
273         * acqui.simple/bulkmarcimport.pl: This is my bulk MARC record
274         importing tool.  Feel free to test it out, but DO NOT use it on a
275         production system yet!  It needs to be more adaptable to different
276         MARC implementations.
277         
278         Note that the script will spit out a plain text copy of the records
279         being imported to STDOUT, so you will probably want to redirect to
280         a file, or pipe to less.
281
282 2002-04-15 09:17  pate
283
284         * moremember.pl: moved ethnicity fixups into C4::Koha, eventually
285         to be replaced with a better (non-NZ specific) solution.
286
287 2002-04-15 09:15  pate
288
289         * C4/Koha.pm: moved ethnicity fixing out of moremember.pl into a
290         function, eventually to replace with a more configurable version
291         (non-NZ specific)
292
293 2002-04-14 22:33  truth_nz
294
295         * updatebibitem.pl, C4/Acquisitions.pm, acqui/addorder.pl:
296         Acquisitions::newbiblioitem updated to be usable for new
297         acqui.simple addorder.pl and updatebibitem.pl modified to use new
298         newbiblioitem
299
300 2002-04-10 02:55  rangi
301
302         * C4/Search.pm: Fixing the subject search i broke ;)
303
304 2002-04-10 00:59  rangi
305
306         * C4/Search.pm: Working on a fix to speed up title and author
307         searches
308
309 2002-04-09 22:49  truth_nz
310
311         * C4/Acquisitions.pm: Altered newbiblio to be more generic - so can
312         use with new acui.simple scripts (which are not finished yet).
313
314 2002-04-09 22:47  truth_nz
315
316         * acqui/addorder.pl: Updates to use changed newbiblio sub in
317         C4/Acquisitions.pm
318
319 2002-04-09 17:02  pate
320
321         * misc/fines2.pl: whacked a couple of bits that Chris marked as
322         okay to delete.
323
324 2002-04-09 16:30  rangi
325
326         * misc/fines2.pl: Just added some comments for Pat (Is this a good
327         way of doing it? if not let me know)
328
329 2002-04-09 15:08  pate
330
331         * misc/: fines2.pl, fixborrower.pl: refactoring, marking spots for
332         further refactoring
333
334 2002-04-08 17:16  rangi
335
336         * memberentry.pl: Little typo, missing t in systemprefs Apart from
337         that, all the patch files seem to be running happily on
338         hlt.katipo.co.nz
339
340 2002-04-08 17:04  rangi
341
342         * insertdata.pl: Just a quick little fix the sql to update a
343         borrower was setting the postal address twice, instead of the
344         postal, then the physical address. My little fix got overwrote by
345         pat's fix so im updating now before i forget :)
346
347 2002-04-08 16:44  pate
348
349         * insertdata.pl, koha.t, loadmodules.pl, memberentry.pl,
350         modbibitem.pl, moredetail.pl, moremember.pl, request.pl, search.pl,
351         testKoha.pl, C4/Koha.pm, C4/Output.pm: refactored slashifyDate
352         function out of inline code, created C4/Koha.pm to hold it and
353         wrote tests for it, started marking other places for potential
354         refactoring.
355
356 2002-04-08 15:47  rangi
357
358         * insertdata.pl: Script wasnt setting street address correctly
359
360 2002-04-04 19:13  rangi
361
362         * fines.pl: Have realised misc/fines2.pl is the real fines script,
363         this one can be removed so as to remove one more source of
364         confusion
365
366 2002-04-04 19:09  rangi
367
368         * admin/aqbudget.pl: Fixing up the query to pickup budget
369
370 2002-04-03 00:58  rangi
371
372         * borrwraper.pl: Actually lives in telnet/
373
374 2002-04-03 00:44  rangi
375
376         * acqui.simple/: addbooks.pl, addbookslccn.pl: More work on the
377         addbooks scripts, committing on behalf of Roger
378         
379         Need testing before use in a production environment
380
381 2002-03-30 22:50  rangi
382
383         * acqui.simple/: addbooks.pl, addbookslccn.pl: Fixed the holding
384         branch insertion code. It was inserting the correct homebranch but
385         was still inserting the wrong home branch
386
387 2002-03-30 18:48  rangi
388
389         * acqui.simple/addbookslccn.pl: Fixing branches
390
391 2002-03-30 17:18  rangi
392
393         * acqui.simple/addbooks.pl: Draws list of branches from the
394         branches table now, when adding an item
395
396 2002-03-26 16:02  rangi
397
398         * pay.pl: Shifting writeoff code back into pay.pl (redirecting to
399         writeoff.pl was breaking when the borrower owes a lot of fines)
400
401 2002-03-25 21:08  finlayt
402
403         * updater/updatedatabase: added database patchs to the
404         updater/updatedatabase script
405         
406         changes the type of the datesent and datearrived fields in the
407         branchtransfers table from date to datetime.
408         
409         completely re-organises the branchcategories table. As this has
410         previously been unused it shouldnt effect anyone.
411
412 2002-03-21 13:24  rangi
413
414         * showbudget.pl: Doesnt write to an include anymore
415
416 2002-03-19 07:39  tipaul
417
418         * updater/updatedatabase2.pl: Script to apply to sample DB only. It
419         makes a few modifications in the DB (indexes creation, some data
420         deletion, and unused tables drop) Creates a thesaurus table from
421         the bilbiosubject one
422
423 2002-03-19 07:37  tipaul
424
425         * updater/sample_only_param_tables.sql: Sample database only for
426         parameters tables
427
428 2002-03-16 18:58  rangi
429
430         * C4/Circulation/Fines.pm: Deals with lost book charges now
431
432 2002-03-16 18:31  rangi
433
434         * misc/fines2.pl: tidied up, less hlt specific now
435
436 2002-03-13 17:51  finlayt
437
438         * circ/branchtransfers.pl: Changed heading to look like the rest of
439         Koha
440
441 2002-03-13 17:50  finlayt
442
443         * circ/circulation.pl: Added a heading to be consistent with rest
444         of Koha
445
446 2002-03-13 17:04  finlayt
447
448         * circ/: circulation.pl, circulation2.pl: This is the begining of a
449         process of dividing up circulation.pl
450         
451         This script deals with the branch and printer selection stuff
452
453 2002-03-13 13:13  finlayt
454
455         * C4/Circulation/Circ2.pm: Added a transferbook subroutine that is
456         called from /circ/branchtransfers.pl
457         
458         It writes a new line in the branchtransfers table and changes the
459         currentbranch field in items.
460
461 2002-03-13 13:07  finlayt
462
463         * circ/branchtransfers.pl: Fixed a small problem in the <form>, not
464         hidden inputs are getting passed correctly.
465
466 2002-03-12 23:46  rangi
467
468         * search.pl: Removing reference to the FrontSearch subroutine as
469         its never called
470
471 2002-03-12 23:36  rangi
472
473         * C4/Search.pm: Tidy up, removing deprecated routines
474
475 2002-03-12 23:14  rangi
476
477         * opac-search.pl: Deprecated searching is all handled by search.pl
478
479 2002-03-12 19:26  rangi
480
481         * moremember.pl, C4/Reserves2.pm, C4/Search.pm: Getting Iteminfo in
482         Search to only display correct reserves (mainly used on detail.pl)
483         and another typo fix in moremember.pl
484
485 2002-03-12 18:46  rangi
486
487         * moremember.pl: Typo fix (doh!)
488
489 2002-03-12 18:03  rangi
490
491         * moremember.pl, C4/Reserves2.pm: Fix so that reserves are only
492         showing for the biblioitem not the biblio on the moremembers screen
493
494 2002-03-12 13:04  finlayt
495
496         * circ/: branchtransfers.pl, circulation.pl: 
497         Branchtransfers.pl provides a form for entering barcodes and
498         selecting a destination branch.
499         
500         New rows are entered into the branchtransfers table for each item
501         "transfered".
502
503 2002-03-10 19:36  rangi
504
505         * C4/Accounts2.pm: Fix for manual invoices
506
507 2002-03-05 12:48  tipaul
508
509         * admin/: aqbookfund.pl, aqbudget.pl, branches.pl, categorie.pl,
510         categoryitem.pl, currency.pl, itemtypes.pl, printers.pl,
511         stopwords.pl, systempreferences.pl: scripts to manage parameters
512         tables
513
514 2002-02-26 01:31  rangi
515
516         * C4/Maintainance.pm, maint/catmaintain.pl: Fixed apostrophe '
517         handling
518
519 2002-02-26 01:06  rangi
520
521         * acqui/basket.pl: Fix for displaying prices
522
523 2002-02-20 13:05  rangi
524
525         * C4/Search.pm: Making a "fix" to normal title search
526
527 2002-02-20 12:53  rangi
528
529         * C4/Search.pm: Playing with keyword search trying to speed it up
530         more
531
532 2002-02-12 13:31  rangi
533
534         * C4/Search.pm: Fixing bug in subject searching that was causing
535         subjects with ' to break the search
536
537 2002-02-12 13:07  rangi
538
539         * C4/Acquisitions.pm, updatebibitem.pl: Fixing bug that was
540         duplicating additional authors, and a bug that was breaking the
541         updating classicification field
542
543 2002-02-01 10:00  tonnesen
544
545         * acqui.simple/: marcimport.pl, processz3950queue: Changes from a
546         long time ago that I don't even remember anymore.  :)
547
548 2001-12-11 18:31  rangi
549
550         * C4/Search.pm: Added the facility to restrict a keyword search by
551         dewey number
552
553 2001-11-26 18:01  rangi
554
555         * C4/Search.pm: Fixing error in keyword search (fixing my mistake
556         from yesterday)
557
558 2001-11-25 20:33  rangi
559
560         * C4/Search.pm: Fixing a bug in keyword search was duplicating
561         results
562
563 2001-11-25 18:03  rangi
564
565         * insertdata.pl: Modify an adult with guarantees now modifies the
566         guarantees also.  IE change of address effects the guarantees
567         record as well
568
569 2001-11-25 16:41  rangi
570
571         * C4/Search.pm: Added a findguarantor routine to search for the
572         guarantor of a given borrower.  Probably it and findgurantees need
573         to moved out to borrowers.pm
574
575 2001-11-25 14:25  rangi
576
577         * C4/Search.pm: Author combined with Title search was not searching
578         the series title field Fixed now
579
580 2001-11-25 12:17  rangi
581
582         * C4/: Reserves2.pm, Circulation/Circ2.pm: Fixing reserve handling.
583          Mulitple copy reserves now handled correctly, and correct charges
584         are being applied
585
586 2001-11-22 18:12  rangi
587
588         * C4/Search.pm: Adding the facility to search on just dewey and
589         class
590
591 2001-11-19 15:28  tonnesen
592
593         * updater/updatedatabase: Added code to determine mysqld version
594         for possibility of converting databases to MyISAM format
595
596 2001-11-19 12:29  tonnesen
597
598         * updater/updatedatabase: Added some more tables to the database
599         updater.  Modified barcode to be 20 characters long instead of 9.
600
601 2001-11-19 10:26  tonnesen
602
603         * updater/updatedatabase: Script that will update existing
604         databases, creating any new tables, adding, modifying or removing
605         any fields from existing tables.
606         
607         This is in very early stages.  Need to go through and ascertain
608         which tables and fields need to be added/modified.  Also need to
609         add a "backup" before any modifications are made.  Thoughts on this
610         are welcome.
611
612 2001-11-06 10:25  tonnesen
613
614         * acqui.simple/addbooks.pl, marc/koha2marc: Minor changes
615
616 2001-11-06 10:24  tonnesen
617
618         * marc/test: Script that I'm using to check MARC record support.
619
620 2001-11-06 10:15  tonnesen
621
622         * C4/Catalogue.pm: Working out problems with MARC record support.
623
624 2001-11-06 10:15  tonnesen
625
626         * acqui.simple/addbookslccn.pl: Modified version of addbooks.pl
627         that uses LCCN as base identifier instead of ISBN.  Should probably
628         be merged with addbooks.pl so that the user can enter either and
629         ISBN _or_ and LCCN from the same form.
630
631 2001-11-06 10:13  tonnesen
632
633         * acqui.simple/: marcimport.pl, processz3950queue: Continuing work
634         on Z39.50 search tool.  Daemon now forks up to 12 processes to do
635         Z39.50 searches.  Daemon will also wait to see if the user looks
636         beyond the first couple of pages of results, and will download more
637         results if necessary.
638
639 2001-11-02 23:29  tonnesen
640
641         * C4/Catalogue.pm: Minor cleanups.  Needs testing.  Starting to
642         think about modifying updatebiblio.pl to use this API.
643
644 2001-11-02 23:28  tonnesen
645
646         * acqui.simple/marcimport.pl: Z39.50 now stores list of servers to
647         query in a database table.
648
649 2001-11-02 13:40  tonnesen
650
651         * acqui.simple/processz3950queue: Daemon to process the queue of
652         pending Z39.50 searches.  I still need to come up with a way for
653         this process to get launched.  Looks like Koha might need its first
654         init script.  :)
655
656 2001-11-02 13:21  tonnesen
657
658         * acqui.simple/marcimport.pl: Added Z39.50 searching capability,
659         and MARC file uploading from workstation using HTML forms.   Z39.50
660         functionality requires the YAZ toolkit.
661
662 2001-10-31 21:00  tonnesen
663
664         * acqui.simple/marcimport.pl: Use MARC controlnumber as a unique
665         identifier for MARC records, in addition to ISBN, ISSN, and LCCN.
666
667 2001-10-10 12:28  tonnesen
668
669         * C4/Circulation/Circ2.pm: Typo in printf format string was causing
670         all issues to appear in the Previous issues box and not in today's
671         issues.
672
673 2001-10-10 12:27  tonnesen
674
675         * updatebibitem.pl: Fixed bug where a biblioitem with a subclass
676         but no dewey would get the subclass erased when editing the
677         biblioitem.
678
679 2001-10-10 12:26  tonnesen
680
681         * modbibitem.pl: used CGI.pm's textfield function to create the
682         notes text input box.  Notes with question marks '"' in them were
683         getting deleted when an item was modified.
684
685 2001-10-05 14:27  tonnesen
686
687         * acqui.simple/marcimport.pl: Added rudimentary marc importing
688         tool.  Just takes a marc record and converts to koha database. 
689         Does not keep data in marc format.
690
691 2001-10-05 14:23  tonnesen
692
693         * marc/viewmarc.pl: Removed duplicate viewmarc.pl from acqui.simple
694         directory
695
696 2001-10-05 14:19  tonnesen
697
698         * acqui.simple/: addbooks.pl, viewmarc.pl: Added simple
699         acquisitions script
700
701 2001-10-05 13:13  tonnesen
702
703         * search.pl, C4/Catalogue.pm, C4/Search.pm, marc/marcschema.sql:
704         Changed search interface to allow searches on Illustrator.  This is
705         apparently a common search in elementary school libraries.
706
707 2001-09-27 13:39  tonnesen
708
709         * C4/Catalogue.pm: Tested updateItem subroutine, made some better
710         checks for Subfield_IDs and Subfield_Keys when modifying MARC data
711         based on changes to Koha data.
712
713 2001-09-27 12:24  tonnesen
714
715         * C4/Catalogue.pm, marc/koha2marc: Started on updateItem
716         subroutine.
717
718 2001-09-10 19:03  rangi
719
720         * deletemem.pl: Fixing member deletion, so that it checks fines,
721         issues and guarantees before deleting
722
723 2001-09-10 16:37  rangi
724
725         * modbibitem.pl, moredetail.pl, C4/Search.pm: Fixing a glitch that
726         was showing the biblio notes field where the biblioitems notes
727         should have been displaying
728
729 2001-08-17 00:54  rangi
730
731         * circ/circulation.pl: Changed the sorting of the hash of items on
732         issue. To sort numerically, (so 10 comes after 2) Just a quick fix
733         to get the items showing in date_due order
734
735 2001-07-12 04:12  pawelzc
736
737         * translator/translator.readme: Spelling and english language
738         corrections.
739
740 2001-07-05 14:37  rangi
741
742         * deletemem.pl: Script to delete a member/patron
743
744 2001-07-05 14:37  rangi
745
746         * memberentry.pl: Fix to handle the delete call, redirects to
747         deletemem.pl
748
749 2001-06-27 14:53  rangi
750
751         * translator/translator.pl: Modified so that the first available
752         language is chosen if none is specified
753
754 2001-06-26 15:27  tonnesen
755
756         * C4/Catalogue.pm: Finished updateBiblioItem subroutine
757
758 2001-06-26 15:13  rangi
759
760         * translator/: translator.pl, translator.readme: Scripts to permit
761         koha webpages to display in different natural languages Courtesy of
762         Pawel Skuza
763
764 2001-06-26 14:13  tonnesen
765
766         * C4/Catalogue.pm: newBiblio subroutine completed.
767
768 2001-06-26 13:17  tonnesen
769
770         * C4/Catalogue.pm: Added biblioitems table update when
771         newBiblioItem() routine is called.
772
773 2001-06-26 10:15  tonnesen
774
775         * C4/Catalogue.pm: Beginning updateBiblio routine.
776
777 2001-06-25 13:15  tonnesen
778
779         * marc/viewmarc.pl: Prototype marc record viewer and editor.
780
781 2001-06-25 13:12  tonnesen
782
783         * marc/TODO: A TODO file for MARC support
784
785 2001-06-25 12:43  tonnesen
786
787         * C4/Catalogue.pm: Added skeletons of update routines.
788
789 2001-06-25 12:07  tonnesen
790
791         * marc/koha2marc: Minor documentation changes.
792
793 2001-06-25 11:55  tonnesen
794
795         * marc/koha2marc: Perl script to convert existing Koha tables to
796         the new MARC tables.
797
798 2001-06-25 11:54  tonnesen
799
800         * marc/deletemarc: SQL commands to clear all of the MARC tables. 
801         This is terribly dangerous, but I find it useful during the
802         development work.  :)
803
804 2001-06-25 11:52  tonnesen
805
806         * marc/marcschema.sql: Schema for MARC storage tables.  Blatantly
807         stolen from www.pytheas.org.  I also added the 0XX tables.
808
809 2001-06-25 11:49  tonnesen
810
811         * C4/Catalogue.pm: Cataloguing API.  Very early draft at this
812         point.
813
814 2001-06-19 20:36  rangi
815
816         * readingrec.pl, C4/Search.pm: Made a little change to allow the
817         reading record to be sorted, and now defaults to the last 50 items
818         borrowed
819
820 2001-05-17 15:36  rangi
821
822         * database.mysql: Changed the interim field in the items table, to
823         be paidfor The horowhenua librarians wanted a place to store
824         information when a lost item was paid for. The information is
825         removed if the item is ever returned.  The interim field was a
826         hangover from the previous system and wasnt be used so I stole it
827         :-)
828
829 2001-05-15 16:05  rangi
830
831         * C4/Accounts2.pm: More little bug fixes in the manual credits
832         section
833
834 2001-05-09 16:29  rangi
835
836         * C4/Circulation/Circ2.pm: Changed the way a lost book being
837         returned is handled.  If the book has already been paid for a
838         credit is added to their account.  And offset against any current
839         charges
840
841 2001-05-09 16:26  rangi
842
843         * updateitem.pl: Set up so marking a item lost, adds a charge for
844         the replacement price to a borrowers record (if it is on issue)
845
846 2001-05-09 16:23  rangi
847
848         * renewscript.pl: Fixed so renewing a rental item adds a charge
849
850 2001-05-09 16:22  rangi
851
852         * mancredit.pl, maninvoice.pl, C4/Accounts2.pm: Added facility to
853         do a cash refund.  Also HLT allows ppl to work off their bill,so
854         added a facility to do manual credit for that
855
856 2001-05-08 17:05  rangi
857
858         * C4/Circulation/Renewals2.pm: Renewing a rental or pay item from
859         the borrowers record screen Now adds a charge to the borrowers
860         account
861
862 2001-05-02 16:06  tonnesen
863
864         * groups.pl, C4/Groups.pm: Steve Tonnesen's K12Admin-specific (for
865         the time-being) group based overdue reports.
866
867 2001-05-02 15:38  tonnesen
868
869         * C4/Circulation/Circ2.pm: Added an overdue variable to the
870         itemdata returned by the currentissues subroutine.  This makes it
871         easier to pick out overdue items in other modules (ie circulation,
872         reports, etc.)
873
874 2001-05-02 14:15  rangi
875
876         * C4/Circulation/Circ2.pm: Fixed the code that adds a credit or
877         wipes a lost book charge from a borrowers account if said book is
878         returned
879
880 2001-05-02 14:13  rangi
881
882         * C4/Accounts2.pm: Added functions to add credits and invoices to
883         borrowers account
884
885 2001-05-02 14:11  rangi
886
887         * boraccount.pl, moremember.pl: Turned off the tidy accounts
888         feature in the view accounts screen (boraccount.pl) And got it so
889         outstanding credits are shown on the moremember.pl (view member
890         screen)
891
892 2001-05-02 14:08  rangi
893
894         * mancredit.pl, maninvoice.pl: Scripts to add manual invoices, or
895         credits to a borrower/member/patron's account.  Called from
896         boraccount.pl (ie the view account screen)
897
898 2001-05-01 16:24  rangi
899
900         * C4/Accounts2.pm: Fixed a bug in the return lost routine (when a
901         payment is made on a lost item) So that the correct date was being
902         recorded
903
904 2001-04-19 17:31  rangi
905
906         * circ/circulation.pl: Quick bodge to restrict the number of
907         returned books showing to 8.  (Request from the librarians here to
908         speed up the screen reload) Needs to be tidied up
909
910 2001-04-17 19:51  rangi
911
912         * C4/Accounts2.pm: Add functionality so that when the replacement
913         cost of a lost item is paid Its returned off the members/patrons
914         card. And a note is placed on the item saying that its been paid
915         for.  The item stays marked as lost. But the patron does not accrue
916         more fines
917
918 2001-04-03 14:32  rangi
919
920         * C4/Circulation/Circ2.pm, circ/circulation.pl: Making a change to
921         the way charges are handled, the system originally worked such that
922         if a borrower owed more than $5 issues werent allowed. This worked
923         fine except that often borrowers wish to borrows say 3 pay videos
924         at $2 each, then 2 books say. The three pay videos rack up charges
925         of $6 and then they cant issue the books until that is paid. 
926         Reworked so that it cares about previous charges, not the ones
927         accrued during current issue process.
928
929 2001-04-02 15:51  rangi
930
931         * pay.pl, stats.pl, C4/Accounts2.pm, C4/Stats.pm, sec/writeoff.pl:
932         Reworking statistics for payments and writeoffs
933
934 2001-03-28 18:11  rangi
935
936         * moremember.pl: Commenting out the code that doesnt allow renewals
937         if a renewal has already occured
938
939 2001-03-27 19:00  rangi
940
941         * circ/circulation.pl: Adding in javscript code to open a new
942         window for payments
943
944 2001-03-27 18:23  rangi
945
946         * C4/Circulation/Circ2.pm, circ/circulation.pl: Reworked layout of
947         issues section.
948
949 2001-03-27 13:45  rangi
950
951         * sec/writeoff.pl: Getting writeoff stats being stored as well
952
953 2001-03-27 13:43  rangi
954
955         * C4/: Accounts2.pm, Stats.pm: Modified the update stats routine to
956         store borrowernumbers also Passing borrowernumbers to update stats
957         from Account routines
958
959 2001-03-22 14:20  rangi
960
961         * circ/circulation.pl: Changes made by Glen to allow the
962         circulation module to work with a ASCII-wand, or CueCat (weird
963         encoded) input equally well.
964         
965         Do not bother installing the CueCat driver or any other software -
966         it's not needed.
967
968 2001-03-18 14:06  rangi
969
970         * overdue.pl: Script to list overdue books under the headings
971         Due-Date Patron Phone Title Author
972         
973         The patron can be email by clicking on the name (if the database
974         contains an email address for them)
975         
976         Courtesy of Glen Stewart
977
978 2001-03-15 02:17  rangi
979
980         * detail.pl, moredetail.pl: Added code to allow searches to be used
981         by catalogue maintenance
982
983 2001-03-15 02:15  rangi
984
985         * C4/Maintainance.pm, maint/catmaintain.pl: Added functionality to
986         allow invalid itemtype to be fixed
987
988 2001-03-15 02:11  rangi
989
990         * maint/shiftbib.pl: Script to shift a group to another biblio,
991         called as part of catalogue maintenance
992
993 2001-03-13 14:41  rangi
994
995         * catmaintain.pl, maint/catmaintain.pl: Shifted catmaintain.pl to a
996         dir that can be easily passowrd protected
997
998 2001-03-13 14:04  rangi
999
1000         * catmaintain.pl, C4/Maintainance.pm: Got undeleting biblios going
1001         (catalogue maintenance should probably be in a password protected
1002         super librarian area or the like)
1003
1004 2001-03-12 15:33  rangi
1005
1006         * newbiblio.pl: Just realised this is supposed to be in the acqui/
1007         dir (doh)
1008
1009 2001-03-12 15:32  rangi
1010
1011         * acqui/: acquire.pl, newbiblio.pl: Glens updates to automatically
1012         increment barcode, and to remove hardcoded itemtypes in scripts
1013
1014 2001-03-12 15:29  rangi
1015
1016         * memberentry.pl: Modified to include Glen Stewarts automatic
1017         member/patron cardnumber incrementation
1018
1019 2001-03-12 15:15  rangi
1020
1021         * newbiblio.pl: Script from Glen Stewart, i think to do with
1022         simplified acqusitions module? (correct me if im wrong glen)
1023
1024 2001-03-12 14:43  rangi
1025
1026         * database.mysql: Database definition file, checked into cvs to
1027         make keeping database current easier
1028
1029 2001-03-07 13:12  rangi
1030
1031         * insertdata.pl: Fixing stupid bug that was causing the sql insert
1032         command to break if a person had a ' in their name
1033
1034 2001-03-07 13:02  rangi
1035
1036         * moremember.pl: Changing the form so it passes through a modify
1037         value to tell the script to show the flags
1038
1039 2001-03-06 17:48  rangi
1040
1041         * insertdata.pl, memberentry.pl: Added the functionality to allow
1042         librarians to manipulate the flag status on borrowers ie lost,
1043         debarred, and gone no address
1044
1045 2001-03-06 13:16  rangi
1046
1047         * search.pl: Fixing " glitch in titles
1048
1049 2001-03-06 13:13  rangi
1050
1051         * opac-search.pl: Fixing a bug in the opac search that meant that
1052         titles that contained " were caused the detail page to error
1053
1054 2001-02-27 14:08  rangi
1055
1056         * delbiblio.pl: Quick fix to stop ppl from being able to delete
1057         biblios that have items attached
1058
1059 2001-02-21 14:33  rangi
1060
1061         * circ/circulation.pl: Rejigged printing issues, to print out
1062         everything on issue to the borrower
1063
1064 2001-02-21 14:27  rangi
1065
1066         * stats.pl: Fixed a little glitch in the daily stats script that
1067         meant it wasnt counting renewals
1068
1069 2001-02-21 14:17  rangi
1070
1071         * moremember.pl: Got a link from items on issue thru to item
1072         details (like in the circ module) And also stopped already renewed
1073         books from being renewable in the issues list
1074
1075 2001-02-18 14:13  rangi
1076
1077         * C4/Circulation/Circ2.pm: Little fix to the returnbook routine so
1078         the correct branchcode is passed to the updatestats routine
1079
1080 2001-02-13 18:41  rangi
1081
1082         * circ/circulation.pl: A bodgy hack so that hitting enter in issues
1083         (with no barcode) prints out the borrowers issue slip and starts a
1084         new borrower
1085
1086 2001-02-13 16:29  rangi
1087
1088         * circ/circulation.pl: The Horowhenua libraries wanted less patron
1089         and item information displaying at returns So Added some if
1090         statements to not display patron addresses, and to only display the
1091         title of the item These presumably would be changed to suit
1092         individual libraries wants
1093
1094 2001-02-13 16:27  rangi
1095
1096         * C4/Circulation/Circ2.pm: Made some changes to checkreserve and
1097         find_reserves, so that items are always displayed as reserved when
1098         returned, not just once
1099
1100 2001-02-11 14:44  rangi
1101
1102         * detail.pl: Little fix so that if the item has no author
1103         information, empty () dont disply
1104
1105 2001-02-11 14:38  rangi
1106
1107         * search.pl: Changing the front page search of the intranet site to
1108         just be a keyword search
1109
1110 2001-02-07 15:47  tonnesen
1111
1112         * shelves.pl, C4/BookShelves.pm: Added header and log substition
1113         variables
1114
1115 2001-02-07 12:27  tonnesen
1116
1117         * shelves.pl, C4/BookShelves.pm: Start of code to implement virtual
1118         bookshelves in Koha.
1119
1120 2001-02-05 10:48  tonnesen
1121
1122         * loadmodules.pl, C4/Search.pm: loadmodules.pl allows redirection
1123         to different modules based on systemprefs Added subroutine in
1124         Search.pm load systemprefs from new systempreferences table in
1125         database.  Initial use is to allow using my simplified acquisitions
1126         module in place of vendor-based acquisitions module.  Default is
1127         vendor-based module.
1128
1129 2001-02-05 09:47  tonnesen
1130
1131         * C4/Circulation/Circ2.pm: Added a couple of missing
1132         $dbh->disconnect lines that were logging errors in apache log
1133         files.
1134
1135 2001-02-05 09:24  tonnesen
1136
1137         * circ/circulation.pl: Fixed backgroundimage in circulation module.
1138          Background image now displays only in header lines.
1139
1140 2001-02-04 14:25  rangi
1141
1142         * C4/Print.pm, circ/circulation.pl: Fixing printing error, now is
1143         printing all of the days issues for borrower
1144
1145 2001-01-31 20:09  rangi
1146
1147         * circ/circulation.pl: Made sure the printer queue value was being
1148         set before calling print
1149
1150 2001-01-31 18:08  rangi
1151
1152         * C4/Print.pm, C4/Circulation/Circ2.pm, circ/circulation.pl:
1153         Attempting to get issues slip to print when borrower is finished
1154         with
1155
1156 2001-01-31 15:40  rangi
1157
1158         * stats.pl: Fixed a bug that was meaning some payments werent
1159         counted
1160
1161 2001-01-31 14:09  rangi
1162
1163         * C4/Circulation/Circ2.pm: Fixed a little bug in
1164         getiteminformation, it wasnt returning item loanlength
1165
1166 2001-01-31 13:38  rangi
1167
1168         * C4/Output.pm, circ/circulation.pl: Added a line to Ouput.pm to
1169         enable circulation to use its own includes Changed the look of
1170         circulation.pl to the green/yellow colours
1171         
1172         Note: Steve, i added another variable $backgroundimage that sets
1173         the background image for the main tables, so it should be
1174         straightforward to change the look back to the colours you had if
1175         you want to
1176
1177 2001-01-31 11:34  rangi
1178
1179         * moremember.pl: Changed it so you cant renew a book that is on
1180         request, made a link from the on request text to the
1181         request(reserve) data
1182
1183 2001-01-31 10:14  tonnesen
1184
1185         * circ/circulation.pl: Mostly just look changes, got rid of table
1186         borders, alternating colors on table rows.  Some fixes to returned
1187         items in returns module.
1188
1189 2001-01-31 10:13  tonnesen
1190
1191         * C4/Circulation/Circ2.pm: Return itemlist array, and itemlisttext
1192         (text version of overdues) with overdue flag in
1193         getpatroninformation()
1194
1195 2001-01-25 16:39  rangi
1196
1197         * misc/fines2.pl: Script to generate overdue fines.  Ideally run as
1198         a cronjob each night
1199
1200 2001-01-25 16:17  tonnesen
1201
1202         * C4/Circulation/Circ2.pm, circ/circulation.pl: Returns module
1203         lists recently returned items, cookies used to store branch and
1204         printer preferences.
1205
1206 2001-01-24 16:01  tonnesen
1207
1208         * C4/Circulation/Circ2.pm, circ/circulation.pl: Refined Returns
1209         module.  Added ability to select branch and printer.  Fixed charges
1210         for rental items.
1211
1212 2001-01-23 15:48  tonnesen
1213
1214         * C4/Circulation/Circ2.pm, circ/circulation.pl: Changes to web
1215         circulation module: rudimentary returns module, arbitrary due date
1216         for issues, flag info displayed, overdue books are displayed in
1217         red.
1218
1219 2001-01-22 16:12  tonnesen
1220
1221         * C4/Circulation/Circ2.pm, circ/circulation.pl: Fixed a bug in
1222         issuing reserved books.  Was calling non-existent printreserve
1223         subroutine
1224
1225 2001-01-22 15:48  tonnesen
1226
1227         * C4/Circulation/Circ2.pm, circ/circulation.pl: Started work on a
1228         web-based circulation interface.
1229
1230 2001-01-17 15:45  tonnesen
1231
1232         * C4/Circulation/Circ2.pm, tkperl/tkcirc: Added support for showing
1233         patron flags in the issues module.  Moved popup message windows to
1234         a Toplevel widget instead of a message widget.  Toplevel widgets
1235         come up much faster than message widgets.
1236
1237 2001-01-16 15:34  rangi
1238
1239         * C4/Circulation/Fines.pm: Fixing a glitch in the fines routine,
1240         was failing if adding a new fine to the same user for the same item
1241
1242 2001-01-15 11:31  tonnesen
1243
1244         * C4/Circulation/Circ2.pm: API for circulation modules
1245
1246 2001-01-15 11:22  tonnesen
1247
1248         * tkperl/tkcirc: Now uses Circ2.pm generic interface subroutines.
1249
1250 2001-01-09 12:47  tonnesen
1251
1252         * tkperl/tkcirc: Moved returned item list from a scrolled text box
1253         to a scrolled table.
1254
1255 2001-01-09 09:36  tonnesen
1256
1257         * tkperl/tkcirc: First release of Perl/Tk circulation interface
1258
1259 2001-01-05 09:47  tonnesen
1260
1261         * C4/Output.pm: Renamed koha.conf config entry from "path" to
1262         "includes", which is more meaningful in the koha.conf file.
1263
1264 2001-01-05 09:39  tonnesen
1265
1266         * C4/Circulation/Main.pm: Modified getbranch() and getprinter()
1267         subroutines to not pop up a menu if there is only one branch or one
1268         printer, but just select the single option automatically.
1269
1270 2001-01-05 08:30  tonnesen
1271
1272         * C4/Output.pm: Added support for moving path=... variable to
1273         /etc/koha.conf
1274
1275 2000-12-21 11:56  rangi
1276
1277         * C4/Database.pm: Shifted Database connection variables out into a
1278         configuration file The permissions on this config file should also
1279         be strict, since they contain the database password.  At a minimum,
1280         the apache user needs to be able to read it, as well as any other
1281         user that runs circ.  I would suggest ownership of
1282         www-data.libadmins with no access to others.  libadmins contain all
1283         users that use circ
1284         
1285         destined for v1.08
1286
1287 2000-12-19 15:45  rangi
1288
1289         * boraccount.pl, borrwraper.pl, catmaintain.pl, charges.pl,
1290         currency.pl, delbiblio.pl, delitem.pl, detail.pl, fines.pl,
1291         imemberentry.pl, insertdata.pl, insertidata.pl, insertjdata.pl,
1292         jmemberentry.pl, member.pl, memberentry.pl, modbib.pl,
1293         modbibitem.pl, moditem.pl, modrequest.pl, moredetail.pl,
1294         moremember.pl, newimember.pl, newjmember.pl, newmember.pl,
1295         opac-search.pl, orderbreakdown.pl, pay.pl, placerequest.pl,
1296         readingrec.pl, renewscript.pl, reports.pl, request.pl,
1297         reservereport.pl, reservereport.xls, search.pl, showbudget.pl,
1298         simpleredirect.pl, stats.pl, stats2.pl, subjectsearch.pl,
1299         tidyaccounts.pl, updatebibitem.pl, updatebiblio.pl,
1300         updatecharges.pl, updateitem.pl, C4/Accounts.pm, C4/Accounts2.pm,
1301         C4/Acquisitions.pm, C4/Circmain.pm, C4/Circulation.pm,
1302         C4/Database.pm, C4/Format.pm, C4/Input.pm, C4/InterfaceCDK.pm,
1303         C4/Maintainance.pm, C4/Output.pm, C4/Print.pm, C4/Reserves.pm,
1304         C4/Reserves2.pm, C4/Scan.pm, C4/Search.pm, C4/Security.pm,
1305         C4/Stats.pm, C4/Stock.pm, C4/Circulation/Borrissues.pm,
1306         C4/Circulation/Borrower.pm, C4/Circulation/Fines.pm,
1307         C4/Circulation/Issues.pm, C4/Circulation/Main.pm,
1308         C4/Circulation/Renewals.pm, C4/Circulation/Renewals2.pm,
1309         C4/Circulation/Returns.pm, C4/Interface/AccountsCDK.pm,
1310         C4/Interface/BorrowerCDK.pm, C4/Interface/FlagsCDK.pm,
1311         C4/Interface/RenewalsCDK.pm, C4/Interface/ReserveentCDK.pm,
1312         acqui/acquire.pl, acqui/addorder.pl, acqui/basket.pl,
1313         acqui/finishreceive.pl, acqui/modorders.pl, acqui/newbasket.pl,
1314         acqui/newbasket2.pl, acqui/newbiblio.pl, acqui/order.pl,
1315         acqui/receive.pl, acqui/recieveorder.pl, acqui/supplier.pl,
1316         acqui/updatesupplier.pl, misc/fixborrower.pl, misc/fixcatalog.pl,
1317         misc/fixorders.pl, misc/fixorders.pl2, misc/fixrefs.pl,
1318         misc/makebaskets.pl, misc/makeformats.pl, misc/tidyaccounts.pl,
1319         sec/writeoff.pl, telnet/borrwraper.pl, telnet/circ,
1320         telnet/doreturns.pl, telnet/issuewrapper.pl,
1321         telnet/returnswrapper.pl, telnet/startint.pl: Initial revision
1322
1323 2000-12-19 15:45  rangi
1324
1325         * boraccount.pl, borrwraper.pl, catmaintain.pl, charges.pl,
1326         currency.pl, delbiblio.pl, delitem.pl, detail.pl, fines.pl,
1327         imemberentry.pl, insertdata.pl, insertidata.pl, insertjdata.pl,
1328         jmemberentry.pl, member.pl, memberentry.pl, modbib.pl,
1329         modbibitem.pl, moditem.pl, modrequest.pl, moredetail.pl,
1330         moremember.pl, newimember.pl, newjmember.pl, newmember.pl,
1331         opac-search.pl, orderbreakdown.pl, pay.pl, placerequest.pl,
1332         readingrec.pl, renewscript.pl, reports.pl, request.pl,
1333         reservereport.pl, reservereport.xls, search.pl, showbudget.pl,
1334         simpleredirect.pl, stats.pl, stats2.pl, subjectsearch.pl,
1335         tidyaccounts.pl, updatebibitem.pl, updatebiblio.pl,
1336         updatecharges.pl, updateitem.pl, C4/Accounts.pm, C4/Accounts2.pm,
1337         C4/Acquisitions.pm, C4/Circmain.pm, C4/Circulation.pm,
1338         C4/Database.pm, C4/Format.pm, C4/Input.pm, C4/InterfaceCDK.pm,
1339         C4/Maintainance.pm, C4/Output.pm, C4/Print.pm, C4/Reserves.pm,
1340         C4/Reserves2.pm, C4/Scan.pm, C4/Search.pm, C4/Security.pm,
1341         C4/Stats.pm, C4/Stock.pm, C4/Circulation/Borrissues.pm,
1342         C4/Circulation/Borrower.pm, C4/Circulation/Fines.pm,
1343         C4/Circulation/Issues.pm, C4/Circulation/Main.pm,
1344         C4/Circulation/Renewals.pm, C4/Circulation/Renewals2.pm,
1345         C4/Circulation/Returns.pm, C4/Interface/AccountsCDK.pm,
1346         C4/Interface/BorrowerCDK.pm, C4/Interface/FlagsCDK.pm,
1347         C4/Interface/RenewalsCDK.pm, C4/Interface/ReserveentCDK.pm,
1348         acqui/acquire.pl, acqui/addorder.pl, acqui/basket.pl,
1349         acqui/finishreceive.pl, acqui/modorders.pl, acqui/newbasket.pl,
1350         acqui/newbasket2.pl, acqui/newbiblio.pl, acqui/order.pl,
1351         acqui/receive.pl, acqui/recieveorder.pl, acqui/supplier.pl,
1352         acqui/updatesupplier.pl, misc/fixborrower.pl, misc/fixcatalog.pl,
1353         misc/fixorders.pl, misc/fixorders.pl2, misc/fixrefs.pl,
1354         misc/makebaskets.pl, misc/makeformats.pl, misc/tidyaccounts.pl,
1355         sec/writeoff.pl, telnet/borrwraper.pl, telnet/circ,
1356         telnet/doreturns.pl, telnet/issuewrapper.pl,
1357         telnet/returnswrapper.pl, telnet/startint.pl: Files shifted into
1358         Sourceforge CVS
1359