Changeset 5428


Ignore:
Timestamp:
11/04/09 00:32:27 (3 years ago)
Author:
IngoKappler
Message:

Item2326: preparing release

Location:
trunk/KinoSearchContrib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/KinoSearchContrib/data/System/KinoSearchContrib.txt

    r5427 r5428  
    218218|  Version: | %$VERSION% | 
    219219|  Change History: | <!-- versions below in reverse order -->&nbsp; | 
     220|  04 Nov 2009:  | v 1.22, Foswikitask:Item2326: small documentation improvent -- Foswiki:Main.IngoKappler | 
    220221|  24 Sep 2009:  | v 1.21, Foswikitask:Item1363: port to Foswiki -- Foswiki:Main.WillNorris. Rename to !KinoSearchContrib and split plugin into !KinoSearchPlugin; add stringifiers for =.docx=, =.pptx= and =.xlsx=; change the =kinosearch= script to work with [[Foswiki:Development.FoswikiStandAlone][FSA]]; Moved settings into =configure=; Commands now set in =configure=; Replaced =system()= calls with =Foswiki::Sandbox->sysCommand()=; Handle passworded MS Office files; Make the index more robust if it somehow encounters binary files; Can now specify skipped topics; updated and simplified docs; added doc for TipsContrib; update templates; Foswikitask:Item8246: fix checking of access controls -- Foswiki:Main.AndrewJones | 
    221222|  06 Nov 2008:  | v 1.20, minor revert to stop crash | 
  • trunk/KinoSearchContrib/lib/Foswiki/Contrib/KinoSearchContrib.pm

    r5132 r5428  
    2121 
    2222our $VERSION = '$Rev: 4913 $'; 
    23 our $RELEASE = '1.21'; 
     23our $RELEASE = '1.22'; 
    2424our $SHORTDESCRIPTION = 'Fast indexed search with indexing of attachments like Word, Excel and PDF'; 
    2525 
Note: See TracChangeset for help on using the changeset viewer.