** Summary changed: - Please merge moin 1.9.1-1 (main) from debian unstable. + [FFe] Please update moin to 1.8.7
** Changed in: moin (Ubuntu) Assignee: (unassigned) => Stefan Ebner (sebner) ** Changed in: moin (Ubuntu) Importance: Undecided => Wishlist ** Changed in: moin (Ubuntu) Status: Confirmed => In Progress ** Description changed: - Description: Ubuntu 10.04 - Release: 10.04 + After a discussion with Debian we decided to not update to 1.9.1 (from + Debian Unstable) but move forward in the 1.8.x series which is mostly + for bugfixes: + + MoinMoin Version History + ======================== + + Please note: Starting from the MoinMoin version you used previously, you + should read all more recent entries (or at least everything marked with HINT). + + This release has known bugs (see MoinMoin:MoinMoinBugs), but we think it is + already better than the previous stable release. Our release policy is not + trying to make a "perfect release" (as that release might NEVER get released), + but to make progress and don't delay releases too much. + + Known main issues: + + * The GUI WYSIWYG editor has still some issues and limitations. + If you can't live with those, you can simply switch it off by using: + editor_force = True + editor_default = 'text' # internal default, just for completeness + + + Version 1.8.7: + Fixes: + * Fixed major security issues in miscellaneous parts of moin. + HINT: if you have removed superuser configuration to workaround the issue + (following our security advisory), you may re-add it after installing this + moin release. If you don't need superuser capabilities often, it might be + wise to not have superusers configured all the time, though. + * Improved package security: cfg.packagepages_actions_excluded excludes + unsafe or otherwise questionable package actions by default now. + * wiki parser: fixed transclusion of (e.g. video) attachments from other + pages. + * Fixed edit locking for non-logged in editors and cfg.log_remote_addr=False. + * xmlrpc: + * Process attachname in get/putAttachment similarly. + * revertPage: convert pagename to internal representation. + * Fixed config.umask usage for page packages. + * Fixed usage of i18n.wikiLanguages() on class level (moved to method), + failed when tools import the module (e.g. pydoc -k foo). + * SubProcess: fixed win32-specific parts, fixed imports (fixes calling of + external xapian index filters) + + + Version 1.8.6: + Bug fixes: + * Xapian indexing / indexing filters: + * fix deadlocks with well- and misbehaving external filters + * work around indexing run crashing when encountering encoding problems + with non-ascii filenames + * OpenOffice/OpenDocument filters: catch UnicodeDecodeErrors (happens + with password protected files) + * i18n: check if languages is not initialized yet, don't crash + * http_redirect: use 301 redirect for some cases + * do not use httponly session cookies, makes trouble with twikidraw and ACLs + * GetText2 macro: fix for named placeholder + * Fix SHA -> SSHA password hash upgrade for old user profiles. + * abort RenamePage if renaming of main page fails (do not try to rename + subpages) + + New features: + * search: improve search result ordering + * add MS Powerpoint indexing filter (needs catppt from catdoc package) + * migration scripts: make finding damaged edit-log entries easier + * SubscribeUser action: support username regexes and unsubscribing. + Usage (enter this into the input form field you get after invoking + SubscribeUser action from the "More Actions" menu: + [+|-][re:]username[,username,...] + + +username: subscribes user <username> (+ is optional/default) + -username: unsubscribes user <username> + +re:username_re: subscribes users who match <username_re> regex. + -re:username_re: unsubscribes users who match <username_re> regex. + + + Version 1.8.5: + Bug fixes: + * Attachment links: fix processing of attributes (e.g. 'target', 'title') + * Upgrade FCKeditor from 2.6.4 to 2.6.4.1. + * PDF embedding: fix html, works better with PDF browser plugins now. + * Fix typo in rightsidebar CSS. + * Action revert: avoids reverting to a deleted current revision. + * Action diff: enable prev/next button only in the range of given revisions. + * Add a Auto-Submitted: auto-generated header to generated mails. + * Include comment in email notifies. + * mailimport: fix endless looping while trying to import a forwarded mail. + * fuid: keep same fake_mtime for intervals of max_staleness duration. + * Fixes a bug with empty list items in the GUI editor. + * Improve filesys.rename compatibility code (win32). + * Fix locking for CacheEntry. + * Xapian indexing: catch exception when a bad zip file is encountered. + * openidrp / botbouncer: fix param count for CancelLogin(). + + New features: + * Added CAS authentication. + * Added httponly cookie support and use it for session cookie. + + Other changes: + * HTTP auth: added debug logging. + * Minor LDAP auth improvements. + * Data browser widget: + * Add (h)column<idx> css class to make it styleable. + * Include only necessary autofilter options. + * moin maint cleancache purges now drafts, too. + * Add gopher and apt protocols to url_schemas. + * Add .csv, .flv, .swf to MIMETYPES_MORE. ** Description changed: After a discussion with Debian we decided to not update to 1.9.1 (from Debian Unstable) but move forward in the 1.8.x series which is mostly for bugfixes: + MoinMoin Version History ======================== - Please note: Starting from the MoinMoin version you used previously, you - should read all more recent entries (or at least everything marked with HINT). - - This release has known bugs (see MoinMoin:MoinMoinBugs), but we think it is - already better than the previous stable release. Our release policy is not - trying to make a "perfect release" (as that release might NEVER get released), - but to make progress and don't delay releases too much. - - Known main issues: - - * The GUI WYSIWYG editor has still some issues and limitations. - If you can't live with those, you can simply switch it off by using: - editor_force = True - editor_default = 'text' # internal default, just for completeness - Version 1.8.7: - Fixes: - * Fixed major security issues in miscellaneous parts of moin. - HINT: if you have removed superuser configuration to workaround the issue - (following our security advisory), you may re-add it after installing this - moin release. If you don't need superuser capabilities often, it might be - wise to not have superusers configured all the time, though. - * Improved package security: cfg.packagepages_actions_excluded excludes - unsafe or otherwise questionable package actions by default now. - * wiki parser: fixed transclusion of (e.g. video) attachments from other - pages. - * Fixed edit locking for non-logged in editors and cfg.log_remote_addr=False. - * xmlrpc: - * Process attachname in get/putAttachment similarly. - * revertPage: convert pagename to internal representation. - * Fixed config.umask usage for page packages. - * Fixed usage of i18n.wikiLanguages() on class level (moved to method), - failed when tools import the module (e.g. pydoc -k foo). - * SubProcess: fixed win32-specific parts, fixed imports (fixes calling of - external xapian index filters) - + Fixes: + * Fixed major security issues in miscellaneous parts of moin. + HINT: if you have removed superuser configuration to workaround the issue + (following our security advisory), you may re-add it after installing this + moin release. If you don't need superuser capabilities often, it might be + wise to not have superusers configured all the time, though. + * Improved package security: cfg.packagepages_actions_excluded excludes + unsafe or otherwise questionable package actions by default now. + * wiki parser: fixed transclusion of (e.g. video) attachments from other + pages. + * Fixed edit locking for non-logged in editors and cfg.log_remote_addr=False. + * xmlrpc: + * Process attachname in get/putAttachment similarly. + * revertPage: convert pagename to internal representation. + * Fixed config.umask usage for page packages. + * Fixed usage of i18n.wikiLanguages() on class level (moved to method), + failed when tools import the module (e.g. pydoc -k foo). + * SubProcess: fixed win32-specific parts, fixed imports (fixes calling of + external xapian index filters) Version 1.8.6: - Bug fixes: - * Xapian indexing / indexing filters: - * fix deadlocks with well- and misbehaving external filters - * work around indexing run crashing when encountering encoding problems - with non-ascii filenames - * OpenOffice/OpenDocument filters: catch UnicodeDecodeErrors (happens - with password protected files) - * i18n: check if languages is not initialized yet, don't crash - * http_redirect: use 301 redirect for some cases - * do not use httponly session cookies, makes trouble with twikidraw and ACLs - * GetText2 macro: fix for named placeholder - * Fix SHA -> SSHA password hash upgrade for old user profiles. - * abort RenamePage if renaming of main page fails (do not try to rename - subpages) + Bug fixes: + * Xapian indexing / indexing filters: + * fix deadlocks with well- and misbehaving external filters + * work around indexing run crashing when encountering encoding problems + with non-ascii filenames + * OpenOffice/OpenDocument filters: catch UnicodeDecodeErrors (happens + with password protected files) + * i18n: check if languages is not initialized yet, don't crash + * http_redirect: use 301 redirect for some cases + * do not use httponly session cookies, makes trouble with twikidraw and ACLs + * GetText2 macro: fix for named placeholder + * Fix SHA -> SSHA password hash upgrade for old user profiles. + * abort RenamePage if renaming of main page fails (do not try to rename + subpages) - New features: - * search: improve search result ordering - * add MS Powerpoint indexing filter (needs catppt from catdoc package) - * migration scripts: make finding damaged edit-log entries easier - * SubscribeUser action: support username regexes and unsubscribing. - Usage (enter this into the input form field you get after invoking - SubscribeUser action from the "More Actions" menu: - [+|-][re:]username[,username,...] + New features: + * search: improve search result ordering + * add MS Powerpoint indexing filter (needs catppt from catdoc package) + * migration scripts: make finding damaged edit-log entries easier + * SubscribeUser action: support username regexes and unsubscribing. + Usage (enter this into the input form field you get after invoking + SubscribeUser action from the "More Actions" menu: + [+|-][re:]username[,username,...] - +username: subscribes user <username> (+ is optional/default) - -username: unsubscribes user <username> - +re:username_re: subscribes users who match <username_re> regex. - -re:username_re: unsubscribes users who match <username_re> regex. - + +username: subscribes user <username> (+ is optional/default) + -username: unsubscribes user <username> + +re:username_re: subscribes users who match <username_re> regex. + -re:username_re: unsubscribes users who match <username_re> regex. Version 1.8.5: - Bug fixes: - * Attachment links: fix processing of attributes (e.g. 'target', 'title') - * Upgrade FCKeditor from 2.6.4 to 2.6.4.1. - * PDF embedding: fix html, works better with PDF browser plugins now. - * Fix typo in rightsidebar CSS. - * Action revert: avoids reverting to a deleted current revision. - * Action diff: enable prev/next button only in the range of given revisions. - * Add a Auto-Submitted: auto-generated header to generated mails. - * Include comment in email notifies. - * mailimport: fix endless looping while trying to import a forwarded mail. - * fuid: keep same fake_mtime for intervals of max_staleness duration. - * Fixes a bug with empty list items in the GUI editor. - * Improve filesys.rename compatibility code (win32). - * Fix locking for CacheEntry. - * Xapian indexing: catch exception when a bad zip file is encountered. - * openidrp / botbouncer: fix param count for CancelLogin(). + Bug fixes: + * Attachment links: fix processing of attributes (e.g. 'target', 'title') + * Upgrade FCKeditor from 2.6.4 to 2.6.4.1. + * PDF embedding: fix html, works better with PDF browser plugins now. + * Fix typo in rightsidebar CSS. + * Action revert: avoids reverting to a deleted current revision. + * Action diff: enable prev/next button only in the range of given revisions. + * Add a Auto-Submitted: auto-generated header to generated mails. + * Include comment in email notifies. + * mailimport: fix endless looping while trying to import a forwarded mail. + * fuid: keep same fake_mtime for intervals of max_staleness duration. + * Fixes a bug with empty list items in the GUI editor. + * Improve filesys.rename compatibility code (win32). + * Fix locking for CacheEntry. + * Xapian indexing: catch exception when a bad zip file is encountered. + * openidrp / botbouncer: fix param count for CancelLogin(). - New features: - * Added CAS authentication. - * Added httponly cookie support and use it for session cookie. + New features: + * Added CAS authentication. + * Added httponly cookie support and use it for session cookie. - Other changes: - * HTTP auth: added debug logging. - * Minor LDAP auth improvements. - * Data browser widget: - * Add (h)column<idx> css class to make it styleable. - * Include only necessary autofilter options. - * moin maint cleancache purges now drafts, too. - * Add gopher and apt protocols to url_schemas. - * Add .csv, .flv, .swf to MIMETYPES_MORE. + Other changes: + * HTTP auth: added debug logging. + * Minor LDAP auth improvements. + * Data browser widget: + * Add (h)column<idx> css class to make it styleable. + * Include only necessary autofilter options. + * moin maint cleancache purges now drafts, too. + * Add gopher and apt protocols to url_schemas. + * Add .csv, .flv, .swf to MIMETYPES_MORE. ** Changed in: moin (Ubuntu) Assignee: Stefan Ebner (sebner) => Luca Falavigna (dktrkranz) -- [FFe] Please update moin to 1.8.7 https://bugs.launchpad.net/bugs/521834 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs