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

14 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.

14 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.

14 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.

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

14 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()

14 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.

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

14 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

14 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

14 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)

14 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.

14 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   by Parser::parse() and will be viewable by end-users if they're escaped.

14 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

14 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

14 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.

14 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.

14 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...

14 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.

14 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

14 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.

14 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.

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

14 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

14 years agoLocalisation updates for core messages from translatewiki.net (2009-07-01 21:29 UTC)
Siebrand Mazeland [Wed, 1 Jul 2009 22:35:37 +0000 (22:35 +0000)]
Localisation updates for core messages from translatewiki.net (2009-07-01 21:29 UTC)

14 years agoAdded info about the RTL situation
Trevor Parscal [Wed, 1 Jul 2009 21:39:38 +0000 (21:39 +0000)]
Added info about the RTL situation

14 years agoadded path value support on the file check on Special:Version.
Shinjiman [Wed, 1 Jul 2009 21:31:44 +0000 (21:31 +0000)]
added path value support on the file check on Special:Version.
link to r52646 and r52624 for Code Review comments.

14 years agoquick fix for r52624: handle the case when the executable isn't found, since it's...
Alexandre Emsenhuber [Wed, 1 Jul 2009 20:08:54 +0000 (20:08 +0000)]
quick fix for r52624: handle the case when the executable isn't found, since it's throwing "PHP Notice:  Undefined offset:  1 in /var/www/w/includes/specials/SpecialVersion.php on line 241" (on translatewiki.net)

14 years agoClean up CategoryPage::columnList()
Aryeh Gregor [Wed, 1 Jul 2009 19:52:27 +0000 (19:52 +0000)]
Clean up CategoryPage::columnList()

Should have no functional changes, other than maybe whitespace in the HTML.

14 years agoTypo in comment
Aryeh Gregor [Wed, 1 Jul 2009 19:52:06 +0000 (19:52 +0000)]
Typo in comment

14 years agoFix preferences select-or-other for IE
Andrew Garrett [Wed, 1 Jul 2009 17:50:59 +0000 (17:50 +0000)]
Fix preferences select-or-other for IE

14 years agoRevert unintended core changes in r52627
Andrew Garrett [Wed, 1 Jul 2009 17:48:30 +0000 (17:48 +0000)]
Revert unintended core changes in r52627

14 years agoBring up reply and new thread forms with AJAX where available. Still submits with...
Andrew Garrett [Wed, 1 Jul 2009 17:46:35 +0000 (17:46 +0000)]
Bring up reply and new thread forms with AJAX where available. Still submits with a regular POST, because I've just spent a day on AJAX and that would be at least another day or two.

14 years agoadded whereis path support instead of the hardcoded local binary path to get the...
Shinjiman [Wed, 1 Jul 2009 13:48:11 +0000 (13:48 +0000)]
added whereis path support instead of the hardcoded local binary path to get the directory of executeable files, when available.
link to r52547, r52527 and r52525 for CodeReview if any comments are added.

14 years ago(bug 19441) Updated date formatting for Lithuanian
Siebrand Mazeland [Wed, 1 Jul 2009 06:23:30 +0000 (06:23 +0000)]
(bug 19441) Updated date formatting for Lithuanian

14 years ago(bug 19428) PG and MySQL followups to r52503. Patch by OverlordQ
Chad Horohoe [Wed, 1 Jul 2009 00:55:45 +0000 (00:55 +0000)]
(bug 19428) PG and MySQL followups to r52503. Patch by OverlordQ

14 years ago(bug 19423) The initial file description page uses caption in the user's language...
Chad Horohoe [Wed, 1 Jul 2009 00:52:22 +0000 (00:52 +0000)]
(bug 19423) The initial file description page uses caption in the user's language instead of content language

14 years agoTypo.
Chad Horohoe [Wed, 1 Jul 2009 00:29:38 +0000 (00:29 +0000)]
Typo.

14 years agoBrought back the user icon in personal links
Trevor Parscal [Tue, 30 Jun 2009 21:40:29 +0000 (21:40 +0000)]
Brought back the user icon in personal links

14 years agoImproved spacing of items in footer
Trevor Parscal [Tue, 30 Jun 2009 21:28:29 +0000 (21:28 +0000)]
Improved spacing of items in footer

14 years agoResolved excessive padding of first heading in content area
Trevor Parscal [Tue, 30 Jun 2009 21:20:30 +0000 (21:20 +0000)]
Resolved excessive padding of first heading in content area

14 years agoAdded missing style sheet.
Trevor Parscal [Tue, 30 Jun 2009 19:54:07 +0000 (19:54 +0000)]
Added missing style sheet.

14 years agoFixed padding on links to external resources.
Trevor Parscal [Tue, 30 Jun 2009 19:53:20 +0000 (19:53 +0000)]
Fixed padding on links to external resources.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-06-30 19:20 UTC)
Raimond Spekking [Tue, 30 Jun 2009 19:32:46 +0000 (19:32 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-30 19:20 UTC)

14 years ago* (bug 19450) Use formatNum for "Number of edits" in Special:Preferences
Raimond Spekking [Tue, 30 Jun 2009 19:06:34 +0000 (19:06 +0000)]
* (bug 19450) Use formatNum for "Number of edits" in Special:Preferences

14 years agoFollow-up r52601: typo
Raimond Spekking [Tue, 30 Jun 2009 16:07:29 +0000 (16:07 +0000)]
Follow-up r52601: typo

14 years agoDo not parse 'editpage-tos-summary' ('wikimedia-editpage-tos-summary' on WMF sites...
Raimond Spekking [Tue, 30 Jun 2009 11:42:51 +0000 (11:42 +0000)]
Do not parse 'editpage-tos-summary' ('wikimedia-editpage-tos-summary' on WMF sites) for 'content'.
It's then a mix of user language and content language, especially on multi language wikis like Commons.
Example: http://commons.wikimedia.org/w/index.php?title=Test123&action=edit&uselang=de

14 years agoTune spacing for "did you mean" link...
Robert Stojnić [Mon, 29 Jun 2009 21:59:22 +0000 (21:59 +0000)]
Tune spacing for "did you mean" link...

14 years agoDivided stylesheets into LTR and RTL versions, but also reverted strange hacks to...
Trevor Parscal [Mon, 29 Jun 2009 21:38:06 +0000 (21:38 +0000)]
Divided stylesheets into LTR and RTL versions, but also reverted strange hacks to make things sort of work in may browsers. Still need to solve RTL problems in browsers with certain CSS limitations.

14 years agoDivided stylesheets into LTR and RTL versions, but also reverted strange hacks to...
Trevor Parscal [Mon, 29 Jun 2009 21:32:31 +0000 (21:32 +0000)]
Divided stylesheets into LTR and RTL versions, but also reverted strange hacks to make things sort of work in may browsers. Still need to solve RTL problems in browsers with certain CSS limitations.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-06-29 20:40 UTC)
Siebrand Mazeland [Mon, 29 Jun 2009 20:47:50 +0000 (20:47 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-29 20:40 UTC)

14 years agoreadded $wgLocalMessageCacheSerialized (was removed in r52503), it's still used in...
Alexandre Emsenhuber [Mon, 29 Jun 2009 20:43:20 +0000 (20:43 +0000)]
readded $wgLocalMessageCacheSerialized (was removed in r52503), it's still used in MessageCache.php

14 years agoDocument tag_summary and change_tags tables
Andrew Garrett [Mon, 29 Jun 2009 19:44:52 +0000 (19:44 +0000)]
Document tag_summary and change_tags tables

14 years agofix up to add the local bin path, link to r52527 and r52525 for CodeReview if any...
Shinjiman [Mon, 29 Jun 2009 15:35:18 +0000 (15:35 +0000)]
fix up to add the local bin path, link to r52527 and r52525 for CodeReview if any comments are added.

14 years agofix up, link to r52525 for CodeReview if any comments are added.
Shinjiman [Sun, 28 Jun 2009 19:24:27 +0000 (19:24 +0000)]
fix up, link to r52525 for CodeReview if any comments are added.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-06-28 19:06 UTC)
Raimond Spekking [Sun, 28 Jun 2009 19:18:37 +0000 (19:18 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-28 19:06 UTC)

14 years ago* (bug 14611) Added support showing the version of the Math rendering engine.
Shinjiman [Sun, 28 Jun 2009 18:42:55 +0000 (18:42 +0000)]
* (bug 14611) Added support showing the version of the Math rendering engine.

14 years ago'' => null when 'descriptionmsg' is not set in $wgExtensionCredits to match $descript...
Alexandre Emsenhuber [Sun, 28 Jun 2009 17:42:26 +0000 (17:42 +0000)]
'' => null when 'descriptionmsg' is not set in $wgExtensionCredits to match $descriptionMsg's default value in SpecialVersion::formatCredits()

14 years agofurther fix up for r52522, link to r52516 for CodeReview if having any comments.
Shinjiman [Sun, 28 Jun 2009 17:29:31 +0000 (17:29 +0000)]
further fix up for r52522, link to r52516 for CodeReview if having any comments.

14 years agofix regression in r52516 for some distributions which are unable to show the version...
Shinjiman [Sun, 28 Jun 2009 17:24:48 +0000 (17:24 +0000)]
fix regression in r52516 for some distributions which are unable to show the version information.

14 years agoescaping fix
Alexandre Emsenhuber [Sun, 28 Jun 2009 17:18:53 +0000 (17:18 +0000)]
escaping fix

14 years ago* (bug 14611) Added support showing the version of the SVG image thumbnailing engine...
Shinjiman [Sun, 28 Jun 2009 16:25:45 +0000 (16:25 +0000)]
* (bug 14611) Added support showing the version of the SVG image thumbnailing engine. (Supports for ImageMagick, rsvg and Inkscape so far as their version information can be obtained through the command line.)
* Tweaking some version messages for diff3/diff.

14 years agoDoc fixes for $wgExtensionCredits.
Chad Horohoe [Sun, 28 Jun 2009 15:05:47 +0000 (15:05 +0000)]
Doc fixes for $wgExtensionCredits.

14 years agotypo
Aaron Schulz [Sun, 28 Jun 2009 13:14:53 +0000 (13:14 +0000)]
typo

14 years ago* Introduced a new system for localisation caching. The system is based around fast...
Tim Starling [Sun, 28 Jun 2009 07:11:43 +0000 (07:11 +0000)]
* Introduced a new system for localisation caching. The system is based around fast fetches of individual messages, minimising memory overhead and startup time in the typical case. It handles both core messages (formerly in Language.php) and extension messages (formerly in MessageCache.php). Profiling indicates a significant win for average throughput.
* The serialized message cache, which would have been redundant, has been removed. Similar performance characteristics can be achieved with $wgLocalisationCacheConf['manualRecache'] = true;
* Added a maintenance script rebuildLocalisationCache.php for offline rebuilding of the localisation cache.
* Extension i18n files can now contain any of the variables which can be set in Messages*.php. It is possible, and recommended, to use this feature instead of the hooks for special page aliases and magic words.
* $wgExtensionAliasesFiles, LanguageGetMagic and LanguageGetSpecialPageAliases are retained for backwards compatibility. $wgMessageCache->addMessages() and related functions have been removed. wfLoadExtensionMessages() is a no-op and can continue to be called for b/c.
* Introduced $wgCacheDirectory as a default location for the various local caches that have accumulated. Suggested $IP/cache as a good place for it in the default LocalSettings.php and created this directory with a deny-all .htaccess.
* Patched Exception.php to avoid using the message cache when an exception is thrown from within LocalisationCache, since this tends to fail horribly.
* Removed Language::getLocalisationArray(), Language::loadLocalisation(), Language::load()
* Fixed FileDependency::__sleep()
* In Cdb.php, fixed newlines in debug messages

In MessageCache::get():
* Replaced calls to $wgContLang capitalisation functions with plain PHP functions, reducing the typical case from 99us to 93us. Message cache keys are already documented as being restricted to ASCII.
* Implemented a more efficient way to filter out bogus language codes, reducing the "foo/en" case from 430us to 101us
* Optimised wfRunHooks() in the typical do-nothing case, from ~30us to ~3us. This reduced MessageCache::get() typical case time from 93us to 38us.
* Removed hook MessageNotInMwNs to save an extra 3us per cache hit. Reimplemented the only user (LocalisationUpdate) using the new hook LocalisationCacheRecache.

14 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Sun, 28 Jun 2009 03:41:41 +0000 (03:41 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

14 years agoLocalisation updates for core messages from translatewiki.net (2009-06-27 22:23 UTC)
Siebrand Mazeland [Sat, 27 Jun 2009 22:39:23 +0000 (22:39 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-27 22:23 UTC)

14 years agoLocalization update for he.
Rotem Liss [Sat, 27 Jun 2009 21:00:42 +0000 (21:00 +0000)]
Localization update for he.

14 years ago(bug 19157) createAndPromote error on bad password
Chad Horohoe [Sat, 27 Jun 2009 16:53:27 +0000 (16:53 +0000)]
(bug 19157) createAndPromote error on bad password
* Tweak User::isValidPassword() and hook. Return a STRING msg key on failure, not false. Updated all callers to handle this
* Split too-short/match username errors for clarity
* Update docs, messages.
* Merge fix for bug from maintenance-work branch

14 years agoMark SpecialVersion::execOutput as static to avoid E_STRICT
Alexandre Emsenhuber [Sat, 27 Jun 2009 12:50:59 +0000 (12:50 +0000)]
Mark SpecialVersion::execOutput as static to avoid E_STRICT

14 years agofix regression in r52476, point to the correct GD library home page or PHP GD module...
Shinjiman [Sat, 27 Jun 2009 11:52:27 +0000 (11:52 +0000)]
fix regression in r52476, point to the correct GD library home page or PHP GD module page.

14 years ago* (bug 14611) Added support showing the version of the diff/diff3 engine.
Shinjiman [Sat, 27 Jun 2009 10:40:15 +0000 (10:40 +0000)]
* (bug 14611) Added support showing the version of the diff/diff3 engine.

14 years agoAdded script to populate log_user_text
Aaron Schulz [Sat, 27 Jun 2009 10:33:47 +0000 (10:33 +0000)]
Added script to populate log_user_text

14 years agoFixed summary
Aaron Schulz [Sat, 27 Jun 2009 10:20:00 +0000 (10:20 +0000)]
Fixed summary

14 years agoFill in log_user_text column on log save
Aaron Schulz [Sat, 27 Jun 2009 10:17:01 +0000 (10:17 +0000)]
Fill in log_user_text column on log save

14 years agofix for r52476, include the cases with quotation marks.
Shinjiman [Sat, 27 Jun 2009 09:01:47 +0000 (09:01 +0000)]
fix for r52476, include the cases with quotation marks.

14 years agoMore browser compatibility fixes.
Trevor Parscal [Fri, 26 Jun 2009 22:55:58 +0000 (22:55 +0000)]
More browser compatibility fixes.

14 years agoCleanup for r52382: Call correct function and use tmestamp()
Chad Horohoe [Fri, 26 Jun 2009 22:09:34 +0000 (22:09 +0000)]
Cleanup for r52382: Call correct function and use tmestamp()

14 years ago* (bug 14611) Added support showing the version of the image thumbnailing engine.
Shinjiman [Fri, 26 Jun 2009 21:58:34 +0000 (21:58 +0000)]
* (bug 14611) Added support showing the version of the image thumbnailing engine.

14 years agoLocalisation updates for core messages from translatewiki.net (2009-06-26 18:40 UTC)
Raimond Spekking [Fri, 26 Jun 2009 18:52:53 +0000 (18:52 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-26 18:40 UTC)

14 years agoLots of RTL and IE6 fixes in both the skin and the toolbar.
Trevor Parscal [Fri, 26 Jun 2009 18:17:38 +0000 (18:17 +0000)]
Lots of RTL and IE6 fixes in both the skin and the toolbar.

14 years agosame as r52457 but for SQLite
Alexandre Emsenhuber [Fri, 26 Jun 2009 15:38:43 +0000 (15:38 +0000)]
same as r52457 but for SQLite

14 years agoAdded subclasses of HTMLField to autoloader... so that extensions can subclass them
Niklas Laxström [Fri, 26 Jun 2009 14:32:54 +0000 (14:32 +0000)]
Added subclasses of HTMLField to autoloader... so that extensions can subclass them
(Was triggering fatal errors, due to wfLoadAllExtensions() loading all classes)

14 years agoAdd in-process caching to User::idFromName
Andrew Garrett [Fri, 26 Jun 2009 14:28:25 +0000 (14:28 +0000)]
Add in-process caching to User::idFromName

14 years agoquick fix for r52382: fix errors in DatabasePostgres, lock() has incompatible signatu...
Alexandre Emsenhuber [Fri, 26 Jun 2009 13:25:10 +0000 (13:25 +0000)]
quick fix for r52382: fix errors in DatabasePostgres, lock() has incompatible signature lockTables(), unlockTables() (lockTables could have some implementation  but not unlockTables since PostgreSQL has no command "UNLOCK TABLES")

14 years agoCore change for r52446, allow querying params like id
Niklas Laxström [Fri, 26 Jun 2009 11:17:12 +0000 (11:17 +0000)]
Core change for r52446, allow querying params like id

14 years agoLocalisation updates for core messages from translatewiki.net (2009-06-25 21:43 UTC)
Siebrand Mazeland [Thu, 25 Jun 2009 22:00:02 +0000 (22:00 +0000)]
Localisation updates for core messages from translatewiki.net (2009-06-25 21:43 UTC)

14 years agoRevert r52410 (Put the [edit] link after the section header instead of before, and...
Roan Kattouw [Thu, 25 Jun 2009 21:10:10 +0000 (21:10 +0000)]
Revert r52410 (Put the [edit] link after the section header instead of before, and don't right-float it anymore) for now because of unresolved issues

14 years agoReverted back from 52410 (Put the [edit] link after the section header instead of...
Trevor Parscal [Thu, 25 Jun 2009 21:04:17 +0000 (21:04 +0000)]
Reverted back from 52410 (Put the [edit] link after the section header instead of before, and don't right-float it anymore)

14 years agoAlignment and spacing fixes
Trevor Parscal [Thu, 25 Jun 2009 20:42:25 +0000 (20:42 +0000)]
Alignment and spacing fixes

14 years ago(bug 11270) Put the [edit] link after the section header instead of before, and don...
Roan Kattouw [Thu, 25 Jun 2009 20:00:56 +0000 (20:00 +0000)]
(bug 11270) Put the [edit] link after the section header instead of before, and don't right-float it anymore

14 years agomove #mw_trackbacks definition to common/shared.css
Alexandre Emsenhuber [Thu, 25 Jun 2009 18:17:02 +0000 (18:17 +0000)]
move #mw_trackbacks definition to common/shared.css

14 years agoCorrected vertical alignment of text in navigation tabs
Trevor Parscal [Thu, 25 Jun 2009 17:29:36 +0000 (17:29 +0000)]
Corrected vertical alignment of text in navigation tabs

14 years agoFixed IE6 bugs for search UI
Trevor Parscal [Thu, 25 Jun 2009 17:24:17 +0000 (17:24 +0000)]
Fixed IE6 bugs for search UI

14 years agoCore changes for NavigableTOC extension:
Roan Kattouw [Thu, 25 Jun 2009 11:05:22 +0000 (11:05 +0000)]
Core changes for NavigableTOC extension:
* Always generate the section tree, even when we're not generating a TOC
* Add Parser::mergeSectionTrees() to merge two section trees into one
* Add Linker::generateTOC() to generate the HTML for a TOC from a section tree, and add the section anchor to the section tree to facilitate this. This adds the ability to generate TOCs in extensions; haven't converted Parser.php to use it (yet?). As a side effect, this fixes API bug 18720

14 years agoMove EditPage::showEditForm:initial hook down one statement so it has access to the...
Roan Kattouw [Thu, 25 Jun 2009 11:01:14 +0000 (11:01 +0000)]
Move EditPage::showEditForm:initial hook down one statement so it has access to the parsed preview.

14 years agoPrevent showTocToggle() from inserting the show/hide link twice
Roan Kattouw [Thu, 25 Jun 2009 11:00:19 +0000 (11:00 +0000)]
Prevent showTocToggle() from inserting the show/hide link twice

14 years agoWrap some more elements into divs
Raimond Spekking [Thu, 25 Jun 2009 08:33:15 +0000 (08:33 +0000)]
Wrap some more elements into divs

14 years agoLocalisation updates: Similar phrases translated similarly.
Huji [Thu, 25 Jun 2009 07:09:09 +0000 (07:09 +0000)]
Localisation updates: Similar phrases translated similarly.

14 years agoProtect with newlines to prevent unexpected behaviour
Niklas Laxström [Thu, 25 Jun 2009 05:38:54 +0000 (05:38 +0000)]
Protect with newlines to prevent unexpected behaviour