= Wikilog release notes = == Wikilog 1.2.0 == Dec 11, 2011 === General notes === MediaWiki requirement raised to 1.17.0 and later. MediaWiki 1.16 and earlier are no longer supported in this release. === New features === * Article and comment timestamps are now displayed in the wiki timezone (as defined by $wgLocaltimezone). * (wl:issue 11) Added support for {{DISPLAYTITLE:...}}, allows the author to alter the title of the wikilog article. === Bug fixes === * (mw:bug 27904) Fixed method signature compatibility with Mw1.16 for WikilogParserCache. * (wl:issue 12) Fixed calls to $wgParser->clearState() (which is now a private function). * Fixed a crash when creating a new wikilog post as an unlogged user. * Several fixes for compatibility with MediaWiki 1.18. == Wikilog 1.1.0 == Aug 8, 2010 === General notes === Database schema changed since 1.0.x, a database update is required. You should backup your data and run maintenance/update.php to upgrade. MediaWiki requirement raised to 1.15.0 and later. MediaWiki 1.14 and earlier are no longer supported in this release, stick with Wikilog 1.0.x if this is your case. === New configuration options === * $wgWikilogExtSummaries: use of categories and tags parameters in summary entry header and footer messages. * $wgWikilogExpensiveLimit: configures how many items to show on pages that includes other pages (expensive requests that may demand article parsing). Replaces $wgWikilogSummaryLimit. * $wgWikilogNumComments: default number of comments to show at once on discussion pages. === New features === * Messages wikilog-item-brief-header/footer, wikilog-item-header/footer and others replaced by wikilog-summary-header/footer, wikilog-entry-header/ footer and others, with better support for plural and gender inflection, separate date and time, and also support to category and tag lists. * (wl:issue 2) Improved article summary extraction. Now a "--more--" marker alone in a line breaks the summary (above) from the rest of the article (below). The tag has precedence over this new marker. If neither is found, the first section is used. * Improved customization of article comments pages. Now, comment headers and footers are can be configured through messages wikilog-comment-header/ footer and others. * More user-friendly navigation bars. Currently, they only have first, last, previous and next links. Support for other MediaWiki features, like items-per-page will come later. * Discussion pages are now paged, i.e., only a maximum number of comments (default 50) are shown at once, with paging links to visit other pages of comments. * Comment syndication feeds are now available. Currently, there is one feed per wikilog article, that lists comments made to that article. In the future, feeds per thread, per wikilog and global may be provided. * Added support for MediaWiki 1.16 Vector skin. * Special:Wikilog now allows querying by namespace, with the "Namespace:*" syntax. === Bug fixes === * (mw:bug 21657) Message wikilog-item-brief-header/footer replaced by wikilog-summary-header/footer and others, with proper PLURAL support. * (wl:issue 1) Improve header/footer item messages. * (wl:issue 5) Usability improvement in wikilog actions tab. * (mw:bug 21916) Fix minimum feed cache age check in WikilogFeed. Noted by Vitaliy Filippov. * Don't croak in Wikilog::getWikilogInfo() if $title is NULL. Patch by Vitaliy Filippov. * Improved consistency of edit links with the rest of MediaWiki. * (wl:issue 7) Handle the new Vector skin hooks (Mw 1.16). == Wikilog 1.0.1 == Nov 27, 2009 === General notes === This is a bugfix release of the 1.0.x branch. There are no database changes since Wikilog 1.0.0. === New configuration options === * $wgWikilogSignAndPublishDefault: default state for the new "sign and publish" checkbox in the edit page for new articles. === New features === * New parameters 'date', 'time', 'updatedDate', 'updatedTime' and 'hasMore' for the template pager, used when embedding using templates. Old parameters 'pubdate' and 'updated' were deprecated, and should be removed on v1.2.0. * Wikilog article edit page now features a "sign and publish" checkbox that, when selected, automatically signs and publishes the article by adding an appropriate {{wl-publish:...}} parser function call at the end of the text. === Bug fixes === * wikilogImportDocumentation.php updated to work with MediaWiki 1.16. * Fix pass-by-reference call warning on SkinTemplateTabs hook. * Fix timezone warnings with {{wl-publish:...}} parser function. * Allow 'wikilog-log-cmt-rejdel' message to use {{GENDER:...}}. == Wikilog 1.0.0 == Oct 30, 2009 First stable release of the Wikilog extension. === General notes === Database patch archives were reset in the transition to version 1.0.0. If you was using a Wikilog version before 0.8.0, you should first upgrade to the last 0.8.x version and then upgrade to the latest version. The database schema of 1.0.0 is the same of 0.8.x. == Wikilog 0.8.2 == Oct 29, 2009 === New features in 0.8.2 === * Users with edit and createtalk rights are allowed to use the post comment interface. === Bug fixes in 0.8.2 === * Fix missing global in WikilogFeed::checkFeedOutput(). * Various MediaWiki 1.16alpha compatibility fixes. == Wikilog 0.8.1 == Sep 15, 2009 === Bug fixes in 0.8.1 === * Fix regression that caused the template pager to damage the parser state. == Wikilog 0.8.0 == Sep 12, 2009 This is the first pre-stable release of the extension.