| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* mw.config is the new way, and global config variable lookups are deprecated
* Based on two phase3-wide quick searches:
-- of " wg": http://toolserver.org/~krinkle/wikimedia-svn-search/view.php?id=321&hash=81700bf7486e4fee3b7bc1f83eb9eba6
-- of "!wg": http://toolserver.org/~krinkle/wikimedia-svn-search/view.php?id=327&hash=47c9d54a7a1d5d58a724dd834585f40d
Related changes:
* Changed some php comments mentioning "wg" variables to include the dollar sign, and a typo when the wf function prefix was meant.
* Removed TODO comment in wikibits.js and made it use the JS equivalent of wfUrlencode, which we have now, mw.util.wikiUrlencode
* SpecialUpload.php: use OutputPage::addJsConfigVars instead of creating a new script tag through OutputPage::addScript(Skin::makeVariablesScript(..))
* Renamed wgUploadSetup in upload.js and made it local. Not used anywhere in ./trunk/phase3 and ./trunk/extensions
* Fix OutputPage::addJsConfigVars so that it can actually be called with an array instead of two arguments for key/value
* Some minor whitespace/convention stuff around the same line
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/107741
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/94335
|
|
|
|
|
|
|
| |
protection forms. Patch by Jan Paul Posma
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86846
|
|
|
|
|
|
|
| |
Unterminated statements..
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77922
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77489
|
|
|
|
|
|
|
| |
Switching order, renaming parameters in documentation
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77486
|
|
|
|
|
|
|
| |
http://www.mediawiki.org/wiki/ResourceLoader and a general overview has been posted on wikitech-li <http://lists.wikimedia.org/pipermail/wikitech-l/2010-September/049253.html>. One important change is that all JS is now loaded at the bottom, so any scripts assuming things from wikibits or whatever are present will fail.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72349
|
|
|
|
|
|
|
|
|
| |
* Added upload by default to $wgRestrictionTypes
Also requires MessagesEn.php accidently committed in r58536
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/58537
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
know why
Also, the following looks wrong:
- for (var id = 0; id < ta.length; id++) {
+ for (var id in ta) {
var n = document.getElementById(id);
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/55569
|
|
|
|
|
|
|
|
|
|
| |
() is actually supposed to break in IE6 iirc)
- Use RegExp literals instead of new RegExp(...); when unnecessary.
- Fix bad use of object iteration on an array bug20376
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/55555
|
|
|
|
|
|
|
|
|
| |
switching to 1 column format.
* Move the "unlock move permissions" checkbox to a more logical place with the options for move protection, instead of with the cascading checkbox.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/41241
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use fragments of English when naming things, instead of a jumble of words vaguely related to the topic
* Use verbs in function names that are related to what the functions do
* Move all functions into an object, to avoid prefixes that look like part of a nonsensical sentence
* Fixed a bug whereby the "move" controls would not be unlocked if the expiry times differed. Refactored the relevant code.
* When the user types something into the "other time" box, automatically select "other time" from the drop-down list.
In ProtectionForm:
* Use the new protect.js interface
* Use accessor instead of Title member variable mRestrictionsExpiry
* Added an "existing expiry" option to the expiry drop-down list, instead of putting the ISO 8601 time in the "other" box
* Formatting
* Fixed convoluted expiry time data flow, documented
* s/List/Selection, for variables containing a value that the user has selected from a list
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/40898
|
|
|
|
|
|
|
| |
restriction type.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/40770
|
|
|
|
|
|
|
| |
works in IE7, Firefox, Safari and Opera, while the latter does not work in IE7
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/29843
|
|
|
|
|
|
|
| |
non-existent cascade checkbox. Also the chain box was showing for non-existent titles even though 'create' was the only available protection type.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/28399
|
|
|
|
|
|
|
| |
If used on such, it dies miserably in IE.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/25935
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/24429
|
|
|
|
|
|
|
| |
introduce addClickHandler() to work around missing addEventListener() in IE and other browsers that suck
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/24427
|
|
|
|
|
|
|
|
|
| |
regressed in r24272/r24274; we might do worse than to fix things up so checkboxes without a certain class can't be shift-clicked or whatever
* Rewrite a couple bits in allowCascade() - isCascadeableLevel() was inefficient, and the function was throwing up errors and whatnot due to bad checking of selection indexes and so on
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/24419
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20478
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20477
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20476
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20475
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/19743
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/15793
|
|
* (bug 675) Add page protection level for unregistered/new accounts
* User::isNewbie now uses the registration date and $wgAutoconfirmAge
* Log views show message when no matches
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12207
|