Hi, before releasing 1.3.2, i'm doing some code cleaning. I think the following scripts/templates are never used in koha. If nobody cries/claims, i'll delete them from cvs (tomorrow) : barcodes.pl categoryitem.pl charges.tmpl cmsd.tmpl decode_ftr.pl default.tmpl fixborrower.pl fixcatalog.pl fixorders.pl fixorders.pl2 fixrefs.pl makebaskets.pl makeformats.pl member-flags.pl member-password.pl newimember.tmpl opac-auth.tmpl opac-moredetail.tmpl orderbreakdown.pl savebiblio.pl testinclude.pl updatedatabase2.pl -- Paul
Hi Paul, There are a couple on you list that I dont think you should delete quite yet. member-flags.pl -> set user flags in the intranet member-password.pl -> set user password opac-auth.tmpl -> template for the Auth.pm module Those are the ones that I would like to see left in. They are all to do with the authentification system, which is going to be included as part of the new OPAC work Im doing for HLT. good to see that some of the other dead wood is getting trimmed! Finlay paul POULAIN wrote:
Hi,
before releasing 1.3.2, i'm doing some code cleaning. I think the following scripts/templates are never used in koha. If nobody cries/claims, i'll delete them from cvs (tomorrow) : barcodes.pl categoryitem.pl charges.tmpl cmsd.tmpl decode_ftr.pl default.tmpl fixborrower.pl fixcatalog.pl fixorders.pl fixorders.pl2 fixrefs.pl makebaskets.pl makeformats.pl member-flags.pl member-password.pl newimember.tmpl opac-auth.tmpl opac-moredetail.tmpl orderbreakdown.pl savebiblio.pl testinclude.pl updatedatabase2.pl -- Paul
------------------------------------------------------- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html _______________________________________________ Koha-devel mailing list Koha-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/koha-devel
On Wed, Nov 20, 2002 at 05:49:23PM +0100, paul POULAIN said:
Hi,
before releasing 1.3.2, i'm doing some code cleaning. I think the following scripts/templates are never used in koha. If nobody cries/claims, i'll delete them from cvs (tomorrow) : barcodes.pl
One of steves .. ill let him say whether its needed
categoryitem.pl
admin/categoryitem.pl ... one of yours paul, so if you don think its needed anymore I'll go with that, do we have a replacement?
charges.tmpl
used by charges.pl which is a script to allow the librarians to set up charging rules for overdue items, or to specify rental charges.
cmsd.tmpl
One of steves templates .. Ill leave that for him to decide.
decode_ftr.pl
No idea, doesnt seem to be in my cvs checkout
default.tmpl
Im not sure if any scripts use this template.
fixborrower.pl
no longer needed
fixcatalog.pl fixorders.pl fixorders.pl2 fixrefs.pl makebaskets.pl makeformats.pl
yep these can all disapear
member-flags.pl member-password.pl opac-auth.tmpl opac-moredetail.tmpl
All needed (as finlay pointed out)
newimember.tmpl
Is a work in progress, designed to be called from newimember.pl Being worked on by dorian it looks like
orderbreakdown.pl
Can disappear
savebiblio.pl
No longer appears to be used, can disappear
testinclude.pl updatedatabase2.pl
These can both go as well Chris -- Chris Cormack Programmer 025 500 789 Katipo Communications Ltd chris@katipo.co.nz www.katipo.co.nz
On Wed, 20 Nov 2002, paul POULAIN wrote:
Hi,
before releasing 1.3.2, i'm doing some code cleaning. I think the following scripts/templates are never used in koha. If nobody cries/claims, i'll delete them from cvs (tomorrow) :
barcodes.pl
I think this one is useful. It's a command line script that can generate postscript barcode labels (80 per page to fit 4x20 Avery Return Address labels sheets).
cmsd.tmpl
Can be deleted. Steve.
On Wed, 20 Nov 2002, paul POULAIN wrote:
before releasing 1.3.2, i'm doing some code cleaning. I think the following scripts/templates are never used in koha. If nobody cries/claims, i'll delete them from cvs (tomorrow) :
Did 'safe-installer' get deleted as well, or just moved someplace else? It's been deleted in the top-level CVS directory, but wasn't discussed in this thread, AFAICT. -- Andrew Arensburger Actually, these _do_ represent the arensb@ooblick.com opinions of ooblick.com! Generic Tagline V 6.01
Andrew Arensburger a écrit:
On Wed, 20 Nov 2002, paul POULAIN wrote:
before releasing 1.3.2, i'm doing some code cleaning. I think the following scripts/templates are never used in koha. If nobody cries/claims, i'll delete them from cvs (tomorrow) :
Did 'safe-installer' get deleted as well, or just moved someplace else? It's been deleted in the top-level CVS directory, but wasn't discussed in this thread, AFAICT.
oups... it seems i made something wrong... safe-installer should be in misc/ , but it's not. I will "rebirth" it immediately. sorry for the mistake. -- Paul
participants (5)
-
Andrew Arensburger -
Chris Cormack -
Finlay Thompson -
paul POULAIN -
Tonnesen Steve