lhc/web/wiklou.git
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

15 years agoMove addition of prefs.js down, to avoid errors when you can't view the form as in...
Andrew Garrett [Fri, 3 Jul 2009 14:03:45 +0000 (14:03 +0000)]
Move addition of prefs.js down, to avoid errors when you can't view the form as in bug 19307

15 years agobug 19225 width for td.mw-label causes issues
Andrew Garrett [Fri, 3 Jul 2009 13:31:56 +0000 (13:31 +0000)]
bug 19225 width for td.mw-label causes issues

15 years ago(bug 18760) Do not show any email-related preferences if $wgEnableEmail is off.
Andrew Garrett [Fri, 3 Jul 2009 13:14:11 +0000 (13:14 +0000)]
(bug 18760) Do not show any email-related preferences if $wgEnableEmail is off.

15 years ago* Added the ability to set the localisation cache directory specifically, overriding...
Tim Starling [Fri, 3 Jul 2009 08:02:55 +0000 (08:02 +0000)]
* Added the ability to set the localisation cache directory specifically, overriding $wgCacheDirectory.
* Documented the issues with having multiple wikis share a localisation cache: they will fight each other if they have a different set of extensions.

15 years ago(bug 19447) Disable the localisation store backend during install and update.
Tim Starling [Fri, 3 Jul 2009 06:56:46 +0000 (06:56 +0000)]
(bug 19447) Disable the localisation store backend during install and update.

15 years agoTweak docs
Tim Starling [Fri, 3 Jul 2009 06:55:30 +0000 (06:55 +0000)]
Tweak docs

15 years ago* Re-added $wgMessageCache->addMessages(), there are still some extensions (in and...
Tim Starling [Fri, 3 Jul 2009 06:19:39 +0000 (06:19 +0000)]
* Re-added $wgMessageCache->addMessages(), there are still some extensions (in and out of subversion) that rely on it. Call wfDeprecated().
* Made wfDeprecated() issue a notice only once for each function name instead of every time the function is called.
* Added exceptions for malformed keys input to $wgMessageCache->get(), per CR comments on r52503
* Fixed notice from MWException::useMessageCache()

15 years agoTitle attributes are now always blank on framed and thumbnailed images, and default...
Remember the dot [Fri, 3 Jul 2009 05:13:58 +0000 (05:13 +0000)]
Title attributes are now always blank on framed and thumbnailed images, and default to blank on inline images instead of defaulting to the image's filename. Additionally, the alt attribute now defaults to the filename on framed and thumbnailed images if no caption or alt attribute is specified.

I was unable to run the parser test suite ("MediaWiki internal error"), so the test suite may need to be updated to reflect these changes.

15 years agomake ActiveUsers subclass SpecialPage
Jack Phoenix [Fri, 3 Jul 2009 00:22:22 +0000 (00:22 +0000)]
make ActiveUsers subclass SpecialPage

15 years agoLocalisation updates: Remnants of the image-to-file change
Huji [Thu, 2 Jul 2009 23:24:13 +0000 (23:24 +0000)]
Localisation updates: Remnants of the image-to-file change

15 years agoAdded hook SkinTemplateNavigation which provides a way to tweak the navigation before...
Trevor Parscal [Thu, 2 Jul 2009 19:17:49 +0000 (19:17 +0000)]
Added hook SkinTemplateNavigation which provides a way to tweak the navigation before page rendering

15 years agoLocalisation updates for core messages from translatewiki.net (2009-07-02 17:15 UTC)
Raimond Spekking [Thu, 2 Jul 2009 17:23:05 +0000 (17:23 +0000)]
Localisation updates for core messages from translatewiki.net (2009-07-02 17:15 UTC)

15 years agoAdd getArguments, getNamedArguments and getNumberedArguments methods to PPFrame
Victor Vasiliev [Thu, 2 Jul 2009 16:21:30 +0000 (16:21 +0000)]
Add getArguments, getNamedArguments and getNumberedArguments methods to PPFrame
interface, so extensions can access them.

15 years agoXml::element() -> Xml::tags() since the content is already parsed.
Alexandre Emsenhuber [Thu, 2 Jul 2009 15:24:13 +0000 (15:24 +0000)]
Xml::element() -> Xml::tags() since the content is already parsed.

Note: escaping parsed content breaks french typo since spaces before ;:?! are automatically converted to &nbsp; by Parser::parse() and will be viewable by end-users if they're escaped.

15 years agoReplace || with |, so messages get merged regardless of $used value
Victor Vasiliev [Thu, 2 Jul 2009 12:59:04 +0000 (12:59 +0000)]
Replace || with |, so messages get merged regardless of $used value

15 years agoCheck for wfEmptyMsg too, since message cache checks messages set to - in files,...
Niklas Laxström [Thu, 2 Jul 2009 12:32:28 +0000 (12:32 +0000)]
Check for wfEmptyMsg too, since message cache checks messages set to - in files, trying to get from namespace, and returns non-existing message instead

15 years agoThis was so not supposed to get here, ever.
Niklas Laxström [Thu, 2 Jul 2009 12:03:04 +0000 (12:03 +0000)]
This was so not supposed to get here, ever.

15 years agoShould always close the form here since it apparently is not closed in advanced.
Robert Stojnić [Thu, 2 Jul 2009 10:02:35 +0000 (10:02 +0000)]
Should always close the form here since it apparently is not closed in advanced.

15 years ago(bug 19390) Omit the "printable version" link on the printable version to have links...
Alexandre Emsenhuber [Thu, 2 Jul 2009 09:27:33 +0000 (09:27 +0000)]
(bug 19390) Omit the "printable version" link on the printable version to have links to &printable=yes&printable=yes...

15 years ago(bug 11242) Check for MySQL storage engines during installation doesn't check whether...
Chad Horohoe [Thu, 2 Jul 2009 01:00:22 +0000 (01:00 +0000)]
(bug 11242) Check for MySQL storage engines during installation doesn't check whether engine is actually available. Patch by Jan Reininghaus.

15 years agoUse wfGetNull() instead of hardcoded /dev/null
Chad Horohoe [Thu, 2 Jul 2009 00:55:48 +0000 (00:55 +0000)]
Use wfGetNull() instead of hardcoded /dev/null

15 years agoFix background color of the searchbox and "did you mean" link table... since this...
Robert Stojnić [Thu, 2 Jul 2009 00:25:27 +0000 (00:25 +0000)]
Fix background color of the searchbox and "did you mean" link table... since this had no style it used the white background of content tables
which is bad since some wikis have custom background colors for special pages.

15 years agoRevert r51246 for now. It might not be *always* appropriate to show the page creation...
Robert Stojnić [Wed, 1 Jul 2009 23:37:02 +0000 (23:37 +0000)]
Revert r51246 for now. It might not be *always* appropriate to show the page creation link, but to be consistent we are going to show for now.

15 years agoFixed some spacing on th
Trevor Parscal [Wed, 1 Jul 2009 23:29:29 +0000 (23:29 +0000)]
Fixed some spacing on th

15 years agoCorrected line-height of content that is not in a p tag
Trevor Parscal [Wed, 1 Jul 2009 23:18:36 +0000 (23:18 +0000)]
Corrected line-height of content that is not in a p tag