Commit graph

45869 commits

Author SHA1 Message Date
Marius Hoch
4c56eb3626 (bug 40641) Implement Special:Version/Credits
I've implemented Special:Version/Credits to have a nice list of contributors,
without having to download a file. The page takes it's data from the
CREDITS file and parses it as wiki text.

(As I was on it, I was so bold to add my name to the CREDITS)

Change-Id: Ic956c303d57fdccfd214c2fcb78d04c6bd30449a
2012-10-28 22:32:34 +00:00
Siebrand
6b305fcf55 Merge "revert gerrit change 29597 for TextContent constructor" 2012-10-28 22:30:53 +00:00
Translation updater bot
67f448c364 Localisation updates from http://translatewiki.net.
Change-Id: Ie33d83a4d96477c2ed53bba8ee01bc760b980351
2012-10-28 21:04:20 +00:00
IAlex
54b0bb7db5 Merge "(bug 41443) Link in password reset is broken" 2012-10-28 20:25:15 +00:00
Marius Hoch
2ecad87f29 (bug 41443) Link in password reset is broken
The link in the password reset email was broken, because the
paramters for passwordreset-emailtext-user were over-escaped.
I've fixed this with passing the message unescaped, per suggestion.

Change-Id: If2665a419f5ee11602d4a69b60f7c4786f816ee2
2012-10-28 21:00:32 +01:00
IAlex
b229466fd5 Merge "(bug 41457) PHP Fatal error: Cannot break/continue 2 levels in maintenance/runJobs.php on line 94" 2012-10-28 19:19:00 +00:00
Translation updater bot
c64072529e Localisation updates from http://translatewiki.net.
Change-Id: Idec43da0b0f04b1579d3f250a81315377d69d337
2012-10-27 21:09:42 +00:00
Reedy
54357fe871 (bug 41457) PHP Fatal error: Cannot break/continue 2 levels in maintenance/runJobs.php on line 94
Change-Id: Ic53227596a0acdc92bc9925a260b7f029e67da03
2012-10-27 21:34:34 +01:00
Niklas Laxström
65bc8e5ced Fix unmatched profiling calls
Change-Id: Iccddc819712b4f3c00e826a21fa131ed1298bb35
2012-10-27 17:34:39 +00:00
TheDJ
ceeb0a9976 Merge "(bug 1) document Skin::buildSidebar per own experience" 2012-10-27 12:51:08 +00:00
Siebrand
47a5e369d7 Merge "A little cleanup in gender" 2012-10-27 10:52:26 +00:00
Siebrand
904945eaee Merge "(bug 41439) Set be as fallback language for be-tarask." 2012-10-27 10:31:43 +00:00
IAlex
fd57f6d153 Merge "rm unused $egWBRemoteTitleNormalization var from MediaWikiSite.php" 2012-10-27 06:17:28 +00:00
IAlex
531226b956 Merge "The class is named Revision, no need to shout its name :) Remove a couple of unused globals." 2012-10-27 06:10:18 +00:00
aude
ec391aac5d rm unused $egWBRemoteTitleNormalization var from MediaWikiSite.php
Change-Id: I8151b79f97ac7fea547a974ad64d404ff881a2e2
2012-10-26 22:07:50 +00:00
Amir E. Aharoni
bd56b93c63 A little cleanup in gender
Documentation and whitespace.

Change-Id: Ia28ab9eee8d1fb6301532d820f7f8cfd2f8a5146
2012-10-27 00:01:39 +02:00
Aaron Schulz
5c34a2c361 Avoid duplicate "null" change journal entries.
Change-Id: Ie5625963d4755b7aa7b3ecf3aaca0eb9e9e22cf5
2012-10-26 15:01:01 -07:00
Platonides
6882ff0d75 The class is named Revision, no need to shout its name :)
Remove a couple of unused globals.

Change-Id: I750536bc05ed7a5433840b916b17df93d30da5bf
2012-10-26 23:41:24 +02:00
Platonides
d4928b8994 (bug 41439) Set be as fallback language for be-tarask.
Per the thread at
 http://lists.wikimedia.org/pipermail/wikilovesmonuments/2012-October/005194.html

Change-Id: I2f4da7a478eae8996a1f77c819864d3e9457cf07
2012-10-26 23:19:09 +02:00
MatmaRex
3ff7461989 (bug 1) document Skin::buildSidebar per own experience
Lessons learned from CologneBlue rewrite and bug 40857.

Change-Id: If56df0a7ce20bc8f7a73252d06baf97264793069
2012-10-26 23:12:59 +02:00
Catrope
168afc0ceb Merge "fix sidebar HTML escaping in CologneBlue (again)" 2012-10-26 21:10:24 +00:00
MatmaRex
297508535a fix sidebar HTML escaping in CologneBlue (again)
Followup to I6df92c62.

Change-Id: If9394a6223da987dc363057e276c7f754acc06a8
2012-10-26 23:04:01 +02:00
Aaron Schulz
926d96115e Minor documentation fix.
Change-Id: I4efc89b4b4149caba62663a7b56f0f57eb9c6b52
2012-10-26 14:02:37 -07:00
Ori.livneh
bbbeb0765b Merge "fix sidebar HTML escaping in CologneBlue" 2012-10-26 20:49:36 +00:00
Niklas Laxström
bda755617e Rewritten $wgAdaptiveMessageCache
This was developed for translatewiki.net, which has but
millions of messages in MediaWiki namespace. To avoid
exploding the message cache, not all of them can be
loaded. Instead of logging what messages have been
requested, now it uses the fact that if the
message has not been customised in the
site language, there is most likely
no reason to load it in any other
language either.

Change-Id: I6dd81b3858acfd2b73332e46668d46015e99c748
2012-10-26 12:48:52 -07:00
Translation updater bot
1014c7fad9 Localisation updates from http://translatewiki.net.
Change-Id: Icb7d8fbc1c2bcca4c53b776b2abeb0e4928380cf
2012-10-26 19:36:23 +00:00
Nikerabbit
b85839a549 Merge "Fix tabs inside/between statements/text" 2012-10-26 18:57:25 +00:00
Nikerabbit
ca10e79b3a Merge "Fix rc_logid in RecentChange::loadFromCurRow" 2012-10-26 18:35:25 +00:00
MaxSem
8db04efa6c Merge "Move cache purging out of doUpdates()" 2012-10-26 16:41:04 +00:00
umherirrender
82375631c2 Fix tabs inside/between statements/text
This tabs are strange and a space there is better

Change-Id: I0885dff575ee2fcd0668d08fef3226e132c5b319
2012-10-26 18:18:59 +02:00
umherirrender
e5f5e95137 Fix indentation whitespace errors
Change-Id: Ie268bee2098c589c050e1b5b0e93fe1b3feca86f
2012-10-26 17:42:13 +02:00
umherirrender
bb025500e9 Fix rc_logid in RecentChange::loadFromCurRow
Blame r32046

Change-Id: Id50dfe0704d3bb6dd8ecac9ff0395761813d53e7
2012-10-26 17:22:14 +02:00
aude
eaca7a01cf (bug 41298) re-apply I9a56b7c6, Don't parse the section's name in the summary
Change-Id: I11492200ed8cd199dbbde737a28e8acb07403096
2012-10-26 13:58:26 +00:00
Antoine Musso
93dcfa9f05 raise timeout for UserTest::testEditCount
UserTest::testEditCount did eleven calls to doEdit which is slow when
used with the sqlite backend. I have made to do less edits and also
marked it as '@group medium' which means the timeout will be 10 seconds
instead of 2 seconds.

Change-Id: If2d055075470f837009568d56b1119a57b177ba3
2012-10-26 15:40:29 +02:00
Daniel Kinzler
dcb0d899cb Merge "(bug 41409) Fix regression in diffs while editing old revisions" 2012-10-26 08:05:48 +00:00
Aaron Schulz
04f5501d4a [FileBackend] More improvements to README file.
Change-Id: Ie2a7a457b2cdf6090f6f48824b3dd131d661880a
2012-10-25 21:15:49 -07:00
Brad Jorsch
4c737011dc (bug 41409) Fix regression in diffs while editing old revisions
Until the ContentHandler merge, when editing an old revision the "Show
changes" button would show the diff between the current version and the
text in the edit field. It appears that the ContentHandler merge somehow
unfixed bug 34849.

The same fix that was applied for that bug in r112819 translated into
ContentHandler terms seems to fix the bug again here.

Change-Id: I1eee25c530ef87ff2ecd61f0fd5c01de94eccb98
2012-10-25 22:09:50 -04:00
Tychay
8b08a7db91 Merge "Revert "Function for "pretty timestamps" that are human readable and understandable."" 2012-10-25 22:36:32 +00:00
Aaron Schulz
22bdb0833b Merge "Seems we have error conditions where fa_storage_key == ''" 2012-10-25 21:23:10 +00:00
Brion VIBBER
c399e0073c Merge "[JobQueue] Added support for approximate FIFO job queues." 2012-10-25 21:07:07 +00:00
Timo Tijhof
a4aef7d495 Fix warnings and enforce conventions in ContentHandler tests.
Syntax:
* Call parent setUp from setUp.
* Set required globals for the test inside the test class instead
  of assuming the default settings.
* Data providers are called statically and outside setUp/tearDown
  ("public static function")
* Test function names should be prefixed with "test"
  ("testIsRedirect")
* Marked 2 functions as unused. JavascriptContentTest has 2 data
  providers for tests that don't exist in it (nor in TextContentText)
  but do exist in WikitextContentTest.

Style:
* Single quotes
* Remove odd comment "# =====" lines
* Consistent tree wrapping with arrays.
  array(
      array(
          .. ) );
  array(
      array(
          ..
      )
  );
  Some were closing on the previous line instead.
  Made it consistent now.
* Remove odd indentation to make nested arrays line up:
  array( 'foo' => array(  'bar' => true,
                          'baz' => array() ) )
  array( 'foo' => array(
      'bar' => true,
      'baz' => array()
  ) )

  We don't do this kind of indentation because it is fragile
  and becomes outdates when any of the earlier keys ("foo")
  change. Converted to a regular tree instead.

  Also triggered git warnings for mixing spaces with tabs, which
  is almost always an detector for this style.

* Not using @annotations in inline comments, reserved (and only
  parsed/meaningful) for block comments.

Follows-up 8b568be5e2

Change-Id: Ic55d539b9a58f448b550bcd98894d389764e0694
2012-10-25 22:37:32 +02:00
Translation updater bot
0b7eafb8fb Merge "Localisation updates from http://translatewiki.net." 2012-10-25 20:05:44 +00:00
Nikerabbit
06e63a5843 Merge "(bug 38377) Fix MediaWiki:Continue-editing" 2012-10-25 20:02:42 +00:00
Translation updater bot
0048ffeb70 Localisation updates from http://translatewiki.net.
Change-Id: I015596c76b853ed572b9f4457fffd23970670b21
2012-10-25 19:52:59 +00:00
Aaron Schulz
4d92eb858c Merge "(Bug 41370) protect aginst content-less revisions" 2012-10-25 19:14:28 +00:00
Aaron Schulz
6e04bae0c0 Merge "Add additional job columns to PostgreSQL as well." 2012-10-25 18:25:58 +00:00
Chad Horohoe
ee01bb0d94 Move cache purging out of doUpdates()
It makes a whole lot more sense to run this at the end of the
update process after post update maintenance rather than just
at the end of schema updates.

Run update.php more than once so all the updatelog entries
are populated and you'll see why it makes sense.

Change-Id: Ice42a31dee1e6b41da4aa0a47e8786579382aff1
2012-10-25 14:21:34 -04:00
Aaron Schulz
59da375cd9 [JobQueue] Added support for approximate FIFO job queues.
Change-Id: Icd8c084174e26a2a69f370e7bf6f858eba76e520
2012-10-25 11:19:09 -07:00
Gabriel Wicke
31625b54a0 Bug 11748: Handle optionally-closed HTML tags
* Fixes bug 11748 (Parser issue for HTML definition list) and similar
  issues for nested unordered / ordered lists

* Stops wrapping HTML-syntax definition lists into paragraphs
  for consistency with their wikitext variants

* Enables one previously disabled test and adds another for nested
  definition lists with HTML syntax

Change-Id: If75ed54e11452dbcf5e6213cc20923064f811715
2012-10-25 19:31:29 +02:00
aude
8e1edbe153 add some brackets in RecentChange.php
Change-Id: I36bb75bcb9bcd4a91263cb7d79352ab7442b19f8
2012-10-25 13:46:47 +00:00