Koha/misc/migration_tools
tipaul 3e85c9e97f NoZebra SQL index management :
* adding 3 subs in Biblio.pm
- GetNoZebraIndexes, that get the index structure in a new systempreference (added with this commit)
- _DelBiblioNoZebra, that retrieve all index entries for a biblio and remove in a variable the biblio reference
- _AddBiblioNoZebra, that add index entries for a biblio.
Note that the 2 _Add and _Del subs work only in a hash variable, to speed up things in case of a modif (ie : delete+add). The effective SQL update is done in the ModZebra sub (that existed before, and dealed with zebra index).
I think the code has to be more deeply tested, but it works at least partially.
2007-05-02 16:44:31 +00:00
..
22_to_30 Removing $dbh from GetMarcFromKohaField (dbh is not used in this function.) 2007-04-27 14:00:48 +00:00
build6xx.pl rel_3_0 moved to HEAD 2007-03-09 14:52:58 +00:00
buildCOUNTRY.pl synch'ing 2.2 and head 2005-05-04 08:58:30 +00:00
buildEDITORS.pl rel_3_0 moved to HEAD 2007-03-09 14:52:58 +00:00
buildLANG.pl synch'ing 2.2 and head 2005-08-04 14:10:52 +00:00
bulkmarcimport.pl Code cleaning : 2007-03-29 13:30:31 +00:00
check_dirs.pl rel_3_0 moved to HEAD (introducing new files) 2007-03-09 15:34:17 +00:00
check_marc_definition.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
rebuild_nozebra.pl NoZebra SQL index management : 2007-05-02 16:44:31 +00:00
rebuild_zebra.pl some bugfixes for this script that automatically build zebra DB from default config files 2007-04-17 08:50:33 +00:00
rebuild_zebra_idx.pl rel_3_0 moved to HEAD 2007-03-09 14:52:58 +00:00
test_cql2rpn.pl OK, this time it seems to work. The last blocking problem was... a space in 2006-02-09 10:59:34 +00:00