lhc/web/wiklou.git
14 years ago* (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setup
Chad Horohoe [Thu, 23 Jul 2009 00:31:37 +0000 (00:31 +0000)]
* (bug 14201) Set $wgDBadminuser/$wgDBadminpassword during setup
* (bug 18768) Remove AdminSettings requirements. Maintenance environment will still load it if it exists, but it's not required for anything

14 years agoLocalisation updates for core messages from translatewiki.net (2009-07-22 23:12 UTC)
Siebrand Mazeland [Wed, 22 Jul 2009 23:23:12 +0000 (23:23 +0000)]
Localisation updates for core messages from translatewiki.net (2009-07-22 23:12 UTC)

14 years ago(bug 16877) When moving a page over a redirect, delete the creation entry for the...
Alex Z [Wed, 22 Jul 2009 20:09:23 +0000 (20:09 +0000)]
(bug 16877) When moving a page over a redirect, delete the creation entry for the redirect from the recentchanges table

14 years ago* no need to pass "$asyncdownload = false", this is not python :)
Alexandre Emsenhuber [Wed, 22 Jul 2009 19:42:02 +0000 (19:42 +0000)]
* no need to pass "$asyncdownload = false", this is not python :)
* added new line at the end of wfDebug() call
* change ereg(i) to preg_match, the former is deprecated since PHP 5.3

14 years ago(bug 19876) remove the obsolete namespace names into aliases for zh-tw
Shinjiman [Wed, 22 Jul 2009 13:31:04 +0000 (13:31 +0000)]
(bug 19876) remove the obsolete namespace names into aliases for zh-tw

14 years ago* (bug 19857) maintenance/deleteRevision.php on last revision no longer breaks target...
Alexandre Emsenhuber [Wed, 22 Jul 2009 10:34:15 +0000 (10:34 +0000)]
* (bug 19857) maintenance/deleteRevision.php on last revision no longer breaks target page
* also copy ar_page_id, ar_len and ar_deleted fields when deleting a revision

14 years agoFixed php 5.3 reference error
Aaron Schulz [Wed, 22 Jul 2009 04:53:59 +0000 (04:53 +0000)]
Fixed php 5.3 reference error

14 years ago(bug 19574) LocalisationCache gets confused when external code deletes its store...
Tim Starling [Wed, 22 Jul 2009 04:03:46 +0000 (04:03 +0000)]
(bug 19574) LocalisationCache gets confused when external code deletes its store after it does its cache freshness check. Fix by reinitialising the cache after the DB setup.

14 years agoAdd experimental support for a total hit count in the MySQL search engine.
Brion Vibber [Tue, 21 Jul 2009 23:20:00 +0000 (23:20 +0000)]
Add experimental support for a total hit count in the MySQL search engine.
Disabled by default as it's a bit flaky when you combine title and page content results... also might be slow on larger sites. :)
Good for local UI testing to confirm that the search count totals work in the search UI/API though!

/**
 * Set to true to have the default MySQL search engine count total
 * search matches to present in the Special:Search UI.
 *
 * This could however be slow on larger wikis, and is pretty flaky
 * with the current title vs content split. Recommend avoiding until
 * that's been worked out cleanly; but this may aid in testing the
 * search UI and API to confirm that the result count works.
 */
$wgSearchMySQLTotalHits = false;

14 years agoSolves bug #19514.
Trevor Parscal [Tue, 21 Jul 2009 22:54:45 +0000 (22:54 +0000)]
Solves bug #19514.

14 years agoSolves bug #19567 by applying the bottom margin to the child p or div tag, making...
Trevor Parscal [Tue, 21 Jul 2009 22:44:16 +0000 (22:44 +0000)]
Solves bug #19567 by applying the bottom margin to the child p or div tag, making it possible to have the #siteNotice div always present and the notice content hidden, without adding the extra space.

14 years agoFixes bug #19866
Trevor Parscal [Tue, 21 Jul 2009 22:23:26 +0000 (22:23 +0000)]
Fixes bug #19866

14 years agoFixed text wrapping problem, which was being solved in langues with spaces between...
Trevor Parscal [Tue, 21 Jul 2009 22:03:31 +0000 (22:03 +0000)]
Fixed text wrapping problem, which was being solved in langues with spaces between words by changing them to   (dirty hack) but was not fixed in languages without them such as Chinese. This does it with CSS (how it should have been done originally).

14 years agoremove debugging code *stab*
Alexandre Emsenhuber [Tue, 21 Jul 2009 20:32:41 +0000 (20:32 +0000)]
remove debugging code *stab*

14 years ago* don't require allow_url_fopen enabled when cURL is available
Alexandre Emsenhuber [Tue, 21 Jul 2009 20:31:49 +0000 (20:31 +0000)]
* don't require allow_url_fopen enabled when cURL is available
* implemented get_headers() with cURL (headers_only option in HttpRequest)
* fix some possible ENOTICE
* some spacing fixes

14 years ago* Replace $wgSecondaryGoNamespace with $wgSecondaryGoNamespaces (taking an array...
Robert Leverington [Tue, 21 Jul 2009 20:18:56 +0000 (20:18 +0000)]
* Replace $wgSecondaryGoNamespace with $wgSecondaryGoNamespaces (taking an array of integers instead of just an integer), per code review of r53600.

14 years agoFixed broken jumpto link. Fixes bug #17710
Trevor Parscal [Tue, 21 Jul 2009 17:57:16 +0000 (17:57 +0000)]
Fixed broken jumpto link. Fixes bug #17710

14 years agoCleanup for r53518 (subpage support for edit comments)
Brion Vibber [Tue, 21 Jul 2009 17:07:56 +0000 (17:07 +0000)]
Cleanup for r53518 (subpage support for edit comments)
Reported bug: PHP Notice: Undefined variable: thelink in /var/www/w/includes/Linker.php on line 1090 on hitting http://translatewiki.net/w/i.php?title=Special:Log&dir=prev&user=Siebrand
Weren't properly checking for the case where we end up with an invalid link at the end.

14 years agoonly set wpDestFile after selecting a file if its empty -- this could have been set...
Jan Gerber [Tue, 21 Jul 2009 15:51:00 +0000 (15:51 +0000)]
only set wpDestFile after selecting a file if its empty -- this could have been set via url /index.php?title=Special:Upload&wpDestFile=foobar.ogv

14 years agoAdd $wgSecondaryGoNamespace, used if an exact match is not found when pressing go...
Robert Leverington [Tue, 21 Jul 2009 14:45:21 +0000 (14:45 +0000)]
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.

See bug 19862.

14 years agoSmall changes to Special:Disambiguations
Raimond Spekking [Tue, 21 Jul 2009 12:31:51 +0000 (12:31 +0000)]
Small changes to Special:Disambiguations
** Use 'editlink' message instead of 'qbedit' (CologneBlue specific message)
** Use parentheses message instead of hardcoded parentheses

14 years agofollow up r53582: Move escaping to the outer message for consistency. Per suggestion...
Raimond Spekking [Tue, 21 Jul 2009 12:17:32 +0000 (12:17 +0000)]
follow up r53582: Move escaping to the outer message for consistency. Per suggestion of Ialex :)

14 years agofollow up r53582: remove duped line :/
Raimond Spekking [Tue, 21 Jul 2009 12:04:52 +0000 (12:04 +0000)]
follow up r53582: remove duped line :/

14 years ago* (bug 19097) Small changes to Special:DoubleRedirects
Raimond Spekking [Tue, 21 Jul 2009 12:02:34 +0000 (12:02 +0000)]
* (bug 19097) Small changes to Special:DoubleRedirects
** Use 'editlink' message instead of 'qbedit'
** Use parentheses message instead of hardcoded parentheses
Based on a patch by Ahmad Sherif

14 years ago* update UploadComplete hook, the object is now a subclass of UploadBase
Alexandre Emsenhuber [Tue, 21 Jul 2009 11:48:52 +0000 (11:48 +0000)]
* update UploadComplete hook, the object is now a subclass of UploadBase
* whitespaces fixes

14 years ago(bug 18161) Fix inconsistent separators in watchlist link toolbars with "enhanced...
Raimond Spekking [Tue, 21 Jul 2009 11:18:27 +0000 (11:18 +0000)]
(bug 18161) Fix inconsistent separators in watchlist link toolbars with "enhanced recent changes"

14 years agoUpdate the Chinese conversion tables.
Philip Tzou [Tue, 21 Jul 2009 06:26:53 +0000 (06:26 +0000)]
Update the Chinese conversion tables.

14 years agoFollow-up to r52963: Moved ID attributes on header elements to the spans within the...
Remember the dot [Tue, 21 Jul 2009 04:19:34 +0000 (04:19 +0000)]
Follow-up to r52963: Moved ID attributes on header elements to the spans within the headers to avoid breaking things, at least until we can decide what the best way to handle these IDs is.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-07-20 18:45 UTC)
Raimond Spekking [Mon, 20 Jul 2009 19:08:50 +0000 (19:08 +0000)]
Localisation updates for core messages from translatewiki.net (2009-07-20 18:45 UTC)

14 years agoA bit more readable
Niklas Laxström [Mon, 20 Jul 2009 13:25:14 +0000 (13:25 +0000)]
A bit more readable

14 years ago(bug 19839) fix for r53173: Comments in log items are no more double escaped
Alexandre Emsenhuber [Mon, 20 Jul 2009 12:07:07 +0000 (12:07 +0000)]
(bug 19839) fix for r53173: Comments in log items are no more double escaped

14 years ago* refactor Special:ActiveUser's SQL query to use options on $query rather than hardco...
Alexandre Emsenhuber [Mon, 20 Jul 2009 09:40:49 +0000 (09:40 +0000)]
* refactor Special:ActiveUser's SQL query to use options on $query rather than hardcoding it in $query['tables']
* fix case: use Activeusers to match aliases in localisation

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Mon, 20 Jul 2009 09:03:29 +0000 (09:03 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years ago(bug 15745) Make the edit summary link parser detect links more like the real parser...
Alex Z [Mon, 20 Jul 2009 06:29:46 +0000 (06:29 +0000)]
(bug 15745) Make the edit summary link parser detect links more like the real parser, added a parser test for it

14 years agoFollow-up r53515: register 'prefs-registration-date-time' and mark it optional.
Siebrand Mazeland [Mon, 20 Jul 2009 06:08:36 +0000 (06:08 +0000)]
Follow-up r53515: register 'prefs-registration-date-time' and mark it optional.

14 years agoMake --delete confirmation actually work
Aaron Schulz [Mon, 20 Jul 2009 05:54:06 +0000 (05:54 +0000)]
Make --delete confirmation actually work

14 years agoMake sure this commits too
Aaron Schulz [Mon, 20 Jul 2009 05:40:23 +0000 (05:40 +0000)]
Make sure this commits too

14 years ago(bug 19596) Fix more fucked up garbage from when $types was made into an array in...
Aaron Schulz [Mon, 20 Jul 2009 05:38:26 +0000 (05:38 +0000)]
(bug 19596) Fix more fucked up garbage from when $types was made into an array in various places. Log headers were missing.

14 years agoRemoved filestore references from comments
Aaron Schulz [Mon, 20 Jul 2009 05:19:40 +0000 (05:19 +0000)]
Removed filestore references from comments

14 years agoUpdate deleteArchivedFiles.inc to use FileRepo (FileStore was removed)
Aaron Schulz [Mon, 20 Jul 2009 05:16:41 +0000 (05:16 +0000)]
Update deleteArchivedFiles.inc to use FileRepo (FileStore was removed)

14 years ago(bug 19818) - Allow users to patrol edits to user CSS/JS subpages even if they can...
Alex Z [Mon, 20 Jul 2009 05:14:35 +0000 (05:14 +0000)]
(bug 19818) - Allow users to patrol edits to user CSS/JS subpages even if they can't edit them

14 years ago* Query fixes
Aaron Schulz [Mon, 20 Jul 2009 04:53:35 +0000 (04:53 +0000)]
* Query fixes
* Don't count account creations (bug 19616)

14 years agoReplace the call to action=raw with a couple API calls for the main
Alex Z [Mon, 20 Jul 2009 04:43:22 +0000 (04:43 +0000)]
Replace the call to action=raw with a couple API calls for the main
hook category and the removed hook category (that I just created)
for better results and proper filtering of removed hooks for the
online doc check

14 years agoFix activeusers grouping
Aaron Schulz [Mon, 20 Jul 2009 04:37:41 +0000 (04:37 +0000)]
Fix activeusers grouping

14 years ago* (bug 17374) Special:Export no longer exports multiple copies of pages
Brion Vibber [Mon, 20 Jul 2009 02:47:48 +0000 (02:47 +0000)]
* (bug 17374) Special:Export no longer exports multiple copies of pages
Proper normalization now! Only keeps one copy of each normalized page title; also now discarding interwikis explicitly.

14 years agoAlso treat [[#section]] links as expected with the 'local' param for diff view vs...
Brion Vibber [Mon, 20 Jul 2009 02:26:37 +0000 (02:26 +0000)]
Also treat [[#section]] links as expected with the 'local' param for diff view vs RC/history view.

14 years agoAdd standardSelectDistinct() function to help fork queries based on whether the order...
Greg Sabino Mullane [Mon, 20 Jul 2009 02:20:15 +0000 (02:20 +0000)]
Add standardSelectDistinct() function to help fork queries based on whether the order by items must appear in the select distinct list. See bug 18078.

14 years agoFollowup to r52477. Call unlock/lock in correct order :)
Chad Horohoe [Mon, 20 Jul 2009 02:18:12 +0000 (02:18 +0000)]
Followup to r52477. Call unlock/lock in correct order :)

14 years agoAllow date/time separation in the data following MediaWiki:prefs-registration
Purodha B Blissenbach [Mon, 20 Jul 2009 02:14:54 +0000 (02:14 +0000)]
Allow date/time separation in the data following MediaWiki:prefs-registration

14 years ago* (bug 14080) Short notation links to subpages didn't work in edit summaries
Brion Vibber [Mon, 20 Jul 2009 02:07:56 +0000 (02:07 +0000)]
* (bug 14080) Short notation links to subpages didn't work in edit summaries
Moved Parser::maybeDoSubpage guts to Linker to call from both locations.
Added some parser test cases.
Note that this might not behave exactly like the main parser in cases where the link text would get altered, but the links are functional. Yay!

14 years agoExtra quotes are breaking wfShellExecute() for me...need to look into this more to...
Aaron Schulz [Mon, 20 Jul 2009 02:04:54 +0000 (02:04 +0000)]
Extra quotes are breaking wfShellExecute() for me...need to look into this more to see what changed (PHP or cmd?)

14 years agoNote fixing of 19445.
Greg Sabino Mullane [Mon, 20 Jul 2009 01:56:04 +0000 (01:56 +0000)]
Note fixing of 19445.

14 years agoFull support for modified oldimage FK constraint to do ON UPDATE CASCASE as well...
Greg Sabino Mullane [Mon, 20 Jul 2009 01:54:36 +0000 (01:54 +0000)]
Full support for modified oldimage FK constraint to do ON UPDATE CASCASE as well as ON DELETE CASCADE. Thanks to Robert Fleming for reporting and supplying a patch in bug #19445.

14 years agoFor oldimage table, do ON UPDATE CASCADE. Per bug #19445.
Greg Sabino Mullane [Mon, 20 Jul 2009 01:42:24 +0000 (01:42 +0000)]
For oldimage table, do ON UPDATE CASCADE. Per bug #19445.
Note: still needs adjustments to updaters.inc

14 years agoFinally add a damn string->array parser for parser test case options, so it's easier...
Brion Vibber [Mon, 20 Jul 2009 01:40:47 +0000 (01:40 +0000)]
Finally add a damn string->array parser for parser test case options, so it's easier to add more.

14 years agoFix fatal from r53504
Aryeh Gregor [Mon, 20 Jul 2009 00:52:14 +0000 (00:52 +0000)]
Fix fatal from r53504

Apparently a) var $foo = $bar = 'baz' doesn't work in PHP, and b) I
should try viewing pages with action=purge to make sure there aren't
actually any fatals.

14 years agoadd GENDER support to revision-info
Purodha B Blissenbach [Mon, 20 Jul 2009 00:44:39 +0000 (00:44 +0000)]
add GENDER support to revision-info

14 years agoreverted r53502: FATAL from untested code
Aaron Schulz [Mon, 20 Jul 2009 00:42:50 +0000 (00:42 +0000)]
reverted r53502: FATAL from untested code

14 years agoUse member variable defaults for SkinTemplate
Aryeh Gregor [Mon, 20 Jul 2009 00:33:23 +0000 (00:33 +0000)]
Use member variable defaults for SkinTemplate

14 years agoAdd support for running test cases on the Linker::formatComment() mini-parser, so...
Brion Vibber [Mon, 20 Jul 2009 00:20:33 +0000 (00:20 +0000)]
Add support for running test cases on the Linker::formatComment() mini-parser, so we can protect against behavior regressions there.

14 years agoAdd experimental new auth framework, ExternalAuth
Aryeh Gregor [Sun, 19 Jul 2009 22:02:00 +0000 (22:02 +0000)]
Add experimental new auth framework, ExternalAuth

This should not affect any existing behavior.  (Except that it reorders
some error conditions in attemptAutoCreate(), but probably no one cares
about that.)  It adds a new database table, but it will be unused unless
you enable external authentication.

An outline of the rationale for this system, and the design planning, is
at <http://www.mediawiki.org/wiki/ExternalAuth>.  Essentially,
AuthPlugin puts too much of a burden on plugin authors, requiring them
to write a lot of policy logic instead of just handling the actual
interface to the external user database.  This system uses a standard
framework to decide policy questions, and auth plugins only need to
provide some low-level, clearly-specified data.

There are lots of features still missing, marked in the code, but basic
functionality is present.  The commit includes initial support for one
type of external authentication, the forum software vBulletin (which I
happen to know well, and want to integrate with my MediaWiki).

I'm encouraging the inclusion of ExternalAuth plugins in core because in
this framework, the amount of code required to add an additional backend
is quite small -- well under 100 lines in this case.  I'd hope to see a
lot more of these, and it seems unreasonable to make an armada of tiny
extensions instead of letting them live happily in their own directory
out of everyone's way.

14 years ago* (bug 17139) ts_resortTable inconsistent trimming makes date sorting fragile
Brion Vibber [Sun, 19 Jul 2009 21:25:47 +0000 (21:25 +0000)]
* (bug 17139) ts_resortTable inconsistent trimming makes date sorting fragile
Added a trim on the sort key preprocessing as well as the picking of the preprocessor

14 years agoLocalisation updates for core messages from translatewiki.net (2009-07-19 21:09 UTC)
Siebrand Mazeland [Sun, 19 Jul 2009 21:17:00 +0000 (21:17 +0000)]
Localisation updates for core messages from translatewiki.net (2009-07-19 21:09 UTC)

14 years ago* (bug 18751) Fix for buggage in profiling setup for some extensions on PHP 5.1
Brion Vibber [Sun, 19 Jul 2009 20:21:28 +0000 (20:21 +0000)]
* (bug 18751) Fix for buggage in profiling setup for some extensions on PHP 5.1
Patch by GreenReaper: http://bug-attachment.wikimedia.org/attachment.cgi?id=6246

14 years ago(bug 19564) Update docs/hooks.txt
Alex Z [Sun, 19 Jul 2009 20:03:13 +0000 (20:03 +0000)]
(bug 19564) Update docs/hooks.txt

14 years ago* (bug 19287) Workaround for lag on history page in Firefox 3.5
Brion Vibber [Sun, 19 Jul 2009 19:59:12 +0000 (19:59 +0000)]
* (bug 19287) Workaround for lag on history page in Firefox 3.5
Added id attributes to diff radios and show/hide check boxes; this is to work around a bug in Firefox 3.5 where form session saving hangs for a while after each change when a page contains hundreds of anonymous radio and checkboxes.

14 years agoadd includes/upload/ to findhooks.php's path list
Alexandre Emsenhuber [Sun, 19 Jul 2009 19:48:08 +0000 (19:48 +0000)]
add includes/upload/ to findhooks.php's path list

14 years agoLocalization update.
Rotem Liss [Sun, 19 Jul 2009 19:44:59 +0000 (19:44 +0000)]
Localization update.

14 years ago* (bug 19355) Added .xhtml, .xht to upload file extension blacklist
Brion Vibber [Sun, 19 Jul 2009 19:41:56 +0000 (19:41 +0000)]
* (bug 19355) Added .xhtml, .xht to upload file extension blacklist

14 years agofix for r53483, use tabs for identations, not spaces :)
Alexandre Emsenhuber [Sun, 19 Jul 2009 19:37:08 +0000 (19:37 +0000)]
fix for r53483, use tabs for identations, not spaces :)

14 years agoAdd major contributors raymond, ialex, siebrand
Siebrand Mazeland [Sun, 19 Jul 2009 17:43:13 +0000 (17:43 +0000)]
Add major contributors raymond, ialex, siebrand

14 years ago* (bug 19827) Special:SpecialPages title is "Upload file
Brion Vibber [Sun, 19 Jul 2009 17:24:48 +0000 (17:24 +0000)]
* (bug 19827) Special:SpecialPages title is "Upload file
Restructured SpecialUpload class was performing output in constructor; this messed up other pages using the object in the background, as Special:Specialpages

14 years ago* (bug 19761) Removed autogenerated <meta keywords> tag with link data.
Brion Vibber [Sun, 19 Jul 2009 17:07:03 +0000 (17:07 +0000)]
* (bug 19761) Removed autogenerated <meta keywords> tag with link data.
  Keyword set was not useful, and is ignored by modern search engines anway.

14 years ago* (bug 19784) date option "ISO 8601" produced illegal id
Brion Vibber [Sun, 19 Jul 2009 16:49:58 +0000 (16:49 +0000)]
* (bug 19784) date option "ISO 8601" produced illegal id
Now running auto-generated id/names for radio group items through Sanitizer::escapeId().
For good measure, also manually checking the input 'name' and 'id' field values for base fields against validation and throwing an exception if we ain't got em.

14 years agoUse localised parentheses and $wgLang->pipeList() instead of hardcoded parentheses...
Siebrand Mazeland [Sun, 19 Jul 2009 14:47:03 +0000 (14:47 +0000)]
Use localised parentheses and $wgLang->pipeList() instead of hardcoded parentheses and pipe characters.

14 years agoUse $wgLang->pipeList() instead of separating with "/"
Siebrand Mazeland [Sun, 19 Jul 2009 14:36:32 +0000 (14:36 +0000)]
Use $wgLang->pipeList() instead of separating with "/"

14 years agosvn:eol-style native
Alexandre Emsenhuber [Sun, 19 Jul 2009 12:27:48 +0000 (12:27 +0000)]
svn:eol-style native

14 years agoAllow wikitext to be used in nologin, etc.
Aryeh Gregor [Sun, 19 Jul 2009 06:08:09 +0000 (06:08 +0000)]
Allow wikitext to be used in nologin, etc.

These are the primary messages on Special:UserLogin, so it's reasonable
to permit formatting.

14 years agobug 18725 add revision suppression UI on deleted revision page
Aaron Schulz [Sun, 19 Jul 2009 00:33:30 +0000 (00:33 +0000)]
bug 18725 add revision suppression UI on deleted revision page

14 years ago(bug 19814) - Interwiki links from file links - [[File:Foo.jpg|link=de:Test]] - are...
Alex Z [Sat, 18 Jul 2009 22:49:31 +0000 (22:49 +0000)]
(bug 19814) - Interwiki links from file links - [[File:Foo.jpg|link=de:Test]] - are no longer recorded in the pagelinks table
Also update Parser::makeImage() docs for the link option

14 years agoRELEASE-NOTES entry for r53457 (oops)
Alexandre Emsenhuber [Sat, 18 Jul 2009 21:25:11 +0000 (21:25 +0000)]
RELEASE-NOTES entry for r53457 (oops)

14 years ago(bug 19759) successbox on Special:Preferences now correctly aligned on standard,...
Alexandre Emsenhuber [Sat, 18 Jul 2009 21:23:18 +0000 (21:23 +0000)]
(bug 19759) successbox on Special:Preferences now correctly aligned on standard, nostalgia and cologneblue skins

14 years agoIf config/ directory is not executable, the command to make it executable now asks...
X! [Sat, 18 Jul 2009 18:06:30 +0000 (18:06 +0000)]
If config/ directory is not executable, the command to make it executable now asks the user to cd to the correct directory

14 years agoDestination Check fixes
Michael Dale [Sat, 18 Jul 2009 15:11:41 +0000 (15:11 +0000)]
Destination Check fixes

14 years agoFollow-up r53286: No need to create a label without following input element.
Raimond Spekking [Sat, 18 Jul 2009 14:59:17 +0000 (14:59 +0000)]
Follow-up r53286: No need to create a label without following input element.

14 years agoFollow-up r53286: More fixes for invalid HTML
Raimond Spekking [Sat, 18 Jul 2009 14:36:42 +0000 (14:36 +0000)]
Follow-up r53286: More fixes for invalid HTML

14 years agofixes for r53282:
Alexandre Emsenhuber [Sat, 18 Jul 2009 14:24:24 +0000 (14:24 +0000)]
fixes for r53282:
* readded Skin::getHeadScript() comment
* removed pass-by-ref for $out, not needed
* removed "implode ( "\n\t", $r )", since $r is no more used
* updated SkinStandard::getHeadScript() to have the same parameters

14 years agoAccept the subpage value (ie: Special:Allmessages/fr) also
Chad Horohoe [Sat, 18 Jul 2009 14:07:28 +0000 (14:07 +0000)]
Accept the subpage value (ie: Special:Allmessages/fr) also

14 years agoFollow-up r53286: Fix some issues:
Raimond Spekking [Sat, 18 Jul 2009 13:50:14 +0000 (13:50 +0000)]
Follow-up r53286: Fix some issues:
* Fix invalid HTML
* Show language code in list too (for consistency with Special:Preferences)
* Change CSS class/ID names to stick with our code standards (mw-...)
* Use more proper XML functions
* Add some messages for the input form instead of reusing messages from other forms to make i18n easier

14 years agoAvoid E_NOTICE on empty strings
Niklas Laxström [Sat, 18 Jul 2009 10:39:03 +0000 (10:39 +0000)]
Avoid E_NOTICE on empty strings

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sat, 18 Jul 2009 08:07:40 +0000 (08:07 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years ago* Whitespace
Niklas Laxström [Sat, 18 Jul 2009 07:47:22 +0000 (07:47 +0000)]
* Whitespace
* Post to $wgScript.. we do not need crawlers here
* E_NOTICE with unchecked use of explode results

14 years agoWhitespace
Niklas Laxström [Sat, 18 Jul 2009 07:44:57 +0000 (07:44 +0000)]
Whitespace

14 years agoEnable show/hide link on diff to cur (consistency)
Aaron Schulz [Sat, 18 Jul 2009 02:51:41 +0000 (02:51 +0000)]
Enable show/hide link on diff to cur (consistency)

14 years agoLocalisation updates for core messages from translatewiki.net (2009-07-17 22:50 UTC)
Siebrand Mazeland [Fri, 17 Jul 2009 23:02:23 +0000 (23:02 +0000)]
Localisation updates for core messages from translatewiki.net (2009-07-17 22:50 UTC)

14 years agoFixes bug 19506 by searching through a few more containers for links which need updat...
Trevor Parscal [Fri, 17 Jul 2009 22:49:27 +0000 (22:49 +0000)]
Fixes bug 19506 by searching through a few more containers for links which need updateTooltipAccessKeys to be run on them.

14 years agoReduced superfluous (and bug causing) specificity in most ID based rules.
Trevor Parscal [Fri, 17 Jul 2009 22:31:53 +0000 (22:31 +0000)]
Reduced superfluous (and bug causing) specificity in most ID based rules.

14 years agoUpdate messages.inc for r53423
Aryeh Gregor [Fri, 17 Jul 2009 22:30:27 +0000 (22:30 +0000)]
Update messages.inc for r53423

14 years agoSyntax error
Siebrand Mazeland [Fri, 17 Jul 2009 22:26:39 +0000 (22:26 +0000)]
Syntax error

14 years agoAllow non-integral days for watchlists and RC
Aryeh Gregor [Fri, 17 Jul 2009 22:19:02 +0000 (22:19 +0000)]
Allow non-integral days for watchlists and RC

Fixes bug 19296.  This was a regression due to the preferences work.