Koha/misc
Paul POULAIN 23c79b8229 bump to 3.00.00.017 : adding columns to zebraqueue
The zebraque_start scripts works, but it not friendly when you try to track what he did
as records are deleted after done.
This commit changes the behaviour : 2 columns are added done & timestamp.
done is set to 1 when a line have been done. And the timestamp contains the timestamp of the last action (either line creation if done=0 or operation if done=1)

should be helpfull to track problem.

the table will grow, but i'll add soon a DELETE FROM zebraqueue WHERE timestamp > 30 days or something like that

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-31 19:43:00 -05:00
..
cronjobs bump to 3.00.00.017 : adding columns to zebraqueue 2007-10-31 19:43:00 -05:00
info
migration_tools skip empty records (new GetMarcRecord behaviour that returns empty string and not empty MARC::Record) 2007-10-31 19:41:49 -05:00
release notes
spellcheck_suggest
translator french translation files (.po) again... 2007-10-24 17:07:49 -05:00
zebra Note was declared twice + XXX :w,:p is illegal, one must write XXX:w,XXX:p 2007-10-31 19:42:09 -05:00
backup.sh
benchmark.pl
bulkauthimport.pl Code Cleaning AuthoritiesMarc 2007-04-06 14:49:19 +00:00
bulkupdate.pl Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 2007-10-18 16:27:04 -05:00
cleanmarcdb.pl GetMarcStructure signature change. 2007-05-22 15:13:44 +00:00
compare_iso_and_marc_parameters.pl
dumpmarc.pl
exportauth.pl Removing $dbh from GetMarcFromKohaField (dbh is not used in this function.) 2007-04-27 14:00:48 +00:00
fines-sanop.pl Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 2007-10-18 16:27:04 -05:00
fines2.pl Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 2007-10-18 16:27:04 -05:00
marc21_medium_auth_frameworks.sql Correcting installation instructions. 2007-09-06 21:26:07 -05:00
marc21_minimal_auth_frameworks.sql Correcting installation instructions. 2007-09-06 21:26:07 -05:00
marc21_simple_bib_frameworks.sql Major change switching Koha record ID from field 090 to 999. 090 is now for 2007-09-06 21:29:41 -05:00
marc21_standard_auth_frameworks.sql Corrected field and subfield values in frameworks. 2007-09-06 21:23:09 -05:00
marc21_standard_bib_framework.sql Major change switching Koha record ID from field 090 to 999. 090 is now for 2007-09-06 21:29:41 -05:00
marcimport_to_biblioitems.pl update to virtual shelves -- approved 2007-08-08 13:12:47 -05:00
merge_authority.pl
missing090field.pl update to virtual shelves -- approved 2007-08-08 13:12:47 -05:00
overduenotices-30.pl Overdues fixes (unfinished) 2007-10-22 07:15:41 -05:00
overduenotices.pl
rebuild_marc_newframework.pl
rebuildnonmarc.pl BIGFIX : making rebuildnonmarc script work with koha 3.0 2007-09-12 20:54:08 -05:00
sync_koha_plugin.pl
testKoha.pl Patch from Joe Atzberger to remove $Id$ and $Log$ from scripts 2007-10-18 16:27:04 -05:00
xmlintobiblioitems.pl