Sun, 03 Feb 2008 20:37:01 +0100 |
Reimar Bauer |
PEP8 whitespace fixes
|
Sun, 03 Feb 2008 20:23:53 +0100 |
Reimar Bauer |
stats.languages: small fix (Thanks to Nina Kuisma) (port from 1.6)
|
Sun, 03 Feb 2008 20:22:23 +0100 |
Reimar Bauer |
stats macro which shows the preferred language distribution of the wiki users (Thanks to Nina Kuisma) (ported from 1.6)
|
Sun, 03 Feb 2008 19:28:34 +0100 |
Reimar Bauer |
=config.wikiconfig:fixed #url_prefix_static and doc string for 1.7
|
Sun, 03 Feb 2008 18:04:41 +0100 |
Reimar Bauer |
action.edit: bug fix for missing #format (Page for send_page) (port from 1.6)
|
Sun, 03 Feb 2008 18:01:50 +0100 |
Reimar Bauer |
script.__init__: ToDo added (ported from 1.6)
|
Sun, 03 Feb 2008 18:00:51 +0100 |
Reimar Bauer |
i18n.__init__: shebang removed (ported from 1.6)
|
Sun, 03 Feb 2008 17:57:42 +0100 |
Reimar Bauer |
Fix for WrongAlignedAttachment (Thanks to Benjamin Weber) (ported from 1.6)
|
Sun, 03 Feb 2008 17:51:52 +0100 |
Reimar Bauer |
image_jpeg: KeyError as exception for EXIF added (ported from 1.6)
|
Wed, 30 Jan 2008 09:36:59 +0100 |
Thomas Waldmann |
standalone server integrated into 'moin' script command (moin server standalone --help), thanks to Forrest Voight
|
Tue, 29 Jan 2008 17:18:06 +0100 |
Reimar Bauer |
converter.text_html_text_moin_wiki: bug fix for GuiEditorExcelPasteExpatErrorUnboundPrefix (thanks to Federico Lorenzi)
|
Mon, 28 Jan 2008 14:29:07 +0100 |
Reimar Bauer |
action.AttachFile: bugfix showing unzip for packages, install for superuser
|
Tue, 15 Jan 2008 14:40:18 +0100 |
Reimar Bauer |
EmbedObject: refactored to use not empty params, for pdf default width="800" and height="800" added (backport to 1.6)
|
Sun, 13 Jan 2008 23:57:13 +0100 |
Karol 'grzywacz' Nowak |
Skip the XEP-115 test if pyxmpp is not available.
|
Sun, 06 Jan 2008 23:39:24 +0100 |
Karol 'grzywacz' Nowak |
Merge with main.
|
Sun, 06 Jan 2008 23:38:45 +0100 |
Karol 'grzywacz' Nowak |
GHOP: part 3/3 of XEP-115 implementation by bolekk.
|
Sun, 06 Jan 2008 21:56:19 +0100 |
Thomas Waldmann |
copied mig scripts from 1.6 branch
|
Sun, 06 Jan 2008 20:09:15 +0100 |
Thomas Waldmann |
wikiutil.url_unquote: try harder when decoding to unicode, avoid crashing (port from 1.6)
|
Sun, 06 Jan 2008 20:07:19 +0100 |
Thomas Waldmann |
removed note about old WikiSchulung slides (they are already deleted on MoinMaster wiki and will be gone in the repo after next underlay tar update) (port from 1.6)
|
Sun, 06 Jan 2008 20:06:00 +0100 |
Thomas Waldmann |
WSGI: initialize logging (untested) (port from 1.6)
|
Sun, 06 Jan 2008 20:00:40 +0100 |
Thomas Waldmann |
avoid empty highlight query arg, do not use highlight for titlesearch terms (port from 1.6)
|
Sun, 06 Jan 2008 19:24:28 +0100 |
Thomas Waldmann |
do not send any 404 content to bots (port from 1.6)
|
Sun, 06 Jan 2008 19:20:55 +0100 |
Thomas Waldmann |
added more user agents to the spider list (port from 1.6)
|
Sun, 06 Jan 2008 19:18:19 +0100 |
Thomas Waldmann |
MonthCalendar: avoid even bad behaved bots reading more than current year +/- 1 in the calendar, rel=nofollow for links to nonexisting day pages (port from 1.6)
|
Sun, 06 Jan 2008 19:13:12 +0100 |
Thomas Waldmann |
move the acknowledgements to the MoinMoin:MoinMoinAcknowledgements wiki page (port from 1.6)
|
Sun, 06 Jan 2008 19:11:06 +0100 |
Thomas Waldmann |
better no content-length header than a wrong one, fixes truncated action=raw output for non-ascii pages (port from 1.6)
|
Sun, 06 Jan 2008 19:08:54 +0100 |
Thomas Waldmann |
fix attachment_link of docbook formatter (port from 1.6)
|
Sun, 06 Jan 2008 19:07:14 +0100 |
Thomas Waldmann |
do not treat SystemExit exception as a failure (fixes SystemExit showing up in the logs when using fastcgi) (port from 1.6)
|
Sun, 06 Jan 2008 19:04:16 +0100 |
Thomas Waldmann |
cosmetical fix for empty diff display (port from 1.6)
|
Sun, 06 Jan 2008 18:50:30 +0100 |
Thomas Waldmann |
fix ValueError exception for strange url_prefix_action URLs (port from 1.6)
|
Sun, 06 Jan 2008 18:48:58 +0100 |
Thomas Waldmann |
updated ldap support from 1.5 branch: tls support, configuration defaults, comments/docs (port from 1.6)
|
Sun, 06 Jan 2008 18:31:47 +0100 |
Thomas Waldmann |
fixed fuzzy state bug in msgfmt.py code (this killed non-fuzzy, valid translations in some cases!) (port from 1.6)
|
Sun, 06 Jan 2008 18:29:12 +0100 |
Thomas Waldmann |
use x-forwarded-for to get right remote_addr if a proxy is used (port from 1.6)
|
Sun, 06 Jan 2008 17:36:51 +0100 |
Thomas Waldmann |
LikePages' pagelinks are generated, not real (port from 1.6)
|
Sun, 06 Jan 2008 17:36:13 +0100 |
Thomas Waldmann |
do not show 2 editor links in edit_bar if text editor is forced by admin (port from 1.6)
|
Sun, 06 Jan 2008 17:32:33 +0100 |
Thomas Waldmann |
add a comment about listen backlog to moin.fcg (port from 1.6)
|
Sun, 06 Jan 2008 17:31:27 +0100 |
Thomas Waldmann |
small cosmetical fix to antispam logging (port from 1.6)
|
Sun, 06 Jan 2008 17:26:27 +0100 |
Thomas Waldmann |
fix password_checker userform code (port from 1.6)
|
Sun, 06 Jan 2008 17:08:31 +0100 |
Thomas Waldmann |
fix for icon bar: do not modify cfg.page_icons_table (port from 1.6)
|
Sun, 06 Jan 2008 16:57:28 +0100 |
Thomas Waldmann |
thfcgi: improve logging (port from 1.6)
|
Sun, 06 Jan 2008 16:55:11 +0100 |
Thomas Waldmann |
make timing log also work for xmlrpc, remove redundant info from timing log (port from 1.6)
|
Sun, 06 Jan 2008 16:51:27 +0100 |
Thomas Waldmann |
use 'logging' for thfcgi (port from 1.6)
|
Sun, 06 Jan 2008 16:46:47 +0100 |
Thomas Waldmann |
antispam: check edit comments also against BadContent, use builtin frozenset, if possible (port from 1.6)
|
Sun, 06 Jan 2008 16:43:38 +0100 |
Thomas Waldmann |
fix pagename navigation for wikiname_add_spaces == True (port from 1.6)
|
Sun, 06 Jan 2008 16:42:11 +0100 |
Thomas Waldmann |
fix AttributeError for timing_log (port from 1.6)
|
Sun, 06 Jan 2008 16:08:11 +0100 |
Thomas Waldmann |
auto-disable xapian_search when xapian fails to import (port from 1.6)
|
Sun, 06 Jan 2008 16:06:43 +0100 |
Thomas Waldmann |
use logging module for antispam, not stderr (port from 1.6)
|
Sun, 06 Jan 2008 16:05:36 +0100 |
Thomas Waldmann |
navi_bar: highlight correct tab for the current page for i18ned system pages (port from 1.6)
|
Sun, 06 Jan 2008 16:04:20 +0100 |
Thomas Waldmann |
use MoinMoin.server for fastcgi, use Config class, fix logging (port from 1.6)
|
Sun, 06 Jan 2008 16:02:03 +0100 |
Thomas Waldmann |
don't overwrite email in userprofile with (empty) email addr from ldap (port from 1.6)
|
Sun, 06 Jan 2008 04:45:56 +0100 |
Thomas Waldmann |
SystemAdmin user browser: SuperUser now can enable/disable user accounts, new userprofile action (partly a port from 1.6)
|
Sun, 06 Jan 2008 02:49:32 +0100 |
Thomas Waldmann |
new antispam stuff: textchas (text CAPTCHAs), cleanup AttachFile handler (port from 1.6)
|
Sat, 05 Jan 2008 23:41:20 +0100 |
Thomas Waldmann |
Make string 'rev' translateable (port from 1.6)
|
Sat, 05 Jan 2008 23:23:43 +0100 |
Thomas Waldmann |
use new master wiki url, master wiki runs 1.6 now (port from 1.6)
|
Sat, 05 Jan 2008 23:21:05 +0100 |
Thomas Waldmann |
remove 1.5 to 1.6 i18n markup conversion (port from 1.6)
|
Sat, 05 Jan 2008 23:04:32 +0100 |
Thomas Waldmann |
antispam: MoinMaster wiki shall not fetch updates from itself (port from 1.6)
|
Sat, 05 Jan 2008 23:02:27 +0100 |
Thomas Waldmann |
search results: fix calculation of current/total result pages to use integers only (fixes DeprecationWarnung for range() with floats) (port from 1.6)
|
Sat, 05 Jan 2008 22:05:54 +0100 |
Thomas Waldmann |
ldap auth: set attribute names' default to None (port from 1.6)
|
Sat, 05 Jan 2008 21:59:47 +0100 |
Thomas Waldmann |
imported patch fix-ldap-patch (port from 1.6)
|
Sat, 05 Jan 2008 21:46:35 +0100 |
Thomas Waldmann |
imported patch fix-modpython-patch (port from 1.6)
|