Index: trunk/extensions/Wikilog/Wikilog.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | $wgExtensionCredits['specialpage'][] = array( |
37 | 37 | 'path' => __FILE__, |
38 | 38 | 'name' => 'Wikilog', |
39 | | - 'version' => '1.0.99.1dev', |
| 39 | + 'version' => '1.1.0', |
40 | 40 | 'author' => 'Juliano F. Ravasi', |
41 | 41 | 'descriptionmsg' => 'wikilog-desc', |
42 | 42 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Wikilog', |
Index: trunk/extensions/Wikilog/WlFeed.php |
— | — | @@ -35,7 +35,7 @@ |
36 | 36 | $wgExtensionCredits['other'][] = array( |
37 | 37 | 'path' => __FILE__, |
38 | 38 | 'name' => 'WlFeed', |
39 | | - 'version' => '1.0.99.1dev', |
| 39 | + 'version' => '1.1.0', |
40 | 40 | 'author' => 'Juliano F. Ravasi', |
41 | 41 | 'descriptionmsg' => 'wlfeed-desc', |
42 | 42 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Wikilog', |
Index: trunk/extensions/Wikilog/TODO |
— | — | @@ -1,9 +1,5 @@ |
2 | 2 | == Wikilog To-do list == |
3 | 3 | |
4 | | -=== Wikilog 1.1.0. === |
5 | | - |
6 | | -* Drop support for Mw1.14 and earlier. |
7 | | - |
8 | 4 | === Wikilog 1.2.0. === |
9 | 5 | |
10 | 6 | * Drop support for Mw1.15 and earlier. |
Index: trunk/extensions/Wikilog/RELEASE-NOTES |
— | — | @@ -1,7 +1,9 @@ |
2 | 2 | = Wikilog release notes = |
3 | 3 | |
4 | | -== Current development version == |
| 4 | +== Wikilog 1.1.0 == |
5 | 5 | |
| 6 | +Aug 8, 2010 |
| 7 | + |
6 | 8 | === General notes === |
7 | 9 | |
8 | 10 | Database schema changed since 1.0.x, a database update is required. |
— | — | @@ -44,7 +46,7 @@ |
45 | 47 | per wikilog article, that lists comments made to that article. In the |
46 | 48 | future, feeds per thread, per wikilog and global may be provided. |
47 | 49 | * 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:*" |
49 | 51 | syntax. |
50 | 52 | |
51 | 53 | === Bug fixes === |
— | — | @@ -53,13 +55,12 @@ |
54 | 56 | wikilog-summary-header/footer and others, with proper PLURAL support. |
55 | 57 | * (wl:issue 1) Improve header/footer item messages. |
56 | 58 | * (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. |
60 | 60 | Noted by Vitaliy Filippov. |
61 | 61 | * Don't croak in Wikilog::getWikilogInfo() if $title is NULL. Patch by |
62 | 62 | Vitaliy Filippov. |
63 | 63 | * Improved consistency of edit links with the rest of MediaWiki. |
| 64 | +* (wl:issue 7) Handle the new Vector skin hooks (Mw 1.16). |
64 | 65 | |
65 | 66 | |
66 | 67 | == Wikilog 1.0.1 == |