Changeset 5428
- Timestamp:
- 11/04/09 00:32:27 (3 years ago)
- Location:
- trunk/KinoSearchContrib
- Files:
-
- 2 edited
-
data/System/KinoSearchContrib.txt (modified) (1 diff)
-
lib/Foswiki/Contrib/KinoSearchContrib.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/KinoSearchContrib/data/System/KinoSearchContrib.txt
r5427 r5428 218 218 | Version: | %$VERSION% | 219 219 | Change History: | <!-- versions below in reverse order --> | 220 | 04 Nov 2009: | v 1.22, Foswikitask:Item2326: small documentation improvent -- Foswiki:Main.IngoKappler | 220 221 | 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 | 221 222 | 06 Nov 2008: | v 1.20, minor revert to stop crash | -
trunk/KinoSearchContrib/lib/Foswiki/Contrib/KinoSearchContrib.pm
r5132 r5428 21 21 22 22 our $VERSION = '$Rev: 4913 $'; 23 our $RELEASE = '1.2 1';23 our $RELEASE = '1.22'; 24 24 our $SHORTDESCRIPTION = 'Fast indexed search with indexing of attachments like Word, Excel and PDF'; 25 25
Note: See TracChangeset
for help on using the changeset viewer.
