| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fixes (bug 27894) Move 'editondblclick' event listener down from body to
div#bodyContent
- Patch by Nik <niknyby@gmail.com>
- Changes since patch:
* Moved from OutputPage->headElement (where the bodyAttr-hack used to be) to addDefaultModules where other additions live
* Added dependency on 'mediawiki.util', it must be initialized before mw.util.$content can be used
* Whitespace conventions
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/93664
|
|
|
|
|
|
|
| |
Patch from Edward Z. Yang
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/93635
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/93627
|
|
|
|
|
|
|
|
|
| |
M. through BugZilla) will be committed afterwards.
* (bug 27427) mw.util.getParamValue shouldn't return value from hash even if param is only present in hash
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/93516
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/93088
|
|
|
|
|
|
|
| |
Patch by Beau; modified to work with current code.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/92528
|
|
|
|
|
|
|
| |
Patch from Dan Collins
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/92454
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/91887
|
|
|
|
|
|
|
|
|
| |
disabled for user pages.
Patch by Jarry1250
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/91886
|
|
|
|
|
|
|
|
|
|
|
|
| |
the web installer for two important reasons:
* $wgScriptPath always has a default value of '/wiki', so the getVar() check will always be true and skip the environment check
* Also began returning true in the SCRIPT_NAME which would mean $wgScriptPath never got set
Breakage spotted by LewisCawte on IRC, thanks!
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/91726
|
|
|
|
|
|
|
|
|
| |
element. Patch by The Evil IP Address.
Also remove inclusion protection for the 800th time: if a file only has classes, you don't need to do this :)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/91651
|
|
|
|
|
|
|
|
|
| |
28030, 12406, 2834)
* Add me to credits
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/91315
|
|
|
|
|
|
|
|
|
|
| |
The Script Path Option (--scriptpath) of maintenance/install.php
is silently ignored if there is $_SERVER['SCRIPT_NAME'] set.
Apply patch from Tobias Müller.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/91263
|
|
|
|
|
|
|
|
| |
Whe placing an external link in the sidebar, $wgExternalLinkTarget is ignored.
Also enables applying of $wgNoFollowLinks in the sidebar.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/90849
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch from mybugs.mail
If a link is added inside of a collapsible toggle and a user click on it, the
target page should be opened.
…
The attached patch was tested locally and fixes this bug (clicking outside the
link toogles the collapsed content, and clicking on the link opens the target
page).
PS: It is the same code which was used to fix the problem on Commons.
http://commons.wikimedia.org/w/index.php?diff=45383826&oldid=45265712
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/90239
|
|
|
|
|
|
|
|
|
|
| |
to manage multiple database connections, that is the job of LBFactory/LoadBalancer. I would like to see $wgSharedDB managed by LBFactory instead, for all DBMSes. Then the cruft in Database::tableName() can be removed.
r89393 caused tableExists() etc. to be completely broken, so PostgreSQL upgrade was broken too, see CR.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/89816
|
|
|
|
|
|
|
|
| |
(bug 4740, r85922)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/89599
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch should allow you to use the $wgSharedDB [with Postgres]
normally, as you would with mysql. Basically this patch creates a
second connection with the shared database and when a query is
made, we check on which connection we should send it.
Patch from Luca Fulchir
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/89393
|
|
|
|
|
|
|
|
|
| |
InnoDB is available”
From William Demchick
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88475
|
|
|
|
|
|
|
| |
added to the textarea on the edit form. Patch by Erwin Dokter
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88424
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88123
|
|
|
|
|
|
|
| |
Patch by MZMcBride.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88122
|
|
|
|
|
|
|
|
|
|
|
|
| |
pages.
Removed All pages link which doesn't make sense
Patch by Salvatore Ingala
Put ST47 on the proper place in CREDITS
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88084
|
|
|
|
|
|
|
| |
Patch by Vitaliy Filippov
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/87039
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
slow. Also loses the advantage of an id-selector.
* Optimizing by selecting the ID seperately (very fast) and doing a find() within that context (also caching pCactions ).
* while at it:
- caching selector
- aliasing $ to jQuery locally
- Shorthand dom-ready
(Follow-up r86861)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86958
|
|
|
|
|
|
|
|
|
| |
Remove Jan Paul and Derk-Jan Hartman from patch contributors as they're developers
Move diebuche and bawolff
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86799
|
|
|
|
|
|
|
| |
* Add Bergi to CREDITS
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86795
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch from Jan Paul Posma of which he writes:
This patch hides the minor edit checkbox when editing a new page or new
section, and makes sure it cannot be enabled by injecting the form value in
HTML.
* Add Jan Paul Posma to CREDITs re Reedy's earlier comments.
* Add note about isNew to other possible places that it can be used.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86786
|
|
|
|
|
|
|
| |
jQuery plugin. Patch by Jan Paul Posma
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86698
|
|
|
|
|
|
|
|
|
| |
Patches by Yuvi Panda
From (bug 28583) Remove all /* private */ declarations in MediaWiki core
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86363
|
|
|
|
|
|
|
| |
these in line with our coding standards.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/84842
|
|
|
|
|
|
|
| |
This is well beyond my ability to review... :D
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/84706
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/84402
|
|
|
|
|
|
|
|
|
| |
extension. Based on patch by Yesid Carrillo. Set $wgSVGConverter = 'ImagickExt' to use it. Note that the results are extremely ugly, but I believe that happens with the command line scaler as well.
Introduced new syntax for $wgSVGConverters, if the selected converter is an array, it is assumed to be a PHP callable. Imagick support is done by SvgHandler::rasterizeImagickExt.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/83779
|
|
|
|
|
|
|
|
|
|
|
| |
Leslie Hoare.
Scaler type is "imext". Rotation is supported.
Logic mostly copied from transformImagemagick() and ported to Imagick calls.
Resizing animated gifs is broken; it only shows the first frame and I can't find out why it does not work, but otherwise it is fully working.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/83778
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/83597
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/83557
|
|
|
|
|
|
|
| |
Special:SpecialPages. Patch by Jarry1250 with a few tweaks by me. Tested, saw no errors or warnings.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/83554
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79652
|
|
|
|
|
|
|
| |
Regression originating from the UploadForm rewrite; going to mark for 1.16
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77508
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Bug 3276. Patch by DieBuche, with style cleanups by me, plus a tweak
from comment 27 of the bug to fix spacing. This incidentally removes
the border around galleries, but this was hard to notice anyway, and
could be easily readded if desired. Tested in a few browsers, including
IE6, but more testing and/or input from CSS gurus would be appreciated.
Updates parser tests, including for Cite.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77411
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77366
|
|
|
|
|
|
|
| |
[http://en.wikipedia.org/w/index.php?title=User_talk:Reedy&action=historysubmit&diff=396740314&oldid=396417142] (he wrote most of the original API stuff)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76664
|
|
|
|
|
|
|
|
|
| |
Remove a few unused array keys in API foreach loops
Remove part of Html::Hidden comment
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76191
|
|
|
|
|
|
|
| |
for named subpatterns. Patch by Paul Oranje.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/75792
|
|
|
|
|
|
|
| |
Based on patch by Alejandro Mery.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/75557
|
|
|
|
|
|
|
| |
Patch by Mathias Ertl
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72864
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/70188
|
|
|
|
|
|
|
| |
Give Translator CREDITS to Translatewiki.net Users :)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/70000
|
|
|
|
|
|
|
|
|
| |
Patch by John Du Hart
Add a couple of missing braces
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/68451
|