Koha/misc
2006-10-02 19:13:35 +00:00
..
amazonratings Bugfix, now it actually does whats its supposed to. 2004-03-06 07:55:35 +00:00
cronjobs see mail on koha-devel : code cleaning on Search.pm + normalizing API + use of biblionumber everywhere (instead of bn, biblio, ...) 2005-09-22 10:01:45 +00:00
info merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
marc_datas Added missing 048 $2, new in last year's MARC 21 revision; and changed 2006-09-20 11:20:03 +00:00
migration_tools For MARC 21, instead of deleting the whole subfield when a character does not 2006-09-01 17:11:53 +00:00
notifys bug fix: 2006-07-12 14:07:03 +00:00
plugin Adding ability to return biblios that have no biblio items to avoid making orphan biblios 2006-09-05 21:26:19 +00:00
release notes synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
spellcheck_suggest Minor change to generalize the script 2005-05-04 13:45:18 +00:00
sql-datas synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
translator synch'ing head and rel_2_2 (from 2.2.5, including npl templates) 2006-01-06 16:39:37 +00:00
zebra missing ccl.propeties added 2006-09-27 19:58:20 +00:00
zebraauthority/usmarc record.abs for ZEBRA authorities. We need different configuration for authorities so a new folder is created 2006-05-19 19:13:51 +00:00
asmp_marc21_bib_framework.sql Added the new barcode plugin to frameworks. 2006-09-11 01:03:43 +00:00
authorised_values.mysql Required sample tables for multilingual facets and koha_attr tables together with authorised values 2006-10-02 19:13:35 +00:00
auto_install_file adding auto-install option. 2004-06-22 11:33:47 +00:00
backup.sh The script mike uses to run backups on the koha database 2002-06-11 22:03:44 +00:00
barcodes.pl moving non koha-running files to misc dir 2002-11-22 09:05:18 +00:00
biblios_MARC21_sample.mysql All the necessary mySQL tables for those who wish to install before an upgrader is provided 2006-09-27 20:23:09 +00:00
build_marc_Tword.pl new version, doing tag by tag. Should be slower, but requires a lot less memory 2005-06-01 18:55:08 +00:00
build_marc_word.pl This script builds a new marc_word 2004-06-11 15:07:48 +00:00
buildrelease merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
bulkauthimport.pl importing iso2709 authority file 2004-06-21 07:51:41 +00:00
cleanmarcdb.pl script to clean MARC DB when a subfield is removed from the MARC editor : the subfield is NOT removed from DB (to avoid stupid loss of data). This script forever removes unused subfields from the DB. Quite fast script. 2003-10-14 12:36:36 +00:00
compare_iso_and_marc_parameters.pl little tool to analyse the marc parameters. 2004-09-02 16:34:04 +00:00
dumpmarc.pl adding -w parameter to have warnings 2004-04-14 19:48:13 +00:00
export_xml_koharecords.pl Clean up before final commits 2006-09-06 16:21:03 +00:00
exportauth.pl Use this script to export all your authorities so that you can build an authority zebra. Use this after marc_into_authority.pl 2006-05-19 19:16:00 +00:00
facets.mysql Required sample tables for multilingual facets and koha_attr tables together with authorised values 2006-10-02 19:13:35 +00:00
fines2.pl bug fixing: 2006-07-12 13:43:42 +00:00
holdings_MARC21_sample.mysql All the necessary mySQL tables for those who wish to install before an upgrader is provided 2006-09-27 20:23:09 +00:00
install-sh moving non koha-running files to misc dir 2002-11-22 09:05:18 +00:00
Install.pm Head & rel_2_2 merged 2006-07-04 14:36:51 +00:00
installer-lite.pl moving non koha-running files to misc dir 2002-11-22 09:05:18 +00:00
installer.pl bugfixes in installer 2004-11-16 13:04:18 +00:00
koha.conf moving non koha-running files to misc dir 2002-11-22 09:05:18 +00:00
koha.mysql Required sample tables for multilingual facets and koha_attr tables together with authorised values 2006-10-02 19:13:35 +00:00
koha.upgrade merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
koha.xml Adding variable support to zebradb. You may use shadowing or not on either authorities or biblios 2006-05-20 14:18:04 +00:00
koha2marc.pl Upgrade script : 2003-10-20 15:42:43 +00:00
marc21_simple_bib_frameworks.sql Added missing 048 $2, new in last year's MARC 21 revision; and changed 2006-09-20 11:20:03 +00:00
marc21_standard_bib_framework.sql Added missing 048 $2, new in last year's MARC 21 revision; and changed 2006-09-20 11:20:03 +00:00
marc_into_authority.pl Lock tables was repeated twice --fixed 2006-05-20 00:13:31 +00:00
marcimport_to_biblioitems.pl Reads external marc records with biblionumbers and populates koha tables with the new marc record (only the marc record). Useful after changing encodings etc. 2006-05-31 15:49:38 +00:00
merge_authority.pl Clean up before final commits 2006-09-06 16:21:03 +00:00
missing090field.pl Script written by Tumer Garip that fixes missing 090 fields in a 2006-03-31 17:51:18 +00:00
overduenotices-30.pl A new overduenotice script to go along with overduerules 2006-02-28 17:20:29 +00:00
overduenotices.pl synch'ing 2.2 and head 2005-06-20 14:10:00 +00:00
rebuild_marc_newframework.pl If you change your framework for MARC mapping use this script to remap your marc record first. Drop the old framework and install the new one. Re export all your marc and recreate ZEBRA. 2006-04-20 10:55:18 +00:00
rebuildnonmarc.pl merging 2.2 branch with head. Sorry for not making it before, many many commits done here 2005-03-01 13:40:35 +00:00
rebuildthesaurus.pl synch'ing 2.0.0 branch (RC4 tag) and head 2004-02-11 08:42:01 +00:00
safe-installer rebirthing safe-installer. 2002-11-25 16:37:09 +00:00
sample_MARC21_koha_attr.mysql Required sample tables for multilingual facets and koha_attr tables together with authorised values 2006-10-02 19:13:35 +00:00
sampledata-1.2 fix for #260 2003-04-09 16:39:26 +00:00
sync_koha_plugin.pl adding Log.pm 2006-04-02 19:19:02 +00:00
testKoha.pl moving non koha-running files to misc dir 2002-11-22 09:05:18 +00:00
tidyaccounts.pl Removed trailing whitespace. 2002-10-13 11:38:37 +00:00
uninstall.pl uninstaller 2004-06-22 15:33:06 +00:00
xmlintobiblioitems.pl Use this script to change all the xml in biblioitems. No more collection wrapper in XML. Biblio.pm changed. 2006-04-10 21:11:58 +00:00