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