Mon, 14 Jul 2008 02:25:33 +0200 |
Thomas Waldmann |
MoinMoinBugs/DoNotConvertUnicodeToUTF8ForXsltParser (backport from 1.8)
|
Sun, 13 Jul 2008 21:41:12 +0200 |
Thomas Waldmann |
Xapian indexing: remove crappy hostname tokenization, works better without
|
Sun, 13 Jul 2008 19:58:45 +0200 |
Thomas Waldmann |
updated CHANGES
|
Sun, 13 Jul 2008 18:39:59 +0200 |
Thomas Waldmann |
XSS security fix for advanced search form: added escaping (thanks to Emanuele Gentili from Ubuntu for discovering the problem)
|
Mon, 14 Jul 2008 02:11:55 +0200 |
Thomas Waldmann |
move parser test to the right place, small cosmetic fixes
|
Sun, 13 Jul 2008 18:56:55 +0200 |
Thomas Waldmann |
XSS security fix for advanced search form: added escaping (thanks to Emanuele Gentili from Ubuntu for discovering the problem) (ported from 1.7)
|
Sat, 12 Jul 2008 15:53:01 +0200 |
Thomas Waldmann |
sendcached action: new function cache_key to calculate hard-to-guess cache keys from either content (parser sections) or wiki/page/file name and some metadata from filesystem (attachments)
|
Fri, 11 Jul 2008 16:26:28 +0200 |
Johannes Berg |
plugin config: fix error message
|
Fri, 11 Jul 2008 16:19:34 +0200 |
Johannes Berg |
plugins: allow multiple plugin paths
|
Fri, 11 Jul 2008 16:15:25 +0200 |
Johannes Berg |
plugins: use importWikiPlugin for tests
|
Fri, 11 Jul 2008 16:15:04 +0200 |
Johannes Berg |
plugins: don't rely on modules attribute
|
Fri, 11 Jul 2008 13:40:52 +0200 |
Johannes Berg |
merge bugfixes from 1.7
|
Fri, 11 Jul 2008 13:04:13 +0200 |
Johannes Berg |
search: make query parser reject more invalid input
|
Fri, 11 Jul 2008 12:56:52 +0200 |
Johannes Berg |
wikiutil: fix sort() usage in UnitArgument
|
Thu, 03 Jul 2008 20:49:52 +0200 |
Thomas Waldmann |
search query parser: if query parsing raises a BracketError, at least tell what the problem is (and not just raise empty ValueError)
|
Fri, 11 Jul 2008 10:28:38 +0200 |
Thomas Pfaff |
MoinMoinBugs/DoNotConvertUnicodeToUTF8ForXsltParser
|
Thu, 10 Jul 2008 16:13:24 +0200 |
Thomas Waldmann |
prevent CategoryTemplate being listed as a category (it is a Template, but matched also the category regex)
|
Thu, 10 Jul 2008 10:14:06 +0200 |
Johannes Berg |
use base64 legacy interface for python 2.3
|
Tue, 08 Jul 2008 16:58:19 +0200 |
Johannes Berg |
user: work around bad semantics in user class constructor
|
Tue, 08 Jul 2008 13:30:27 +0200 |
Johannes Berg |
user tests: remove form hack that is no longer necessary, fix upgrade test
|
Fri, 04 Jul 2008 12:15:57 +0200 |
Johannes Berg |
user: fix password validation
|
Fri, 04 Jul 2008 10:42:27 +0200 |
Johannes Berg |
user: adjust tests, add one for password upgrade and fix a bug found
|
Thu, 03 Jul 2008 20:33:17 +0200 |
Johannes Berg |
document new multiconfig option structure
|
Thu, 03 Jul 2008 15:26:24 +0200 |
Johannes Berg |
merge fixes from 1.7
|
Thu, 03 Jul 2008 15:24:35 +0200 |
Johannes Berg |
fix MoinMoinBugs/TypeErrorInWikiutils
|
Wed, 02 Jul 2008 14:47:41 +0200 |
Thomas Waldmann |
avoid creating of new pagedirs with empty edit-log files by just accessing a non-existant page
|
Mon, 30 Jun 2008 19:44:55 +0000 |
Thomas Waldmann |
category search: ignore traling whitespace after ----
|
Wed, 02 Jul 2008 01:05:09 +0200 |
Johannes Berg |
fix some pep8 failures
|
Wed, 02 Jul 2008 01:03:44 +0200 |
Radomir Dopieralski |
Modernized theme: fix spacing in teh image table to pass pep8 tests
|
Tue, 01 Jul 2008 23:26:38 +0200 |
Johannes Berg |
remove stray print I left accidentally
|
Tue, 01 Jul 2008 12:31:04 +0200 |
Johannes Berg |
log exception causing URI
|
Mon, 30 Jun 2008 21:41:04 +0200 |
Johannes Berg |
user storage: hash stored passwords, upgrade on use, remove charset magic
|
Mon, 30 Jun 2008 21:02:41 +0200 |
Reimar Bauer |
heads merged
|
Mon, 30 Jun 2008 21:01:55 +0200 |
Reimar Bauer |
version: changed patchlevel to alpha
|
Mon, 30 Jun 2008 16:59:30 +0200 |
Johannes Berg |
merge two fixes from 1.7
|
Mon, 30 Jun 2008 16:07:16 +0200 |
Johannes Berg |
OpenID RP: make compatible with 2.2 series of python-openid
|
Wed, 25 Jun 2008 21:01:58 +0200 |
Johannes Berg |
TOC: skip outer-most <ol> levels when page isn't using the biggest headings
|
Sat, 28 Jun 2008 15:36:31 +0200 |
Thomas Waldmann |
wikiutil.importPlugin: support getting whole plugin module object by giving function=None
|
Sat, 28 Jun 2008 14:29:11 +0200 |
Thomas Waldmann |
sendcached: add missing request param, add is_cached() function
|
Fri, 27 Jun 2008 18:52:24 +0200 |
Thomas Waldmann |
sendcached: made some functions for usage from other modules, added comments
|
Fri, 27 Jun 2008 18:27:14 +0200 |
Thomas Waldmann |
sendcached: minor bugfix, added unit tests
|
Fri, 27 Jun 2008 12:28:48 +0200 |
Thomas Waldmann |
sendcached: added a put_cache and get_url function
|
Tue, 24 Jun 2008 23:01:42 +0200 |
Radomir Dopieralski |
License for the Tango icons in the Modernized theme
|
Tue, 24 Jun 2008 22:39:50 +0200 |
Radomir Dopieralski |
Introducing a remake of the default theme: Modernized
|
Tue, 24 Jun 2008 18:58:51 +0200 |
Johannes Berg |
merge 1.7
|
Tue, 24 Jun 2008 11:52:01 +0200 |
Johannes Berg |
queryparser: reject invalid queries consisting only of "OR"
|
Mon, 23 Jun 2008 18:06:15 +0200 |
Thomas Waldmann |
standalone server: fix --pidfile option
|
Tue, 24 Jun 2008 18:23:32 +0200 |
Reimar Bauer |
script.account.create: use same rule for email check than in MoinMoin.action.newaccount
|
Tue, 24 Jun 2008 14:12:55 +0200 |
Johannes Berg |
WikiConfigHelp macro: hide default already at 30 characters, use span to show on mouse hover
|
Tue, 24 Jun 2008 13:39:58 +0200 |
Johannes Berg |
remove backup action
|
Tue, 24 Jun 2008 13:16:03 +0200 |
Johannes Berg |
config: move page_license_page
|
Tue, 24 Jun 2008 13:13:05 +0200 |
Johannes Berg |
WikiConfigHelp: translate and mark up descriptions
|
Tue, 24 Jun 2008 12:55:55 +0200 |
Johannes Berg |
document editor_quickhelp change
|
Tue, 24 Jun 2008 12:47:10 +0200 |
Thomas Waldmann |
merged main
|
Tue, 24 Jun 2008 12:46:36 +0200 |
Thomas Waldmann |
sendcached action (completely untested)
|
Tue, 24 Jun 2008 12:38:56 +0200 |
Johannes Berg |
move editor quickhelp out of config into parser modules
|
Tue, 24 Jun 2008 12:27:59 +0200 |
Johannes Berg |
config improvements wrt. computed settings
|
Sun, 22 Jun 2008 22:52:21 +0200 |
Thomas Waldmann |
multiconfig: better grouping of settings
|
Sun, 22 Jun 2008 21:40:40 +0200 |
Thomas Waldmann |
multiconfig: added more setting descriptions
|
Sun, 22 Jun 2008 20:09:26 +0200 |
Thomas Waldmann |
merged main
|