Tue, 17 Nov 2009 19:05:54 +0100 |
Thomas Waldmann |
SystemInfo macro: fix failure if xapian/xapian-bindings are not installed
|
Tue, 01 Sep 2009 23:06:28 +0200 |
Thomas Waldmann |
SystemInfo: fix xapian index infos
|
Tue, 01 Sep 2009 21:41:55 +0200 |
Thomas Waldmann |
fix SystemInfo's XapianSearch import
|
Thu, 13 Aug 2009 22:46:34 +0200 |
Dmitrijs Milajevs |
Xapian2009: System info uses XapianSearch to access information about xapian index.
|
Thu, 05 Feb 2009 04:31:23 +0100 |
Thomas Waldmann |
fix: Xapian index idx.mtime() gives a normal unix timestamp, no need to scale
|
Sat, 07 Jun 2008 20:42:57 +0200 |
Thomas Waldmann |
removed PyStemmer dependency by just using xapian.Stem and requiring xapian >= 1.0.0, also remove code handling older xapian versions
|
Tue, 11 Mar 2008 22:46:26 +0100 |
Thomas Waldmann |
macros: refactored for 1.7 arg parser
|
Wed, 27 Feb 2008 00:28:28 +0100 |
Radomir Dopieralski |
refactored _() getText calls to match new api
|
Mon, 02 Jul 2007 23:33:20 +0200 |
Thomas Waldmann |
Big PEP8 and whitespace cleanup
|
Tue, 29 May 2007 12:59:59 +0200 |
Reimar Bauer |
SystemInfo: !PyStemmer
|
Tue, 29 May 2007 12:56:17 +0200 |
Reimar Bauer |
SystemInfo: labels for stemming renamed
|
Tue, 29 May 2007 11:06:49 +0200 |
Reimar Bauer |
SystemInfo: info for stemmer snowball added
|
Sat, 26 May 2007 19:12:16 +0200 |
Thomas Waldmann |
fix xapian version check, use non-deprecated functions for it with fallback to depracated functions
|
Wed, 16 May 2007 15:01:44 +0200 |
Reimar Bauer |
SystemInfo: fixed isSpiderAgent
|
Mon, 14 May 2007 22:03:21 +0200 |
Thomas Waldmann |
updated bot useragents list, reduce bot cpu usage of some macros (ported from 1.5 repo)
|
Sun, 15 Apr 2007 11:21:53 +0200 |
Reimar Bauer |
fixing copyright headers:unified my name
|
Fri, 30 Mar 2007 21:50:50 +0200 |
Thomas Waldmann |
'make pylint', fixed lots of minor stuff found by pylint (and there is still lots left to do)
|
Tue, 27 Mar 2007 21:07:33 +0200 |
Thomas Waldmann |
fixing copyright headers: remove umlauts (encoding troubles), make epydoc compatible, reformat
|
Mon, 19 Mar 2007 22:12:15 +0100 |
Thomas Waldmann |
SystemInfo: minor refactoring
|
Thu, 08 Mar 2007 18:02:43 +0100 |
Reimar Bauer |
SystemInfo:fixed indenting for nonestr
|
Tue, 27 Feb 2007 19:29:44 +0100 |
Reimar Bauer |
SystemInfo: access limitiations added
|
Tue, 27 Feb 2007 18:45:24 +0100 |
Reimar Bauer |
SystemInfo:refactored into class SystemInfo
|
Sat, 24 Feb 2007 14:18:31 +0100 |
Thomas Waldmann |
removed some unused attributes, used 'dummy' for dummies
|
Tue, 05 Sep 2006 03:22:54 +0200 |
Thomas Waldmann |
fix backtrace on SystemInfo when no xapian is installed, but xapian_search is enabled in wikiconfig
|
Sat, 26 Aug 2006 18:47:58 +0200 |
Franz Pletz |
fix xapian version if xapian is not installed
|
Thu, 24 Aug 2006 13:38:38 +0200 |
Franz Pletz |
add xapian version in SystemInfo macro
|
Mon, 14 Aug 2006 23:52:48 +0200 |
Franz Pletz |
special message when no results found
|
Mon, 14 Aug 2006 23:28:54 +0200 |
Franz Pletz |
improvements for SystemInfo macro
|
Tue, 08 Aug 2006 22:39:15 +0200 |
Franz Pletz |
improved highlighting code to work better with stemming and special searches, extended SystemInfo macro
|
Mon, 07 Aug 2006 23:08:59 +0200 |
Franz Pletz |
merge with main
|
Wed, 02 Aug 2006 20:15:05 +0200 |
Franz Pletz |
search info bar added, misc i18n fixes
|
Mon, 24 Jul 2006 14:18:55 +0200 |
Franz Pletz |
fix multiconfig merge and more informative SystemInfo macro
|
Tue, 18 Jul 2006 15:36:02 +0200 |
Franz Pletz |
Fixed some bugs, whitespaces at EOL, better i18n for SystemInfo
|
Mon, 07 Aug 2006 00:26:01 +0200 |
Thomas Waldmann |
cleanup plugin related code / attributes, remove unused stuff
|
Sun, 06 Aug 2006 23:42:36 +0200 |
Thomas Waldmann |
implement list of known actions similar to list of known macros
|
Mon, 17 Jul 2006 12:24:58 +0200 |
Franz Pletz |
SystemInfo macro extended with the state of the index, ensure fallback to moinSearch
|
Mon, 17 Jul 2006 04:27:24 +0200 |
Thomas Waldmann |
whitespace-only cleanup, small style changes
|
Fri, 19 May 2006 19:17:12 +0200 |
Thomas Waldmann |
fix SystemInfo
|
Fri, 12 May 2006 21:10:11 +0200 |
Thomas Waldmann |
remove processor support, use a parser now
|
Fri, 12 May 2006 20:10:17 +0200 |
Thomas Waldmann |
move wikiaction.py to action/__init__.py
|
Fri, 12 May 2006 19:53:53 +0200 |
Thomas Waldmann |
moved wikimacro.py to macro/__init__.py
|