Do not build for Ubuntu raring, quantal (obsolete)
[idzebra-moved-to-github.git] / index / mod_dom.c
2014-01-03 Adam DickmeissHappy new year
2013-01-21 Adam DickmeissReformat
2013-01-18 Adam Dickmeissdom: accept type="adelete" (accept bad deletes)
2013-01-08 Adam DickmeissBump copyright year
2012-09-19 Adam DickmeissReformat: delete trailing whitespace
2011-05-19 Adam Dickmeissconfigure produces config.h
2011-02-09 Adam DickmeissHappy new year.
2010-01-14 Adam DickmeissBump copyright year
2009-10-28 Adam Dickmeissmod_dom: fix error handling for no retrieve elems
2009-07-28 Adam DickmeissFix DOM filter WRT record ID and PI record attr
2009-01-15 Adam Dickmeissremoved a few debug stmts
2009-01-15 Adam DickmeissUpdated footer comment
2009-01-09 Adam DickmeissHappy new year
2008-11-06 unknownFixed memory init problem for mod_dom in show records...
2008-10-23 Adam DickmeissAlign sequence numbers for words in z:index sections...
2008-07-09 Adam DickmeissReplace z:meta node with embedded record instead of...
2008-07-09 Adam DickmeissChanged naming convention for embedded records for...
2008-07-09 Adam DickmeissFixed snippets creation for DOM and usage of input...
2008-07-08 Adam DickmeissRemoved attr_content_xml - it was identical to attr_con...
2008-07-08 Adam DickmeissAdded facility to embed metadata for the DOM filter.
2008-07-08 Adam DickmeissUsing NMEM rather than ODR for memory stuff.
2008-04-03 Adam DickmeissOmit CVS Id. Update copyright year.
2007-12-13 Adam DickmeissRemoved log msg
2007-10-29 Adam DickmeissChanged type of index_type char/int to string.
2007-10-21 Adam DickmeissFixed bug #1796: MARC parse errors when using mod_dom...
2007-08-31 Adam DickmeissFixes for snippet/scan where we do "reextract". The...
2007-06-19 Adam DickmeissWhen mod.dom alwo sets additional info when it returns...
2007-05-19 Adam DickmeissFixed bug #1131: Missing value-of data in DOM filter...
2007-04-16 Adam DickmeissAnother and hopefully, last, YAZ OID DB update
2007-04-16 Adam DickmeissUpdate for YAZ 3s new OID system
2007-04-07 Adam DickmeissRemove leading blank line
2007-04-02 Adam DickmeissRemoved a few YLOG_LOG messages. This could be enough...
2007-03-14 Adam DickmeissChanged some types in mod_dom.c ; mostly 'xmlChar ...
2007-03-08 Marc Crommechanged <dom> and <input> parser such that the followin...
2007-03-07 Marc CrommeAdded always the XML parsing flag XML_PARSE_NONET to...
2007-03-06 Adam DickmeissAvoid mixed stmt/var declare
2007-03-06 Adam DickmeissFixed bug #946: Coredump on MARC display.
2007-03-05 Marc Crommeadded tests for bug #883 'Need an 'ignore' value for...
2007-03-03 Adam DickmeissFixes for perform_convert: use xmlParseMemory instead...
2007-03-01 Adam DickmeissAllow record filters to return 'skip' this record ...
2007-02-28 Marc Crommeadded nice debug output of all xmlreader and xslt XML...
2007-02-28 Marc Crommeclosing bug #928 by dropping DOM document to xmlbuffer...
2007-02-28 Marc Crommeremoved general warning log of indexing process. this...
2007-02-26 Adam DickmeissAvoid sprintf with NULL %s value (Solaris dislikes it)
2007-02-23 Adam DickmeissUse xmlGetLineNo instead of xmlGetNodePath for errors...
2007-02-23 Adam DickmeissFor each element macro.
2007-02-23 Adam DickmeissFor dom filter, in input element construct, parse ...
2007-02-23 Adam DickmeissWrap log messages for dom filter. This uses yaz_vsnprin...
2007-02-18 Adam DickmeissFixed bug #898: xslt tests fails on several platforms...
2007-02-15 Marc Crommeoptimized code such that the RecWord structure recword...
2007-02-15 Marc Crommeremoved dead code pieces which are reminisences from...
2007-02-15 Marc Crommepretty formatting warning messages, always giving the...
2007-02-15 Marc Crommerewritten mod_dom instruction parsing code hooked into...
2007-02-14 Marc Crommeadded 'static' declaration to functiondefinitions
2007-02-14 Marc Crommechanging attribute 'action' to 'type' for better confrm...
2007-02-14 Marc Crommeindenting entire file according to the rules stated...
2007-02-14 Marc Crommecontinued hooking in tinfo and recctr, still need to...
2007-02-14 Marc Crommeremoved wanings by zillions of (const char *) casts...
2007-02-14 Marc Crommeremoved the crappy PI and <z:index> parsing code comitt...
2007-02-13 Marc Crommeremoved unnecessary out-commented code lines
2007-02-13 Marc Crommefacturized DOM XML indexing code out into function
2007-02-12 Marc Crommeadded parsing function 'parse_pi_zebra_20' for processi...
2007-02-12 Adam DickmeissFixed bug #884: Entity declarations in input are lost...
2007-02-07 Adam DickmeissImplemented new filter 'dom'. See test/xslt/dom-config...