r70709 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70708‎ | r70709 | r70710 >
Date:15:54, 8 August 2010
Author:juliano
Status:deferred
Tags:
Comment:
Wikilog v1.1.0 release.
Modified paths:
  • /trunk/extensions/Wikilog/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/Wikilog/TODO (modified) (history)
  • /trunk/extensions/Wikilog/Wikilog.php (modified) (history)
  • /trunk/extensions/Wikilog/WlFeed.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Wikilog/Wikilog.php
@@ -35,7 +35,7 @@
3636 $wgExtensionCredits['specialpage'][] = array(
3737 'path' => __FILE__,
3838 'name' => 'Wikilog',
39 - 'version' => '1.0.99.1dev',
 39+ 'version' => '1.1.0',
4040 'author' => 'Juliano F. Ravasi',
4141 'descriptionmsg' => 'wikilog-desc',
4242 'url' => 'http://www.mediawiki.org/wiki/Extension:Wikilog',
Index: trunk/extensions/Wikilog/WlFeed.php
@@ -35,7 +35,7 @@
3636 $wgExtensionCredits['other'][] = array(
3737 'path' => __FILE__,
3838 'name' => 'WlFeed',
39 - 'version' => '1.0.99.1dev',
 39+ 'version' => '1.1.0',
4040 'author' => 'Juliano F. Ravasi',
4141 'descriptionmsg' => 'wlfeed-desc',
4242 'url' => 'http://www.mediawiki.org/wiki/Extension:Wikilog',
Index: trunk/extensions/Wikilog/TODO
@@ -1,9 +1,5 @@
22 == Wikilog To-do list ==
33
4 -=== Wikilog 1.1.0. ===
5 -
6 -* Drop support for Mw1.14 and earlier.
7 -
84 === Wikilog 1.2.0. ===
95
106 * Drop support for Mw1.15 and earlier.
Index: trunk/extensions/Wikilog/RELEASE-NOTES
@@ -1,7 +1,9 @@
22 = Wikilog release notes =
33
4 -== Current development version ==
 4+== Wikilog 1.1.0 ==
55
 6+Aug 8, 2010
 7+
68 === General notes ===
79
810 Database schema changed since 1.0.x, a database update is required.
@@ -44,7 +46,7 @@
4547 per wikilog article, that lists comments made to that article. In the
4648 future, feeds per thread, per wikilog and global may be provided.
4749 * Added support for MediaWiki 1.16 Vector skin.
48 -* Special:Wikilog now allows quering by namespace, with the "Namespace:*"
 50+* Special:Wikilog now allows querying by namespace, with the "Namespace:*"
4951 syntax.
5052
5153 === Bug fixes ===
@@ -53,13 +55,12 @@
5456 wikilog-summary-header/footer and others, with proper PLURAL support.
5557 * (wl:issue 1) Improve header/footer item messages.
5658 * (wl:issue 5) Usability improvement in wikilog actions tab.
57 -* Disabled minimum feed cache age check ($wgFeedCacheTimeout) in
58 - WikilogFeed, since this causes the wrong Last-modified header to be
59 - output. Waiting for a fix for the same problem found in ChangesFeed.
 59+* (mw:bug 21916) Fix minimum feed cache age check in WikilogFeed.
6060 Noted by Vitaliy Filippov.
6161 * Don't croak in Wikilog::getWikilogInfo() if $title is NULL. Patch by
6262 Vitaliy Filippov.
6363 * Improved consistency of edit links with the rest of MediaWiki.
 64+* (wl:issue 7) Handle the new Vector skin hooks (Mw 1.16).
6465
6566
6667 == Wikilog 1.0.1 ==

Status & tagging log