lhc/web/wiklou.git
13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Thu, 9 Dec 2010 20:48:08 +0000 (20:48 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-12-09 20:29:00 UTC)

13 years agoFollowup r78118: $wgUpgradeKey was already in DefaultSettings, use Tim's better comment
Chad Horohoe [Thu, 9 Dec 2010 20:36:52 +0000 (20:36 +0000)]
Followup r78118: $wgUpgradeKey was already in DefaultSettings, use Tim's better comment

13 years agoFor consistency: call set both article and article related flags to false instead...
Alexandre Emsenhuber [Thu, 9 Dec 2010 17:09:50 +0000 (17:09 +0000)]
For consistency: call set both article and article related flags to false instead of only article flag

13 years agoCall finalCleanup() after outputting a cached page to run the deferred update list...
Alexandre Emsenhuber [Thu, 9 Dec 2010 15:59:44 +0000 (15:59 +0000)]
Call finalCleanup() after outputting a cached page to run the deferred update list since Article::viewUpdates() adds a SiteStatsUpdate object to that list

13 years ago* remove wfSeedRandom() which was marked for removal in 1.18.
Siebrand Mazeland [Thu, 9 Dec 2010 11:31:09 +0000 (11:31 +0000)]
* remove wfSeedRandom() which was marked for removal in 1.18.
* mark wfGetMimeMagic() for removal in 1.19.
* have wfLoadExtensionMessages() whine deprecated per comments and mark for removal in 1.20.

13 years agoFollow-up r78101:
Siebrand Mazeland [Thu, 9 Dec 2010 11:27:59 +0000 (11:27 +0000)]
Follow-up r78101:
* add @deprecated to each deprecated method.
* add @since to new method.

13 years agoFollow up to r77883
Jeroen De Dauw [Thu, 9 Dec 2010 09:31:59 +0000 (09:31 +0000)]
Follow up to r77883

13 years ago* Made the web upgrade process more friendly. Instead of saying "access denied, go...
Tim Starling [Thu, 9 Dec 2010 08:24:54 +0000 (08:24 +0000)]
* Made the web upgrade process more friendly. Instead of saying "access denied, go away" when the user has a normal LocalSettings.php file, generate a random $wgUpgradeKey and instruct the user to insert it into their LocalSettings.php. The subsequent file modification then authenticates the session and allows the upgrade.
* When an upgrade key is entered, or a supplied upgrade key is edited into LocalSettings.php by the upgrader, fetch database settings from LocalSettings.php and AdminSettings.php for use during the upgrade. This allows the DBConnect page to be skipped, making web upgrade almost as easy to use as CLI upgrade.
* Made LocalSettingsGenerator add $wgUpgradeKey in non-commented form, for easier subsequent upgrades.
* Converted the $wgUpgradeKey check to a normal in-sequence page, called ExistingWiki. This allows the removal of related special cases from WebInstaller. The code for WebInstaller_ExistingWiki is loosely based on WebInstaller_Locked.
* Added Status::replaceMessage(), to support informative DB connection error messages from the ExistingWiki page.
* In WebInstaller::getInfoBox(), call parse() with $lineStart=true, so that line-start syntax like bullet points can work.
* Reduced the length of the generated $wgUpgradeKey from 64 to 16. This is ample for what it does, and makes it fit on the screen and not overlap with the right sidebar when when displayed by WebInstaller_ExistingWiki.
* Added $wgUpgradeKey to DefaultSettings.php.

13 years agoDo not reveal page existence in colour of links in tabs when a user cannot read the...
Andrew Garrett [Thu, 9 Dec 2010 04:54:00 +0000 (04:54 +0000)]
Do not reveal page existence in colour of links in tabs when a user cannot read the page. This prevents leaking the existence (or not) of pages on wikis that are not readable anonymously

13 years agoRELEASE-NOTES for r77555
Andrew Garrett [Thu, 9 Dec 2010 04:08:23 +0000 (04:08 +0000)]
RELEASE-NOTES for r77555

13 years agoFollow-up to r64937: expand ternary to conditionals because I hate nested ternaries.
Andrew Garrett [Thu, 9 Dec 2010 03:12:28 +0000 (03:12 +0000)]
Follow-up to r64937: expand ternary to conditionals because I hate nested ternaries.

13 years agoRemove unneeded semicolons
Sam Reed [Wed, 8 Dec 2010 23:33:33 +0000 (23:33 +0000)]
Remove unneeded semicolons

Remove unneeded return

Simplify some if's (invert to save negation)

13 years agoAdded name and sessionId methods to user object - now anonymous users have an automat...
Trevor Parscal [Wed, 8 Dec 2010 23:18:58 +0000 (23:18 +0000)]
Added name and sessionId methods to user object - now anonymous users have an automatically generated persistent (for 30 days at a time via a cookie) session identifier. Use mediaWiki.user.sessionId() to get it.

13 years agoUpdated cookie plugin
Trevor Parscal [Wed, 8 Dec 2010 23:14:21 +0000 (23:14 +0000)]
Updated cookie plugin

13 years agoFollow up r78101.
Platonides [Wed, 8 Dec 2010 23:10:46 +0000 (23:10 +0000)]
Follow up r78101.

13 years agoMove wfQuotedPrintable() into UserMailer class
Platonides [Wed, 8 Dec 2010 23:09:29 +0000 (23:09 +0000)]
Move wfQuotedPrintable() into UserMailer class

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Wed, 8 Dec 2010 22:35:58 +0000 (22:35 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-12-08 20:15:00 UTC)

13 years ago*Follow-up r76275: regexp improvement akin to IP.php
Aaron Schulz [Wed, 8 Dec 2010 22:33:26 +0000 (22:33 +0000)]
*Follow-up r76275: regexp improvement akin to IP.php
*Fixed "Error: updateBlockOptions is not defined
Source File: http://localhost/wiki/Special:Block/Lightning_Angel
Line: 121"
*TODO: get these functions to a nice JS file and let checkuser.js use then via RL

13 years agoFixed r76560: one more caller of now-private toUnsigned6
Aaron Schulz [Wed, 8 Dec 2010 22:18:43 +0000 (22:18 +0000)]
Fixed r76560: one more caller of now-private toUnsigned6

13 years agoRemove unnecessary check against $wgAllowUserCss in ResourceLoaderUserModule that...
Roan Kattouw [Wed, 8 Dec 2010 20:10:11 +0000 (20:10 +0000)]
Remove unnecessary check against $wgAllowUserCss in ResourceLoaderUserModule that was used to trigger JS as well as CSS, breaking installs where user JS is allowed but user CSS is not. Callers already check for the relevant $wgAllow* variables before including this module.

13 years agoMoved button styles from dialog specific areas to button specific areas to make all...
Trevor Parscal [Wed, 8 Dec 2010 19:33:12 +0000 (19:33 +0000)]
Moved button styles from dialog specific areas to button specific areas to make all buttons look similar.

13 years agoRevert r78005, verified that r78009 seems to have fixed the problem.
Mark A. Hershberger [Wed, 8 Dec 2010 19:17:56 +0000 (19:17 +0000)]
Revert r78005, verified that r78009 seems to have fixed the problem.

13 years agoRevert unintended whitespace changes from r77922
Sam Reed [Wed, 8 Dec 2010 19:16:10 +0000 (19:16 +0000)]
Revert unintended whitespace changes from r77922

13 years agoRemoving unused plugin file
Trevor Parscal [Wed, 8 Dec 2010 19:14:21 +0000 (19:14 +0000)]
Removing unused plugin file

13 years agoConverted tabs introduced in 77910 to spaces - not because I like them that way,...
Trevor Parscal [Wed, 8 Dec 2010 19:13:32 +0000 (19:13 +0000)]
Converted tabs introduced in 77910 to spaces - not because I like them that way, but because it's an external library and we are keeping it consistent.

13 years agore r75906 — replace the removed getSessionKey() with stashSession()
Mark A. Hershberger [Wed, 8 Dec 2010 18:59:43 +0000 (18:59 +0000)]
re r75906 — replace the removed getSessionKey() with stashSession()

13 years agoConsistenz spelling per http://translatewiki.net/w/i.php?title=Thread:Support/myskin...
Raimond Spekking [Wed, 8 Dec 2010 18:02:40 +0000 (18:02 +0000)]
Consistenz spelling per translatewiki.net/w/i.php?title=Thread:Support/myskin.js_%26_myskin.css_%28IMO_pretty_much_the_same%29

13 years agoaddInlineScript() won't work since the content of $mScripts is added to $scripts...
Alexandre Emsenhuber [Wed, 8 Dec 2010 17:53:57 +0000 (17:53 +0000)]
addInlineScript() won't work since the content of $mScripts is added to $scripts before that call

13 years ago(bug 22753) update.php should make things it actually changed stand out better in...
Chad Horohoe [Wed, 8 Dec 2010 17:22:49 +0000 (17:22 +0000)]
(bug 22753) update.php should make things it actually changed stand out better in its report. Fixed the last update.php entry that isn't clear on when it did something or skipped a step. Now all of the "nothing done" messages should be prefixed by "...". We should probably abstract this somehow.

13 years ago* Use Article::doEdit() instead of old Article::insertNewArticle()
Alexandre Emsenhuber [Wed, 8 Dec 2010 17:20:34 +0000 (17:20 +0000)]
* Use Article::doEdit() instead of old Article::insertNewArticle()
* No need for globals ($wgTitle and $wgArticle)

13 years ago(bug 25512) Make it so that categories listed in the subcategory section of a page...
Brian Wolff [Wed, 8 Dec 2010 16:01:50 +0000 (16:01 +0000)]
(bug 25512) Make it so that categories listed in the subcategory section of a page aren't prefixed with category: namespace.

This was originally caused by r53780. I'm presuming that it was accidental since that revision was about changing how lang converter is called.
Presumably no one noticed this since the bug does not appear if categorytree is installed.

13 years agoUse the AutoLoader to load the AjaxDispatcher class
Alexandre Emsenhuber [Wed, 8 Dec 2010 10:00:25 +0000 (10:00 +0000)]
Use the AutoLoader to load the AjaxDispatcher class

13 years agoRemoved OutputPage::setEncodings(); its current implementation just converts $wgInput...
Alexandre Emsenhuber [Wed, 8 Dec 2010 08:03:52 +0000 (08:03 +0000)]
Removed OutputPage::setEncodings(); its current implementation just converts $wgInputEncoding and $wgOutputEncoding to lowercase but the inclusion of Language.php will set them back to uppercase.
So instead of playing with these variables, let's just remove that function.

13 years agoAssert that revision timestamp actually matches Article->mTimestamp
Aaron Schulz [Wed, 8 Dec 2010 07:10:43 +0000 (07:10 +0000)]
Assert that revision timestamp actually matches Article->mTimestamp

13 years agoFix for r69139: create_function() is not allowed.
Tim Starling [Wed, 8 Dec 2010 05:57:57 +0000 (05:57 +0000)]
Fix for r69139: create_function() is not allowed.

13 years agoAdded array type hint to addExtensionUpdate and marked some functions "protected"
Aaron Schulz [Wed, 8 Dec 2010 03:47:04 +0000 (03:47 +0000)]
Added array type hint to addExtensionUpdate and marked some functions "protected"

13 years agotrim trailing whitespace
Jack Phoenix [Tue, 7 Dec 2010 23:09:28 +0000 (23:09 +0000)]
trim trailing whitespace

13 years agocoding style tweaks
Jack Phoenix [Tue, 7 Dec 2010 23:08:41 +0000 (23:08 +0000)]
coding style tweaks

13 years agoFound an error when $res = false while running tests
Mark A. Hershberger [Tue, 7 Dec 2010 22:58:29 +0000 (22:58 +0000)]
Found an error when $res = false while running tests

13 years agoDon't use dirname when you already have a directory.
Mark A. Hershberger [Tue, 7 Dec 2010 22:33:37 +0000 (22:33 +0000)]
Don't use dirname when you already have a directory.

13 years agoImproves on r77693 by placing ResourceLoader "only styles" CSS links together with...
Trevor Parscal [Tue, 7 Dec 2010 22:27:00 +0000 (22:27 +0000)]
Improves on r77693 by placing ResourceLoader "only styles" CSS links together with the other CSS links in buildCssLink rather than getHeadItems which is used for meta information.

13 years agoFilenames with quotes fail here.
Mark A. Hershberger [Tue, 7 Dec 2010 21:53:50 +0000 (21:53 +0000)]
Filenames with quotes fail here.

13 years agoImproves on r77693 by ensuring site styles are loaded just before user styles.
Trevor Parscal [Tue, 7 Dec 2010 21:45:06 +0000 (21:45 +0000)]
Improves on r77693 by ensuring site styles are loaded just before user styles.

13 years agocompress images with pngout for a couple more skins
Ilmari Karonen [Tue, 7 Dec 2010 21:18:42 +0000 (21:18 +0000)]
compress images with pngout for a couple more skins

13 years agoa few more images compressed with pngout
Ilmari Karonen [Tue, 7 Dec 2010 21:15:12 +0000 (21:15 +0000)]
a few more images compressed with pngout

13 years agomore lossless PNG compression with pngout
Ilmari Karonen [Tue, 7 Dec 2010 21:11:53 +0000 (21:11 +0000)]
more lossless PNG compression with pngout

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Tue, 7 Dec 2010 21:11:28 +0000 (21:11 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-12-07 20:38:00 UTC)

13 years agoTypofix r77999
Chad Horohoe [Tue, 7 Dec 2010 21:08:24 +0000 (21:08 +0000)]
Typofix r77999

13 years agolosslessly compress images with pngout
Ilmari Karonen [Tue, 7 Dec 2010 21:04:06 +0000 (21:04 +0000)]
losslessly compress images with pngout

13 years agoPer CR, no need for an empty constructor
Chad Horohoe [Tue, 7 Dec 2010 20:49:10 +0000 (20:49 +0000)]
Per CR, no need for an empty constructor

13 years agoRemove the $wgCaches[CACHE_DB] = false; line added in r74552.
Platonides [Tue, 7 Dec 2010 20:40:15 +0000 (20:40 +0000)]
Remove the $wgCaches[CACHE_DB] = false; line added in r74552.
It produces an strange failure when going out of ParserTest::setUp() scope.
(eg. $parserMemc becoming back false instead of a FakeMemcached, related to
using a reference in $wgMemc = &wfGetMainCache() )

Can be checked when running phpunit.php includes/ParserOptionsTest.php
See https://bugzilla.wikimedia.org/show_bug.cgi?id=26244#c4

No errors found in sqlite without it.

13 years agoPer CR, fix debugging code from r70835
Chad Horohoe [Tue, 7 Dec 2010 20:13:47 +0000 (20:13 +0000)]
Per CR, fix debugging code from r70835

13 years agoLogic error from r77999
Chad Horohoe [Tue, 7 Dec 2010 20:03:54 +0000 (20:03 +0000)]
Logic error from r77999

13 years agoReferences causing Bug #26244? This should find a way to just use
Mark A. Hershberger [Tue, 7 Dec 2010 20:00:57 +0000 (20:00 +0000)]
References causing Bug #26244?  This should find a way to just use
what Setup.inc already does.

13 years agoFollow up r78003, forgot to make MonoBook use the footericons code.
Daniel Friesen [Tue, 7 Dec 2010 19:58:04 +0000 (19:58 +0000)]
Follow up r78003, forgot to make MonoBook use the footericons code.

13 years agoCommit getFooterLinks and getFooterIcons helpers to abstract the common code used...
Daniel Friesen [Tue, 7 Dec 2010 19:45:09 +0000 (19:45 +0000)]
Commit getFooterLinks and getFooterIcons helpers to abstract the common code used to trim footerlinks down to only valid items, flatten it if needed, trim non-image icons out of footericons, and remove the copyright icon if needed.

13 years agoAlso ditch PHP thing. We would've bailed for a bad version already
Chad Horohoe [Tue, 7 Dec 2010 18:32:09 +0000 (18:32 +0000)]
Also ditch PHP  thing. We would've bailed for a bad version already

13 years agoRemove various "success" messages from Welcome screen on installer, no need to confus...
Chad Horohoe [Tue, 7 Dec 2010 18:29:04 +0000 (18:29 +0000)]
Remove various "success" messages from Welcome screen on installer, no need to confuse the user with extra info :) Now we only show warnings and failures

13 years agoFollowup r77980, for simplesearch I guess we'll have to stick with type=text instead...
Daniel Friesen [Tue, 7 Dec 2010 18:18:09 +0000 (18:18 +0000)]
Followup r77980, for simplesearch I guess we'll have to stick with type=text instead of type=search.

13 years agofollow-up r77981: Fix class: mw-js -> mw-css for the CSS section
Raimond Spekking [Tue, 7 Dec 2010 17:25:49 +0000 (17:25 +0000)]
follow-up r77981: Fix class: mw-js -> mw-css for the CSS section
Add comments with the full message keys to make sure grep will find them

13 years agoFollow up r77893, add BaseTemplate to autoloader.
Daniel Friesen [Tue, 7 Dec 2010 16:29:49 +0000 (16:29 +0000)]
Follow up r77893, add BaseTemplate to autoloader.

13 years agoFollow up r77884.
Platonides [Tue, 7 Dec 2010 16:26:10 +0000 (16:26 +0000)]
Follow up r77884.

13 years agoPer Nikerabbit, follow-up to r77972: use a string instead of boolean for readability
Alexandre Emsenhuber [Tue, 7 Dec 2010 15:47:34 +0000 (15:47 +0000)]
Per Nikerabbit, follow-up to r77972: use a string instead of boolean for readability

13 years agoReduce code duplication in Vector by combining portal markup generation into a single...
Daniel Friesen [Tue, 7 Dec 2010 15:02:51 +0000 (15:02 +0000)]
Reduce code duplication in Vector by combining portal markup generation into a single method.

13 years agoFollow up r77981
Platonides [Tue, 7 Dec 2010 14:55:08 +0000 (14:55 +0000)]
Follow up r77981

13 years agoShow the source on preview for CSS and Javascript pages.
Platonides [Tue, 7 Dec 2010 14:53:36 +0000 (14:53 +0000)]
Show the source on preview for CSS and Javascript pages.
Add pages in MediaWiki namespace into that group (bug 10871).
Only normal <pre> formatting is being used since ShowRawCssJs
hook directly sends things out to the output.

13 years agoAdd makeSearchInput and makeSearchButton to BaseTemplate and make use of it in Vector...
Daniel Friesen [Tue, 7 Dec 2010 14:45:40 +0000 (14:45 +0000)]
Add makeSearchInput and makeSearchButton to BaseTemplate and make use of it in Vector and MonoBook to abstract away the various inputs inside search forms.

13 years agoRemove PHP comment for message, parameters are documented in qqq
Roan Kattouw [Tue, 7 Dec 2010 13:58:44 +0000 (13:58 +0000)]
Remove PHP comment for message, parameters are documented in qqq

13 years agoBump $wgVersion to 1.18alpha. RELEASE-NOTES and HISTORY should be poked at too, but...
Roan Kattouw [Tue, 7 Dec 2010 13:46:05 +0000 (13:46 +0000)]
Bump $wgVersion to 1.18alpha. RELEASE-NOTES and HISTORY should be poked at too, but I'm not burning my hands on those

13 years ago* Don't unset $wgTitle if it's null, just let it as is so that the variable is always...
Alexandre Emsenhuber [Tue, 7 Dec 2010 12:35:14 +0000 (12:35 +0000)]
* Don't unset $wgTitle if it's null, just let it as is so that the variable is always defined (it is already set to null in in Setup.php). It was added in r12612 when all the code that set $wgTitle was moved in MediaWiki::checkInitialQueries()
* Removed comment that documented a line removed in r45126

13 years agoMerged wfDoUpdates() and MediaWiki::doUpdates() in wfDoUpdates(); avoids code duplication
Alexandre Emsenhuber [Tue, 7 Dec 2010 11:49:13 +0000 (11:49 +0000)]
Merged wfDoUpdates() and MediaWiki::doUpdates() in wfDoUpdates(); avoids code duplication

13 years ago$fname -> __METHOD__
Alexandre Emsenhuber [Tue, 7 Dec 2010 10:51:57 +0000 (10:51 +0000)]
$fname -> __METHOD__

13 years agoSpelling error from r77955.
Tim Starling [Tue, 7 Dec 2010 04:14:15 +0000 (04:14 +0000)]
Spelling error from r77955.

13 years ago(bug 18372) $wgFileExtensions will now override $wgFileBlacklist
Benjamin Lees [Tue, 7 Dec 2010 03:21:00 +0000 (03:21 +0000)]
(bug 18372) $wgFileExtensions will now override $wgFileBlacklist

13 years agoModify config-install-done, hopefully this is what Chad was looking for in CR r77948...
Tim Starling [Tue, 7 Dec 2010 03:15:51 +0000 (03:15 +0000)]
Modify config-install-done, hopefully this is what Chad was looking for in CR r77948. Added a large, obvious download link with icon from the Crystal Project.

13 years agoFix breakage from r75542: FakeMaintenance needs to set at least $mSelf so when runChi...
Chad Horohoe [Tue, 7 Dec 2010 02:42:01 +0000 (02:42 +0000)]
Fix breakage from r75542: FakeMaintenance needs to set at least $mSelf so when runChild() calls loadParamsAndArgs() it doesn't pass nothing and thus try to fall back on $argv. This breaks the web updater, where that is undefined.

13 years agoFollowup r77949, qqq message no longer relevant
Chad Horohoe [Tue, 7 Dec 2010 02:22:18 +0000 (02:22 +0000)]
Followup r77949, qqq message no longer relevant

13 years agoAddress fixme on r67621: use $wgDefaultSkin instead of hardcoding vector
Chad Horohoe [Tue, 7 Dec 2010 02:20:14 +0000 (02:20 +0000)]
Address fixme on r67621: use $wgDefaultSkin instead of hardcoding vector
Would like a UI to choose skin with like previews or something, but its not urgent

13 years agoTypofix r77949
Chad Horohoe [Tue, 7 Dec 2010 02:09:56 +0000 (02:09 +0000)]
Typofix r77949

13 years agoFollowup r77883, rm the _ExternalHTTP stuff as well; cleans up IC msgs as well
Chad Horohoe [Tue, 7 Dec 2010 02:07:17 +0000 (02:07 +0000)]
Followup r77883, rm the _ExternalHTTP stuff as well; cleans up IC msgs as well

13 years ago* Pop up a download box for LocalSettings.php when the user goes to page=Complete...
Tim Starling [Tue, 7 Dec 2010 02:01:07 +0000 (02:01 +0000)]
* Pop up a download box for LocalSettings.php when the user goes to page=Complete. Committing for review: I'm not wedded to the concept, but we do need some way of making sure users download that file.
* Fix MIME type on LocalSettings.php download to not be something that IE considers ambiguous. In Firefox, this makes it say "which is a: PHP file" instead of "plain text document" in the download dialog box.

13 years agoFix r77650, notice about undefined $css; was causing the serif font issue too
Chad Horohoe [Tue, 7 Dec 2010 01:42:38 +0000 (01:42 +0000)]
Fix r77650, notice about undefined $css; was causing the serif font issue too

13 years agoFix incorrect use of wfMsgReal() from r77929, causes several warnings.
Tim Starling [Tue, 7 Dec 2010 00:50:36 +0000 (00:50 +0000)]
Fix incorrect use of wfMsgReal() from r77929, causes several warnings.

13 years ago* Fix issues brought up in r75832
Brandon Harris [Mon, 6 Dec 2010 23:13:35 +0000 (23:13 +0000)]
* Fix issues brought up in r75832
* Really and truly add in a couple files that were supposed to go in with r77898, and fully revert r77860 (which was a reversion of r75832). (Ran previous commit for r77898 from wrong directory. Oops.)
* Fixed issue with help box text not being parsed.
* Modified help system to remove tooltips and instead open/show hidden boxes.
  - I am not happy with this design and future revisions will iterate upon it.
  - The biggest problem is everything sitting "on top" of itself.  I dislike this a great deal and plan on changing it to be more aesthetic and natural; however, I wanted to get a version of this in that allowed for cut-and-pasting and solved the text parsing issue.
  - With javascript disabled, help text is visible by default.
* Remove redundancy in checkboxes
* Added i18n entry for "help", which wasn't there for some reason.
* Removed references to tipsy library in installer html
  - Kept tipsy library in core; this is being used elsewhere.

13 years ago(bug 26265) Many semicolons are missing from JavaScript files
Sam Reed [Mon, 6 Dec 2010 22:34:15 +0000 (22:34 +0000)]
(bug 26265) Many semicolons are missing from JavaScript files

And some more unterminated statements..

13 years ago(bug 26265) Many semicolons are missing from JavaScript files
Sam Reed [Mon, 6 Dec 2010 22:30:53 +0000 (22:30 +0000)]
(bug 26265) Many semicolons are missing from JavaScript files

And some more unterminated statements..

13 years ago(bug 26265) Many semicolons are missing from JavaScript files
Sam Reed [Mon, 6 Dec 2010 22:30:34 +0000 (22:30 +0000)]
(bug 26265) Many semicolons are missing from JavaScript files

More unterminated statements..

13 years ago(bug 26265) Many semicolons are missing from JavaScript files
Sam Reed [Mon, 6 Dec 2010 22:29:41 +0000 (22:29 +0000)]
(bug 26265) Many semicolons are missing from JavaScript files

Unterminated statements..

13 years agoRm two unused vars
Chad Horohoe [Mon, 6 Dec 2010 21:56:07 +0000 (21:56 +0000)]
Rm two unused vars

13 years agoChange monobook to vector because vector is the default skin now
Raimond Spekking [Mon, 6 Dec 2010 21:55:17 +0000 (21:55 +0000)]
Change monobook to vector because vector is the default skin now
Per suggestion of The Evil IP address: http://translatewiki.net/wiki/Thread:Support/userinvalidcssjstitle

13 years agoImproves on r77710 - no purpose in using call() here.
Trevor Parscal [Mon, 6 Dec 2010 21:09:53 +0000 (21:09 +0000)]
Improves on r77710 - no purpose in using call() here.

13 years agoAdded center option - will pass this upstream.
Trevor Parscal [Mon, 6 Dec 2010 21:02:11 +0000 (21:02 +0000)]
Added center option - will pass this upstream.

13 years agoRevert unintended changes in r77908
Roan Kattouw [Mon, 6 Dec 2010 21:01:26 +0000 (21:01 +0000)]
Revert unintended changes in r77908

13 years ago(bug 26130) Revert changes to WebStart.php in r72349, which turn out to have been...
Roan Kattouw [Mon, 6 Dec 2010 20:57:42 +0000 (20:57 +0000)]
(bug 26130) Revert changes to WebStart.php in r72349, which turn out to have been misguided. This should fix double-gzip issues

13 years agoLocalisation updates for core and extension messages from translatewiki.net (2010...
Raimond Spekking [Mon, 6 Dec 2010 20:33:01 +0000 (20:33 +0000)]
Localisation updates for core and extension messages from translatewiki.net (2010-12-06 20:22:00 UTC)

13 years agoRevert r77860, which was a reversion of r75832.
Brandon Harris [Mon, 6 Dec 2010 20:04:28 +0000 (20:04 +0000)]
Revert r77860, which was a reversion of r75832.

Didn't see comments about escaping html and use of tipsy; will be addressed in next commit.

13 years agoPart of fix/workaround to bug 26163. API calls to get language links and categories...
Priyanka Dhanda [Mon, 6 Dec 2010 18:31:09 +0000 (18:31 +0000)]
Part of fix/workaround to  bug 26163. API calls to get language links and categories as html

13 years agoReverting r77516. It ain't gonna work
Priyanka Dhanda [Mon, 6 Dec 2010 18:21:41 +0000 (18:21 +0000)]
Reverting r77516. It ain't gonna work

13 years agoMore skin system improvements; Create a new BaseTemplate class extended from QuickTem...
Daniel Friesen [Mon, 6 Dec 2010 17:47:53 +0000 (17:47 +0000)]
More skin system improvements; Create a new BaseTemplate class extended from QuickTemplate, this class will house helper methods that interact with QuickTemplate data set by SkinTemplate to help cut down on boilerplate for common uses of that data.
For the first helper in this class add a helper to use in generating a toolbox. Include a list item and link generating method that can be used to generate most of our sidebar links with minimal code.
Eventually this toolbox code will be used in code abstracting common sidebar generating code away into common helpers. For now make MonoBook and Vector and the skins based off of them use this method of generating toolboxes and sidebar links.

13 years agoCheck for the "search" along with other checks to create the Title object. Since...
Alexandre Emsenhuber [Mon, 6 Dec 2010 17:42:14 +0000 (17:42 +0000)]
Check for the "search" along with other checks to create the Title object. Since this was done after the call to $wgOut->setTitle(), the Title object holded in that instance was incorrect when a such request happened