r90941 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r90940
|
r90941
|
r90942
>
Date:
05:57, 28 June 2011
Author:
hashar
Status:
ok
Tags:
Comment:
mediawiki.special as a dumb JS object
It will be extended later on.
Modified paths:
/trunk/phase3/resources/mediawiki/mediawiki.special.js
(added) (
history
)
Diff
[
purge
]
Index: trunk/phase3/resources/mediawiki/mediawiki.special.js
—
—
@@ -0,0 +1,5 @@
2
+( function( $, mw ) {
3
+
4
+ mw.special = {};
5
+
6
+} )( jQuery, mediaWiki );
Property changes on: trunk/phase3/resources/mediawiki/mediawiki.special.js
___________________________________________________________________
Added: svn:eol-style
1
7
+ native
Follow-up revisions
Revision
Commit summary
Author
Date
r90943
Disable ns selector checkboxes when 'all' namespace is selected...
hashar
06:40, 28 June 2011
r90968
Move mediawiki.special.js to the correct directory. Followup
r90941
,
r90960
catrope
15:24, 28 June 2011
Status & tagging log
00:45, 29 June 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r90941
[
removed:
new
added:
ok]