lhc/web/wiklou.git
11 years ago(bug 20189) Added 'Show/hide selected revisions' button and checkboxes to Special...
Alex Monk [Tue, 8 May 2012 01:32:15 +0000 (02:32 +0100)]
(bug 20189) Added 'Show/hide selected revisions' button and checkboxes to Special:Log.

Change-Id: I2c4d4e1234d5ab9f7d514831351ea3b298811165

12 years agoUpdate jQuery requirements in resources/startup.js per jQuery 1.7.x release
Timo Tijhof [Sat, 14 Apr 2012 01:53:25 +0000 (03:53 +0200)]
Update jQuery requirements in resources/startup.js per jQuery 1.7.x release

- Check http://jquery.com/:
 * IE 6.0+, FF 3.6+, Safari 5.0+, Opera, Chrome

- It does not include an Opera number, but they are only
  actively testing for Opera 11.x versions. Also Operate
  is quite bold in their upgrade requirement in-browser,
  so that shouldn't be much of an issue.

  I've also updated
  https://www.mediawiki.org/wiki/Compatibility#Browser

  Note that this means that we no longer support enhanced functionality in
  some browsers that are currently still above the 0.1% wmf-traffic threshold
  we keep. I've therefor split [[mw:Compatibility#Browser]] in a "Grade A"
  and "Grade B" section. One that we support for all functionality, and the
  others we support because of traffic, but not "everything" will work.
  Right now the only notable difference will be jQuery and depending modules.

  In reality Grade B will still get the same data served as Grade A, since
  startup.js only enforces IE6 right now (bug 35906)

  Auto-updating Chrome will not need a check, and Chrome < 1.0 is very minor,
  and will probably even work just fine.

Change-Id: If60de580fc892ced1a43a0bc4958988d98d087d9

12 years agoUpdated some filebackend qqq messages.
Aaron [Fri, 13 Apr 2012 23:46:35 +0000 (16:46 -0700)]
Updated some filebackend qqq messages.

Change-Id: I9a5dd0d32afae945af681b049eda6414f0689781

12 years agoMerge "MockOutputPage class in its own file"
Antoine Musso [Fri, 13 Apr 2012 19:23:15 +0000 (19:23 +0000)]
Merge "MockOutputPage class in its own file"

12 years agoFix broken merge by 0a792a1dcba26dd70d64e307b301c6
saper [Fri, 13 Apr 2012 18:55:14 +0000 (20:55 +0200)]
Fix broken merge by 0a792a1dcba26dd70d64e307b301c6

Changeset 1 of https://gerrit.wikimedia.org/r/#change,3365:
763b57f9f2af131a2d8e65f520a23c00109be0e1

got mis-merged in changeset 2:
f752cf80423615b380cf5612a3f1f68a6b9d0173

And introduced into master wth
0a792a1dcba26dd70d64e307b301c6773279cfc9

Also, marking all new functions as @since 1.19
since we want to have them there later.

Patchset 2: whitespace fixes
Patchset 3: Fix <?php
Patchset 4: rebase to current master

Change-Id: Ic7d940dfec8890de20197128505962375fac4f06

12 years ago(bug 35941) Fix PHP notice in SpecialVersion::getVersion()
Alexandre Emsenhuber [Fri, 13 Apr 2012 14:56:47 +0000 (16:56 +0200)]
(bug 35941) Fix PHP notice in SpecialVersion::getVersion()

Seems that I forgot to change one instance of $info to $svnInfo in I2f4839fb587903524fdaf041597174003ccfdfeb.

Change-Id: I7e47ca6278569290df4b32cac584c94020c13b64

12 years agoMockOutputPage class in its own file
Antoine Musso [Fri, 13 Apr 2012 10:47:19 +0000 (12:47 +0200)]
MockOutputPage class in its own file

The MockOutputPage can be needed in various tests suite beside
GlobalFunctions. Seems to make sense to get it in its own class so we
can easily use it.

Change-Id: Icbb34db81e8cc8636d95f6326dd228bc74a741d7

12 years agoFixup/finish off function parameter documentation
Reedy [Fri, 13 Apr 2012 03:10:24 +0000 (04:10 +0100)]
Fixup/finish off function parameter documentation

Remove unused variable

Change-Id: I9b19388ded628c170d10ac371882a4debd845ea8

12 years agoMerge "[FileBackend] Simplified fj_batch_id index"
Catrope [Fri, 13 Apr 2012 01:13:34 +0000 (01:13 +0000)]
Merge "[FileBackend] Simplified fj_batch_id index"

12 years agoMerge "Fix https://gerrit.wikimedia.org/r/4830 , I botched the conflict resolution...
Demon [Fri, 13 Apr 2012 00:49:41 +0000 (00:49 +0000)]
Merge "Fix https://gerrit.wikimedia.org/r/4830 , I botched the conflict resolution there"

12 years agoFix https://gerrit.wikimedia.org/r/4830 , I botched the conflict
Catrope [Fri, 13 Apr 2012 00:48:03 +0000 (17:48 -0700)]
Fix https://gerrit.wikimedia.org/r/4830 , I botched the conflict
resolution there

Change-Id: I7d563851e8b89c249105e91ceed71f747732084f

12 years agoMerge "Revert "Bit more refactoring""
Catrope [Fri, 13 Apr 2012 00:25:41 +0000 (00:25 +0000)]
Merge "Revert "Bit more refactoring""

12 years agoRevert "Bit more refactoring"
Catrope [Fri, 13 Apr 2012 00:18:43 +0000 (17:18 -0700)]
Revert "Bit more refactoring"

This reverts commit 5586e73fac6f70d7b16bc5a4d185d35f80ff53b5.

This broke mergeMessageFileList.php by no longer running the extension
setup files in the global scope.

Change-Id: I8f22d0b3e938ba617f4297802edfc2012d78cc9b

12 years ago[FileBackend] Simplified fj_batch_id index
Aaron [Wed, 11 Apr 2012 20:11:07 +0000 (13:11 -0700)]
[FileBackend] Simplified fj_batch_id index

If we want to sort the ops for a batch ID, we can just use a tiny to small filesort.
No need to make the index bigger.

Change-Id: Ibf7592930ec633a26e675e33d42aebe7763547b1

12 years agoMerge "document how the parser handles list items coming from a template, especially...
GWicke [Thu, 12 Apr 2012 21:56:41 +0000 (21:56 +0000)]
Merge "document how the parser handles list items coming from a template, especially the surprising start-of-line behavior.  This test will be used to implement matching behavior in Parsoid."

12 years agoMerge "Add missing uploads link to deleted contributions."
Brion VIBBER [Thu, 12 Apr 2012 21:44:06 +0000 (21:44 +0000)]
Merge "Add missing uploads link to deleted contributions."

12 years agoUse local context to get messages
Alexandre Emsenhuber [Thu, 12 Apr 2012 20:43:08 +0000 (22:43 +0200)]
Use local context to get messages

Change-Id: I2c3a26f87eb70b4235c8d042d1e3a8ddc11bc14b

12 years agoMerge "Use $wgUser in ResourceLoaderUserGroupsModule when possible."
Catrope [Thu, 12 Apr 2012 20:33:32 +0000 (20:33 +0000)]
Merge "Use $wgUser in ResourceLoaderUserGroupsModule when possible."

12 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Thu, 12 Apr 2012 20:22:14 +0000 (20:22 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I91cffe747b9e1baca36bfd1324dd3d06227849ca

12 years agoLocalisation updates from http://translatewiki.net.
Translation updater bot [Thu, 12 Apr 2012 17:32:30 +0000 (17:32 +0000)]
Localisation updates from translatewiki.net.

Change-Id: I2074bd01faa0857441aab61aede21d6f73637bef

12 years agodocument how the parser handles list items coming from a template,
Adam Wight [Thu, 12 Apr 2012 15:50:29 +0000 (08:50 -0700)]
document how the parser handles list items coming from a template,
especially the surprising start-of-line behavior.  This test will
be used to implement matching behavior in Parsoid.

Change-Id: Ibfa13dfd2be2d62c285449cb090e2b112fe30f9b

12 years agoAdd missing uploads link to deleted contributions.
Alex Monk [Wed, 11 Apr 2012 20:35:28 +0000 (21:35 +0100)]
Add missing uploads link to deleted contributions.

Change-Id: I5a48a3543667a8f7a3dbb5f126eac985923fa34c

12 years agomisleading comment: s/append/prepend/
Mark A. Hershberger [Thu, 12 Apr 2012 03:47:47 +0000 (23:47 -0400)]
misleading comment: s/append/prepend/

Change-Id: I0855dd8c90270c902e78de36ecab711cb2b561ac

12 years agoUse local context to get messages
Alexandre Emsenhuber [Wed, 11 Apr 2012 19:47:48 +0000 (21:47 +0200)]
Use local context to get messages

Change-Id: I8964e683a81f45c871bedd283822e4ac72e937ee

12 years agoMerge "Check for namespace existence in Title::makeTitleSafe()."
Aaron Schulz [Wed, 11 Apr 2012 19:44:24 +0000 (19:44 +0000)]
Merge "Check for namespace existence in Title::makeTitleSafe()."

12 years ago(34037) phpunit tests timeout too fast
Antoine Musso [Wed, 11 Apr 2012 19:01:34 +0000 (21:01 +0200)]
(34037) phpunit tests timeout too fast

PHPUnit has a timeout protection system which let us put tests in three
categories having different timeout (default: 1s, 10s, 60s). The timeout
only happens when using strict mode and having PHPUnit Invoker
installed.

Recently, the continuous integration server has been upgraded and the
PHPUnit Invoker was installed to let us run a serie of tests related to
dumping the database to XML. They do need some timeout system. Suddenly,
some tests started failing.

By default all tests are in the 1 second timeout group. Since we use a
sqlite backend and the server hard disk can get busy, some test can take
more than one second to execute.

This patch raise the default (small group) timeout to 2seconds and
explicitly define the value for the two other groups (medium and large)
using PHPUnit default values.

Change-Id: I2f5613b0c0215023c413dec8e84804175d8c8d6e

12 years agoFixed missing argument to pingExpensiveCache() call.
Aaron [Wed, 11 Apr 2012 19:02:20 +0000 (12:02 -0700)]
Fixed missing argument to pingExpensiveCache() call.

Change-Id: If3cf56e9cc804388cf3396e8ab15cae2f80de828

12 years agoFixed use of undefined FILES_ONLY constant.
Aaron [Wed, 11 Apr 2012 18:47:15 +0000 (11:47 -0700)]
Fixed use of undefined FILES_ONLY constant.

Change-Id: Icc924785cdb394adc723666bf9f6a67e9d6a4d0d

12 years agoIncrease QUnit async stop() timeout limit, improve documentation
Timo Tijhof [Wed, 11 Apr 2012 17:26:06 +0000 (19:26 +0200)]
Increase QUnit async stop() timeout limit, improve documentation

- Raise from 5s to 10s. Should fix the false positives that sometimes
  happens in TestSwarm if a VM is being slow (especially IE6).

Change-Id: I4bc00b34040f5659c8456ce6978627c32497656d

12 years agoMerge "default gitreview to no rebase"
Nikerabbit [Wed, 11 Apr 2012 15:03:50 +0000 (15:03 +0000)]
Merge "default gitreview to no rebase"

12 years agoMerge "Refresh INSTALL's version numbers from RELEASE-NOTES"
Hashar [Wed, 11 Apr 2012 13:17:13 +0000 (13:17 +0000)]
Merge "Refresh INSTALL's version numbers from RELEASE-NOTES"

12 years agoCheck for namespace existence in Title::makeTitleSafe().
Alexandre Emsenhuber [Wed, 11 Apr 2012 12:37:27 +0000 (14:37 +0200)]
Check for namespace existence in Title::makeTitleSafe().

Namespace existence has to be checked before calling Title::makeName() because otherwise it will fallback to a page with the same name, but in the main namespace which is not what we want here.

Change-Id: I8c087390044c54dd0502c1b8bb9321dfaec6b5f7

12 years agoRefresh INSTALL's version numbers from RELEASE-NOTES
Christian Aistleitner [Wed, 11 Apr 2012 12:18:29 +0000 (14:18 +0200)]
Refresh INSTALL's version numbers from RELEASE-NOTES

Change-Id: I914656da45862fb62f9a9e4d6d573dc3e9a93e80

12 years agodefault gitreview to no rebase
Antoine Musso [Wed, 11 Apr 2012 12:00:24 +0000 (14:00 +0200)]
default gitreview to no rebase

Automatic rebasing is often unwanted when submitting a new patchset to
gerrit. That is a default behavior of git-review which is unwanted.

New release of git-review will have a new ini setting which let us
disable rebasing by default :-)

Change-Id: I634979b8fbc0ac23a5d13893fb5eaa60a5156764

12 years agoHtml::setSubmitTextMsg double escapes
Niklas Laxström [Wed, 11 Apr 2012 11:23:08 +0000 (11:23 +0000)]
Html::setSubmitTextMsg double escapes

On Dutch the button showed "Pagina&#039;s verwijderen"

Change-Id: I082e16e9320ba4aef1e2bf5f81cfe54fdf61b6c3

12 years agoMerge "Follow-up I5b02aa914916f64492c85ce6dcc3272b6406551a (#4335), also put a link...
Brion VIBBER [Tue, 10 Apr 2012 21:10:47 +0000 (21:10 +0000)]
Merge "Follow-up I5b02aa914916f64492c85ce6dcc3272b6406551a (#4335), also put a link in the debug toolbar."

12 years agoMerge "Remove request_with_session/request_without_session"
Aaron Schulz [Tue, 10 Apr 2012 20:59:44 +0000 (20:59 +0000)]
Merge "Remove request_with_session/request_without_session"

12 years agoMerge "Employing MediaWikiTestCase's temporary file methods"
Brion VIBBER [Tue, 10 Apr 2012 20:54:36 +0000 (20:54 +0000)]
Merge "Employing MediaWikiTestCase's temporary file methods"

12 years agoFollow-up I5b02aa914916f64492c85ce6dcc3272b6406551a (#4335), also put a link in the...
Alexandre Emsenhuber [Tue, 10 Apr 2012 08:52:11 +0000 (10:52 +0200)]
Follow-up I5b02aa914916f64492c85ce6dcc3272b6406551a (#4335), also put a link in the debug toolbar.

Now that there is a link on the revision hash in Special:Version, do the same in the debug toolbar.

Change-Id: I953ac70e17e72be68251e3908e164dfa46c68bf5

12 years agoMerge "(bug 33658) support for {{GRAMMAR:}} in jqueryMsg"
Brion VIBBER [Tue, 10 Apr 2012 20:42:34 +0000 (20:42 +0000)]
Merge "(bug 33658) support for {{GRAMMAR:}} in jqueryMsg"

12 years agoMerge "makes gitweb URL points to full sha1"
Aaron Schulz [Tue, 10 Apr 2012 20:30:26 +0000 (20:30 +0000)]
Merge "makes gitweb URL points to full sha1"

12 years agoMerge "Normalise categorymembers to take ascending/descending for direction, also...
Demon [Tue, 10 Apr 2012 20:30:17 +0000 (20:30 +0000)]
Merge "Normalise categorymembers to take ascending/descending for direction, also adding newer/older to make it like other modules"

12 years agomakes gitweb URL points to full sha1
Antoine Musso [Tue, 10 Apr 2012 20:20:15 +0000 (22:20 +0200)]
makes gitweb URL points to full sha1

The URL we are crafting are using a short sha1 (7 chars long) which can
have some good chance of pointing to two different sha1. I have seen git
log to use 8 chars from time to time because of sha1 collisions, 62
occurences outu of 45315 commits as of now.

So to play it safe, this patch makes the URL points to the full sha1.

Follow https://gerrit.wikimedia.org/r/4335
5734eac351dcd72f493bfd7547a5f638f582b048 (commit)
9afc1eff1c396a4d0273d2226e316cba2fb44ab0 (merge)

Change-Id: Ic65d0ca89916fe43999b9e3f257d9f322198f9f8

12 years agobug35572 Blocks appear to succeed w/DB error
saper [Fri, 30 Mar 2012 03:06:43 +0000 (05:06 +0200)]
bug35572 Blocks appear to succeed w/DB error

Bug 35572 - Blocks appear to succeed even if query fails due to wrong DB
structure

When emulating INSERT IGNORE ignore only SQL Error Code 23505
- unique key violation

http://www.postgresql.org/docs/9.1/interactive/errcodes-appendix.html

All other error codes (missing column, syntex error, whatever)
should unconditionally abort the transaction and show internal
error to the user.

Patchset 2: Fixed whitespace.
Patchset 3: More whitespace. And ()'s.
Patchset 4: Yet more whitespace.
Patchset 5: rebase & fix conflict in release-notes

Change-Id: Ic32bff9fff46bce124273156d224fa01b8adc008

12 years agoMerge "Fix PostgreSQL updater to produce 1.19 schema"
Brion VIBBER [Tue, 10 Apr 2012 19:55:43 +0000 (19:55 +0000)]
Merge "Fix PostgreSQL updater to produce 1.19 schema"

12 years agoMerge "- Fix bug 35076 - More tests, test comments"
Brion VIBBER [Tue, 10 Apr 2012 19:54:11 +0000 (19:54 +0000)]
Merge "- Fix bug 35076 - More tests, test comments"

12 years agoMerge "Adding temp file/dir management to MediaWikiTestCase"
Brion VIBBER [Tue, 10 Apr 2012 19:50:53 +0000 (19:50 +0000)]
Merge "Adding temp file/dir management to MediaWikiTestCase"

12 years agoMerge "[FileRepo] Added support for temp file repos (to preserve our thumb.php hack)."
Catrope [Tue, 10 Apr 2012 18:12:03 +0000 (18:12 +0000)]
Merge "[FileRepo] Added support for temp file repos (to preserve our thumb.php hack)."

12 years ago- Fix bug 35076
Nikola Smolenski [Tue, 10 Apr 2012 16:36:51 +0000 (18:36 +0200)]
- Fix bug 35076
- More tests, test comments

(This is the same as r114049.)

Patch set 2: Squash in missed test file

Change-Id: Icaf7fdd11499c64c42b46e442c158f22309345a7

12 years agoFix PostgreSQL updater to produce 1.19 schema
saper [Thu, 22 Mar 2012 02:42:44 +0000 (03:42 +0100)]
Fix PostgreSQL updater to produce 1.19 schema

* PostgresField now reports column default value
* DatabasePostgres::indexAttributes reports index
  details
* Perform schema update in one transaction

With this change we can sucessfully update
MediaWiki 1.7.3 schema to trunk^Wmaster

Patch set 2: Rebased against master. PLEASE check carefully
to make sure I got those conflicted files right.

Conflicts:

includes/db/DatabasePostgres.php
includes/installer/PostgresUpdater.php

Change-Id: Iebb6855e8f6f44470bbb1dc5ab9ac1abb513adfe

12 years agoMerged r114672 from wmf1.19 plus tests; crosswiki block name/id fix.
Aaron Schulz [Tue, 10 Apr 2012 00:12:06 +0000 (17:12 -0700)]
Merged r114672 from wmf1.19 plus tests; crosswiki block name/id fix.

Change 1:
* Delete any pre-existing block for the tests
* Renamed test function and fixed comment typo

Change-Id: I4804ccae81dd0455e9d3ddf48960c4b5cd6e4f5f

12 years agoPartial revert of I80a47844 for (sr)
Niklas Laxström [Tue, 10 Apr 2012 16:36:41 +0000 (16:36 +0000)]
Partial revert of I80a47844 for (sr)

Opposed in
http://translatewiki.net/wiki/Thread:Support/GENDER_in_namespaces

Change-Id: Ied65e2fb7e2021eb8ac2b1f134647e69910722cf

12 years agoMerge "Avoid PHP Notices in Translate from messages.inc"
Reedy [Tue, 10 Apr 2012 15:31:14 +0000 (15:31 +0000)]
Merge "Avoid PHP Notices in Translate from messages.inc"

12 years agoTranslation updates from translatewiki.net
Translation updater bot [Tue, 10 Apr 2012 15:20:26 +0000 (15:20 +0000)]
Translation updates from translatewiki.net

Change-Id: I90e86283886a7e9fd0da3c31deda4140c7a35741

12 years agoAvoid PHP Notices in Translate from messages.inc
Niklas Laxström [Tue, 10 Apr 2012 15:17:01 +0000 (15:17 +0000)]
Avoid PHP Notices in Translate from messages.inc

Caused by missing block comment

Change-Id: I2951b56a290dac9b4f96ffa4ff19dfab81c8c3db

12 years agoEmploying MediaWikiTestCase's temporary file methods
Christian Aistleitner [Tue, 10 Apr 2012 14:57:15 +0000 (16:57 +0200)]
Employing MediaWikiTestCase's temporary file methods

Change-Id: Ide86541abf6642791c1466a2075436a9df6bdbed

12 years agoAdding temp file/dir management to MediaWikiTestCase
Christian Aistleitner [Tue, 10 Apr 2012 14:28:42 +0000 (16:28 +0200)]
Adding temp file/dir management to MediaWikiTestCase

Change-Id: I4ac8f44f1d681925af231377e9d1b984488d3198

12 years agoAdd some spacing
Reedy [Tue, 10 Apr 2012 13:08:11 +0000 (14:08 +0100)]
Add some spacing

Change-Id: Ideda1f4343cb57259fcce7ac396519e3c50a6c83

12 years agoNormalise categorymembers to take ascending/descending for direction, also adding...
Reedy [Tue, 10 Apr 2012 13:01:30 +0000 (14:01 +0100)]
Normalise categorymembers to take ascending/descending for direction, also adding newer/older to make it like other modules

Change-Id: I50c770b8d48548988a71bcf62b76a9c43fc1622f

12 years agoFix typo in 'filereadonlyerror'.
Siebrand Mazeland [Tue, 10 Apr 2012 12:00:39 +0000 (14:00 +0200)]
Fix typo in 'filereadonlyerror'.

We do pre-merge review, don't we?

Change-Id: I18516d7c9676bf02e58865c545252e718014e0b9

12 years agoUse local context to get messages
Alexandre Emsenhuber [Tue, 10 Apr 2012 07:17:55 +0000 (09:17 +0200)]
Use local context to get messages

Change-Id: I603cd41002a4fade09a940133d9fc9ce15a4431d

12 years ago(bug 33658) support for {{GRAMMAR:}} in jqueryMsg
Santhosh Thottingal [Mon, 2 Apr 2012 13:01:10 +0000 (18:31 +0530)]
(bug 33658) support for {{GRAMMAR:}} in jqueryMsg

This add GRAMMAR support to the mediawiki.jqueryMsg module:

1. make jqueryMsg understand GRAMMAR(case insensitive)
2. mw.language get convertGrammar, can be overridden per language as in
   php
3. Introduce resourceloader module ResourceLoaderLanguageDataModule
4. Language.php get a method to filter wgGrammerForms for the current
   contentLanguage.
5. Qunit tests
6. This code was originally written in jsgrammar branch of svn and had
   reviewed during the last slush time.

Change-Id: I90dd0b2f0cb30fd30539896c292829adc4fc7364

12 years agoRemove request_with_session/request_without_session
tstarling [Tue, 10 Apr 2012 00:36:30 +0000 (10:36 +1000)]
Remove request_with_session/request_without_session

Remove wfIncrStats() calls for request_with_session and
request_without_session. These cause a high load on the profiler and are
not currently needed for performance analysis.

Change-Id: I0ed1e87574c7c9eeaee4e503db86b862ff0995bb

12 years agoMerge "[LanguageConverter] Added some cache code based on the problems in r97512."
Catrope [Mon, 9 Apr 2012 22:25:23 +0000 (22:25 +0000)]
Merge "[LanguageConverter] Added some cache code based on the problems in r97512."

12 years ago(bug 33564) transwiki import sometimes result in invalid title
umherirrender [Sat, 7 Apr 2012 12:40:01 +0000 (14:40 +0200)]
(bug 33564) transwiki import sometimes result in invalid title

This is a simple fix. A other solution is to check isExternal on the
original title, but than it is never possible to import pages, which
have a interwiki in the destination wiki. Now the interwiki is skipped,
when using a target namespace.

Change-Id: I148e124016cacac0e0c6c6eb8c7e8a2e85802565

12 years agoResolve bug #18704 ("Add an unique CSS class or ID to the tagfilter table row at...
jarry1250 [Mon, 9 Apr 2012 18:33:28 +0000 (19:33 +0100)]
Resolve bug #18704 ("Add an unique CSS class or ID to the tagfilter table row at RecentChanges")

Effectively followup previous attempts which suffered from incorrect
placement of brackets (SVN r111186, Git r3659)

Change-Id: Ie52be2c3c92e5e89896ac063acfc95b15f77533a

12 years agoUse $wgUser in ResourceLoaderUserGroupsModule when possible.
Alexandre Emsenhuber [Mon, 9 Apr 2012 17:56:33 +0000 (19:56 +0200)]
Use $wgUser in ResourceLoaderUserGroupsModule when possible.

$wgUser will be used is the User object corresponding to the user name passed in the "user" parameter. This avoids calling User::newFromName() (which will unstub $wgAuth, do database requests, etc.) when an object is already available.

Change-Id: Ia6c5ee1a59581b6410232fa3101af5ae1ff8577e

12 years agoMerge "(bug 35658) make mw.Uri handle uris w/o protocol or host"
Brion VIBBER [Mon, 9 Apr 2012 18:23:51 +0000 (18:23 +0000)]
Merge "(bug 35658) make mw.Uri handle uris w/o protocol or host"

12 years agoBug 35601 — Watchlist doesn't show or count pages not in the main
Mark A. Hershberger [Mon, 9 Apr 2012 15:07:34 +0000 (11:07 -0400)]
Bug 35601 — Watchlist doesn't show or count pages not in the main
namespace when deleting them from the watchlist

Fix with array_merge.

Change-Id: I8055467a018f6eee6d55419576648e5a5fac0632

12 years agoMerge "GENDER should use the GenderCache"
Brion VIBBER [Mon, 9 Apr 2012 17:58:14 +0000 (17:58 +0000)]
Merge "GENDER should use the GenderCache"

12 years agoMerge "(bug 32498) Allow comparing pages using pageids"
Aaron Schulz [Mon, 9 Apr 2012 17:53:20 +0000 (17:53 +0000)]
Merge "(bug 32498) Allow comparing pages using pageids"

12 years agoMerge "parent::report() returns nothing, so don't attempt to return its value"
Aaron Schulz [Mon, 9 Apr 2012 17:38:27 +0000 (17:38 +0000)]
Merge "parent::report() returns nothing, so don't attempt to return its value"

12 years agoMerge "Export::dumpFrom() doesn't return any values, and hence neither do any of...
Aaron Schulz [Mon, 9 Apr 2012 17:37:05 +0000 (17:37 +0000)]
Merge "Export::dumpFrom() doesn't return any values, and hence neither do any of the methods calling it (return $this->dumpFrom)"

12 years agoMerge "(bug 35069) Keep history line from ending ' . . '"
Brion VIBBER [Mon, 9 Apr 2012 17:36:29 +0000 (17:36 +0000)]
Merge "(bug 35069) Keep history line from ending ' . . '"

12 years agoUse Linker::userToolLinks on Special:ListUsers to format the rows in
umherirrender [Sat, 7 Apr 2012 15:08:34 +0000 (17:08 +0200)]
Use Linker::userToolLinks on Special:ListUsers to format the rows in
the same way as Special:ActiveUsers.

Move the LinkBatch to method doBatchLookups and add NS_USER_TALK to load
the user talk state (talk link added in r111180 manually, now added with
Linker::userToolLinks).

Change-Id: I88f126cf4ef263a5ce13cd1fee256a43e44b148d

12 years agoMerge "Check that the result of Title::makeTitleSafe() is an object before calling...
Brion VIBBER [Mon, 9 Apr 2012 17:27:30 +0000 (17:27 +0000)]
Merge "Check that the result of Title::makeTitleSafe() is an object before calling a method on it."

12 years agoMerge "Fix for chunked uploading support in API."
Brion VIBBER [Mon, 9 Apr 2012 16:33:12 +0000 (16:33 +0000)]
Merge "Fix for chunked uploading support in API."

12 years agoMerge "Document $mDb"
Reedy [Mon, 9 Apr 2012 14:51:00 +0000 (14:51 +0000)]
Merge "Document $mDb"

12 years agoCheck that the result of Title::makeTitleSafe() is an object before calling a method...
Alexandre Emsenhuber [Mon, 9 Apr 2012 08:30:50 +0000 (10:30 +0200)]
Check that the result of Title::makeTitleSafe() is an object before calling a method on it.

Change-Id: If23fb3a5900cee6a5c4b3c24b44ce7f3da308bf3
Title::makeTitleSafe() does not always return a Title object, e.g. calling load.php?modules=user&user=| resulted in a fatal error.

12 years agoMerge "Fix documentation to match potential code"
Hashar [Mon, 9 Apr 2012 07:08:39 +0000 (07:08 +0000)]
Merge "Fix documentation to match potential code"

12 years agoFix for chunked uploading support in API.
Erik Moeller [Sun, 8 Apr 2012 11:27:32 +0000 (04:27 -0700)]
Fix for chunked uploading support in API.

Chunked uploading is currently only implemented by Upload Wizard,
but is supported in MediaWiki core. It's enabled in Upload Wizard
by setting $wgUploadWizardConfig['enableChunked'] to true.

When enabled, large files will be split into smaller chunks, by
default of 1 MB. This is done through a series of API POST
requests. The file is identified by means of a 'filekey' to
allow for continuation of uploads from previous offsets.

Previously broken behavior: Files were concatenated correctly,
but instead of the whole file, one of the chunks was uploaded
to the wiki. This was due to the API using the filekey of the
chunk, as opposed to the filekey of the whole file.

In addition, this change also cleans out the stash information
for both filekeys after the upload is complete.

[Patch set 2: Whitespace fix]
[Patch set 3: Move filekey result past status check]

Change-Id: Idac94e953676787f9516051e47c006525f198fd4

12 years ago(bug 35069) Keep history line from ending ' . . '
Kevin Israel [Sun, 8 Apr 2012 20:58:39 +0000 (16:58 -0400)]
(bug 35069) Keep history line from ending ' . . '

The portion of the history line after the character difference is now
added immediately before running PageHistoryLineEnding hooks, allowing
the omission of the ' . . ' separator if it would not actually separate
anything but rather remain at the line's end.

Patchset2: Added corresponding release note.

Change-Id: If6458bedb7492b15ece14f5eebbb697b93905a44

12 years agoMerge "setGroup doesn't return anything, so don't try and return its value"
Aaron Schulz [Sun, 8 Apr 2012 05:57:02 +0000 (05:57 +0000)]
Merge "setGroup doesn't return anything, so don't try and return its value"

12 years agoMerge "Action::checkCanExecute doesn't return anything on success, but WatchAction...
Aaron Schulz [Sat, 7 Apr 2012 23:58:27 +0000 (23:58 +0000)]
Merge "Action::checkCanExecute doesn't return anything on success, but WatchAction returns the result"

12 years agoMerge "Fix assignment in conditional"
Aaron Schulz [Sat, 7 Apr 2012 23:56:30 +0000 (23:56 +0000)]
Merge "Fix assignment in conditional"

12 years agoFix assignment in conditional
Reedy [Sat, 7 Apr 2012 19:19:28 +0000 (20:19 +0100)]
Fix assignment in conditional

Change-Id: I11e280daa4df6623a03892a59f9f7236dd4c98af

12 years agoMerge "A set method doesn't need to return anything (and besides, niether does $this...
Aaron Schulz [Sat, 7 Apr 2012 23:51:48 +0000 (23:51 +0000)]
Merge "A set method doesn't need to return anything (and besides, niether does $this->base->setSessionData())"

12 years agoMerge "Document StringUtils"
Aaron Schulz [Sat, 7 Apr 2012 23:48:59 +0000 (23:48 +0000)]
Merge "Document StringUtils"

12 years agoMerge "Document spawn* class variables"
Aaron Schulz [Sat, 7 Apr 2012 23:46:29 +0000 (23:46 +0000)]
Merge "Document spawn* class variables"

12 years agoMerge "$rootCode isn't used so no point creating it"
Aaron Schulz [Sat, 7 Apr 2012 23:45:47 +0000 (23:45 +0000)]
Merge "$rootCode isn't used so no point creating it"

12 years agoMerge "Fix convIPTC docs"
Aaron Schulz [Sat, 7 Apr 2012 23:45:01 +0000 (23:45 +0000)]
Merge "Fix convIPTC docs"

12 years agoMerge "wfLocalFile returns a LocalFile (or null) not a File"
Aaron Schulz [Sat, 7 Apr 2012 23:38:22 +0000 (23:38 +0000)]
Merge "wfLocalFile returns a LocalFile (or null) not a File"

12 years agoMerge "Fix variable collision"
Aaron Schulz [Sat, 7 Apr 2012 23:37:32 +0000 (23:37 +0000)]
Merge "Fix variable collision"

12 years agoMerge "Fix repo type of a LocalFile to be LocalRepo, which has a cleanupDeletedBatch...
Aaron Schulz [Sat, 7 Apr 2012 23:34:41 +0000 (23:34 +0000)]
Merge "Fix repo type of a LocalFile to be LocalRepo, which has a cleanupDeletedBatch which returns a value"

12 years agoMerge "Fix duplicate array key of fa_deleted in LocalFile"
Aaron Schulz [Sat, 7 Apr 2012 23:33:14 +0000 (23:33 +0000)]
Merge "Fix duplicate array key of fa_deleted in LocalFile"

12 years ago(bug 32498) Allow comparing pages using pageids
Alex Monk [Sat, 7 Apr 2012 23:30:54 +0000 (00:30 +0100)]
(bug 32498) Allow comparing pages using pageids

Change-Id: Ia2ab39e3b7b911f622aad96ca7b94ea7675c00ac

12 years agoMerge "(bug 32497) API now allows changing of protection level using pageid"
Reedy [Sat, 7 Apr 2012 21:30:24 +0000 (21:30 +0000)]
Merge "(bug 32497) API now allows changing of protection level using pageid"

12 years agoDocument $mDb
Reedy [Sat, 7 Apr 2012 21:07:32 +0000 (22:07 +0100)]
Document $mDb

Change-Id: I971820ba14d08f23c2eec570183ab851e48debfc

12 years agoDocument spawn* class variables
Reedy [Sat, 7 Apr 2012 21:02:09 +0000 (22:02 +0100)]
Document spawn* class variables

Change-Id: I9e80b5b41ca442c8671d65cce4e8d2f5c033435d

12 years agoMerge "Make $procOpenResource protected as it's used on line 1011 in the Dump7ZipOutp...
Nikerabbit [Sat, 7 Apr 2012 21:01:51 +0000 (21:01 +0000)]
Merge "Make $procOpenResource protected as it's used on line 1011 in the Dump7ZipOutput subclass"