Mercurial > moin > 1.9
graph
-
moin export dump: added kw args to _attachment(), fixes exception when dumping pages (ported from 1.6)Thu, 21 Feb 2008 21:39:25 +0100, by Reimar Bauer
-
useragent/language stats: fixed division by zero, do not use 'sum' (reserved) (ported from 1.6)Thu, 21 Feb 2008 21:28:02 +0100, by Reimar Bauer
-
test_packages: further tests for PackagePages (Thanks to Federico Lorenzi) (ported from 1.6)Thu, 21 Feb 2008 21:14:57 +0100, by Reimar Bauer
-
refactored action.PackagePages for CloneWikiPagesByPackagePages (Thanks to Federico Lorenzi) (ported from 1.6)Thu, 21 Feb 2008 21:11:06 +0100, by Reimar Bauer
-
MoinMoin.script.export.dump: changed auth_name to name (ported from 1.6)Thu, 21 Feb 2008 20:51:11 +0100, by Reimar Bauer
-
Added a --dump-user option to the moin dump command. Thanks to Oliver O'Halloran. (ported from 1.6)Thu, 21 Feb 2008 20:49:28 +0100, by Reimar Bauer
-
fix quicklink action using same URL for link/unlink (thanks to Federico Lorenzi) (ported from 1.6)Thu, 21 Feb 2008 20:43:42 +0100, by Reimar Bauer
-
fix MoinMoinBugs/SubscribeAndUnsubscribeShareSameUrl (thanks to Federico Lorenzi) (ported from 1.6)Thu, 21 Feb 2008 20:37:32 +0100, by Reimar Bauer
-
CopyPage/RenamePage/DeletePage action: fix regex compile errors due to unescaped pagename usage, fix cosmetic bug, simplify/optimize code (ported from 1.6)Thu, 21 Feb 2008 20:06:02 +0100, by Reimar Bauer
-
macro.FootNote: bug fix for MoinMoinBugs/FootNoteNumbering (ported from 1.6)Thu, 21 Feb 2008 19:41:15 +0100, by Reimar Bauer
-
updated underlayWed, 20 Feb 2008 11:07:18 +0100, by Thomas Waldmann
-
get formatters in sync with 1.6 cs 2558:3e3a549b49f0, add attachimg icon (needed by html formatter)Wed, 20 Feb 2008 10:23:56 +0100, by Thomas Waldmann
-
merge mainWed, 20 Feb 2008 01:14:06 +0100, by Thomas Waldmann
-
copy moin wiki parser and its tests from 1.6 branch (cs 2558:3e3a549b49f0), keep _heading_repl from 1.7, update interwiki map to make tests happyWed, 20 Feb 2008 01:13:29 +0100, by Thomas Waldmann
-
i18n tools: fix small bugs (ported from 1.6)Tue, 19 Feb 2008 23:30:04 +0100, by Reimar Bauer
-
fix small i18n issues (ported from 1.6)Tue, 19 Feb 2008 23:27:28 +0100, by Reimar Bauer
-
fix MoinMoinBugs/XmlRpcPutPageAllowsEmptyPageName (thanks to Jonas Wagner) (ported from 1.6)Tue, 19 Feb 2008 23:21:58 +0100, by Reimar Bauer
-
Fix "MakeIconLinkLosesAltTitle", thanks to "bolekk". (ported from 1.6)Tue, 19 Feb 2008 23:18:27 +0100, by Reimar Bauer
-
fix NameError exception in gui converter (ported from 1.6)Tue, 19 Feb 2008 23:15:17 +0100, by Reimar Bauer
-
fix gui editor to insert macros using new <<macro>> syntax (ported from 1.6)Tue, 19 Feb 2008 23:12:08 +0100, by Reimar Bauer
-
gui editor macro dialog: fix broken html, use new regex for parsing HelpOnMacrosTue, 19 Feb 2008 23:09:21 +0100, by Reimar Bauer
-
make '#format creole' work (ported from 1.6)Tue, 19 Feb 2008 22:29:39 +0100, by Reimar Bauer
-
fix gui editor insertion of .jpeg images (ported from 1.6)Tue, 19 Feb 2008 22:19:09 +0100, by Reimar Bauer
-
PageEditor: fixed copyPage for write restricted pages, tests added (ported from 1.6)Tue, 19 Feb 2008 22:06:50 +0100, by Reimar Bauer
-
Creole: fix bug that prevents images inside linksThu, 14 Feb 2008 17:15:04 +0100, by Radomir Dopieralski
-
bug fix of MoinMoinBugs/MoveAttachmentNotWorkingWithModPython (thanks to Boleslaw Kulbabinski) (ported from 1.6)Tue, 05 Feb 2008 21:22:56 +0100, by Reimar Bauer
-
fix regular diff view, escaping before text formatting is wrong (port from 1.6)Mon, 04 Feb 2008 10:17:58 +0100, by Johannes Berg
-
bug fix for 1.6.0SupplementationAndAccessRights (thanks to Boleslaw Kulbabinski) (ported from 1.6)Sun, 03 Feb 2008 21:55:18 +0100, by Reimar Bauer
-
PageGraphicalEditor: fixed deprecation of send_page(msg=)Sun, 03 Feb 2008 21:21:52 +0100, by Reimar Bauer
-
theme.__init__: fixed deprecation warningSun, 03 Feb 2008 21:09:30 +0100, by Reimar Bauer
-
fix for MoinMoinBugs/TrivialChangeEasyAccess (thanks to Ninnu) (ported from 1.6)Sun, 03 Feb 2008 20:57:26 +0100, by Reimar Bauer
-
PEP8 whitespace fixesSun, 03 Feb 2008 20:37:01 +0100, by Reimar Bauer
-
stats.languages: small fix (Thanks to Nina Kuisma) (port from 1.6)Sun, 03 Feb 2008 20:23:53 +0100, by 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 20:22:23 +0100, by Reimar Bauer
-
=config.wikiconfig:fixed #url_prefix_static and doc string for 1.7Sun, 03 Feb 2008 19:28:34 +0100, by Reimar Bauer
-
action.edit: bug fix for missing #format (Page for send_page) (port from 1.6)Sun, 03 Feb 2008 18:04:41 +0100, by Reimar Bauer
-
script.__init__: ToDo added (ported from 1.6)Sun, 03 Feb 2008 18:01:50 +0100, by Reimar Bauer
-
i18n.__init__: shebang removed (ported from 1.6)Sun, 03 Feb 2008 18:00:51 +0100, by Reimar Bauer
-
Fix for WrongAlignedAttachment (Thanks to Benjamin Weber) (ported from 1.6)Sun, 03 Feb 2008 17:57:42 +0100, by Reimar Bauer
-
image_jpeg: KeyError as exception for EXIF added (ported from 1.6)Sun, 03 Feb 2008 17:51:52 +0100, by Reimar Bauer
-
standalone server integrated into 'moin' script command (moin server standalone --help), thanks to Forrest VoightWed, 30 Jan 2008 09:36:59 +0100, by Thomas Waldmann
-
converter.text_html_text_moin_wiki: bug fix for GuiEditorExcelPasteExpatErrorUnboundPrefix (thanks to Federico Lorenzi)Tue, 29 Jan 2008 17:18:06 +0100, by Reimar Bauer
-
action.AttachFile: bugfix showing unzip for packages, install for superuserMon, 28 Jan 2008 14:29:07 +0100, by Reimar Bauer
-
EmbedObject: refactored to use not empty params, for pdf default width="800" and height="800" added (backport to 1.6)Tue, 15 Jan 2008 14:40:18 +0100, by Reimar Bauer
-
Skip the XEP-115 test if pyxmpp is not available.Sun, 13 Jan 2008 23:57:13 +0100, by Karol 'grzywacz' Nowak
-
Merge with main.Sun, 06 Jan 2008 23:39:24 +0100, by Karol 'grzywacz' Nowak
-
GHOP: part 3/3 of XEP-115 implementation by bolekk.Sun, 06 Jan 2008 23:38:45 +0100, by Karol 'grzywacz' Nowak
-
copied mig scripts from 1.6 branchSun, 06 Jan 2008 21:56:19 +0100, by Thomas Waldmann
-
wikiutil.url_unquote: try harder when decoding to unicode, avoid crashing (port from 1.6)Sun, 06 Jan 2008 20:09:15 +0100, by 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:07:19 +0100, by Thomas Waldmann
-
WSGI: initialize logging (untested) (port from 1.6)Sun, 06 Jan 2008 20:06:00 +0100, by Thomas Waldmann
-
avoid empty highlight query arg, do not use highlight for titlesearch terms (port from 1.6)Sun, 06 Jan 2008 20:00:40 +0100, by Thomas Waldmann
-
do not send any 404 content to bots (port from 1.6)Sun, 06 Jan 2008 19:24:28 +0100, by Thomas Waldmann
-
added more user agents to the spider list (port from 1.6)Sun, 06 Jan 2008 19:20:55 +0100, by 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:18:19 +0100, by Thomas Waldmann
-
move the acknowledgements to the MoinMoin:MoinMoinAcknowledgements wiki page (port from 1.6)Sun, 06 Jan 2008 19:13:12 +0100, by 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:11:06 +0100, by Thomas Waldmann
-
fix attachment_link of docbook formatter (port from 1.6)Sun, 06 Jan 2008 19:08:54 +0100, by 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:07:14 +0100, by Thomas Waldmann
-
cosmetical fix for empty diff display (port from 1.6)Sun, 06 Jan 2008 19:04:16 +0100, by Thomas Waldmann