lhc/web/wiklou.git
15 years agoFinish cross-skin unification of <head>
Aryeh Gregor [Fri, 10 Jul 2009 02:13:02 +0000 (02:13 +0000)]
Finish cross-skin unification of <head>

Vector and Modern are now using $wgOut->headElement(), finishing the
work that r52864 started.  -80 lines net.

15 years agoAdded no-text-transform class for use with extra personal tools which should not...
Trevor Parscal [Thu, 9 Jul 2009 21:27:59 +0000 (21:27 +0000)]
Added no-text-transform class for use with extra personal tools which should not be lowercase.

15 years agoFixed IE bug that caused some rendering problems with floated content because of...
Trevor Parscal [Thu, 9 Jul 2009 17:08:30 +0000 (17:08 +0000)]
Fixed IE bug that caused some rendering problems with floated content because of the assumed width of bodyContent.

15 years agoRelease notes updates for r52983
Andrew Garrett [Thu, 9 Jul 2009 15:19:05 +0000 (15:19 +0000)]
Release notes updates for r52983

15 years ago* Allow leading-> as syntax for quoting.
Andrew Garrett [Thu, 9 Jul 2009 15:17:56 +0000 (15:17 +0000)]
* Allow leading-> as syntax for quoting.

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Thu, 9 Jul 2009 13:44:55 +0000 (13:44 +0000)]
Update the Chinese conversion tables.

15 years agoRemoved redundant anchors from headings as suggested by Aryeh Gregor on wikitech...
Remember the dot [Thu, 9 Jul 2009 03:50:49 +0000 (03:50 +0000)]
Removed redundant anchors from headings as suggested by Aryeh Gregor on wikitech-l. Even IE6 supports jumping to elements by ID using URLs, so there is no need to make this any more complicated than it has to be.

15 years agoRemove redundant no-op implementations
Aryeh Gregor [Thu, 9 Jul 2009 01:04:10 +0000 (01:04 +0000)]
Remove redundant no-op implementations

Followup to r52951.

15 years agoAdjust error message to be clearer for empty var
Aryeh Gregor [Thu, 9 Jul 2009 01:03:57 +0000 (01:03 +0000)]
Adjust error message to be clearer for empty var

15 years ago(bug 19602) PubMed Magic links use outdated URL pattern
Chad Horohoe [Thu, 9 Jul 2009 00:28:01 +0000 (00:28 +0000)]
(bug 19602) PubMed Magic links use outdated URL pattern

15 years ago(bug 19591) Move setBigSelects() to DatabaseMysql
Chad Horohoe [Thu, 9 Jul 2009 00:14:43 +0000 (00:14 +0000)]
(bug 19591) Move setBigSelects() to DatabaseMysql

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

15 years agoMoved buildNavigationUrls into SkinTemplate from SkinVector which inherits SkinTempla...
Trevor Parscal [Wed, 8 Jul 2009 20:59:59 +0000 (20:59 +0000)]
Moved buildNavigationUrls into SkinTemplate from SkinVector which inherits SkinTemplate - as was originally intended.

15 years agoLocalization update.
Rotem Liss [Wed, 8 Jul 2009 20:04:17 +0000 (20:04 +0000)]
Localization update.

15 years ago* (bug 17712) fix the hardcoded link on 'newarticletext' for zh message series.
Shinjiman [Wed, 8 Jul 2009 19:57:53 +0000 (19:57 +0000)]
* (bug 17712) fix the hardcoded link on 'newarticletext' for zh message series.

15 years agoMake this error more understandable to someone who runs this script expecting that...
Ævar Arnfjörð Bjarmason [Wed, 8 Jul 2009 19:26:15 +0000 (19:26 +0000)]
Make this error more understandable to someone who runs this script expecting that it has a working getopt implementation

15 years agoResolves issue in #19185 where, in text only browsers, headings of personal tools...
Trevor Parscal [Wed, 8 Jul 2009 19:12:13 +0000 (19:12 +0000)]
Resolves issue in #19185 where, in text only browsers, headings of personal tools were shown even if no personal tools were available. This was also the case with namespaces aparently.

15 years agodocumenting EditPage::importFormData
ThomasV [Wed, 8 Jul 2009 18:47:46 +0000 (18:47 +0000)]
documenting EditPage::importFormData

15 years agoadding web request parameter for consistency
ThomasV [Wed, 8 Jul 2009 18:19:07 +0000 (18:19 +0000)]
adding web request parameter for consistency

15 years agoResolves bug #19599 using specific rules rather than !important
Trevor Parscal [Wed, 8 Jul 2009 18:02:17 +0000 (18:02 +0000)]
Resolves bug #19599 using specific rules rather than !important

15 years agoFix up hook docs for SkinTemplateNavigation
Roan Kattouw [Wed, 8 Jul 2009 17:59:08 +0000 (17:59 +0000)]
Fix up hook docs for SkinTemplateNavigation

15 years agotypo
Aaron Schulz [Wed, 8 Jul 2009 17:23:26 +0000 (17:23 +0000)]
typo

15 years agofix for r52864: PHP Strict Standards: Declaration of SkinStandard::getHeadScripts...
Alexandre Emsenhuber [Wed, 8 Jul 2009 17:09:41 +0000 (17:09 +0000)]
fix for r52864: PHP Strict Standards:  Declaration of SkinStandard::getHeadScripts() should be compatible with that of Skin::getHeadScripts() in includes/Skin.php on line 141

15 years agoAgressive optimization of images, as well as merging of images which are identical.
Trevor Parscal [Wed, 8 Jul 2009 17:08:29 +0000 (17:08 +0000)]
Agressive optimization of images, as well as merging of images which are identical.

15 years agoFix missing global declaration
Roan Kattouw [Wed, 8 Jul 2009 17:07:39 +0000 (17:07 +0000)]
Fix missing global declaration

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Wed, 8 Jul 2009 13:51:16 +0000 (13:51 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years agofollow-up r52858: remove unused "global $wgMessageCache;"
Alexandre Emsenhuber [Wed, 8 Jul 2009 09:38:03 +0000 (09:38 +0000)]
follow-up r52858: remove unused "global $wgMessageCache;"

15 years agoAdded missing static keyword
Tim Starling [Wed, 8 Jul 2009 08:42:13 +0000 (08:42 +0000)]
Added missing static keyword

15 years agoFollow-up to r52888:
Siebrand Mazeland [Wed, 8 Jul 2009 08:21:52 +0000 (08:21 +0000)]
Follow-up to r52888:
* add new message to messages.inc
* rewording and trailing whitespace trim for 'view-pool-error'

15 years agoImplemented the PoolCounter feature and did some general refactoring in the areas...
Tim Starling [Wed, 8 Jul 2009 08:12:35 +0000 (08:12 +0000)]
Implemented the PoolCounter feature and did some general refactoring in the areas that it touched.

* Renamed Article::outputFromWikitext() to Article::getOutputFromWikitext()
* Factored out cascade protection updates
* Removed recently-added Article::tryParserCache(): misnamed, can be done in one line of code in the caller. Deprecated OutputPage::tryParserCache().
* Made some functions public instead of protected when they could be useful from hooks.
* In ParserCache, removed PHP 4-style ampersands

In Article::view():
* Factored out robot policy logic, "redirected from" header, patrol footer, diff page, revdelete header, CSS/JS formatting, footer, namespace header, missing article error
* Removed some variables, renamed some others, fixed incorrect use of empty()
* Used the refactored footer section to do a couple of early returns and unindent a massive if(!$outputDone) block
* Removed fantasy interpretation of $this->getContent()===false in comment
* Don't try the parser cache when ArticleViewHeader specified $outputDone=true
* Move timing hack to getOutputFromWikitext()
* Stop using $wgOut->parserOptions() with save/restore nonsense every time you want to change something in it. This is meant to be OOP.
* Don't overwrite the article text with an error message and then pretend to write it to the cache, that's confusing

15 years agoMake importScriptURI() use a <link> in all cases.
Alex Z [Wed, 8 Jul 2009 04:52:22 +0000 (04:52 +0000)]
Make importScriptURI() use a <link> in all cases.
Previously it used document.createStyleSheet for IE (which appears to be the only browser that supports it) or @import for everything else

15 years agoFix weird calling convention for Skin::makeGlobalVariablesScript
Aryeh Gregor [Wed, 8 Jul 2009 04:38:01 +0000 (04:38 +0000)]
Fix weird calling convention for Skin::makeGlobalVariablesScript

15 years agoFixed fatal error breakage (bug 19562)
Aaron Schulz [Wed, 8 Jul 2009 00:35:47 +0000 (00:35 +0000)]
Fixed fatal error breakage (bug 19562)

15 years agoResolved problem with classes being defined twice.
Trevor Parscal [Wed, 8 Jul 2009 00:22:18 +0000 (00:22 +0000)]
Resolved problem with classes being defined twice.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-07-07 22:10 UTC)
Siebrand Mazeland [Tue, 7 Jul 2009 22:19:47 +0000 (22:19 +0000)]
Localisation updates for core messages from translatewiki.net (2009-07-07 22:10 UTC)

15 years agoCommit 52503 which introduced l10n caching didn't add 'l10n_cache' to
Ævar Arnfjörð Bjarmason [Tue, 7 Jul 2009 22:09:34 +0000 (22:09 +0000)]
Commit 52503 which introduced l10n caching didn't add 'l10n_cache' to
the list of MW tables in the parserTests. So to temporary
parsertest_table was created.

This broke the parserTests with the error: Table 'wikidb.parsertest_l10n_cache' doesn't exist (localhost)

15 years agoUnify MonoBook <head> generation with legacy skins
Aryeh Gregor [Tue, 7 Jul 2009 21:49:45 +0000 (21:49 +0000)]
Unify MonoBook <head> generation with legacy skins

This was less work than I thought it would be.  The only possible
practical difference in MonoBook should be that some IE fixes are moved
down; at a glance, I don't see how this would hurt anything, but if it
does then some more hacks can be added to move them back up.

A bunch of whitespace was changed in both MonoBook and legacy skins.
Legacy skins had some stuff moved around in the <head>, but mainly to
better match MonoBook, so they should work better if anything, not
worse.  dir= was added to the <body> in legacy skins, matching MonoBook.
There should be no other practical differences.

I would strongly encourage people to port the Modern and Vector skins to
at least share the <head>-generation code like this.  I'd even more
strongly encourage people to totally rewrite the skin system, but that's
a bigger job.  :)

15 years agoLocalization update for he.
Rotem Liss [Tue, 7 Jul 2009 21:20:45 +0000 (21:20 +0000)]
Localization update for he.

15 years agofi E_ERROR: Call to undefined method MessageCache::getExtensionMessagesFor() in inclu...
Alexandre Emsenhuber [Tue, 7 Jul 2009 20:40:33 +0000 (20:40 +0000)]
fi E_ERROR: Call to undefined method MessageCache::getExtensionMessagesFor() in includes/api/ApiQueryAllmessages.php on line 57

15 years agoFollowup to r52856: actually move stuff to common, not vector
Roan Kattouw [Tue, 7 Jul 2009 20:38:20 +0000 (20:38 +0000)]
Followup to r52856: actually move stuff to common, not vector

15 years agoFix up r52846 by moving up all mw_metadata stuff from monobook/modern to common CSS
Roan Kattouw [Tue, 7 Jul 2009 20:37:20 +0000 (20:37 +0000)]
Fix up r52846 by moving up all mw_metadata stuff from monobook/modern to common CSS

15 years agoAdded position:relative to #bodyContent to allow absolutes to be relative to it,...
Trevor Parscal [Tue, 7 Jul 2009 20:24:57 +0000 (20:24 +0000)]
Added position:relative to #bodyContent to allow absolutes to be relative to it, rather than #content. Also, changed #actions to #p-cactions to be compatible with some javascript routines.

15 years agoAPI: Add snippet field to list=search output
Roan Kattouw [Tue, 7 Jul 2009 20:17:54 +0000 (20:17 +0000)]
API: Add snippet field to list=search output

15 years agoReduced specifificity of table rule which was superceding latter rules.
Trevor Parscal [Tue, 7 Jul 2009 18:26:40 +0000 (18:26 +0000)]
Reduced specifificity of table rule which was superceding latter rules.

15 years agoRemove bullets from TOC in Vector
Roan Kattouw [Tue, 7 Jul 2009 18:15:22 +0000 (18:15 +0000)]
Remove bullets from TOC in Vector

15 years agoResolved incorrect wrapping of tabs in prefrences.
Trevor Parscal [Tue, 7 Jul 2009 17:56:23 +0000 (17:56 +0000)]
Resolved incorrect wrapping of tabs in prefrences.

15 years agoRedo r52821 properly: add a div to the Vector HTML instead
Roan Kattouw [Tue, 7 Jul 2009 17:46:29 +0000 (17:46 +0000)]
Redo r52821 properly: add a div to the Vector HTML instead

15 years ago(bug 19529) Missing styling for metadata table in Vector
Roan Kattouw [Tue, 7 Jul 2009 17:03:44 +0000 (17:03 +0000)]
(bug 19529) Missing styling for metadata table in Vector

15 years agoDocument EditPageBeforeEditToolbar hook
Roan Kattouw [Tue, 7 Jul 2009 16:45:12 +0000 (16:45 +0000)]
Document EditPageBeforeEditToolbar hook

15 years agoFixing some irritating whitespace
Niklas Laxström [Tue, 7 Jul 2009 16:13:58 +0000 (16:13 +0000)]
Fixing some irritating whitespace

15 years agonew hook, that allows extensions/ProofreadPage to read form data server-side rather...
ThomasV [Tue, 7 Jul 2009 15:55:56 +0000 (15:55 +0000)]
new hook, that allows extensions/ProofreadPage to read form data server-side rather than using javascript

15 years agoremove conflict markers
Andrew Garrett [Tue, 7 Jul 2009 14:32:52 +0000 (14:32 +0000)]
remove conflict markers

15 years agoMake warnings for special page alias errors useful
Andrew Garrett [Tue, 7 Jul 2009 14:27:58 +0000 (14:27 +0000)]
Make warnings for special page alias errors useful

15 years ago(bug 16885) Silence warnings about invalid characters in input string too with iconv
Niklas Laxström [Tue, 7 Jul 2009 09:56:53 +0000 (09:56 +0000)]
(bug 16885) Silence warnings about invalid characters in input string too with iconv

15 years agoRevert r52821 ("Watch and flaggedrevs AJAX success messages not appearing in Vector...
Roan Kattouw [Tue, 7 Jul 2009 06:04:58 +0000 (06:04 +0000)]
Revert r52821 ("Watch and flaggedrevs AJAX success messages not appearing in Vector"), gonna be done completely differently

15 years agoRemove a couple of useless HTML comments
Aryeh Gregor [Tue, 7 Jul 2009 04:55:30 +0000 (04:55 +0000)]
Remove a couple of useless HTML comments

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Tue, 7 Jul 2009 03:52:00 +0000 (03:52 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years ago(bug 19539) Added used but undeclared messages from Vector
Roan Kattouw [Tue, 7 Jul 2009 00:12:47 +0000 (00:12 +0000)]
(bug 19539) Added used but undeclared messages from Vector

15 years agoMade things look a little better without images
Trevor Parscal [Tue, 7 Jul 2009 00:11:37 +0000 (00:11 +0000)]
Made things look a little better without images

15 years ago(bug 19546) Watch and flaggedrevs AJAX success messages not appearing in Vector
Roan Kattouw [Tue, 7 Jul 2009 00:06:46 +0000 (00:06 +0000)]
(bug 19546) Watch and flaggedrevs AJAX success messages not appearing in Vector

15 years ago(bug 19496) New pages don't have yellow background. Moving rules for .not-patrolled...
Roan Kattouw [Mon, 6 Jul 2009 23:52:22 +0000 (23:52 +0000)]
(bug 19496) New pages don't have yellow background. Moving rules for .not-patrolled, div.patrollink and span.unpatrolled up to common/shared.css

15 years agoResolved accesibility issue with color contrasts on panel headers
Trevor Parscal [Mon, 6 Jul 2009 23:51:50 +0000 (23:51 +0000)]
Resolved accesibility issue with color contrasts on panel headers

15 years agoChanged logo XML ID
Trevor Parscal [Mon, 6 Jul 2009 23:46:43 +0000 (23:46 +0000)]
Changed logo XML ID

15 years agoChanged XML IDs to be compatible with monobook things, and now tabs and menus are...
Trevor Parscal [Mon, 6 Jul 2009 23:44:30 +0000 (23:44 +0000)]
Changed XML IDs to be compatible with monobook things, and now tabs and menus are class driven rather than ID

15 years ago(bug 19524) Move hiding initially hidden collapsable tables from monobook/main.css...
Roan Kattouw [Mon, 6 Jul 2009 23:35:49 +0000 (23:35 +0000)]
(bug 19524) Move hiding initially hidden collapsable tables from monobook/main.css to common/shared.css

15 years agoAdded documentation for VectorTemplateToolboxEnd
Trevor Parscal [Mon, 6 Jul 2009 23:35:01 +0000 (23:35 +0000)]
Added documentation for VectorTemplateToolboxEnd

15 years ago(bug 19554) Bot/minor markers aren't bolded in Vector
Roan Kattouw [Mon, 6 Jul 2009 23:28:21 +0000 (23:28 +0000)]
(bug 19554) Bot/minor markers aren't bolded in Vector

15 years agoFixed more XML IDs to be compatible with monobook
Trevor Parscal [Mon, 6 Jul 2009 23:13:24 +0000 (23:13 +0000)]
Fixed more XML IDs to be compatible with monobook

15 years agoFixes what r52810 broke, making other tabs have the correct XML IDs
Trevor Parscal [Mon, 6 Jul 2009 22:53:58 +0000 (22:53 +0000)]
Fixes what r52810 broke, making other tabs have the correct XML IDs

15 years agoActually resolves namespaces and tabs having the correct XML IDs
Trevor Parscal [Mon, 6 Jul 2009 22:51:45 +0000 (22:51 +0000)]
Actually resolves namespaces and tabs having the correct XML IDs

15 years agoResolves talk namespace tab having the wrong XML id
Trevor Parscal [Mon, 6 Jul 2009 22:45:19 +0000 (22:45 +0000)]
Resolves talk namespace tab having the wrong XML id

15 years agoResolves improperly named XML ids on the namespace tabs, as well as fixes up some...
Trevor Parscal [Mon, 6 Jul 2009 22:43:04 +0000 (22:43 +0000)]
Resolves improperly named XML ids on the namespace tabs, as well as fixes up some nastyness in the Title object

15 years agoEncoding issues are not this unseen of...
Niklas Laxström [Mon, 6 Jul 2009 22:24:37 +0000 (22:24 +0000)]
Encoding issues are not this unseen of...

15 years agoFixed bugs in the data structure of the result of buildNavigationUrls including inter...
Trevor Parscal [Mon, 6 Jul 2009 21:22:40 +0000 (21:22 +0000)]
Fixed bugs in the data structure of the result of buildNavigationUrls including internationalized messages as keys (#19304), lack of documentation for the SkinTemplateNavigation hook (#19522) and an issue with an XML ID being ca-main_talk rather than ca-talk mentioned in #19471

15 years agoPut registration time in local timezone
Andrew Garrett [Mon, 6 Jul 2009 18:50:33 +0000 (18:50 +0000)]
Put registration time in local timezone

15 years agoResolved hidden language variants
Trevor Parscal [Mon, 6 Jul 2009 16:36:15 +0000 (16:36 +0000)]
Resolved hidden language variants

15 years agoResolved hidden language variants
Trevor Parscal [Mon, 6 Jul 2009 16:36:03 +0000 (16:36 +0000)]
Resolved hidden language variants

15 years ago* (bug 14611) Added support showing the version of the web server which it is current...
Shinjiman [Mon, 6 Jul 2009 12:08:42 +0000 (12:08 +0000)]
* (bug 14611) Added support showing the version of the web server which it is currently using.

15 years agoDoc tweak. Clarify that MediaWiki:Sitenotice overrides $wgSiteNotice.
Chad Horohoe [Mon, 6 Jul 2009 01:43:34 +0000 (01:43 +0000)]
Doc tweak. Clarify that MediaWiki:Sitenotice overrides $wgSiteNotice.

15 years agoLocalisation updates for core namespaces from translatewiki.net
Siebrand Mazeland [Sun, 5 Jul 2009 22:30:57 +0000 (22:30 +0000)]
Localisation updates for core namespaces from translatewiki.net

15 years agoLocalisation updates for core magic words from translatewiki.net
Siebrand Mazeland [Sun, 5 Jul 2009 22:11:43 +0000 (22:11 +0000)]
Localisation updates for core magic words from translatewiki.net

15 years agoFallback to top
Siebrand Mazeland [Sun, 5 Jul 2009 22:06:47 +0000 (22:06 +0000)]
Fallback to top

15 years agoLocalisation updates for core special page aliases from translatewiki.net
Siebrand Mazeland [Sun, 5 Jul 2009 22:04:38 +0000 (22:04 +0000)]
Localisation updates for core special page aliases from translatewiki.net

15 years agoLocalisation updates for core messages from translatewiki.net (2009-07-05 21:45 UTC)
Siebrand Mazeland [Sun, 5 Jul 2009 21:53:05 +0000 (21:53 +0000)]
Localisation updates for core messages from translatewiki.net (2009-07-05 21:45 UTC)

15 years agoremove background to clear, by FireJackey
Alex Shih-Han Lin [Sun, 5 Jul 2009 15:56:08 +0000 (15:56 +0000)]
remove background to clear, by FireJackey

15 years agoLocalisation updates Cantonese and Chinese for extension messages
Shinjiman [Sun, 5 Jul 2009 13:04:16 +0000 (13:04 +0000)]
Localisation updates Cantonese and Chinese for extension messages
fix the environment variable PATH to avoid E_NOTICE for r52653.

15 years agoSmall fixes
Niklas Laxström [Sun, 5 Jul 2009 11:59:22 +0000 (11:59 +0000)]
Small fixes

15 years ago* (bug 19442) Show/hide options on watchlist only work once
Niklas Laxström [Sun, 5 Jul 2009 09:11:09 +0000 (09:11 +0000)]
* (bug 19442) Show/hide options on watchlist only work once
* Regression is probably since r51572

15 years agoFDL 1.2 is no longer recommended license to be Wikipedia-compatible
Erik Moeller [Sun, 5 Jul 2009 02:57:15 +0000 (02:57 +0000)]
FDL 1.2 is no longer recommended license to be Wikipedia-compatible
(would be nice to explicitly suggest CC-BY-SA for compatibility)

15 years agoNote to self: run rebuildLanguage.php before commiting
Alexandre Emsenhuber [Sat, 4 Jul 2009 20:19:49 +0000 (20:19 +0000)]
Note to self: run rebuildLanguage.php before commiting

15 years agoLocalisation updates for core messages from translatewiki.net (2009-07-04 21:03 UTC)
Alexandre Emsenhuber [Sat, 4 Jul 2009 20:17:08 +0000 (20:17 +0000)]
Localisation updates for core messages from translatewiki.net (2009-07-04 21:03 UTC)

15 years agosvn:eol-style native
Alexandre Emsenhuber [Sat, 4 Jul 2009 19:57:41 +0000 (19:57 +0000)]
svn:eol-style native

15 years ago(bug 17711) say each member of $wgSpamRegex still needs to be wrapped in slash marks
Chad Horohoe [Sat, 4 Jul 2009 15:23:32 +0000 (15:23 +0000)]
(bug 17711) say each member of $wgSpamRegex still needs to be wrapped in slash marks

15 years ago(bug 19468) $wgEnotifWatchlist disabled, but option available on preferences
Chad Horohoe [Sat, 4 Jul 2009 01:46:41 +0000 (01:46 +0000)]
(bug 19468) $wgEnotifWatchlist disabled, but option available on preferences

15 years ago(bug 19509) can't upload to file called '0'. Patch by Lee Worden.
Chad Horohoe [Sat, 4 Jul 2009 01:37:31 +0000 (01:37 +0000)]
(bug 19509) can't upload to file called '0'. Patch by Lee Worden.

15 years ago(bug 19316) Move do_unique_pl_tl_il to 1.15
Chad Horohoe [Sat, 4 Jul 2009 00:46:13 +0000 (00:46 +0000)]
(bug 19316) Move do_unique_pl_tl_il to 1.15

15 years ago(bug 19503) Missing definition for #filetoc. Move various toc declarations out of...
Chad Horohoe [Sat, 4 Jul 2009 00:41:15 +0000 (00:41 +0000)]
(bug 19503) Missing definition for #filetoc. Move various toc declarations out of Monobook and Modern and into common.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-07-03 23:28 UTC)
Siebrand Mazeland [Fri, 3 Jul 2009 23:35:12 +0000 (23:35 +0000)]
Localisation updates for core messages from translatewiki.net (2009-07-03 23:28 UTC)

15 years ago(bug 18394) img_auth.php now respects userCan
Chad Horohoe [Fri, 3 Jul 2009 20:06:01 +0000 (20:06 +0000)]
(bug 18394) img_auth.php now respects userCan

15 years agoFix bug in HTMLForm system where "Other" option for timezone was shown twice, reporte...
Andrew Garrett [Fri, 3 Jul 2009 14:06:22 +0000 (14:06 +0000)]
Fix bug in HTMLForm system where "Other" option for timezone was shown twice, reported as bug 19321