lhc/web/wiklou.git
17 years agoReturn nothing on empty math tags instead of char encoding
Antoine Musso [Sat, 6 Jan 2007 18:46:08 +0000 (18:46 +0000)]
Return nothing on empty math tags instead of char encoding

17 years agoAdding MessageCache::addMessagesByLang for localised extensions. Please do not use...
Rotem Liss [Sat, 6 Jan 2007 18:29:53 +0000 (18:29 +0000)]
Adding MessageCache::addMessagesByLang for localised extensions. Please do not use it for now, for backwards compatibility.

17 years agomethod name in wfDebug
Antoine Musso [Sat, 6 Jan 2007 18:20:58 +0000 (18:20 +0000)]
method name in wfDebug

17 years ago* (bug 8508) Update to Japanese localisation (ja)
Niklas Laxström [Sat, 6 Jan 2007 16:23:55 +0000 (16:23 +0000)]
* (bug 8508) Update to Japanese localisation (ja)

17 years ago* Committed some message files which have been hanging around
Niklas Laxström [Sat, 6 Jan 2007 15:59:28 +0000 (15:59 +0000)]
* Committed some message files which have been hanging around

17 years ago* Updates
Niklas Laxström [Sat, 6 Jan 2007 15:55:07 +0000 (15:55 +0000)]
* Updates

17 years agoUpdate.
Rotem Liss [Sat, 6 Jan 2007 15:36:45 +0000 (15:36 +0000)]
Update.

17 years agoFix #8417 : Handle EXIF unknown date
Antoine Musso [Sat, 6 Jan 2007 15:31:39 +0000 (15:31 +0000)]
Fix #8417 : Handle EXIF unknown date

17 years agoSeparate body and nav bar a bit.
Antoine Musso [Sat, 6 Jan 2007 15:20:35 +0000 (15:20 +0000)]
Separate body and nav bar a bit.

17 years agoCleaner HTML output
Antoine Musso [Sat, 6 Jan 2007 15:19:14 +0000 (15:19 +0000)]
Cleaner HTML output

17 years ago* Recentchanges RSS/Atom feeds now use a separate message for the description to...
Brion Vibber [Sat, 6 Jan 2007 00:51:21 +0000 (00:51 +0000)]
* Recentchanges RSS/Atom feeds now use a separate message for the description to avoid cluttering it with useless wiki formatting

17 years ago* nbytes uses {{plural}}, support it
Niklas Laxström [Fri, 5 Jan 2007 23:18:37 +0000 (23:18 +0000)]
* nbytes uses {{plural}}, support it

17 years agoUse $wgLang->getCode() rather than $wgUser->getOption('language') in the parser cache...
Tim Starling [Fri, 5 Jan 2007 18:10:22 +0000 (18:10 +0000)]
Use $wgLang->getCode() rather than $wgUser->getOption('language') in the parser cache rendering hash, since the latter may be overridden by a uselang= parameter in the URL.

17 years ago* The MediaWiki namespace is no longer pre-filled with default messages on install...
Tim Starling [Fri, 5 Jan 2007 18:08:29 +0000 (18:08 +0000)]
* The MediaWiki namespace is no longer pre-filled with default messages on install. All default messages will be removed from the MediaWiki namespace on upgrade.
* Swapped the order of dimensions in the 2-d array $wgMessageCache->mExtensionMessages.

17 years agoWork around a bizarre interpretation of standards by Mozilla (https://bugzilla.mozill...
Aryeh Gregor [Fri, 5 Jan 2007 17:34:35 +0000 (17:34 +0000)]
Work around a bizarre interpretation of standards by Mozilla (https://bugzilla.mozilla.org/show_bug.cgi?id=365970): when links are underlined, so should all their descendants.

17 years ago* apply update from http://bugzilla.wikimedia.org/attachment.cgi?id=2983&action=view
Brion Vibber [Fri, 5 Jan 2007 17:31:27 +0000 (17:31 +0000)]
* apply update from bugzilla.wikimedia.org/attachment.cgi?id=2983&action=view
* fix non-normalized text

17 years agoIn SqlBagOStuff: Respect expiry time on get(). Fix incorrect value in _maxdatetime...
Tim Starling [Fri, 5 Jan 2007 16:54:52 +0000 (16:54 +0000)]
In SqlBagOStuff: Respect expiry time on get(). Fix incorrect value in _maxdatetime(), wfTimestamp() only works with a value in the range of unix timestamps. Increase pivot for distinguishing expiry time intervals from absolute dates from one month to 10 years.

17 years agoRevert fix of bug 8326 in r18461, plus an unrelated change to DefaultSettings.php.
Tim Starling [Fri, 5 Jan 2007 16:40:55 +0000 (16:40 +0000)]
Revert fix of bug 8326 in r18461, plus an unrelated change to DefaultSettings.php.

17 years agoline endings
Brion Vibber [Fri, 5 Jan 2007 03:37:19 +0000 (03:37 +0000)]
line endings

17 years agoFix line endings
Brion Vibber [Fri, 5 Jan 2007 01:39:47 +0000 (01:39 +0000)]
Fix line endings

17 years agoRename ImageGallery::setCaptionSafe() to ImageGallery::setCaptionHtml(), since as...
Rob Church [Fri, 5 Jan 2007 01:07:04 +0000 (01:07 +0000)]
Rename ImageGallery::setCaptionSafe() to ImageGallery::setCaptionHtml(), since as Simetrical points out...it's not actually safe :D

17 years ago(bug 8485) Correct Lingala number formatting
Rob Church [Thu, 4 Jan 2007 23:16:29 +0000 (23:16 +0000)]
(bug 8485) Correct Lingala number formatting

17 years agoImprove Parser::strip() performance by delaying update of the strip state until the...
Tim Starling [Thu, 4 Jan 2007 21:56:37 +0000 (21:56 +0000)]
Improve Parser::strip() performance by delaying update of the strip state until the end of the parse. This improves performance in two ways: firstly by minimising the size of the state array in the case of large numbers of tags, and secondly by avoiding unnecessary invalidation of the FSS object, when FSS is enabled. The same function is preserved, because a placeholder from one recursion level should never find its way into the output of the same recursion level.

17 years agoFixed parser tests broken in r18502
Tim Starling [Thu, 4 Jan 2007 21:26:05 +0000 (21:26 +0000)]
Fixed parser tests broken in r18502

17 years agoAdd wikiHow to interwiki.sql list.
Evan Prodromou [Thu, 4 Jan 2007 21:11:32 +0000 (21:11 +0000)]
Add wikiHow to interwiki.sql list.

17 years agoµ update
Antoine Musso [Thu, 4 Jan 2007 20:33:59 +0000 (20:33 +0000)]
µ update

17 years ago* Move escaping of image gallery captions to ImageGallery::setCaption()
Rob Church [Thu, 4 Jan 2007 19:47:11 +0000 (19:47 +0000)]
* Move escaping of image gallery captions to ImageGallery::setCaption()
* Allow developers to set HTML gallery captions with ImageGallery::setCaptionSafe()
* (bug 8489) Support basic links in <gallery> caption attribute

17 years agoTweaks
Rob Church [Thu, 4 Jan 2007 19:44:53 +0000 (19:44 +0000)]
Tweaks

17 years agoFix #8330: Recentchanges counter is confusing
Antoine Musso [Thu, 4 Jan 2007 19:12:52 +0000 (19:12 +0000)]
Fix #8330: Recentchanges counter is confusing

17 years agoFix #8413 : document $wgNamespaceRobotPolicies better in LocalSettings.php
Antoine Musso [Thu, 4 Jan 2007 18:48:19 +0000 (18:48 +0000)]
Fix #8413 : document $wgNamespaceRobotPolicies better in LocalSettings.php

17 years agoGerman localisation patch by raymond
Leon Weber [Thu, 4 Jan 2007 17:39:45 +0000 (17:39 +0000)]
German localisation patch by raymond

17 years agoUpdate.
Rotem Liss [Thu, 4 Jan 2007 14:21:12 +0000 (14:21 +0000)]
Update.

17 years agoRemove commented-out code
Rob Church [Thu, 4 Jan 2007 14:09:24 +0000 (14:09 +0000)]
Remove commented-out code

17 years ago(bug 8487) Don't show users action watch preferences that aren't applicable
Rob Church [Thu, 4 Jan 2007 14:08:51 +0000 (14:08 +0000)]
(bug 8487) Don't show users action watch preferences that aren't applicable

17 years agoAdvise users when updates for a query page have been disabled using $wgDisableQueryPa...
Rob Church [Wed, 3 Jan 2007 23:42:28 +0000 (23:42 +0000)]
Advise users when updates for a query page have been disabled using $wgDisableQueryPageUpdate

17 years agoAnother todo for sorttable
Aryeh Gregor [Wed, 3 Jan 2007 17:33:16 +0000 (17:33 +0000)]
Another todo for sorttable

17 years ago(bug 8456) Indonesian localisation patch by Ivan Lanin
Leon Weber [Wed, 3 Jan 2007 17:14:06 +0000 (17:14 +0000)]
(bug 8456) Indonesian localisation patch by Ivan Lanin

17 years agoGerman localisation patch by raymond
Leon Weber [Wed, 3 Jan 2007 16:52:50 +0000 (16:52 +0000)]
German localisation patch by raymond

17 years agoOnly do stripforsearch if we are using MySQL, per bug # 8470
Greg Sabino Mullane [Wed, 3 Jan 2007 16:36:05 +0000 (16:36 +0000)]
Only do stripforsearch if we are using MySQL, per bug # 8470

17 years agoonly generate preview output when the request is actually a preview
Tim Starling [Wed, 3 Jan 2007 15:09:53 +0000 (15:09 +0000)]
only generate preview output when the request is actually a preview

17 years agoIntroduce 'R' flag for -{}- tags. The flagged text will not be parsed
Robert Stojnić [Wed, 3 Jan 2007 14:37:15 +0000 (14:37 +0000)]
Introduce 'R' flag for -{}- tags. The flagged text will not be parsed
for alternatives syntax, but just outputed. Use this to wrap math.

17 years agoUpdate.
Rotem Liss [Wed, 3 Jan 2007 13:13:20 +0000 (13:13 +0000)]
Update.

17 years agoSpacing.
Rotem Liss [Wed, 3 Jan 2007 13:10:06 +0000 (13:10 +0000)]
Spacing.

17 years ago* Attempt to detect redirect loops for the canonical title redirect, and
Brion Vibber [Wed, 3 Jan 2007 09:15:11 +0000 (09:15 +0000)]
* Attempt to detect redirect loops for the canonical title redirect, and
  give some hints to the poor confused administrator.

17 years ago* Reduce config file clutter by setting various script and upload paths
Brion Vibber [Wed, 3 Jan 2007 08:41:16 +0000 (08:41 +0000)]
* Reduce config file clutter by setting various script and upload paths
  based on $IP or $wgScriptPath in Setup.php. They can still be explicitly
  overridden in LocalSettings.php if desired...

17 years agoRevert the attempt to autodetect CGI configs with working PATHINFO, since it turns...
Brion Vibber [Wed, 3 Jan 2007 07:41:20 +0000 (07:41 +0000)]
Revert the attempt to autodetect CGI configs with working PATHINFO, since it turns out not to be reliable enough.
For example, current versions of lighttpd munge PATH_INFO fatally on Mac OS X, and problems have been reported on other systems as well.
Sigh.

17 years agorevert apparently accidental change to defaults in r18775
Brion Vibber [Wed, 3 Jan 2007 07:10:17 +0000 (07:10 +0000)]
revert apparently accidental change to defaults in r18775

17 years agoMinor tweak for E_STRICT PHP whinging:
Nick Jenkins [Wed, 3 Jan 2007 05:42:51 +0000 (05:42 +0000)]
Minor tweak for E_STRICT PHP whinging:
* Strict Standards: Undefined offset:  1 in includes/DateFormatter.php on line 132
* Strict Standards: Undefined offset:  1 in includes/DateFormatter.php on line 135

17 years ago(bug 7020) Provisional stylesheet for handhelds (currently Monobook-only). Basically...
Aryeh Gregor [Wed, 3 Jan 2007 01:58:53 +0000 (01:58 +0000)]
(bug 7020) Provisional stylesheet for handhelds (currently Monobook-only).  Basically I just killed the suspicious-looking stuff like floats, funny positioning, excessive margins, and so on.

Not actually tested, but probably better than nothing.  Still, whoever scaps should maybe check it out on testwiki via http://www.operamini.com/features/simulator/ (or even an actual handheld!) to see if it royally mucks stuff up before making this live.

17 years agoOops, I should probably move these to the right place so they work :D
Aryeh Gregor [Wed, 3 Jan 2007 01:54:24 +0000 (01:54 +0000)]
Oops, I should probably move these to the right place so they work :D

17 years agoSteal better version of sorttable, tweak some:
Aryeh Gregor [Wed, 3 Jan 2007 01:31:06 +0000 (01:31 +0000)]
Steal better version of sorttable, tweak some:
* (bug 8154) Initial empty values now don't screw up sorting
* (bug 8155) Percentages sorted numerically

17 years ago* (bug 8041) Work around bug with debug_backtrace when Zend Optimizer is
Brion Vibber [Tue, 2 Jan 2007 23:50:56 +0000 (23:50 +0000)]
* (bug 8041) Work around bug with debug_backtrace when Zend Optimizer is
  loaded by skipping the function. Use wfDebugBacktrace() wrapper function.

17 years ago(bug 8461) Support watching pages on move
Rob Church [Tue, 2 Jan 2007 23:37:56 +0000 (23:37 +0000)]
(bug 8461) Support watching pages on move

17 years agoAllow -{}- tags to be stripped even when content is not converted
Robert Stojnić [Tue, 2 Jan 2007 22:59:11 +0000 (22:59 +0000)]
Allow -{}- tags to be stripped even when content is not converted
(i.e. $mDoContentConvert is false)

17 years agoAdd implicitGroupby function to account for different database behaviors.
Greg Sabino Mullane [Tue, 2 Jan 2007 21:34:42 +0000 (21:34 +0000)]
Add implicitGroupby function to account for different database behaviors.

17 years agoAdd a doctype to error pages (based on www.apache.org error message)
Antoine Musso [Tue, 2 Jan 2007 20:05:13 +0000 (20:05 +0000)]
Add a doctype to error pages (based on apache.org error message)

17 years ago* (bug 8463) Don't print external link icons for Monobook
Aryeh Gregor [Tue, 2 Jan 2007 18:48:51 +0000 (18:48 +0000)]
* (bug 8463) Don't print external link icons for Monobook
* Remove a couple of superfluous rules from commonPrint (styling stuff that's display: none)

17 years agoDisabling the Hebrew fallback magic words in Yiddish: causing problems with bots...
Rotem Liss [Tue, 2 Jan 2007 12:51:43 +0000 (12:51 +0000)]
Disabling the Hebrew fallback magic words in Yiddish: causing problems with bots and so on.

17 years ago* Avoid PHP warning in Creative Commons metadata when a creative commons
Brion Vibber [Tue, 2 Jan 2007 10:49:50 +0000 (10:49 +0000)]
* Avoid PHP warning in Creative Commons metadata when a creative commons
  license is not actually set up

17 years agouse the full smörgåsbord of anti-caching headers; 'Cache-Control' alone will be ignor...
Brion Vibber [Tue, 2 Jan 2007 08:10:56 +0000 (08:10 +0000)]
use the full smörgåsbord of anti-caching headers; 'Cache-Control' alone will be ignored by HTTP 1.0 proxies, which may or may not be out there doing evil things

17 years ago* (bug 6503) Fix bug that stopped certain irrelevant links from being hidden for...
Aryeh Gregor [Tue, 2 Jan 2007 05:33:01 +0000 (05:33 +0000)]
* (bug 6503) Fix bug that stopped certain irrelevant links from being hidden for printing

17 years ago* No boms please
Niklas Laxström [Mon, 1 Jan 2007 22:16:57 +0000 (22:16 +0000)]
* No boms please

17 years agoGerman localisation patch by raymond
Leon Weber [Mon, 1 Jan 2007 21:39:06 +0000 (21:39 +0000)]
German localisation patch by raymond

17 years ago(bug 8452) Russian localisation patch
Leon Weber [Mon, 1 Jan 2007 21:11:10 +0000 (21:11 +0000)]
(bug 8452) Russian localisation patch

17 years agoMove language code to its own column in transstat.php for better sortability
Aryeh Gregor [Mon, 1 Jan 2007 18:26:02 +0000 (18:26 +0000)]
Move language code to its own column in transstat.php for better sortability

17 years agoMore lang variant stuff:
Robert Stojnić [Mon, 1 Jan 2007 17:20:19 +0000 (17:20 +0000)]
More lang variant stuff:
* More parser tests, also added 'variant' option for testing
* Add global $wgDefaultLanguageVariant, can be used to set a default
  fallback variant
* Restructured some of the parser code in LanguageConverter, fix flag
  processing and add some comments to despookify the old zh code :)
* Cleanup of some old hacks in LanguageSr and Kk (do not use the global
  title object, but the one passed to the parser)

17 years agoUpdate to 2007
Rob Church [Mon, 1 Jan 2007 15:35:05 +0000 (15:35 +0000)]
Update to 2007

17 years agoAnother URL update - linked page is a protected redirect to whatever the current...
Rob Church [Mon, 1 Jan 2007 12:10:05 +0000 (12:10 +0000)]
Another URL update - linked page is a protected redirect to whatever the current upgrade docs are, and will be the actual location in the near future.

17 years ago* Bump URLs
Rob Church [Mon, 1 Jan 2007 11:58:00 +0000 (11:58 +0000)]
* Bump URLs
* These will shortly all be merged on-site

17 years agoUpdate.
Rotem Liss [Mon, 1 Jan 2007 10:44:02 +0000 (10:44 +0000)]
Update.

17 years ago* Add new message sp-contributions-blocklog for better i18n
Niklas Laxström [Mon, 1 Jan 2007 03:38:42 +0000 (03:38 +0000)]
* Add new message sp-contributions-blocklog for better i18n

17 years ago* Do not allow previews of deleted images to be cached
Rob Church [Mon, 1 Jan 2007 02:04:15 +0000 (02:04 +0000)]
* Do not allow previews of deleted images to be cached
* I've done this with a Cache-Control: no-cache header() call within UndeleteForm::showFile(), but I would appreciate a review to be sure this is the best method. It's possible for an administrator to preview a deleted image, and for this response to be cached such that a user without appropriate permissions can then access the preview.

17 years ago* (bug 8447) Fix SQL typo breaking non-default $wgHitcounterUpdateFreq
Brion Vibber [Sun, 31 Dec 2006 23:59:23 +0000 (23:59 +0000)]
* (bug 8447) Fix SQL typo breaking non-default $wgHitcounterUpdateFreq

17 years ago* (bug 8428) Update for Lithuanian language (lt)
Niklas Laxström [Sun, 31 Dec 2006 22:00:19 +0000 (22:00 +0000)]
* (bug 8428) Update for Lithuanian language (lt)
* Happy new year

17 years agoSome spelling fixes
Rob Church [Sun, 31 Dec 2006 18:16:16 +0000 (18:16 +0000)]
Some spelling fixes

17 years ago* Updates
Niklas Laxström [Sun, 31 Dec 2006 16:28:02 +0000 (16:28 +0000)]
* Updates

17 years agoUpdate.
Rotem Liss [Sun, 31 Dec 2006 16:23:28 +0000 (16:23 +0000)]
Update.

17 years ago* (bug 8424) Update for Cantonese language (zh-yue) #9
Niklas Laxström [Sun, 31 Dec 2006 15:56:31 +0000 (15:56 +0000)]
* (bug 8424) Update for Cantonese language (zh-yue) #9

17 years ago* (bug 8435) Update to Japanese localisation (ja)
Niklas Laxström [Sun, 31 Dec 2006 15:24:37 +0000 (15:24 +0000)]
* (bug 8435) Update to Japanese localisation (ja)

17 years agoMan, it's not a fake anymore. Damn, that's important!
Leon Weber [Sun, 31 Dec 2006 10:23:34 +0000 (10:23 +0000)]
Man, it's not a fake anymore. Damn, that's important!

17 years ago* Clarified function documentation
Ævar Arnfjörð Bjarmason [Sun, 31 Dec 2006 09:53:21 +0000 (09:53 +0000)]
* Clarified function documentation

17 years ago* 001.001.001.001 and other addresses with leading zeros are valid
Ævar Arnfjörð Bjarmason [Sun, 31 Dec 2006 09:42:59 +0000 (09:42 +0000)]
* 001.001.001.001 and other addresses with leading zeros are valid

17 years ago* Redundant script that isn't used by anything
Ævar Arnfjörð Bjarmason [Sun, 31 Dec 2006 09:33:50 +0000 (09:33 +0000)]
* Redundant script that isn't used by anything

17 years ago* Makefile to do make test
Ævar Arnfjörð Bjarmason [Sun, 31 Dec 2006 09:19:24 +0000 (09:19 +0000)]
* Makefile to do make test

17 years ago* Test cases for some includes/ stuff
Ævar Arnfjörð Bjarmason [Sun, 31 Dec 2006 09:18:54 +0000 (09:18 +0000)]
* Test cases for some includes/ stuff

17 years ago* Fix for interwiki transclusion where target wiki uses query string for title
Brion Vibber [Sun, 31 Dec 2006 03:04:49 +0000 (03:04 +0000)]
* Fix for interwiki transclusion where target wiki uses query string for title
* Resolve namespaces on interwiki Title objects using canonical namespace names
  if possible (should not happen, though, outside interwiki transclusion... and
  maybe not even then, but it does)

17 years ago* (bug 8392) Display protection status of transcluded pages in the edit page
Brion Vibber [Sun, 31 Dec 2006 01:35:26 +0000 (01:35 +0000)]
* (bug 8392) Display protection status of transcluded pages in the edit page
  template list. Patch by Fyren, with i18n naming tweak.

17 years agofix regression -- bad query
Brion Vibber [Sun, 31 Dec 2006 01:32:02 +0000 (01:32 +0000)]
fix regression -- bad query

17 years ago* (bug 8437) Make Title::loadRestrictions() initialise $mRestrictions properly
Rob Church [Sat, 30 Dec 2006 19:49:30 +0000 (19:49 +0000)]
* (bug 8437) Make Title::loadRestrictions() initialise $mRestrictions properly
* (bug 8437) Fix Title::isSemiProtected() when $mRestrictions was array() or unset
* Clean up Title::getRestrictions()
[Most of the above from a patch by Fyren, with minor modifications]

17 years agoAdded configuration global $wgDisableQueryPageUpdate to disable certain pages from...
Tim Starling [Sat, 30 Dec 2006 16:44:31 +0000 (16:44 +0000)]
Added configuration global $wgDisableQueryPageUpdate to disable certain pages from being run in updateSpecialPages.php

17 years agomore 3am centralauth crap woo
Brion Vibber [Sat, 30 Dec 2006 11:43:42 +0000 (11:43 +0000)]
more 3am centralauth crap woo
* dump $wgCentralAuthState in favor of specific toggles for auto-migration and strict enforcement
* plan to improve that :P
* use new hook to add global id on preferences; will want mor edetail there and a fun link and stuff
* drop the funky https link option for now on the wiki list; think about redoing that later
* use paths on wikis where they're not totally plain so i can tell my links apart on my test box

17 years ago* Add hook for extensions to add user information to the panel in preferences,
Brion Vibber [Sat, 30 Dec 2006 11:39:58 +0000 (11:39 +0000)]
* Add hook for extensions to add user information to the panel in preferences,
  next to the user name and ID.

'PreferencesUserInformationPanel': Add HTML bits to user information list in preferences form
$form : PreferencesForm object
&$html : HTML to append to

17 years agoreset image alt attributes too (doesn't seem to have any effect on my browser, but...
Ilmari Karonen [Sat, 30 Dec 2006 01:16:55 +0000 (01:16 +0000)]
reset image alt attributes too (doesn't seem to have any effect on my browser, but do it right anyway)

17 years agostabilize sorttable.js even if the underlying Javascript sort() is unstable
Ilmari Karonen [Sat, 30 Dec 2006 01:10:47 +0000 (01:10 +0000)]
stabilize sorttable.js even if the underlying Javascript sort() is unstable

17 years agoavoid triggering on class="notreallysortable"
Ilmari Karonen [Sat, 30 Dec 2006 00:16:09 +0000 (00:16 +0000)]
avoid triggering on class="notreallysortable"

17 years agouse hookEvent() from wikibits.js instead of own implementation
Ilmari Karonen [Sat, 30 Dec 2006 00:14:09 +0000 (00:14 +0000)]
use hookEvent() from wikibits.js instead of own implementation

17 years agoGerman localisation patch by the incredible one.
Leon Weber [Fri, 29 Dec 2006 22:29:49 +0000 (22:29 +0000)]
German localisation patch by the incredible one.

17 years agoDocument Database::select()
Aryeh Gregor [Fri, 29 Dec 2006 20:56:47 +0000 (20:56 +0000)]
Document Database::select()

17 years agoclean up last commit
Brion Vibber [Fri, 29 Dec 2006 19:47:41 +0000 (19:47 +0000)]
clean up last commit

17 years ago* (bug 8427) MonoBook RTL IE 7.0 tweaks failed when sidebar's navigation
Brion Vibber [Fri, 29 Dec 2006 19:45:36 +0000 (19:45 +0000)]
* (bug 8427) MonoBook RTL IE 7.0 tweaks failed when sidebar's navigation
  section is renamed; no longer relies on first section name