| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/68974
|
|
|
|
|
|
|
|
|
| |
59 Temple Place -> 51 Franklin Street
Follow up to r68351
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/68354
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/68351
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Recommit of r66254 to trunk. This was just
find extensions phase3 -iname '*.php' \! -iname '*.i18n.php' \! -iname 'Messages*.php' \! -iname '*_Messages.php' -exec sed -i 's/ /\ /g;s/—/―/g;s/•/•/g;s/á/á/g;s/´/´/g;s/à/à/g;s/α/α/g;s/ä/ä/g;s/ç/ç/g;s/©/©/g;s/↓/↓/g;s/°/°/g;s/é/é/g;s/ê/ê/g;s/ë/ë/g;s/è/è/g;s/€/€/g;s/↔//g;s/…/…/g;s/í/í/g;s/ì/ì/g;s/←/←/g;s/“/“/g;s/·/·/g;s/−/−/g;s/–/–/g;s/ó/ó/g;s/ô/ô/g;s/œ/œ/g;s/ò/ò/g;s/õ/õ/g;s/ö/ö/g;s/£/£/g;s/′/′/g;s/″/″/g;s/»/»/g;s/→/→/g;s/”/”/g;s/Σ/Σ/g;s/×/×/g;s/ú/ú/g;s/↑/↑/g;s/ü/ü/g;s/¥/¥/g' {} +
followed by reading over every single line of the resulting diff and
fixing a whole bunch of false positives. The reason for this change is
given in <http://lists.wikimedia.org/pipermail/wikitech-l/2010-April/047617.html>.
I cleared it with Tim and Brion on IRC before committing. It might
cause a few problems, but I tried to be careful; please report any
issues.
I skipped all messages files. I plan to make a follow-up commit that
alters wfMsgExt() with 'escapenoentities' to sanitize all the entities.
That way, the only messages that will be problems will be ones that
output raw HTML, and we want to get rid of those anyway.
This should get rid of all named entities everywhere except messages. I
skipped a few things like   that I noticed in manual inspection,
because they weren't well-formed XML anyway.
Also, to everyone who uses non-breaking spaces when they could use a
normal space, or nothing at all, or CSS padding: I still hate you. Die.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/67090
|
|
|
|
|
|
|
|
| |
Patch by Umherirrender
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/67029
|
|
|
|
|
|
|
| |
and a specific "mw-moveuserpage-warning" class
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/62457
|
|
|
|
|
|
|
| |
will not be renamed
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/62358
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/60158
|
|
|
|
|
|
|
| |
redirect cache invalidation on move page in a replicated setup.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/60061
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug 16921. maxlength is not allowed on textareas in HTML4, so this only
works in HTML5. Note that Firefox 3.5 and Opera 9.22 ignore the
attribute (didn't test IE), so this isn't a complete fix. Recent WebKit
does respect the attribute (tested in Chrome 4).
Of course, the length limit of 200 is a hack, just like for edit
summaries, and we really need to move to a non-varchar(255) backend for
all these fields.
Relevant to r45517, r45571.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/60054
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/59969
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/59148
|
|
|
|
|
|
|
| |
even to non-logged in users
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/59058
|
|
|
|
|
|
|
| |
Allow only users with the 'reupload-shared' right to complete the move.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/58079
|
|
|
|
|
|
|
| |
Per http://www.php.net/manual/en/function.preg-replace.php \ must be doubled in $replacement
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/58008
|
|
|
|
|
|
|
|
| |
* All manually built LIKE queries in the core are replaced with a wrapper function Database::buildLike()
* This function automatically performs all escaping, so Database::escapeLike() is now almost never used
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/57989
|
|
|
|
|
|
|
| |
subpages, now uses $ot->equals() rather than the ID of the old page, since this was checking it against the ID of the newly created redirect and thus never catched the double move
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/56920
|
|
|
|
|
|
|
| |
for additional parameters. Adjusted all calls that use additional parameters. Also improved Special:Blockip, which now uses those new parameters instead of using own functions. Fixed HistoryPage which was broken with r56251.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/56420
|
|
|
|
|
|
|
| |
input and escape it before pre-filling the box
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/56188
|
|
|
|
|
|
|
| |
now use wikitext
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/55548
|
|
|
|
|
|
|
| |
in Special:MovePage with Esperanto as content language
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/55535
|
|
|
|
|
|
|
|
|
|
| |
(bug 20289) Previously, some pages that weren't actually moved were
counted against the limit by mistake. Whether it's sane for people to
move pages back and forth by hand to get around the limit is open to
debate, of course.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/55289
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(bug 14817) When a page got moved to a subpage of itself, and "move
subpages" was checked, the page got moved, then moved again, like Foo ->
Foo/Bar -> Foo/Bar/Bar. There was an explicit check to prevent this,
but the check was incorrect: it used $ot->getArticleID() after $ot had
already been moved, so the ID was the redirect. The behavior of
getArticleID() here isn't obvious, so I cached the ID in advance for
clarity instead of switching to $nt->getArticleID().
Brief inspection of Title::moveSubpages() suggests that that would be
affected too. The third place we have this code copy-pasted (bleh) is
SpecialRenameuser, but that's not affected because usernames can't have
slashes in them.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/55262
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/54807
|
|
|
|
|
|
|
| |
the old or new page is being watched.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/54795
|
|
|
|
|
|
|
|
|
|
|
|
| |
special pages
* use array type parameter instead of string to escapeLocalUrl(), getFullURL() and getFullUrl() for readability
* some code readability and indentation improvements
Linking this to r51559 for CodeReview as there is some discussion there, and these changes are very similar.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/51572
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/50947
|
|
|
|
|
|
|
| |
(patch by Nakon with tweaks by Siebrand)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/50701
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/50351
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/47998
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/47663
|
|
|
|
|
|
|
|
|
| |
* Reworded movesubpagetext to include the number of subpages
* Fix spelling error in movesnoubpage
* Allow plural in movesubpage
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/47536
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/47469
|
|
|
|
|
|
|
| |
'move-talk-subpages'. This allows for "(up to $1 {{PLURAL:$2|page|pages}}" or whichever construct is required for a correct message in a language.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/47439
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/47042
|
|
|
|
|
|
|
|
|
|
|
| |
submitted by rememberthedot. Changes made by English language Wikipedia administrators.
* Note max. number of moved subpages in 'move-subpages' and 'move-talk-subpages'
* Register new messages
* Rebuild all language files
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/46663
|
|
|
|
|
|
|
|
|
| |
page move form. Changed from 'textarea' to 'text' because 'textarea' does not support maxlength. Makes it consistent with all other reason fields."
This field is deliberately not a single-line text input field because it caused confusion when it was.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/45571
|
|
|
|
|
|
|
|
| |
Changed from 'textarea' to 'text' because 'textarea' does not support maxlength.
Makes it consistent with all other reason fields.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/45517
|
|
|
|
|
|
|
| |
per http://www.mediawiki.org/wiki/Special:Code/MediaWiki/45288#c1135
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/45463
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
moves with suppressed redirects
* Tweak 'movepage-moved' a bit (rename of message seems unnecessary)"
Creates duplication of core message text and incompatible change to existing message. Needs to be redone as separate messages.
Reverted some, but not all, of the updates -- committing my work to avoid duplication.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/45460
|
|
|
|
|
|
|
|
|
| |
suppressed redirects
* Tweak 'movepage-moved' a bit (rename of message seems unnecessary)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/45288
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/45163
|
|
|
|
|
|
|
| |
checked. Fixed.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/43944
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/41968
|
|
|
|
|
|
|
| |
/wiki/Special:MovePage/Main_Page?wpNewTitle=Main_Page . Broken by r35990 and again by r41343.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/41911
|
|
|
|
|
|
|
| |
causes more harm than good.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/41716
|
|
|
|
|
|
|
| |
gave sysops the right by default.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/41714
|
|
|
|
|
|
|
| |
as the hookaborted message
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/41555
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/41343
|
|
|
|
|
|
|
|
|
| |
* Clean up protection form
* Fix syntax typo (use '==', not '=')
* Fix $2 message in movepage cascade warning
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/40780
|