lhc/web/wiklou.git
14 years agoRemove a use of xml:lang that I missed in r62312
Aryeh Gregor [Sun, 28 Mar 2010 01:37:49 +0000 (01:37 +0000)]
Remove a use of xml:lang that I missed in r62312

If this is required for some reason for RDFa, it should be allowed only
when RDFa is enabled, like xmlns:.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 27 Mar 2010 22:29:51 +0000 (22:29 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-27 21:30:00 UTC)

14 years agoFix coding style, whitespace in r64267
Roan Kattouw [Sat, 27 Mar 2010 21:34:07 +0000 (21:34 +0000)]
Fix coding style, whitespace in r64267

14 years agoFix coding style in r64230, r64256
Roan Kattouw [Sat, 27 Mar 2010 21:31:10 +0000 (21:31 +0000)]
Fix coding style in r64230, r64256

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 27 Mar 2010 20:57:32 +0000 (20:57 +0000)]
Fixed some doxygen warnings

14 years agoLocalization update for he, and moving 'right-unblockself' near block rights in en...
Rotem Liss [Sat, 27 Mar 2010 18:05:42 +0000 (18:05 +0000)]
Localization update for he, and moving 'right-unblockself' near block rights in en and messages.inc.

14 years agoFollowup to r64197
Sam Reed [Sat, 27 Mar 2010 17:51:56 +0000 (17:51 +0000)]
Followup to r64197

Remove the mutually exclusive else checks

Fix undefined on getWatchlistValue in ApiBase

14 years ago* (bug 22876) Avoid possible PHP Notice if $wgDefaultUserOptions is not correctly set
Alexandre Emsenhuber [Sat, 27 Mar 2010 16:15:17 +0000 (16:15 +0000)]
* (bug 22876) Avoid possible PHP Notice if $wgDefaultUserOptions is not correctly set

Per Nikerabbit, use User::getDefaultOption()

14 years ago* (bug 22977) Removed "patched by Liangent and Philip" comment per Liangent's requests
Alexandre Emsenhuber [Sat, 27 Mar 2010 15:32:27 +0000 (15:32 +0000)]
* (bug 22977) Removed "patched by Liangent and Philip" comment per Liangent's requests

14 years agoPer r64228 CR: make the check a static method in IPBlockForm to reduce duplication.
Happy-melon [Sat, 27 Mar 2010 15:05:56 +0000 (15:05 +0000)]
Per r64228 CR: make the check a static method in IPBlockForm to reduce duplication.

14 years agoFollow-up r64228, per requests at bug 15810: grant admins 'unblockself' by default.
Happy-melon [Fri, 26 Mar 2010 23:11:28 +0000 (23:11 +0000)]
Follow-up r64228, per requests at bug 15810: grant admins 'unblockself' by default.

14 years agoFollowup to r64228 - apply restrictions in API.
Happy-melon [Fri, 26 Mar 2010 23:02:10 +0000 (23:02 +0000)]
Followup to r64228 - apply restrictions in API.

14 years ago(bug 15810) stop blocked admins from unblocking themselves or others.
Happy-melon [Fri, 26 Mar 2010 22:02:51 +0000 (22:02 +0000)]
(bug 15810) stop blocked admins from unblocking themselves or others.

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Fri, 26 Mar 2010 21:55:13 +0000 (21:55 +0000)]
Fixed some doxygen warnings

14 years ago(bug 22940) Namespace aliases to the main namespace don't work. Patch by quietust
Roan Kattouw [Fri, 26 Mar 2010 20:55:55 +0000 (20:55 +0000)]
(bug 22940) Namespace aliases to the main namespace don't work. Patch by quietust

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 26 Mar 2010 19:52:55 +0000 (19:52 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-26 19:35:00 UTC)

14 years agoAdd git:// and mms:// to $wgUrlProtocols
Aryeh Gregor [Fri, 26 Mar 2010 19:07:33 +0000 (19:07 +0000)]
Add git:// and mms:// to $wgUrlProtocols

git:// seems like a no-brainer, since we support svn://.  mms:// was
originally a proprietary Microsoft protocol, but they released a spec
and there are multiple open-source implementations, so why not.  Someone
requested the latter on [[WP:VPT]]:

<http://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_(technical)&diff=351780595&oldid=351776934>

No reason to be stingy about adding $wgUrlProtocols default values, if
they don't take scary actions when clicked, right?

14 years agoGet message in wfEmptyMsg using the user's interface language; closer to the previous...
Happy-melon [Fri, 26 Mar 2010 11:21:14 +0000 (11:21 +0000)]
Get message in wfEmptyMsg using the user's interface language; closer to the previous behaviour and might fix the issue reported in r64178 CR

14 years agoMinor followup to r64197
Sam Reed [Thu, 25 Mar 2010 22:31:41 +0000 (22:31 +0000)]
Minor followup to r64197

Allow unwatch via ApiUpload, UploadBase doesn't allow/cater for unwatching, so use the $wgUser object to do it, rather than possibly causing a breaking change in UploadBase

14 years agoFix bug 22944 in a much better fashion (using watchlist parameter)
Sam Reed [Thu, 25 Mar 2010 22:15:08 +0000 (22:15 +0000)]
Fix bug 22944 in a much better fashion (using watchlist parameter)

Deprecate old watch/unwatch parameters

Move generic watchlist stuff to ApiBase/getWatchlistValue (maybe needs renaming better?)

Tweak some braces in ApiEditPage

14 years agoRevert my api changes to pre r64815
Sam Reed [Thu, 25 Mar 2010 22:12:28 +0000 (22:12 +0000)]
Revert my api changes to pre r64815

14 years agoMissing comma from previous commits
Sam Reed [Thu, 25 Mar 2010 21:30:31 +0000 (21:30 +0000)]
Missing comma from previous commits

14 years agoModified the documentation for better rendering in doxygen
Alexandre Emsenhuber [Thu, 25 Mar 2010 21:28:27 +0000 (21:28 +0000)]
Modified the documentation for better rendering in doxygen

14 years agoAdd array( 'show' ), to getPossibleErrors
Sam Reed [Thu, 25 Mar 2010 21:19:49 +0000 (21:19 +0000)]
Add array( 'show' ), to getPossibleErrors

14 years agoWatch/unwatch to ApiUpload
Sam Reed [Thu, 25 Mar 2010 21:17:51 +0000 (21:17 +0000)]
Watch/unwatch to ApiUpload

Prevent mutually exclusive values

14 years agoStop mutually exclusive values in ApiProtect
Sam Reed [Thu, 25 Mar 2010 21:15:35 +0000 (21:15 +0000)]
Stop mutually exclusive values in ApiProtect

Fix fail in Delete, Move, Rollback, Undelete

14 years agoStop mutually exclusive values in ApiRollback and ApiUndelete
Sam Reed [Thu, 25 Mar 2010 21:13:05 +0000 (21:13 +0000)]
Stop mutually exclusive values in ApiRollback and ApiUndelete

14 years agoStop mutually exclusive values in ApiDelete and ApiMove
Sam Reed [Thu, 25 Mar 2010 21:11:38 +0000 (21:11 +0000)]
Stop mutually exclusive values in ApiDelete and ApiMove

14 years agoMinor tweak to performUpload in UploadBase.php
Sam Reed [Thu, 25 Mar 2010 21:03:49 +0000 (21:03 +0000)]
Minor tweak to performUpload in UploadBase.php

Only do one call to $status->isGood() and nest if $watch check in that

14 years agoPart of bug 22944
Sam Reed [Thu, 25 Mar 2010 20:57:24 +0000 (20:57 +0000)]
Part of bug 22944

Add unwatch to protect

Add unwatch/watch to Rollback and Undelete

14 years agoVarious tweaks and fixes.
Happy-melon [Thu, 25 Mar 2010 20:52:52 +0000 (20:52 +0000)]
Various tweaks and fixes.

14 years agoWork on Message.php:
Happy-melon [Thu, 25 Mar 2010 20:34:56 +0000 (20:34 +0000)]
Work on Message.php:
* Just one function for adding parameters, not three.
* Implement an options framework: one extra widget (get-message-not-from-db) already in use in wfMsgNoDB(), others will probably follow, so set up something to keep them clean.
* Lay the groundwork for supporting __tostring() when MW stops supporting PHP < 5.2.0
* Fix various fatal and non-fatal errors
* Make use of r64178 to clean out any dependency on the wfMsg* functions.

14 years agoNow that LQT is installed on WMF wikis, we can't pretend that 5000 == all any more :(
Happy-melon [Thu, 25 Mar 2010 20:27:41 +0000 (20:27 +0000)]
Now that LQT is installed on WMF wikis, we can't pretend that 5000 == all any more :(

14 years agoFix sorting in Allmessages.
Happy-melon [Thu, 25 Mar 2010 20:24:37 +0000 (20:24 +0000)]
Fix sorting in Allmessages.

14 years agoTypo in comment.
Rotem Liss [Thu, 25 Mar 2010 20:22:57 +0000 (20:22 +0000)]
Typo in comment.

14 years agoMake MessageCache::get() return false if the requested message does not exist, and...
Happy-melon [Thu, 25 Mar 2010 20:21:31 +0000 (20:21 +0000)]
Make MessageCache::get() return false if the requested message does not exist, and handle setting the '<$key>' one layer further down in wfMsgGetKey().  Allows us to get away from that horrible string comparison in wfEmptyMsg().

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Thu, 25 Mar 2010 20:12:56 +0000 (20:12 +0000)]
Fixed some doxygen warnings

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 25 Mar 2010 19:08:33 +0000 (19:08 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-25 19:50:00 UTC)

14 years ago* (bug 22949) extra </html> at beginning of page
Alexandre Emsenhuber [Thu, 25 Mar 2010 18:31:29 +0000 (18:31 +0000)]
* (bug 22949) extra </html> at beginning of page

14 years ago(Bug 22942) - wrong variable name in UPGRADE
Max Semenik [Thu, 25 Mar 2010 15:48:47 +0000 (15:48 +0000)]
(Bug 22942) - wrong variable name in UPGRADE

14 years agoThis is PHP, updating docs to reflect that
Chad Horohoe [Thu, 25 Mar 2010 13:10:26 +0000 (13:10 +0000)]
This is PHP, updating docs to reflect that

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 24 Mar 2010 21:56:51 +0000 (21:56 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-24 21:30:00 UTC)

14 years agoFix extra space from r64084
Aryeh Gregor [Wed, 24 Mar 2010 19:47:56 +0000 (19:47 +0000)]
Fix extra space from r64084

14 years agoCorrectly handle <abbr> followed by ISBN
Aryeh Gregor [Wed, 24 Mar 2010 13:42:37 +0000 (13:42 +0000)]
Correctly handle <abbr> followed by ISBN

Bug 22905.  Patch based on one submitted by Solitarius.  Basically, we
were assuming that anything matching <a.*?</a> was a link and ignoring
it so as to avoid nested links, but that matched the HTML from

<abbr>(fr)</abbr> ISBN 2753300917 [http://www.example.com example.com]

so the ISBN didn't work.  Parser test committed, fails without the
Parser.php change.

14 years agoFixed some doxygen warnings, changed "@return boolean: TRUE or FALSE" to "@return...
Alexandre Emsenhuber [Tue, 23 Mar 2010 21:40:02 +0000 (21:40 +0000)]
Fixed some doxygen warnings, changed "@return boolean: TRUE or FALSE" to "@return boolean" since I don't think that the boolean type can have other value than those two :)

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 23 Mar 2010 20:09:32 +0000 (20:09 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-23 20:00:00 UTC)

14 years ago* Implement normalization of fullwidth latin characters for all Languages, not just...
Mark A. Hershberger [Tue, 23 Mar 2010 19:50:59 +0000 (19:50 +0000)]
* Implement normalization of fullwidth latin characters for all Languages, not just Japanese and Chinese.
* Tune Language::convertDoubleWidth() so that it is 8-10x faster.  (See http://xrl.us/bg2mon)

14 years agoFollowup to r64080: unused globals
Roan Kattouw [Tue, 23 Mar 2010 19:20:43 +0000 (19:20 +0000)]
Followup to r64080: unused globals

14 years agoWell, let's try that again - fixing additional copy/paste error with Vector skin
Lisa Ridley [Tue, 23 Mar 2010 19:14:46 +0000 (19:14 +0000)]
Well, let's try that again - fixing additional copy/paste error with Vector skin

14 years agocorrecting bad copy/paste on previous commit
Lisa Ridley [Tue, 23 Mar 2010 18:40:44 +0000 (18:40 +0000)]
correcting bad copy/paste on previous commit

14 years agoFixes bug 22916 -- stylesheets for Vector skin now load in the correct order
Lisa Ridley [Tue, 23 Mar 2010 17:12:26 +0000 (17:12 +0000)]
Fixes bug 22916 -- stylesheets for Vector skin now load in the correct order

14 years agomove newtalk stuff from SkinTemplate to its own function in Skin
Jack Phoenix [Tue, 23 Mar 2010 16:11:37 +0000 (16:11 +0000)]
move newtalk stuff from SkinTemplate to its own function in Skin

14 years agocoding style tweaks
Jack Phoenix [Tue, 23 Mar 2010 15:43:57 +0000 (15:43 +0000)]
coding style tweaks

14 years agoTidy up the class
Niklas Laxström [Tue, 23 Mar 2010 15:41:18 +0000 (15:41 +0000)]
Tidy up the class

Added documentation and examples, fixed a bug with escaped() and better handling for languages.

14 years agofixed typo
Max Semenik [Tue, 23 Mar 2010 14:24:58 +0000 (14:24 +0000)]
fixed typo

14 years agoTweaked LanguageConverter to use spaces in formatTimePeriod, things like "1h23m45s...
Max Semenik [Tue, 23 Mar 2010 08:57:59 +0000 (08:57 +0000)]
Tweaked LanguageConverter to use spaces in formatTimePeriod, things like "1h23m45s" look really ugly

14 years agoRevisionDeleter has added i18n to his friends list.
Platonides [Mon, 22 Mar 2010 22:28:15 +0000 (22:28 +0000)]
RevisionDeleter has added i18n to his friends list.
(bug 22903) Revdelete log entries now show in the user preferred language.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 22 Mar 2010 22:16:08 +0000 (22:16 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-22 22:00:00 UTC)

14 years agoFixed some doxygen warnings and documented a bit
Alexandre Emsenhuber [Mon, 22 Mar 2010 20:34:23 +0000 (20:34 +0000)]
Fixed some doxygen warnings and documented a bit

14 years agobraces, spacing + comment tweaks
Jack Phoenix [Mon, 22 Mar 2010 18:39:53 +0000 (18:39 +0000)]
braces, spacing + comment tweaks

14 years agoSupport looking up deferred constraint information.
Greg Sabino Mullane [Mon, 22 Mar 2010 18:14:25 +0000 (18:14 +0000)]
Support looking up deferred constraint information.

14 years agoMake foreign key constraints DEFERRABLE INITIALLY DEFERRED when using Postgres as...
Greg Sabino Mullane [Mon, 22 Mar 2010 18:13:06 +0000 (18:13 +0000)]
Make foreign key constraints DEFERRABLE INITIALLY DEFERRED when using Postgres as the database backend

14 years ago* Fixed examples (use -> for access to object's methods, not .)
Alexandre Emsenhuber [Mon, 22 Mar 2010 17:56:04 +0000 (17:56 +0000)]
* Fixed examples (use -> for access to object's methods, not .)
* Formatted comment
* svn:eol-style native

14 years agoNew message class up for discussion and development.
Niklas Laxström [Mon, 22 Mar 2010 17:05:32 +0000 (17:05 +0000)]
New message class up for discussion and development.

Not ment for use yet. It is just isolated file so it really doesn't need branch either.

14 years agoAdjust for minor_mimes now being 100 chars long in mysql schema
Greg Sabino Mullane [Mon, 22 Mar 2010 14:41:30 +0000 (14:41 +0000)]
Adjust for minor_mimes now being 100 chars long in mysql schema

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sun, 21 Mar 2010 19:48:42 +0000 (19:48 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-21 19:30:00 UTC)

14 years agoRemove extra linebreak
Chad Horohoe [Sun, 21 Mar 2010 14:56:44 +0000 (14:56 +0000)]
Remove extra linebreak

14 years agoFixed some doxygen warnings and documented a little bit
Alexandre Emsenhuber [Sun, 21 Mar 2010 14:55:32 +0000 (14:55 +0000)]
Fixed some doxygen warnings and documented a little bit

14 years agoDirectly grab the default installer values from DefaultSettings, so they stay in...
Platonides [Sun, 21 Mar 2010 14:50:22 +0000 (14:50 +0000)]
Directly grab the default installer values from DefaultSettings, so they stay in sync.

14 years agoUse <meta charset=UTF-8> in HTML5
Aryeh Gregor [Sun, 21 Mar 2010 05:12:15 +0000 (05:12 +0000)]
Use <meta charset=UTF-8> in HTML5

More succinct than <meta http-equiv="Content-Type" content="text/html;
charset=UTF-8" />.  HTML5 allows it because all browsers support it
anyway -- authors would forget quotes, leading to <meta
http-equiv=Content-Type content=text/html; charset=UTF-8 />, so browsers
all treat "charset" as an attribute of <meta> that does what you expect.

14 years agoClean up <html> generation slightly
Aryeh Gregor [Sun, 21 Mar 2010 05:12:09 +0000 (05:12 +0000)]
Clean up <html> generation slightly

14 years agoOmit some start/end tags if not well-formed XML
Aryeh Gregor [Sun, 21 Mar 2010 05:12:02 +0000 (05:12 +0000)]
Omit some start/end tags if not well-formed XML

14 years agoStyle fixes
Aryeh Gregor [Sun, 21 Mar 2010 05:11:55 +0000 (05:11 +0000)]
Style fixes

14 years agoLocalisation updates Chinese
Shinjiman [Sun, 21 Mar 2010 00:59:07 +0000 (00:59 +0000)]
Localisation updates Chinese
fixing typos for the stable release

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sun, 21 Mar 2010 00:48:40 +0000 (00:48 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agostylize.php on ImagePage.php
Bryan Tong Minh [Sat, 20 Mar 2010 22:58:48 +0000 (22:58 +0000)]
stylize.php on ImagePage.php

14 years agoAdded some basic tests for uploading (title validation tests for now)
Bryan Tong Minh [Sat, 20 Mar 2010 22:41:45 +0000 (22:41 +0000)]
Added some basic tests for uploading (title validation tests for now)

14 years agoUploadBase::getTitle():
Bryan Tong Minh [Sat, 20 Mar 2010 22:38:48 +0000 (22:38 +0000)]
UploadBase::getTitle():
* Remove misleading intermediate variable.
* Remove duplicate title construction

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Sat, 20 Mar 2010 20:26:36 +0000 (20:26 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-20 20:15:00 UTC)

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Sat, 20 Mar 2010 17:27:20 +0000 (17:27 +0000)]
Fixed some doxygen warnings

14 years agoUnused file. Feature was reverted in r41405. Other files were removed on r53118.
Platonides [Sat, 20 Mar 2010 14:51:23 +0000 (14:51 +0000)]
Unused file. Feature was reverted in r41405. Other files were removed on r53118.

14 years agoShow an appropiate message when the wiki is read only for some special pages.
Platonides [Sat, 20 Mar 2010 14:44:11 +0000 (14:44 +0000)]
Show an appropiate message when the wiki is read only for some special pages.
Note that they show a successful message but wouldn't work since User::saveSettings()
silently fails (maybe the user object at memcached  could get updated?).

14 years ago* Remove remnants of chunk uploader
Mark A. Hershberger [Sat, 20 Mar 2010 01:40:13 +0000 (01:40 +0000)]
* Remove remnants of chunk uploader
* set up and clean up db

14 years agoComment fix: Special:Imagelist -> Special:ListFiles
Bryan Tong Minh [Fri, 19 Mar 2010 22:12:30 +0000 (22:12 +0000)]
Comment fix: Special:Imagelist -> Special:ListFiles
For those poor people who can't remember all special pages MediaWiki has

14 years agoFollowup r63914, function must match parent
Chad Horohoe [Fri, 19 Mar 2010 21:18:11 +0000 (21:18 +0000)]
Followup r63914, function must match parent

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Fri, 19 Mar 2010 20:51:33 +0000 (20:51 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-19 20:38:00 UTC)

14 years agoFuture-proof redirection to fragments in Gecko
Aryeh Gregor [Fri, 19 Mar 2010 20:45:29 +0000 (20:45 +0000)]
Future-proof redirection to fragments in Gecko

Previously, in Gecko we wouldn't set document.location.hash at all until
the page loaded.  This means that if they fix their bug, so setting
document.location.hash to an id that doesn't yet exist (but will before
load is finished) works properly, we still would only jump to the right
place onload, not ASAP.  Now we'll jump to the right place ASAP, and
then jump again on load, which is better (although still annoying if the
gap ends up being perceptible).

Too bad I can't think of a way to feature-test this.

14 years agoFixed some doxygen warnings
Alexandre Emsenhuber [Fri, 19 Mar 2010 20:17:52 +0000 (20:17 +0000)]
Fixed some doxygen warnings

14 years agoAdding Persian translation for `safesubst` magic word.
Huji [Fri, 19 Mar 2010 16:15:04 +0000 (16:15 +0000)]
Adding Persian translation for `safesubst` magic word.

14 years agoFix reference to lazy-initialised global $wgLanguageNames.
Tim Starling [Thu, 18 Mar 2010 22:15:24 +0000 (22:15 +0000)]
Fix reference to lazy-initialised global $wgLanguageNames.

14 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 18 Mar 2010 19:25:37 +0000 (19:25 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-03-18 18:15:00 UTC)

14 years ago* Follow-up r63914: SpecialPage has methods for that, use them ;)
Alexandre Emsenhuber [Thu, 18 Mar 2010 17:36:43 +0000 (17:36 +0000)]
* Follow-up r63914: SpecialPage has methods for that, use them ;)
* Fix a case mismatch in LogEventsList.php

14 years agoFix for r63675: the parameter is $attribs, not $attrs
Alexandre Emsenhuber [Thu, 18 Mar 2010 17:14:24 +0000 (17:14 +0000)]
Fix for r63675: the parameter is $attribs, not $attrs

14 years agoRefactor MergeHistory to subclass SpecialPage. Ohai unloved code :)
Chad Horohoe [Thu, 18 Mar 2010 16:41:53 +0000 (16:41 +0000)]
Refactor MergeHistory to subclass SpecialPage. Ohai unloved code :)

14 years agoRemove ancient (added in r13105) stopgap to prevent running schema sanity checks...
Chad Horohoe [Thu, 18 Mar 2010 16:03:39 +0000 (16:03 +0000)]
Remove ancient (added in r13105) stopgap to prevent running schema sanity checks on Wikimedia. Checks were removed in r21785, global never disappeared.

14 years agoTypo in comment
Alexandre Emsenhuber [Thu, 18 Mar 2010 11:42:26 +0000 (11:42 +0000)]
Typo in comment

14 years agoDon't send hundreds of lines of useless progress messages to stdout.
Tim Starling [Thu, 18 Mar 2010 05:42:01 +0000 (05:42 +0000)]
Don't send hundreds of lines of useless progress messages to stdout.

14 years agoFixed inappropriate include_path dependency. From WMF working copy hack.
Tim Starling [Thu, 18 Mar 2010 05:38:22 +0000 (05:38 +0000)]
Fixed inappropriate include_path dependency. From WMF working copy hack.

14 years agoFixed object type unserialization. Based on WMF working copy patch, tested there.
Tim Starling [Thu, 18 Mar 2010 05:34:59 +0000 (05:34 +0000)]
Fixed object type unserialization. Based on WMF working copy patch, tested there.

14 years ago* Quieter, more frequent slave waits
Tim Starling [Thu, 18 Mar 2010 05:32:56 +0000 (05:32 +0000)]
* Quieter, more frequent slave waits
* Option to skip the counts for the progress meter, allows faster startup
* Merged from WMF working copy, tested there.