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
|
Tue, 24 Jan 2012 22:36:32 +0100 |
Thomas Waldmann |
updated underlay
|
Tue, 24 Jan 2012 21:59:02 +0100 |
Thomas Waldmann |
updated i18n
|
Tue, 24 Jan 2012 20:55:34 +0100 |
Thomas Waldmann |
updated CHANGES
|
Tue, 24 Jan 2012 20:49:50 +0100 |
Thomas Waldmann |
bump version number to 1.9.4, update mig scripts
|
Tue, 24 Jan 2012 17:04:29 +0100 |
Thomas Waldmann |
xslt/4suite insecurity hint, always keep allow_xslt = False
|
Thu, 19 Jan 2012 16:21:14 +0100 |
Thomas Waldmann |
parsers: avoid crash when Parser.format() call gets inhibit_p kw arg
|
Sat, 14 Jan 2012 20:01:29 +0100 |
Thomas Waldmann |
enable webkit based browsers (experimental, try chrome/safari/konqueror now)
|
Sat, 14 Jan 2012 19:14:28 +0100 |
Thomas Waldmann |
fix selection FCKeditor plugin for chrome. Thanks for the patch go to "SixMen"!
|
Mon, 09 Jan 2012 21:26:50 +0100 |
Thomas Waldmann |
updated CHANGES
|
Sun, 25 Dec 2011 23:56:09 +0100 |
Reimar Bauer |
xmlrpc: new methods xmlrpc_getProcessingInstruction and xmlrpc_getProcessingInstructionVersion
|
Sun, 25 Dec 2011 23:33:14 +0100 |
Reimar Bauer |
MoinMoin.xmlrpc: reverted 83fe7e86cc0b
|
Sun, 25 Dec 2011 16:44:31 +0100 |
Thomas Waldmann |
closing editlogfixes branch, was merged into default branch
editlogfixes
|
Sun, 25 Dec 2011 16:43:04 +0100 |
Thomas Waldmann |
merge editlogfixes branch
|
Sun, 25 Dec 2011 16:38:04 +0100 |
Thomas Waldmann |
apply same fix to _conv160a as done for _conv160 in cs e1e79fab9cca
editlogfixes
|
Thu, 08 Dec 2011 16:52:27 +0100 |
Reimar Bauer |
script.account.homepage: added wiki format to homepage_default_text
|
Wed, 07 Dec 2011 08:47:53 +0100 |
Reimar Bauer |
xmlrpc: new method get_format for retrieving the format of a page
|
Wed, 07 Dec 2011 08:46:01 +0100 |
Reimar Bauer |
TableOfContents: fixes that macro for other content than default wiki markup, e.g. rst
|
Sat, 03 Dec 2011 03:50:21 +0100 |
Thomas Waldmann |
raise werkzeug minimum requirement because of bugs in < 0.7
|
Sat, 03 Dec 2011 02:10:19 +0100 |
Thomas Waldmann |
documented Python 2.5 requirement, depending on werkzeug version
|
Fri, 02 Dec 2011 20:53:35 +0100 |
Thomas Waldmann |
fix pep8 issue
|
Thu, 01 Dec 2011 03:06:45 +0100 |
Thomas Waldmann |
updated CHANGES
|
Thu, 01 Dec 2011 02:38:57 +0100 |
Thomas Waldmann |
update flup to repo tip (no release since 1.0.2 / 2.5y)
|
Thu, 01 Dec 2011 02:26:16 +0100 |
Thomas Waldmann |
upgraded bundled pygments from 1.3.1 to 1.4
|
Thu, 01 Dec 2011 02:05:15 +0100 |
Thomas Waldmann |
delete some code we had copied from werkzeug 0.6.1 while we bundled 0.5.1 (it is contained in the bundled werkzeug 0.8.1)
|
Thu, 01 Dec 2011 01:34:45 +0100 |
Thomas Waldmann |
upgrade werkzeug to 0.8.1, document current bundled version and current minimum requirement (0.6, for py 2.7 compatibility)
|
Sat, 12 Mar 2011 23:48:11 +0100 |
Paul Boddie |
Introduced the invalidation of associations where the endpoint to be returned in
|
Tue, 29 Nov 2011 00:03:16 +0100 |
Thomas Waldmann |
added workaround for IE8 script loop, thanks to Roger Haase
|
Mon, 28 Nov 2011 23:57:01 +0100 |
Thomas Waldmann |
remove curl UA from ua_spiders as python-openid uses libcurl (if installed)
|
Mon, 28 Nov 2011 23:50:11 +0100 |
Thomas Waldmann |
updated CHANGES
|
Sun, 27 Nov 2011 20:25:28 +0100 |
Thomas Waldmann |
updated interwiki map, thanks to Dimitar Dimitrov
|
Sun, 27 Nov 2011 20:24:23 +0100 |
Thomas Waldmann |
googleimport: only use first work for some entries, be flexible with 'Type'/'Types'
|
Sun, 20 Nov 2011 23:12:47 +0100 |
Thomas Waldmann |
google import - use same license phrase as all other code
|
Fri, 18 Nov 2011 00:17:44 +0100 |
Thomas Waldmann |
googleimport: task may have multiple types, so better use 'Types' as key
|
Wed, 12 Oct 2011 10:28:31 +0200 |
Thomas Waldmann |
adding pytest to toplevel dir
editlogfixes
|
Wed, 12 Oct 2011 10:21:07 +0200 |
Thomas Waldmann |
logfile: add basic unit tests
editlogfixes
|
Wed, 12 Oct 2011 10:19:39 +0200 |
Thomas Waldmann |
logfile: strip \n lineends from line data (it is part of the file structure, not of the data)
editlogfixes
|
Tue, 11 Oct 2011 14:27:11 +0200 |
Thomas Waldmann |
fix edit-log migration issue with wrong line endings
editlogfixes
|
Wed, 03 Aug 2011 00:07:16 +0200 |
Thomas Waldmann |
avoid strange exception in zipfile.py for pre-1980 timestamps
|
Tue, 02 Aug 2011 23:52:32 +0200 |
Thomas Waldmann |
Fixed bug in groups formatter which caused the last list item to be not in the group.
|
Tue, 02 Aug 2011 23:24:38 +0200 |
Thomas Waldmann |
fix trailing blanks
|
Tue, 05 Jul 2011 20:07:18 +0200 |
Radomir Dopieralski |
Catch iand display all SaveErrors when revert failed, not just RevertError and
|
Sun, 12 Jun 2011 16:34:09 +0200 |
Thomas Waldmann |
updated i18n
|
Thu, 09 Jun 2011 17:35:37 +0200 |
Thomas Waldmann |
rss_rc: remove commented/inactive code which was a relict of the past
|
Wed, 20 Apr 2011 00:27:45 +0200 |
Thomas Waldmann |
add a test about saving with ACL change (must raise NoAdmin exception if user has no admin rights)
|
Sun, 17 Apr 2011 19:47:04 +0200 |
Thomas Waldmann |
work around page.mtime_usecs() returning 0 for pages without edit-log
|
Sun, 17 Apr 2011 18:58:38 +0200 |
Thomas Waldmann |
updated underlay
|
Sun, 17 Apr 2011 16:30:04 +0200 |
Thomas Waldmann |
updated i18n
|
Sun, 17 Apr 2011 16:16:16 +0200 |
Thomas Waldmann |
updated CHANGES
|
Fri, 08 Apr 2011 01:06:06 +0200 |
Thomas Waldmann |
Fix MonthCalendar mouseover for pages with Ampersand in page name (was double-escaping)
|
Fri, 01 Apr 2011 22:11:47 +0200 |
Thomas Waldmann |
fix auth.log docstring
|
Wed, 30 Mar 2011 12:46:08 +0200 |
Thomas Waldmann |
mig scripts: announce processing of event-log
|
Sun, 06 Mar 2011 02:57:35 +0100 |
Paul Boddie |
Fixed HTTP request method acquisition.
|
Tue, 29 Mar 2011 09:00:00 +0200 |
Thomas Waldmann |
fix moin export dump to generate relative URLs (thanks to Emilio Lopes for the patch)
|
Thu, 24 Mar 2011 17:50:59 +0100 |
Thomas Waldmann |
include page name in password reset URL (thanks to Marwan Gedeon for the patch)
|
Fri, 18 Mar 2011 22:25:36 +0100 |
Thomas Waldmann |
FootNote macro: it CAN contain wiki markup
|
Thu, 10 Mar 2011 09:26:49 +0100 |
Thomas Waldmann |
updated i18n
|
Tue, 08 Mar 2011 09:00:22 +0100 |
Reimar Bauer |
config.wikiconfig: default theme modernized
|
Thu, 03 Mar 2011 09:49:06 +0100 |
Thomas Waldmann |
ldap_login: assign server early, it is used in exception handler
|
Tue, 22 Feb 2011 01:06:53 +0100 |
Thomas Waldmann |
revert hindi translation to 5753:09e6d2748472 (does not crash)
|
Tue, 22 Feb 2011 00:58:56 +0100 |
Thomas Waldmann |
trying to fix hindi translation (syntax error in po file)
|
Tue, 22 Feb 2011 00:27:54 +0100 |
Thomas Waldmann |
updated CHANGES
|
Mon, 21 Feb 2011 23:41:33 +0100 |
Thomas Waldmann |
updated i18n (including some reverts of bad translations)
|
Mon, 21 Feb 2011 22:19:57 +0100 |
Thomas Waldmann |
remove support for javascript: URLs in the rst parser (dangerous, XSS)
|
Thu, 20 Jan 2011 13:34:33 +0100 |
Thomas Waldmann |
add some image mimetypes to MIMETYPES_MORE to fix windows issues
|
Thu, 06 Jan 2011 13:22:30 +0100 |
Thomas Waldmann |
updated install-docs
|
Thu, 06 Jan 2011 13:21:52 +0100 |
Thomas Waldmann |
fixed install-docs sed commands (thanks to Sam T., GCI 2010)
|
Mon, 03 Jan 2011 21:39:20 +0100 |
Thomas Waldmann |
updated hu i18n (thanks to Simion Ruxandra, GCI 2010)
|
Mon, 03 Jan 2011 20:53:26 +0100 |
Thomas Waldmann |
updated cs i18n (thanks to Petr Pecha, GCI 2010)
|
Mon, 03 Jan 2011 15:34:12 +0100 |
Thomas Waldmann |
update i18n (updated fi translation thanks to Simion Ruxandra, GCI 2010)
|
Mon, 03 Jan 2011 03:06:36 +0100 |
Thomas Waldmann |
updated i18n (lt translation updates thanks to Dobre Alin, GCI 2010)
|
Mon, 27 Dec 2010 12:20:44 +0100 |
Thomas Waldmann |
updated i18n
|
Sat, 25 Dec 2010 20:06:02 +0100 |
Thomas Waldmann |
updated i18n (includes updated es translation, thanks to NicolaeAntonio, GCI 2010)
|
Sat, 25 Dec 2010 01:42:05 +0100 |
Thomas Waldmann |
updated i18n (includes updated ro translation, thanks to NicolaeAntonio, GCI 2010)
|
Tue, 21 Dec 2010 16:12:41 +0100 |
Thomas Waldmann |
xapian indexing: make sure done_count is initialized early (fix crash when index is locked)
|
Mon, 13 Dec 2010 21:49:11 +0300 |
pavel_vinogradov |
Fix 'trailing blanks' warnings in source code
|
Sun, 12 Dec 2010 18:45:12 +0100 |
Thomas Waldmann |
experimental queued indexing support to work around memory leak
|
Wed, 08 Dec 2010 00:18:35 +0100 |
Thomas Waldmann |
improve textcha security (thanks to rfw, GCI 2010)
|
Sun, 05 Dec 2010 23:01:15 +0100 |
Thomas Waldmann |
text plain formatter: fix bullet_list, see number_list
|
Fri, 03 Dec 2010 18:19:54 +0300 |
pavel_vinogradov |
Fix in comment: htpassword command line argument for DES password generation
|
Wed, 01 Dec 2010 20:31:16 +0300 |
pavel_vinogradov |
Replace test password hashes (for APR1 and DES) with htpasswd generated
|
Wed, 01 Dec 2010 19:05:55 +0300 |
pavel_vinogradov |
Fix grammar in comments
|
Wed, 01 Dec 2010 14:57:24 +0300 |
pavel_vinogradov |
Fix py.test.skip message in test_auth_with_des_stored_password test.
|
Wed, 01 Dec 2010 10:05:19 +0300 |
pavel_vinogradov |
Skip test test_auth_with_des_stored_password if platform don't provide crypt module
|
Wed, 01 Dec 2010 09:56:01 +0300 |
pavel_vinogradov |
fix the comments so they look like: # foo not like: #foo
|
Tue, 30 Nov 2010 21:58:11 +0300 |
pavel_vinogradov |
Remove unused comment
|
Tue, 30 Nov 2010 21:57:25 +0300 |
pavel_vinogradov |
Add new tests for user auth with migrated passwords (ARP1, MD5, DES)
|
Tue, 30 Nov 2010 21:37:54 +0300 |
pavel_vinogradov |
Rename hash name from ARP1 to APR1
|
Tue, 30 Nov 2010 21:23:27 +0300 |
pavel_vinogradov |
Add new tests for password upgrading on login (ARP1, MD5, DES)
|
Mon, 29 Nov 2010 00:11:32 +0100 |
Thomas Waldmann |
googleimport: improve exception texts
|
Sun, 28 Nov 2010 20:28:07 +0100 |
Thomas Waldmann |
u200b is not considered a space any more in unicode 4.0.1 (thanks to piotrb for fixing, GCI 2010)
|
Sun, 28 Nov 2010 20:25:37 +0100 |
Thomas Waldmann |
make lock timeout test less timing critical (thanks to piotrb for fixing, GCI 2010)
|
Sun, 28 Nov 2010 17:54:38 +0100 |
Thomas Waldmann |
filter exception logging: fix wrong method name
|
Sun, 28 Nov 2010 16:59:04 +0100 |
Thomas Waldmann |
use logging.traceback to get more information if a filter crashes
|
Sun, 28 Nov 2010 16:55:46 +0100 |
Thomas Waldmann |
SubProcess: make sure files are closed at the end (experimental change)
|
Fri, 26 Nov 2010 21:21:16 +0100 |
Thomas Waldmann |
md5crypt: fix python 2.4 compatibility, untested
|
Sun, 21 Nov 2010 00:10:10 +0100 |
Thomas Waldmann |
googleimport: avoid wrong relative link to MoinMoin page
|
Sat, 20 Nov 2010 20:57:38 +0100 |
Thomas Waldmann |
googleimport: get rid of line anchors and lineXXX class attrs
|
Sat, 20 Nov 2010 20:34:06 +0100 |
Thomas Waldmann |
googleimport: catch ValueError
|