Revision 8f3e7f9...

Go back to digest for 30th October 2011

Bug Fixes in KDE Base

Sebastian Trueg committed changes in [kde-runtime/KDE/4.7] /services/strigi:

Backport from nepomuk-core:

Fixed StrigiServiceConfig::shouldBeIndexed for exclude filters.

We did not take one issue into account before: imagine we have an
exclude filter "build" and a folder $HOME/x/build/y/. This folder
should not be indexed. This was not handled before.
By checking each component of a path starting from the include folder
this case is now handled, too.

One problem remains: the IndexCleaner does not take this issue into
account yet. This means it will not cleanup all required entries yet.


FIXED-IN: 4.7.3

File Changes

Modified 3 files
  • /services/strigi
  •   nepomuk/indexcleaner.cpp
  •   nepomuk/strigiserviceconfig.cpp
  •   nepomuk/strigiserviceconfig.h
3 files changed in total