Changeset 7195
- Timestamp:
- 04/14/10 15:34:43 (2 years ago)
- Location:
- trunk/KinoSearchContrib
- Files:
-
- 3 edited
-
data/System/KinoSearchContrib.txt (modified) (1 diff)
-
lib/Foswiki/Contrib/KinoSearchContrib.pm (modified) (1 diff)
-
lib/Foswiki/Contrib/KinoSearchContrib/Index.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/KinoSearchContrib/data/System/KinoSearchContrib.txt
r6727 r7195 218 218 | Version: | %$VERSION% | 219 219 | Change History: | <!-- versions below in reverse order --> | 220 | 14 Apr 2010: | v 1.24, Foswikitask:Item8426: fix typo in Index.pm | 220 221 | 11 Mar 2010: | v 1.23, Foswikitask:Item8581: fix executable permission bits, fix typos, add dependency CPAN:Text::Iconv, flushes log files, move =kinosearch/bin= files to standard =tools= location -- Foswiki:Main.WillNorris | 221 222 | 04 Nov 2009: | v 1.22, Foswikitask:Item2326: small documentation improvent -- Foswiki:Main.IngoKappler | -
trunk/KinoSearchContrib/lib/Foswiki/Contrib/KinoSearchContrib.pm
r6726 r7195 21 21 22 22 our $VERSION = '$Rev: 4913 $'; 23 our $RELEASE = '1.2 3';23 our $RELEASE = '1.24'; 24 24 our $SHORTDESCRIPTION = 'Fast indexed search including attachments like Word, Excel, and PDF'; 25 25 -
trunk/KinoSearchContrib/lib/Foswiki/Contrib/KinoSearchContrib/Index.pm
r6914 r7195 227 227 split( /\t/, $change ); 228 228 229 next if ( ( !defined $topicName ) || (!$change s) || ( $skipTopics{"$web.$topicName"} ) || ( $skipTopics{$topicName} ) );229 next if ( ( !defined $topicName ) || (!$change) || ( $skipTopics{"$web.$topicName"} ) || ( $skipTopics{$topicName} ) ); 230 230 231 231 if ( ( !%exclude ) || ( !$exclude{$topicName} ) ) {
Note: See TracChangeset
for help on using the changeset viewer.
