Features planned for release 1.5.4

This is an incomplete list, and in no way an obligation the features will appear in that release. Please add user's contributions and wishes to the relevant section.

Done

  Bugfixes:
    * GUI editor / converter:
      * fix vanishing strike markup after gui editor usage
      * fix deletion of empty Interwiki links ([wiki:MoinMaster: mm entry page])
      * fixed MoinMoin:MoinMoinBugs/GuiEditorDeletesNewBulletText
      * fixed MoinMoin:MoinMoinBugs/HtmlTextConvertTables
    * cfg.editor_quickhelp was not parsed with the wiki parser when customized
      or when string was missing from translation
    * allow "-" in usernames (fixes "Invalid user name" msg)
    * fix MonthCalendar macro for non-ASCII pagenames (thanks to Jonas Smedegaard)
    * Fix the forgotten password email login URL and also properly encode the
      email body. Thanks to Robin Dunn for the patch.
    * remove 'search' and 'google' from bot user agent list and add some more
      specific terms
    * Applied a patch by Matthew Gilbert for increased compatiblity with
      latest docutils.
    * fix show_version to show it in the same way as SystemInfo
    * fix mod_python attachment upload bug (thanks to Nick Phillips)
    * Performance: removed Twisted request object reverse dns lookup
    * updated ImageLink macro
    * Added a (less broken) MoinMoin.support.difflib, details see there.
    * updated translations (i18n strings, not: System and Help pages)

  New Features:
    * cfg.log_reverse_dns_lookups [default: True] - you can set this to False
      if rev. dns lookups are broken in your network (leading to long delays
      on page saves). With False, edit-log will only contain IP, not hostname.
    * ?action=sitemap emits a google sitemap (XML), listing all your wiki pages
      and the wiki root URL.
      Page                      Priority / Frequency / Last modification
      --------------------------------------------------------------------
      /                         1.0 / hourly / <now>
      cfg.page_front_page       1.0 / hourly / page last edit
      TitleIndex,RecentChanges  0.9 / hourly / <now>
      content pages             0.5 / daily / page last edit
      system/help pages         0.1 / yearly / page last edit
    * Added thread_monitor debugging aid. It can be activated using:
      from MoinMoin.util import thread_monitor; thread_monitor.activate_hook()
      and then triggered by requesting URL ...?action=thread_monitor - please
      be aware that monitoring threads has a big performance impact on its own,
      so you only want to temporarily enable this for debugging.
      By default, it dumps its output to the data_dir as tm_<timestamp>.log,
      you can change this at bottom of action/thread_monitor.py if you want to
      see output in your browser.

Todo

MoinMoin: MoinMoinTodo/Release 1.5.4 (last edited 2008-03-21 22:16:19 by ThomasWaldmann)