Mon, 17 Sep 2012 08:52:42 +0200 |
Reimar Bauer |
wikisync: fix unicode pagename sending for python 2.7 httplib
|
Sun, 16 Sep 2012 23:48:18 +0200 |
Thomas Waldmann |
updated CHANGES
|
Sun, 16 Sep 2012 23:26:00 +0200 |
Thomas Waldmann |
remove 4suite dependency for docbook formatter, use minidom (included in python)
|
Sun, 16 Sep 2012 21:42:37 +0200 |
Thomas Waldmann |
rst parser: fix include and macro directives
|
Sun, 16 Sep 2012 21:03:13 +0200 |
Thomas Waldmann |
updated underlay
|
Sun, 16 Sep 2012 20:25:17 +0200 |
Thomas Waldmann |
updated i18n
|
Sun, 16 Sep 2012 01:07:23 +0200 |
Thomas Waldmann |
add dummy migration script, update data/meta file to 1.9.5
|
Sun, 16 Sep 2012 01:04:13 +0200 |
Thomas Waldmann |
bump version number to 1.9.5
|
Sun, 16 Sep 2012 01:01:52 +0200 |
Thomas Waldmann |
make install-docs interwiki
|
Sun, 16 Sep 2012 00:51:58 +0200 |
Thomas Waldmann |
upgraded FCKeditor to 2.6.8
|
Sun, 16 Sep 2012 00:11:41 +0200 |
Thomas Waldmann |
updated CHANGES
|
Sun, 16 Sep 2012 00:07:33 +0200 |
Thomas Waldmann |
modern/modernized theme: fix padding/width for editor preview
|
Sun, 16 Sep 2012 00:00:30 +0200 |
Thomas Waldmann |
redirect output of send_page call with the groups formatter, it must not be written to the output stream
|
Sat, 15 Sep 2012 23:48:07 +0200 |
Thomas Waldmann |
special formatters: avoid to create unnecessary output
|
Sat, 15 Sep 2012 17:59:27 +0200 |
Thomas Waldmann |
updated CHANGES
|
Mon, 03 Sep 2012 15:30:35 +0200 |
Thomas Waldmann |
security fix: fix virtual group bug in ACL evaluation, add a test for it
|
Fri, 03 Aug 2012 17:36:02 +0200 |
Thomas Waldmann |
update docs/REQUIREMENTS about python 2.4 support, point to there from docs/CHANGES
|
Sun, 22 Jul 2012 20:59:35 +0200 |
Thomas Waldmann |
simplify FakeRequest setup
|
Sun, 22 Jul 2012 20:44:48 +0200 |
Thomas Waldmann |
add more missing attributes to FakeRequest
|
Wed, 04 Jul 2012 14:51:04 +0200 |
Thomas Waldmann |
fix parsePageLinks_running AttributeError for FakeRequest
|
Fri, 15 Jun 2012 23:28:36 +0200 |
Thomas Waldmann |
fix dictionary file reading crash under windows
|
Sat, 09 Jun 2012 17:15:47 +0200 |
Thomas Waldmann |
fix setPragma/getPragma AttributeError with FakeRequest
|
Sun, 03 Jun 2012 01:59:03 +0200 |
Thomas Waldmann |
remove copy.copy() that crashed on windows/iis/isapi-wsgi after page save, replace it with minimal FakeRequest instance
|
Sun, 27 May 2012 20:21:32 +0200 |
Thomas Waldmann |
work around crash of AdvancedSearch macro rendering caused by non-ascii mimetypes.types_map entries
|
Sat, 26 May 2012 17:11:13 +0400 |
Eugene Syromyatnikov |
[minor] i18n/strings.py: HelpOnRobots page added to the admin_pages list.
|
Mon, 21 May 2012 03:24:18 +0400 |
Eugene Syromyatnikov |
CHANGES updated regarding highlight control options.
|
Sun, 20 May 2012 22:53:26 +0400 |
Eugene Syromyatnikov |
action/fullsearch.py: ability to suppress highlighting in fullsearch action added.
|
Mon, 21 May 2012 01:04:38 +0400 |
Eugene Syromyatnikov |
Page.py: added message with information about highlight regexp and link to non-highlighted version (disabled by default in config).
|
Sun, 20 May 2012 22:59:04 +0400 |
Eugene Syromyatnikov |
search/queryparser: no_highlight: search operator added to provide ability to suppress highlighting for (part of) search query.
|
Mon, 21 May 2012 03:23:27 +0400 |
Eugene Syromyatnikov |
PageList, FullSearch macros: ability to suppress highlighting in result list and item links added alongside with appropriate configuration options. PageList macros is now implemented via FullSearch macros for code deduplication.
|
Mon, 21 May 2012 03:23:18 +0400 |
Eugene Syromyatnikov |
search/results.py: provide ability to suppress highlighting in page list and link URL parameters.
|
Sat, 19 May 2012 19:21:44 +0400 |
Eugene Syromyatnikov |
action/rss_rc.py: removed addition of page_pattern URL parameter value in RSS description comment to prevent possible arbitrary code injection issues.
|
Fri, 18 May 2012 13:44:53 +0400 |
Eugene Syromyatnikov |
[minor] rss_rc: subaction in link for ATTNEW feed entries changed from get to view as less surprising.
|
Fri, 18 May 2012 13:35:35 +0400 |
Eugene Syromyatnikov |
docs/CHANGES: information related rss_rc action update added.
|
Fri, 18 May 2012 13:35:07 +0400 |
Eugene Syromyatnikov |
action/rss_rc.py: Retrieval of configuration options changed from getattr() since they are in config now already. Last rev which does not depend on configuration options presence: 468e63254a4a.
|
Fri, 18 May 2012 13:25:44 +0400 |
Eugene Syromyatnikov |
Option which gives ability to turn off addition of page history RSS feed link added.
|
Wed, 16 May 2012 08:25:04 +0400 |
Eugene Syromyatnikov |
theme: added RC RSS link for the front page, added page history RSS link for all other pages.
|
Thu, 17 May 2012 02:43:08 +0400 |
Eugene Syromyatnikov |
action/rss_rc.py: forcing unicode for comment strings.
|
Thu, 17 May 2012 02:28:10 +0400 |
Eugene Syromyatnikov |
action/rss_rc.py: comment insertion code changed in flavor of using named placeholders.
|
Thu, 17 May 2012 03:30:39 +0400 |
Eugene Syromyatnikov |
[bugfix] action/rss_rc.py: dealing with mixing unicode and non-unicode strings.
|
Wed, 16 May 2012 15:39:03 +0400 |
Eugene Syromyatnikov |
action/rss_rc.py: added ability to set pagename-based filtering for RSS.
|
Wed, 16 May 2012 06:47:10 +0400 |
Eugene Syromyatnikov |
action/rss_rc.py: added ability to show attachment-related actions in RSS.
|
Wed, 16 May 2012 06:30:38 +0400 |
Eugene Syromyatnikov |
action/rss_rc.py: proper support of rename, revert, page creation.
|
Wed, 16 May 2012 06:23:28 +0400 |
Eugene Syromyatnikov |
action/rss_rc.py: preserving show_names configuration option.
|
Wed, 16 May 2012 15:42:09 +0400 |
Eugene Syromyatnikov |
action/rss_rc.py: param parsing rewritten to support retrieval of default values from wiki configuration.
|
Wed, 16 May 2012 04:29:16 +0400 |
Eugene Syromyatnikov |
action/rss_rc.py: new option - lines - set max lines for diff/content shown in RSS.
|
Wed, 16 May 2012 05:26:00 +0400 |
Eugene Syromyatnikov |
action/rss_rc.py: proper links to appropriate diffs when ddiffs=1 and proper link/content for log entry related to new page.
|
Wed, 16 May 2012 03:08:02 +0400 |
Eugene Syromyatnikov |
action/rss_rc.py: preventing double escape - looks like XML generator performs escaping already when needed.
|
Wed, 16 May 2012 03:01:56 +0400 |
Eugene Syromyatnikov |
[bugfix] action/rss_rc.py: proper rev comparison and diff generation when diffs=1
|
Fri, 27 Apr 2012 22:06:44 +0200 |
Thomas Waldmann |
add migration script for moin 1.8.9
|
Thu, 01 Mar 2012 00:15:41 +0100 |
Thomas Waldmann |
fix issue with non-ascii textchas, hmac_new only takes str, not unicode
|
Wed, 22 Feb 2012 17:36:25 +0100 |
Thomas Waldmann |
be more clear about the werkzeug required if one still runs python 2.4
|
Tue, 21 Feb 2012 20:29:07 +0100 |
Thomas Waldmann |
tagged release 1.9.4
|
Tue, 21 Feb 2012 01:02:04 +0100 |
Thomas Waldmann |
avoid crash if #refresh processing instruction is used without arguments
|
Tue, 07 Feb 2012 21:48:50 +0100 |
Thomas Waldmann |
updated underlay
1.9.4
|
Tue, 07 Feb 2012 21:29:20 +0100 |
Thomas Waldmann |
update CHANGES
|
Sat, 04 Feb 2012 16:52:24 +0100 |
Thomas Waldmann |
advancedsearch: fix problem with non-ascii chars breaking up words for OR and NOT terms
|
Sat, 04 Feb 2012 15:24:39 +0100 |
Thomas Waldmann |
updated underlay
|
Sat, 04 Feb 2012 15:10:09 +0100 |
Thomas Waldmann |
updated i18n
|
Sat, 04 Feb 2012 14:34:20 +0100 |
Thomas Waldmann |
fix globaledit script to keep comments on Homepage...Template pages
|