lhc/web/wiklou.git
14 years agoAdd a Makefile and a copy of the cssjanus script so folks can update the RTL variant...
Brion Vibber [Sat, 22 Aug 2009 22:44:44 +0000 (22:44 +0000)]
Add a Makefile and a copy of the cssjanus script so folks can update the RTL variant stylesheet more easily.
cssjanus from r28 on the Google Code project: http://code.google.com/p/cssjanus/source/browse/#svn/trunk
Plus a patch for the broken options: http://code.google.com/p/cssjanus/issues/detail?id=11

cssjanus is under Apache license.

14 years agoPer Brion's comment on r52683: use $wgOut->isPrintable() rather than $wgRequest-...
Alexandre Emsenhuber [Sat, 22 Aug 2009 22:26:31 +0000 (22:26 +0000)]
Per Brion's comment on r52683: use $wgOut->isPrintable() rather than $wgRequest->getBool( 'printable' )

14 years agoChange r52690 per suggestions on CodeReview: rearrange from boolean OR mysteriously...
Brion Vibber [Sat, 22 Aug 2009 21:53:57 +0000 (21:53 +0000)]
Change r52690 per suggestions on CodeReview: rearrange from boolean OR mysteriously changed to binary OR to a nice plain if statement.

14 years agoLocalization update.
Rotem Liss [Sat, 22 Aug 2009 21:12:54 +0000 (21:12 +0000)]
Localization update.

14 years agoMostly revert r53358 and r53365 per comments on code review. Change message to just...
Alex Z [Sat, 22 Aug 2009 20:17:28 +0000 (20:17 +0000)]
Mostly revert r53358 and r53365 per comments on code review. Change message to just say "Database" and remove the getDBtypeForMsg function (since I can't think of any other use for it)

14 years agoClean up some of the unnecessary tabs splattered throughout our output. They tend...
Brion Vibber [Sat, 22 Aug 2009 20:15:22 +0000 (20:15 +0000)]
Clean up some of the unnecessary tabs splattered throughout our output. They tend to combine confusingly and just inflate both source and output without actually improving readability much.

14 years agouse tabs for identation, not spaces
Alexandre Emsenhuber [Sat, 22 Aug 2009 20:00:41 +0000 (20:00 +0000)]
use tabs for identation, not spaces

14 years agoReduce output size of Skin::makeVariablesScript() for the head variables.
Brion Vibber [Sat, 22 Aug 2009 19:55:28 +0000 (19:55 +0000)]
Reduce output size of Skin::makeVariablesScript() for the head variables.
Drops a lot of unnecessary whitespace (but keeps newlines for legibility) and puts multiple defs into a single 'var' statement.
Reduces the head vars script from 1485 bytes to 1201 (nearly 20% savings), though this is of course reduced with gzipping (27 bytes, 4%). Cutting those bytes out of *every dang request* doesn't hurt though. :)

14 years agoUpdate with messages from embedVideo.js (follow-up to r55494)
Siebrand Mazeland [Sat, 22 Aug 2009 19:53:22 +0000 (19:53 +0000)]
Update with messages from embedVideo.js (follow-up to r55494)

14 years agoFix formatting error that caused mergeJavascriptMsg.php to bork on js2php
Siebrand Mazeland [Sat, 22 Aug 2009 19:50:48 +0000 (19:50 +0000)]
Fix formatting error that caused mergeJavascriptMsg.php to bork on js2php

14 years ago* change trim() for $postFile to ltrim(). Want the trailing newline
Siebrand Mazeland [Sat, 22 Aug 2009 19:42:14 +0000 (19:42 +0000)]
* change trim() for $postFile to ltrim(). Want the trailing newline
* update comments

14 years agoCut search icons by ~100 bytes each; optipng default settings.
Brion Vibber [Sat, 22 Aug 2009 19:32:39 +0000 (19:32 +0000)]
Cut search icons by ~100 bytes each; optipng default settings.

14 years agoUpdate with mergeJavascriptMsg.php js2php
Siebrand Mazeland [Sat, 22 Aug 2009 19:20:03 +0000 (19:20 +0000)]
Update with mergeJavascriptMsg.php js2php

14 years agoHope this is the last formatting issue fixed.
Siebrand Mazeland [Sat, 22 Aug 2009 19:16:29 +0000 (19:16 +0000)]
Hope this is the last formatting issue fixed.

14 years agoUpdate messages and formatting
Siebrand Mazeland [Sat, 22 Aug 2009 19:12:41 +0000 (19:12 +0000)]
Update messages and formatting

14 years agoLocalisation updates for core messages from translatewiki.net (2009-08-22 19:00 UTC)
Raimond Spekking [Sat, 22 Aug 2009 19:12:19 +0000 (19:12 +0000)]
Localisation updates for core messages from translatewiki.net (2009-08-22 19:00 UTC)

14 years agoRandom fixes for messages and message formatting
Siebrand Mazeland [Sat, 22 Aug 2009 19:04:54 +0000 (19:04 +0000)]
Random fixes for messages and message formatting

14 years agoUpdate mwEmbed.i18n.php
Siebrand Mazeland [Sat, 22 Aug 2009 18:41:05 +0000 (18:41 +0000)]
Update mwEmbed.i18n.php

For some reasons libEmbedVideo/embedVideo.js is not imported (could not get any json vars from:/libEmbedVideo/embedVideo.js). Looking into that.

14 years ago* update comment writing (add space to second and third line)
Siebrand Mazeland [Sat, 22 Aug 2009 18:31:43 +0000 (18:31 +0000)]
* update comment writing (add space to second and third line)
* stylize.php and indentation updated

14 years agoMerge r55331 from wmf-deployment (which was merged from a live hack)
Raimond Spekking [Sat, 22 Aug 2009 18:22:00 +0000 (18:22 +0000)]
Merge r55331 from wmf-deployment (which was merged from a live hack)
Note: Not per SVN merge because syntax differs:
dbsource( ..., $dbw );
vs.
$dbw->sourceFile( ... );

14 years agoMerge r53381 from wmf-deployment. Throw more informational error on creation failure.
Chad Horohoe [Sat, 22 Aug 2009 16:50:03 +0000 (16:50 +0000)]
Merge r53381 from wmf-deployment. Throw more informational error on creation failure.

14 years ago* added missing message "mwe-no_text_tracks_found"
Siebrand Mazeland [Sat, 22 Aug 2009 12:12:43 +0000 (12:12 +0000)]
* added missing message "mwe-no_text_tracks_found"
* harmonise message prefix
* fix typos in message keys
* fix typos in messages
* remove trailing whitespace

Should be almost done now. Next step is to get a proper mwEmbed.i18n.php, verify and fix that, and give it to the translators.

14 years agoUpdate the Chinese conversion tables.
Philip Tzou [Sat, 22 Aug 2009 11:36:13 +0000 (11:36 +0000)]
Update the Chinese conversion tables.

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 22 Aug 2009 09:47:51 +0000 (09:47 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoLocalization update.
Rotem Liss [Sat, 22 Aug 2009 07:55:44 +0000 (07:55 +0000)]
Localization update.

14 years agoFollow-up r55459: Fix for PHP Notice: Undefined variable: deleted in /var/www/w/inclu...
Raimond Spekking [Sat, 22 Aug 2009 07:03:52 +0000 (07:03 +0000)]
Follow-up r55459: Fix for PHP Notice: Undefined variable: deleted in /var/www/w/includes/UserMailer.php on line 379

14 years ago* Fixed some AMW issues
Michael Dale [Sat, 22 Aug 2009 06:49:47 +0000 (06:49 +0000)]
* Fixed some AMW issues

14 years agoFollow-up r55459: Add new message keys to maintenance script
Raimond Spekking [Sat, 22 Aug 2009 06:48:32 +0000 (06:48 +0000)]
Follow-up r55459: Add new message keys to maintenance script

14 years agohard coded requested imageinfo prop in api upload result (to avoid static call to...
Michael Dale [Sat, 22 Aug 2009 06:36:19 +0000 (06:36 +0000)]
hard coded requested imageinfo prop in api upload result (to avoid static call to non-static: ApiQueryImageInfo::getAllowedParams();

14 years ago* Fixed some AMW regressions.
Michael Dale [Sat, 22 Aug 2009 05:57:00 +0000 (05:57 +0000)]
* Fixed some AMW regressions.
* Fixed upload destination check
* Localized more of AMW

14 years agore-added $partname for warning checks 53361#c3664
Michael Dale [Sat, 22 Aug 2009 05:24:21 +0000 (05:24 +0000)]
re-added $partname for warning checks 53361#c3664

14 years agoPet peeve time: reduce clutter from common $wgContLang->isRTL() ? 'x' : 'y' pattern. :)
Brion Vibber [Sat, 22 Aug 2009 01:24:04 +0000 (01:24 +0000)]
Pet peeve time: reduce clutter from common $wgContLang->isRTL() ? 'x' : 'y' pattern. :)

Introduced helpers:
  $lang->getDir() returns 'ltr' or 'rtl' for HTML 'dir' attrib
  $lang->alignStart() returns 'left' or 'right' for HTML 'align' attrib or CSS 'text-align' property
  $lang->alignEnd() returns 'right' or 'left'

And cleaned up a couple arrays of icons to just reverse the order of items rather than repeating the items twice for each possibility.

14 years agoParse error: syntax error, unexpected T_VARIABLE in w/includes/UserMailer.php on...
Alex Z [Sat, 22 Aug 2009 00:46:13 +0000 (00:46 +0000)]
Parse error: syntax error, unexpected T_VARIABLE in w/includes/UserMailer.php on line 480

14 years ago(bug 15646) Page creation notification email is sent when a watched page is deleted
Chad Horohoe [Fri, 21 Aug 2009 23:33:38 +0000 (23:33 +0000)]
(bug 15646) Page creation notification email is sent when a watched page is deleted

14 years agoPartial revert of r53641 "* (bug 19857) maintenance/deleteRevision.php on last revisi...
Brion Vibber [Fri, 21 Aug 2009 22:51:21 +0000 (22:51 +0000)]
Partial revert of r53641 "* (bug 19857) maintenance/deleteRevision.php on last revision no longer breaks target page"
Unindexed query would scan entire page table.

14 years agoRevert r53600 "Add $wgSecondaryGoNamespace, used if an exact match is not found when...
Brion Vibber [Fri, 21 Aug 2009 22:42:09 +0000 (22:42 +0000)]
Revert r53600 "Add $wgSecondaryGoNamespace, used if an exact match is not found when pressing go - will try to find a match in a different namespace before performing a search."
Revert r53618 "* Replace $wgSecondaryGoNamespace with $wgSecondaryGoNamespaces (taking an array of integers instead of just an integer), per code review of r53600."
Revert r53672 "* Add release note for r53618."
Per bug 11380 this should probably be using the default search namespaces or the user's search namespaces; an additional config array seems unnecessary.

14 years agoRevert r53667 "Enabled use of the greater-than sign (">") in page titles. There is...
Brion Vibber [Fri, 21 Aug 2009 22:31:23 +0000 (22:31 +0000)]
Revert r53667 "Enabled use of the greater-than sign (">") in page titles. There is actually no reason for this character to be restricted because it does not interfere with wiki syntax or HTML tags. This will have immediate applications for articles such as "M>Tram", ">play", "The Videos 86>98", "Tour 00 >> 01 Macabre", and "I>Télé", as well as redirects for "Inequality" and "Bitwise operation"."
Possibility of spitting raw >s into output unnerves me greatly, and could indeed be a problem depending on just where your text gets spat and what's around it. More generally allowing one half of a pair makes little sense and would simply confuse the issue.

14 years agoTypo in comment
Aryeh Gregor [Fri, 21 Aug 2009 22:30:51 +0000 (22:30 +0000)]
Typo in comment

14 years agoUse Html::input()/autofocus a bunch more places
Aryeh Gregor [Fri, 21 Aug 2009 22:30:23 +0000 (22:30 +0000)]
Use Html::input()/autofocus a bunch more places

14 years agoRevert r53710 "* Allow suppressing "line 1" from the diffs, which can get quite annoy...
Brion Vibber [Fri, 21 Aug 2009 22:01:16 +0000 (22:01 +0000)]
Revert r53710 "* Allow suppressing "line 1" from the diffs, which can get quite annoying with many diffs"
Use of static variable here means that running multiple diffs during one request may mess things up. It should rather check if it's been added in $wgOut already.

14 years agoMake Xml::hidden() a wrapper around Html::hidden()
Aryeh Gregor [Fri, 21 Aug 2009 21:57:53 +0000 (21:57 +0000)]
Make Xml::hidden() a wrapper around Html::hidden()

HTML-specific stuff should go into the Html class; it doesn't belong in
Xml.

14 years agoAutofocus Special:Search box
Aryeh Gregor [Fri, 21 Aug 2009 21:57:26 +0000 (21:57 +0000)]
Autofocus Special:Search box

Also generally clean up the code around there: add some line breaks, use
Html instead of Xml (using new Html::hidden()).

14 years agoCleaning up some old PHP 4 object-reference usage in some edit filtering hooks.
Brion Vibber [Fri, 21 Aug 2009 21:51:29 +0000 (21:51 +0000)]
Cleaning up some old PHP 4 object-reference usage in some edit filtering hooks.
There was a mix of uses of the reference and non-uses of the reference. :)
Reverts r53714 and fixes it from the other end by cleaning up the uses to not expect references.

14 years agoLocalisation updates for namespaces from translatewiki.net
Siebrand Mazeland [Fri, 21 Aug 2009 21:46:36 +0000 (21:46 +0000)]
Localisation updates for namespaces from translatewiki.net

14 years agoDon't prefill new account name, and autofocus
Aryeh Gregor [Fri, 21 Aug 2009 21:40:05 +0000 (21:40 +0000)]
Don't prefill new account name, and autofocus

It's kind of silly to prefill the name of the account to be created from
cookies . . . presumably that account already exists.  :)

14 years agoAutofocus password, not name, if name is prefilled
Aryeh Gregor [Fri, 21 Aug 2009 21:35:52 +0000 (21:35 +0000)]
Autofocus password, not name, if name is prefilled

14 years agoUse Html::input() for login form
Aryeh Gregor [Fri, 21 Aug 2009 21:35:34 +0000 (21:35 +0000)]
Use Html::input() for login form

This fixes some invalid HTML output in r54567, and also makes the output
look more consistent and prettier.

14 years agoOmit useless value="" in Html::input()
Aryeh Gregor [Fri, 21 Aug 2009 21:34:52 +0000 (21:34 +0000)]
Omit useless value="" in Html::input()

14 years agoNo need to store the value of the magic quotes check here; just use a local var for...
Brion Vibber [Fri, 21 Aug 2009 21:26:34 +0000 (21:26 +0000)]
No need to store the value of the magic quotes check here; just use a local var for clarity.

14 years agoLocalisation updates for special page aliases from translatewiki.net
Siebrand Mazeland [Fri, 21 Aug 2009 21:25:08 +0000 (21:25 +0000)]
Localisation updates for special page aliases from translatewiki.net

14 years agoLocalisation updates for core magic words from translatewiki.net
Siebrand Mazeland [Fri, 21 Aug 2009 21:17:54 +0000 (21:17 +0000)]
Localisation updates for core magic words from translatewiki.net

14 years agoLocalisation extension for core messages from translatewiki.net (2009-08-21 20:59...
Siebrand Mazeland [Fri, 21 Aug 2009 21:09:57 +0000 (21:09 +0000)]
Localisation extension for core messages from translatewiki.net (2009-08-21 20:59 UTC)

14 years agoDon't output useless value=""
Aryeh Gregor [Fri, 21 Aug 2009 21:06:28 +0000 (21:06 +0000)]
Don't output useless value=""

14 years agoOnly require necessary fields in Special:ResetPass
Aryeh Gregor [Fri, 21 Aug 2009 21:06:06 +0000 (21:06 +0000)]
Only require necessary fields in Special:ResetPass

This fixes r54567.  That made the password fields on Special:ResetPass
always required, but in fact the current password should never be
required (existing users always might have empty passwords), and the new
password is only required if $wgMinimalPasswordLength > 0.

This commit also permits passing array( 'required' ) to
Html::(rawE|e)lement() instead of array( 'required' => 'meaningless' ),
for boolean attribs only.  This syntax is used in SpecialResetpass.

14 years agoMove validation logic from input() to rawElement()
Aryeh Gregor [Fri, 21 Aug 2009 20:50:35 +0000 (20:50 +0000)]
Move validation logic from input() to rawElement()

This way callers of rawElement() or element() will also get correct
behavior.

14 years agoSwitch from Xml:: to Html:: in a few places
Aryeh Gregor [Fri, 21 Aug 2009 20:39:35 +0000 (20:39 +0000)]
Switch from Xml:: to Html:: in a few places

These should all theoretically be covered by the parser tests.  All
tests pass, the only change needed was to account for less overescaping
in Html::expandAttributes().  There's no reason to escape <>' in
"-quoted attributes, unless I'm mistaken and have just added some XSS.

14 years agoCorrect outdated comments
Aryeh Gregor [Fri, 21 Aug 2009 20:39:16 +0000 (20:39 +0000)]
Correct outdated comments

14 years agoDon't escape >" in tag contents, no point
Aryeh Gregor [Fri, 21 Aug 2009 20:38:53 +0000 (20:38 +0000)]
Don't escape >" in tag contents, no point

14 years ago* (bug 20296) Fixed a PHP warning in Parser::preSaveTransform() in PHP 5.3: Parameter...
Alexandre Emsenhuber [Fri, 21 Aug 2009 20:18:20 +0000 (20:18 +0000)]
* (bug 20296) Fixed a PHP warning in Parser::preSaveTransform() in PHP 5.3: Parameter 1 was expected to be a reference but value given when unstubbing $wgContLang

14 years agoFix for wgArticleId being exported to JavaScript as a string instead of integer. :P
Brion Vibber [Fri, 21 Aug 2009 18:11:13 +0000 (18:11 +0000)]
Fix for wgArticleId being exported to JavaScript as a string instead of integer. :P
Throw around some intval()s on page id, length data coming out of database into Title and Article objects and the link cache... blast PHP's soft typing!

14 years ago1. Revert my revision r55371. Since it may override logged user's settings.
Philip Tzou [Fri, 21 Aug 2009 16:00:01 +0000 (16:00 +0000)]
1. Revert my revision r55371. Since it may override logged user's settings.
2. Patch for situations that some wikis like zhwikisource may disabled some language variants. We should treat these disabled variants unacceptable in LanguageConverter.

14 years ago*(bug 17742) Fixes inconsistent special page aliases for the Taiwanese language.
Shinjiman [Fri, 21 Aug 2009 14:36:04 +0000 (14:36 +0000)]
*(bug 17742) Fixes inconsistent special page aliases for the Taiwanese language.

14 years agoAdd and modify parser test for new language converter rules.
Philip Tzou [Fri, 21 Aug 2009 04:44:46 +0000 (04:44 +0000)]
Add and modify parser test for new language converter rules.

14 years agoMove dumpRev and orphanStats to subclass Maintenance. Make orphanStats bail out early...
Chad Horohoe [Fri, 21 Aug 2009 00:59:11 +0000 (00:59 +0000)]
Move dumpRev and orphanStats to subclass Maintenance. Make orphanStats bail out early if blob_orphans doesn't exist. dumpRev could use a nice description.

14 years agoRemove random comments.
Chad Horohoe [Fri, 21 Aug 2009 00:32:38 +0000 (00:32 +0000)]
Remove random comments.

14 years agoDelete maintenance/fetchInterwiki.pl - has been obsolete since r1589
Alex Z [Fri, 21 Aug 2009 00:25:39 +0000 (00:25 +0000)]
Delete maintenance/fetchInterwiki.pl - has been obsolete since r1589

14 years agoTweak Access-Control-Allow-Origin stuff per comments on r54127.
Alex Z [Fri, 21 Aug 2009 00:22:08 +0000 (00:22 +0000)]
Tweak Access-Control-Allow-Origin stuff per comments on r54127.
Use a wildcard syntax rather than string/regex options

14 years agoLocalization update.
Rotem Liss [Thu, 20 Aug 2009 21:49:59 +0000 (21:49 +0000)]
Localization update.

14 years agoDocument wfWarn() function
Alexandre Emsenhuber [Thu, 20 Aug 2009 21:35:22 +0000 (21:35 +0000)]
Document wfWarn() function

14 years agobug 20327 Error in FlaggedRevs.hooks.php after r55168's restructuring of history...
Brion Vibber [Thu, 20 Aug 2009 21:31:38 +0000 (21:31 +0000)]
bug 20327 Error in FlaggedRevs.hooks.php after r55168's restructuring of history page classes

14 years agoRemove somewhat braindead comments
Aryeh Gregor [Thu, 20 Aug 2009 21:30:47 +0000 (21:30 +0000)]
Remove somewhat braindead comments

On second thought, if you're outputting user-supplied JS without careful
validation, it doesn't really matter if it's HTML-escaped or not.  :D
CSS has expr() and such too.

14 years agoUpdate ChangesList output for enhanced changes to use CSS instead of obsolete attrbut...
Alex Z [Thu, 20 Aug 2009 21:06:24 +0000 (21:06 +0000)]
Update ChangesList output for enhanced changes to use CSS instead of obsolete attrbutes and elements (cellpadding, <tt>, etc.)
The test page I was using successfully validated as HTML 5 :)
Tested for signs of obvious regressions in FF 3.5, IE8, Opera 9.64 and Safari 4.0.
Supposedly, the border-spacing property isn't supported by IE, but I didn't see any obvious issues when testing,
so either the information I got was wrong/outdated, or its not actually necessary here. Needs testing in IE6/7 to verify.
If I did everything right, there shouldn't be any visible changes, save maybe a couple trivial spacing quirks.

14 years agoadd parser test for r55382
Ilmari Karonen [Thu, 20 Aug 2009 15:27:51 +0000 (15:27 +0000)]
add parser test for r55382

14 years ago(bug 15248) Normalize NBSP and other odd Unicode whitespace characters to normal...
Ilmari Karonen [Thu, 20 Aug 2009 14:56:11 +0000 (14:56 +0000)]
(bug 15248) Normalize NBSP and other odd Unicode whitespace characters to normal spaces.
Note: run cleanupTitles.php and cleanupImages.php after deploying this!

14 years ago* non firefogg add media wizard upload updates (only works once bug noted)
Michael Dale [Thu, 20 Aug 2009 14:06:16 +0000 (14:06 +0000)]
* non firefogg add media wizard upload updates (only works once bug noted)

14 years agoFollow-up r55368: Fix parser tests
Raimond Spekking [Thu, 20 Aug 2009 13:41:34 +0000 (13:41 +0000)]
Follow-up r55368: Fix parser tests

14 years ago* working inline uploader
Michael Dale [Thu, 20 Aug 2009 13:31:25 +0000 (13:31 +0000)]
* working inline uploader

14 years ago* skin revert
Michael Dale [Thu, 20 Aug 2009 12:14:14 +0000 (12:14 +0000)]
* skin revert

14 years ago* restored control Builder as wel
Michael Dale [Thu, 20 Aug 2009 12:05:16 +0000 (12:05 +0000)]
* restored control Builder as wel

14 years ago* partial revert to 55208 (pre kskin)
Michael Dale [Thu, 20 Aug 2009 11:57:37 +0000 (11:57 +0000)]
* partial revert to 55208  (pre kskin)

14 years agoFixed some of tests failed caused by r55371.
Philip Tzou [Thu, 20 Aug 2009 11:45:49 +0000 (11:45 +0000)]
Fixed some of tests failed caused by r55371.

14 years ago* kskin final state before revert for presentations
Michael Dale [Thu, 20 Aug 2009 11:37:48 +0000 (11:37 +0000)]
* kskin final state before revert for presentations

14 years agoSet linkTrail for Chinese language. There is no character should be appended to a...
Philip Tzou [Thu, 20 Aug 2009 11:16:19 +0000 (11:16 +0000)]
Set linkTrail for Chinese language. There is no character should be appended to a titlelink in Chinese wiki.

14 years agoSave the variant find from HTTP_ACCEPT_LANGUAGE to $mPreferredVariant, so we do not...
Philip Tzou [Thu, 20 Aug 2009 11:11:15 +0000 (11:11 +0000)]
Save the variant find from HTTP_ACCEPT_LANGUAGE to $mPreferredVariant, so we do not need to do it again.

14 years ago* slightly better sequencer css layout.
Michael Dale [Thu, 20 Aug 2009 10:29:09 +0000 (10:29 +0000)]
* slightly better sequencer css layout.
* now to fix the mismatched selectors *****I hate kskin right now****

14 years ago* minor css fixes
Michael Dale [Thu, 20 Aug 2009 09:55:40 +0000 (09:55 +0000)]
* minor css fixes
* fixes to inline uploads
* stubs for recent uploaded asset import listing

14 years ago* (bug 20318) Distinct CSS classes for ISBN/RFC/PMID special links added
Raimond Spekking [Thu, 20 Aug 2009 09:13:29 +0000 (09:13 +0000)]
* (bug 20318) Distinct CSS classes for ISBN/RFC/PMID special links added

14 years ago* moved $wgEnableTemporalOggUrls configuration var from default settings to oggHandler
Michael Dale [Thu, 20 Aug 2009 05:44:10 +0000 (05:44 +0000)]
* moved $wgEnableTemporalOggUrls configuration var from default settings to oggHandler

14 years ago* broken kskin integration mvpcf bootstrapping
Michael Dale [Thu, 20 Aug 2009 04:28:52 +0000 (04:28 +0000)]
* broken kskin integration mvpcf bootstrapping

14 years agoDe-clutter base directory; moving install-utils.inc into maintenance.
Brion Vibber [Wed, 19 Aug 2009 23:40:48 +0000 (23:40 +0000)]
De-clutter base directory; moving install-utils.inc into maintenance.

14 years agoOops and fix the test it was supposed to check.
Chad Horohoe [Wed, 19 Aug 2009 23:35:24 +0000 (23:35 +0000)]
Oops and fix the test it was supposed to check.

14 years agoAdd dash to Britney Spears
Chad Horohoe [Wed, 19 Aug 2009 23:34:42 +0000 (23:34 +0000)]
Add dash to Britney Spears

14 years agoLocalisation updates for core messages from translatewiki.net (2009-08-19 22:36 UTC)
Siebrand Mazeland [Wed, 19 Aug 2009 22:47:58 +0000 (22:47 +0000)]
Localisation updates for core messages from translatewiki.net (2009-08-19 22:36 UTC)

14 years ago* minor updates
Michael Dale [Wed, 19 Aug 2009 18:48:12 +0000 (18:48 +0000)]
* minor updates

14 years agoIncrimented $wgStyleVersion to refelct the changes in r55333.
Trevor Parscal [Wed, 19 Aug 2009 18:34:07 +0000 (18:34 +0000)]
Incrimented $wgStyleVersion to refelct the changes in r55333.

14 years agofix up doc comment on Database::buildConcat()
Brion Vibber [Wed, 19 Aug 2009 18:28:59 +0000 (18:28 +0000)]
fix up doc comment on Database::buildConcat()

14 years agoCleanup for r54264 "* Don't suppress warnings while developing, wasting my time for...
Brion Vibber [Wed, 19 Aug 2009 18:22:31 +0000 (18:22 +0000)]
Cleanup for r54264 "* Don't suppress warnings while developing, wasting my time for debugging"
Remove the warning suppression entirely; if you're seeing any warnings come up here it's probably because you forgot an isset() :) Please find and fix any such items.

14 years agoBug #20175 identifies some rendering artifacts which started popping up when we start...
Trevor Parscal [Wed, 19 Aug 2009 18:19:42 +0000 (18:19 +0000)]
Bug #20175 identifies some rendering artifacts which started popping up when we started messing with the font sizes of Vector at the body level. The problem is that Vector was originally designed with a fixed font size set at the body level, but using fixed font sizes like px and pt (which browsers like IE 5 - 7 don't scaled with user's prefs) - so changing it to something relative caused other issues like the tabs not lining up right and such. This patch switches the approach to using a 100% font size on everything except for the actual text in the UI, usually set at the a or span tag level (closest to text as possible). Everything in the #bodyContent and #siteNotice is also scaled at that level, so content can use relative sizes as usual without any change in behavior. This approach avoids strange rounding errors which each browser seems to handle differently, making the tabs look right - while also giving users of older IE browser control over their font sizes. Thus, this fixes #20175.

14 years agoRevert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton."
Brion Vibber [Wed, 19 Aug 2009 17:34:08 +0000 (17:34 +0000)]
Revert r54291 "(bug 19004) Added support for tags to the API. Patch by Matthew Britton."
Per notes on code review, this doesn't handle multiple tags correctly right now.

14 years agoBreak installer guts out of config/index.php so we can display the "arglebargle need...
Brion Vibber [Wed, 19 Aug 2009 17:03:00 +0000 (17:03 +0000)]
Break installer guts out of config/index.php so we can display the "arglebargle need PHP 5" error.
The installer now uses enough PHP 5 features that PHP 4 won't even parse the file. :)

Still todo:
* auto-forward hits from index.php to index.php5 on a PHP 4/5 mixed setup