User "Reedy" posted a comment on MediaWiki.r94720.
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/94720#c20997
Commit summary:
In the process of adding an API to ContributionTracking, I ended up refactoring
the majority of the extension.
Many changes and additions, including the new API, a jquery module that uses
the API, and an unlisted sysop-only API testing page.
Comment:
<pre>
+ public function getVersion() {
+ return "1.0"; //Is this really _that_ arbitrary?
+ }
</pre>
Not really, fixed it in r94744. We tend to use svn:keywords Id, and let svn do
the rest of it. Not a big deal
<pre>
+ `owa_session` varchar(255) default NULL,
+ `owa_ref` int(11) default NULL,
</pre>
You'll want to create a database patch for that too, ie so existing tables can
be updated without having to kill and rebuild
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview