lhc/web/wiklou.git
15 years agoFix up r49428: add missing brace
Roan Kattouw [Sun, 12 Apr 2009 18:15:09 +0000 (18:15 +0000)]
Fix up r49428: add missing brace

15 years agoFix warning in PHP 5.1 when feeding Title objects to wfArrayToCGI(). Also enforce...
Roan Kattouw [Sun, 12 Apr 2009 17:38:41 +0000 (17:38 +0000)]
Fix warning in PHP 5.1 when feeding Title objects to wfArrayToCGI(). Also enforce consistent style

15 years agoMore log extract cleanup
Aaron Schulz [Sun, 12 Apr 2009 15:45:27 +0000 (15:45 +0000)]
More log extract cleanup

15 years agoMinor JS fix for r49408
Aaron Schulz [Sun, 12 Apr 2009 14:55:06 +0000 (14:55 +0000)]
Minor JS fix for r49408

15 years agoIndex name fix, tweaked field name
Aaron Schulz [Sat, 11 Apr 2009 23:48:24 +0000 (23:48 +0000)]
Index name fix, tweaked field name

15 years agolog_target_id -> log_page. Indexed to allow better log tracking wrt page moves.
Aaron Schulz [Sat, 11 Apr 2009 23:46:12 +0000 (23:46 +0000)]
log_target_id -> log_page. Indexed to allow better log tracking wrt page moves.

15 years agoRemoved $wgTitle from PageHistory
Aaron Schulz [Sat, 11 Apr 2009 23:05:13 +0000 (23:05 +0000)]
Removed $wgTitle from PageHistory

15 years agoNo more $wgTitle in the diff engine.
Chad Horohoe [Sat, 11 Apr 2009 18:23:06 +0000 (18:23 +0000)]
No more $wgTitle in the diff engine.

15 years agouse correct item for count display
Aaron Schulz [Sat, 11 Apr 2009 17:46:55 +0000 (17:46 +0000)]
use correct item for count display

15 years ago(bug 16607) Added convenience checkboxes for revisiondelete to history pages
Aaron Schulz [Sat, 11 Apr 2009 17:38:21 +0000 (17:38 +0000)]
(bug 16607) Added convenience checkboxes for revisiondelete to history pages

15 years ago* Filter out duplicated url parameters
Aaron Schulz [Sat, 11 Apr 2009 17:27:02 +0000 (17:27 +0000)]
* Filter out duplicated url parameters
* Whitespace

15 years agoPHP doesn't have a "none" constant, changed to "null"
Alexandre Emsenhuber [Sat, 11 Apr 2009 11:24:19 +0000 (11:24 +0000)]
PHP doesn't have a "none" constant, changed to "null"

15 years agoA new optional param for LanguageConverter::convert(), to enable a new function named...
Philip Tzou [Sat, 11 Apr 2009 10:56:09 +0000 (10:56 +0000)]
A new optional param for LanguageConverter::convert(), to enable a new function named 'convert()' which added to AbuseFilter.

15 years ago(bug 18115) ForeignAPIRepo cache isn't working, fixed a broken is_writable() call...
Chad Horohoe [Fri, 10 Apr 2009 21:24:35 +0000 (21:24 +0000)]
(bug 18115) ForeignAPIRepo cache isn't working, fixed a broken is_writable() call. This also coincidentally fixes bug 17835.

15 years agominor style tweaks
Aaron Schulz [Fri, 10 Apr 2009 20:38:17 +0000 (20:38 +0000)]
minor style tweaks

15 years ago(bug 18361) Suppression log should be in the UI language, not content language
Aaron Schulz [Fri, 10 Apr 2009 20:01:10 +0000 (20:01 +0000)]
(bug 18361) Suppression log should be in the UI language, not content language

15 years agoWe already have that in $this->data['userlang'], don't need to get it from $wgLang
Alexandre Emsenhuber [Fri, 10 Apr 2009 15:48:12 +0000 (15:48 +0000)]
We already have that in $this->data['userlang'], don't need to get it from $wgLang

15 years ago(bugs 11381, 11613) Session.save_handler issues:
Chad Horohoe [Fri, 10 Apr 2009 14:53:32 +0000 (14:53 +0000)]
(bugs 11381, 11613) Session.save_handler issues:
* Added a new config variable, $wgSessionHandler to control what value the save_handler is set to
* Setting to null allows you to disable setting it entirely, which was the primary complaint of the two bugs, but it also allows you to set it to whatever you'd like

15 years ago(bug 7830) Pending transactions failed to commit on loginToUse() error
Chad Horohoe [Fri, 10 Apr 2009 14:27:29 +0000 (14:27 +0000)]
(bug 7830) Pending transactions failed to commit on loginToUse() error

15 years agoRemoved double global declaration of $wgLang in SkinTemplate::outputPage()
Alexandre Emsenhuber [Fri, 10 Apr 2009 11:55:25 +0000 (11:55 +0000)]
Removed double global declaration of $wgLang in SkinTemplate::outputPage()

15 years agoFollow-up to r49350, corrected code to follow coding conventions for braces and varia...
Remember the dot [Thu, 9 Apr 2009 23:38:33 +0000 (23:38 +0000)]
Follow-up to r49350, corrected code to follow coding conventions for braces and variable names

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-09 22:30 UTC)
Siebrand Mazeland [Thu, 9 Apr 2009 22:33:43 +0000 (22:33 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-09 22:30 UTC)

15 years agoFollow-up to r49331, reduce redundancy in language attribute generation in MonoBook.php
Remember the dot [Thu, 9 Apr 2009 19:06:08 +0000 (19:06 +0000)]
Follow-up to r49331, reduce redundancy in language attribute generation in MonoBook.php

15 years agoPreserve default limit on submit
Aaron Schulz [Thu, 9 Apr 2009 19:05:38 +0000 (19:05 +0000)]
Preserve default limit on submit

15 years ago* Strict Standards: Cannot assign by reference.
Robert Leverington [Thu, 9 Apr 2009 18:54:15 +0000 (18:54 +0000)]
* Strict Standards: Cannot assign by reference.
  Fix for previous commit.

15 years ago* Strict Standards: Only variables may be passed by reference.
Robert Leverington [Thu, 9 Apr 2009 18:51:45 +0000 (18:51 +0000)]
* Strict Standards: Only variables may be passed by reference.
  Reference title object to variable before passing as a parameter.

15 years agofix variable collision introduced in r49324
Alexandre Emsenhuber [Thu, 9 Apr 2009 10:28:55 +0000 (10:28 +0000)]
fix variable collision introduced in r49324

15 years ago* removed useless $wgUser and $wgOut globalisation
Alexandre Emsenhuber [Thu, 9 Apr 2009 08:53:15 +0000 (08:53 +0000)]
* removed useless $wgUser and $wgOut globalisation
* fix for r49324: work arround E_STRICT: only variables should be passed by reference (OutputPage::getTitle() doesn't return a reference but OutputPage::addWikiTextTitle() want one)

15 years ago(bug 1553) Lowercase navigation headings in German
Remember the dot [Thu, 9 Apr 2009 05:27:25 +0000 (05:27 +0000)]
(bug 1553) Lowercase navigation headings in German

15 years ago(bug 12998) Allow <sup>, <sub>, etc. in DISPLAYTITLE
Remember the dot [Thu, 9 Apr 2009 05:15:43 +0000 (05:15 +0000)]
(bug 12998) Allow <sup>, <sub>, etc. in DISPLAYTITLE

15 years agoTesting commit access by adding myself to the list of developers :D
Remember the dot [Thu, 9 Apr 2009 05:07:26 +0000 (05:07 +0000)]
Testing commit access by adding myself to the list of developers :D

15 years agoCleanup, these can use mTitle rather than getting it from $wgOut.
Chad Horohoe [Thu, 9 Apr 2009 02:41:49 +0000 (02:41 +0000)]
Cleanup, these can use mTitle rather than getting it from $wgOut.

15 years agoStage 2 of war on $wgTitle!! Make OutputPage, Skin and children rely on mTitle rather...
Chad Horohoe [Thu, 9 Apr 2009 02:22:36 +0000 (02:22 +0000)]
Stage 2 of war on $wgTitle!! Make OutputPage, Skin and children rely on mTitle rather than $wgTitle. In theory, you could have an OutputPage/Skin that was referring to some title other than $wgTitle, unlikely though. In any case, make getTitle() return $wgTitle for now, just in case.

15 years agoRevert part of r49320: Accidently committed half done stuff
Raimond Spekking [Wed, 8 Apr 2009 20:01:41 +0000 (20:01 +0000)]
Revert part of r49320: Accidently committed half done stuff

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-08 17:57 UTC)
Raimond Spekking [Wed, 8 Apr 2009 18:34:10 +0000 (18:34 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-08 17:57 UTC)

15 years agoAdded new hook 'MessageCacheReplace' into MessageCache.php. For instance
Emil Podlaszewski [Wed, 8 Apr 2009 14:23:14 +0000 (14:23 +0000)]
Added new hook 'MessageCacheReplace' into MessageCache.php. For instance
to allow extensions to update caches in similar way as MediaWiki invalidates
a cached MonoBook sidebar

15 years agoLocalization update for he.
Rotem Liss [Wed, 8 Apr 2009 14:01:10 +0000 (14:01 +0000)]
Localization update for he.

15 years agoDocument OutputPage::out()
Chad Horohoe [Tue, 7 Apr 2009 18:21:07 +0000 (18:21 +0000)]
Document OutputPage::out()

15 years agoUse parent instead of SkinTemplate explicitly
Chad Horohoe [Tue, 7 Apr 2009 18:12:48 +0000 (18:12 +0000)]
Use parent instead of SkinTemplate explicitly

15 years agoFollow-up r49280: use $this->getTitle() since this page extends SpecialPage :)
Alexandre Emsenhuber [Tue, 7 Apr 2009 17:09:23 +0000 (17:09 +0000)]
Follow-up r49280: use $this->getTitle() since this page extends SpecialPage :)

15 years agoUse getTitle() here, it's cleaner.
Chad Horohoe [Tue, 7 Apr 2009 16:42:35 +0000 (16:42 +0000)]
Use getTitle() here, it's cleaner.

15 years ago* Use Linker::link()
Alexandre Emsenhuber [Tue, 7 Apr 2009 16:37:29 +0000 (16:37 +0000)]
* Use Linker::link()
* Whitespaces tweak

15 years agoFirst round of war on $wgTitle. Don't use it in Special Pages. We've got SpecialPage...
Chad Horohoe [Tue, 7 Apr 2009 16:33:12 +0000 (16:33 +0000)]
First round of war on $wgTitle. Don't use it in Special Pages. We've got SpecialPage::getTitleFor() which returns the localized title 100% of the time. Use that.

15 years agoRemove some unused $wgOut's.
Chad Horohoe [Tue, 7 Apr 2009 15:56:26 +0000 (15:56 +0000)]
Remove some unused $wgOut's.

15 years agoRe-add id's to special page groups (that I originally did in r36907 for the TOC ...
Chad Horohoe [Tue, 7 Apr 2009 14:38:20 +0000 (14:38 +0000)]
Re-add id's to special page groups (that I originally did in r36907 for the TOC ). Still not sure how to make that TOC look good though :-\

15 years ago* Skip the plural parsing for bytes also when not in miser mode and the message is...
Niklas Laxström [Tue, 7 Apr 2009 06:47:45 +0000 (06:47 +0000)]
* Skip the plural parsing for bytes also when not in miser mode and the message is not customised

15 years ago* (bug 18377) Time in Enhanced ChangesList lacking localisation
Niklas Laxström [Tue, 7 Apr 2009 06:43:39 +0000 (06:43 +0000)]
* (bug 18377) Time in Enhanced ChangesList lacking localisation

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Tue, 7 Apr 2009 03:30:43 +0000 (03:30 +0000)]
Update the Chinese conversion tables.

15 years agoLocalisation updates Cantonese, Chinese and Literary Chinese
Shinjiman [Tue, 7 Apr 2009 03:16:30 +0000 (03:16 +0000)]
Localisation updates Cantonese, Chinese and Literary Chinese

15 years ago(Bug 18330) Made pageCountInfo() public
Aaron Schulz [Tue, 7 Apr 2009 03:06:36 +0000 (03:06 +0000)]
(Bug 18330) Made pageCountInfo() public

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-06 18:09 UTC)
Raimond Spekking [Mon, 6 Apr 2009 18:46:17 +0000 (18:46 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-06 18:09 UTC)

15 years ago(bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriate
Chad Horohoe [Mon, 6 Apr 2009 14:41:33 +0000 (14:41 +0000)]
(bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriate

15 years agorm stray $wgUser
Chad Horohoe [Mon, 6 Apr 2009 14:22:54 +0000 (14:22 +0000)]
rm stray $wgUser

15 years ago* (bug 18009) $wgHooks and $wgExtensionFunctions now support closures
Alexandre Emsenhuber [Mon, 6 Apr 2009 12:41:20 +0000 (12:41 +0000)]
* (bug 18009) $wgHooks and $wgExtensionFunctions now support closures
* Whitespaces fixes in includes/Hooks.php

15 years agoLocalization update for he.
Rotem Liss [Mon, 6 Apr 2009 09:56:03 +0000 (09:56 +0000)]
Localization update for he.

15 years ago* Made generateReason() skip deleted user names
Aaron Schulz [Mon, 6 Apr 2009 02:11:42 +0000 (02:11 +0000)]
* Made generateReason() skip deleted user names

15 years agoDon't show '(comment removed)' for empty comments
Aaron Schulz [Mon, 6 Apr 2009 01:59:42 +0000 (01:59 +0000)]
Don't show '(comment removed)' for empty comments

15 years ago* (bug 17543) Allow partial hiding of top revision
Aaron Schulz [Mon, 6 Apr 2009 01:43:38 +0000 (01:43 +0000)]
* (bug 17543) Allow partial hiding of top revision
* Fixed isCurrent() check
* Cleaned up/fixed some UI code duplication

15 years ago* Removed unused par
Aaron Schulz [Sun, 5 Apr 2009 19:42:00 +0000 (19:42 +0000)]
* Removed unused par
* Style tweaks

15 years ago(bug 18346) Automatically hide RC log items on block too
Aaron Schulz [Sun, 5 Apr 2009 19:17:54 +0000 (19:17 +0000)]
(bug 18346) Automatically hide RC log items on block too

15 years agoMove the circular reference check to *after* redirect resolution, to avoid infinite...
Tim Starling [Sun, 5 Apr 2009 15:01:25 +0000 (15:01 +0000)]
Move the circular reference check to *after* redirect resolution, to avoid infinite loops via redirects. Was causing sysadmin issues.

15 years agoDon't display the "noautoblock" flag when blocking an IP address since this option...
Alexandre Emsenhuber [Sun, 5 Apr 2009 14:02:37 +0000 (14:02 +0000)]
Don't display the "noautoblock" flag when blocking an IP address since this option is not displayed in the block form.

Thanks to Elfix on the French Wikipedia for the report.

15 years agoUpdate the Chinese conversion tables. Thanks Shinjiman's advice.
Philip Tzou [Sun, 5 Apr 2009 13:10:40 +0000 (13:10 +0000)]
Update the Chinese conversion tables. Thanks Shinjiman's advice.

15 years agoClean up ipb_deleted query slightly
Aaron Schulz [Sun, 5 Apr 2009 02:37:40 +0000 (02:37 +0000)]
Clean up ipb_deleted query slightly

15 years agoMade suppress link bold
Aaron Schulz [Sun, 5 Apr 2009 02:21:19 +0000 (02:21 +0000)]
Made suppress link bold

15 years agoFollow-up to r49191: Same thing but where the log is by an Oversighter.
Aaron Schulz [Sun, 5 Apr 2009 02:02:30 +0000 (02:02 +0000)]
Follow-up to r49191: Same thing but where the log is by an Oversighter.

15 years agosetUsernameBitfields() should skip suppress log items
Aaron Schulz [Sun, 5 Apr 2009 01:32:21 +0000 (01:32 +0000)]
setUsernameBitfields() should skip suppress log items

15 years agoprofiling fix
Aaron Schulz [Sun, 5 Apr 2009 01:10:52 +0000 (01:10 +0000)]
profiling fix

15 years ago* (bug 18331) MediaWiki:Undelete-revision can now have wikitext
Alexandre Emsenhuber [Sat, 4 Apr 2009 20:05:06 +0000 (20:05 +0000)]
* (bug 18331) MediaWiki:Undelete-revision can now have wikitext
* Wrapped MediaWiki:Undelete-revision arround a <div class="mw-warning"> when previewing and removed the <hr /> after it

Based on a patch by Happy-melon: http://bug-attachment.wikimedia.org/attachment.cgi?id=5988

15 years ago* update wikicities url, same as wikia now
Alexandre Emsenhuber [Sat, 4 Apr 2009 19:14:49 +0000 (19:14 +0000)]
* update wikicities url, same as wikia now
* added wikiversity prefix
* order alphabetically

15 years agoprofiling fixes
Aaron Schulz [Sat, 4 Apr 2009 17:51:13 +0000 (17:51 +0000)]
profiling fixes

15 years agoFix profiling
Aaron Schulz [Sat, 4 Apr 2009 17:28:08 +0000 (17:28 +0000)]
Fix profiling

15 years agoHide show/hide links for NO_ACTION_LINK
Aaron Schulz [Sat, 4 Apr 2009 17:00:01 +0000 (17:00 +0000)]
Hide show/hide links for NO_ACTION_LINK

15 years ago* (bug 18316) Removed superfluous name="fulltext" from Special:Search
Alex Z [Sat, 4 Apr 2009 03:07:34 +0000 (03:07 +0000)]
* (bug 18316) Removed superfluous name="fulltext" from Special:Search

15 years agoTypo; thanks to Splarka
Alexandre Emsenhuber [Fri, 3 Apr 2009 22:05:47 +0000 (22:05 +0000)]
Typo; thanks to Splarka

15 years agoPer Sunwell5's report on IRC and my talk page: fixed a PHP notice when $wgEnableSeria...
Alexandre Emsenhuber [Fri, 3 Apr 2009 20:07:01 +0000 (20:07 +0000)]
Per Sunwell5's report on IRC and my talk page: fixed a PHP notice when $wgEnableSerializedMessages was set to false

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-03 19:42 UTC)
Siebrand Mazeland [Fri, 3 Apr 2009 19:48:06 +0000 (19:48 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-03 19:42 UTC)

15 years agoMoved "successbox", "errorbox" and related CSS classes from monobook/main.css to...
Alexandre Emsenhuber [Fri, 3 Apr 2009 19:23:16 +0000 (19:23 +0000)]
Moved "successbox", "errorbox" and related CSS classes from monobook/main.css to common/shared.css so that they are available in all skins

15 years agoFollow up on r49157, remove an unused variable.
Philip Tzou [Fri, 3 Apr 2009 17:51:10 +0000 (17:51 +0000)]
Follow up on r49157, remove an unused variable.

15 years ago1. Rewrite code for parsing http request header to get supported language variant...
Philip Tzou [Fri, 3 Apr 2009 17:35:53 +0000 (17:35 +0000)]
1. Rewrite code for parsing http request header to get supported language variant. Now the current code is written for every language if they do need this.
2. Fixed a bug caused by LanguageConverter.php, which brings an abnormal '}-' after some parsed math syntax.
3. Update the Chinese conversion table.

15 years agoRemove stray $wgTitle
Chad Horohoe [Fri, 3 Apr 2009 15:36:10 +0000 (15:36 +0000)]
Remove stray $wgTitle

15 years agoRemove superfluous border="0" from images
Aryeh Gregor [Fri, 3 Apr 2009 14:46:32 +0000 (14:46 +0000)]
Remove superfluous border="0" from images

This should be (and appears to be) handled just fine by CSS.  If it
breaks in any skins, those should have an appropriate CSS rule added.

15 years agoCorrect empty case for r49149
Aaron Schulz [Fri, 3 Apr 2009 13:49:26 +0000 (13:49 +0000)]
Correct empty case for r49149

15 years agoTweak/fixes to r49149
Aaron Schulz [Fri, 3 Apr 2009 13:46:04 +0000 (13:46 +0000)]
Tweak/fixes to r49149

15 years ago(bug 18311) Purging images via the API now works. This is why we should use articleFr...
Chad Horohoe [Fri, 3 Apr 2009 13:27:30 +0000 (13:27 +0000)]
(bug 18311) Purging images via the API now works. This is why we should use articleFromTitle() rather than new Article().

15 years ago(bug 18325) Add File: nameespace to Occitan language. Used old 'Imatge' as b/c redirects.
Chad Horohoe [Fri, 3 Apr 2009 13:23:46 +0000 (13:23 +0000)]
(bug 18325) Add File: nameespace to Occitan language. Used old 'Imatge' as b/c redirects.

15 years agoRevisionDelete log extract query optimizations
Aaron Schulz [Fri, 3 Apr 2009 12:58:39 +0000 (12:58 +0000)]
RevisionDelete log extract query optimizations

15 years ago* (bug 18289) Database connection error page now returns correct HTML
Alexandre Emsenhuber [Thu, 2 Apr 2009 20:38:25 +0000 (20:38 +0000)]
* (bug 18289) Database connection error page now returns correct HTML
Changed MWException::htmlHeader() and MWException::htmlFooter() to return the HTML rather than echo()'ing directly

15 years agoCatch exceptions, since this part is likely to throw an exeception and use the defaul...
Alexandre Emsenhuber [Thu, 2 Apr 2009 19:44:33 +0000 (19:44 +0000)]
Catch exceptions, since this part is likely to throw an exeception and use the default page if it occured.

15 years ago* (bug 18170) Fixed a PHP warning in Parser::preSaveTransform() in PHP 5.3: Parameter...
Alexandre Emsenhuber [Thu, 2 Apr 2009 19:16:24 +0000 (19:16 +0000)]
* (bug 18170) Fixed a PHP warning in Parser::preSaveTransform() in PHP 5.3: Parameter 2 was expected to be a reference but value given when $wgParser is unstubbed on that call

15 years ago(bug 18304) rebuildrecentchanges.php calculates size changes wrongly when multiple...
Roan Kattouw [Thu, 2 Apr 2009 11:23:38 +0000 (11:23 +0000)]
(bug 18304) rebuildrecentchanges.php calculates size changes wrongly when multiple revisions to the same page happen right after each other

15 years ago(bug 18291) Also include newuserlog entries when rebuilding RC
Roan Kattouw [Thu, 2 Apr 2009 10:37:40 +0000 (10:37 +0000)]
(bug 18291) Also include newuserlog entries when rebuilding RC

15 years agoDocument $wgDisableAnonTalk
Alexandre Emsenhuber [Wed, 1 Apr 2009 19:13:46 +0000 (19:13 +0000)]
Document $wgDisableAnonTalk

15 years agoLocalisation updates for core messages from translatewiki.net (2009-04-01 17:10 UTC)
Raimond Spekking [Wed, 1 Apr 2009 17:29:25 +0000 (17:29 +0000)]
Localisation updates for core messages from translatewiki.net (2009-04-01 17:10 UTC)

15 years agoChanges required by the current version of SecurePoll:
Tim Starling [Wed, 1 Apr 2009 08:54:17 +0000 (08:54 +0000)]
Changes required by the current version of SecurePoll:
* Add IP::formatHex(), the inverse of IP::toHex(). So that you don't have to guess if it's IPv4 or IPv6.
* Rewrite IP::hexToQuad() so it actually works.

15 years ago* Escape attribute values
Tim Starling [Wed, 1 Apr 2009 08:51:54 +0000 (08:51 +0000)]
* Escape attribute values
* Document getRowClass()

15 years agoIn OutputPage::addScriptFile(): escape attributes for HTML. No XSS, just good practice.
Tim Starling [Wed, 1 Apr 2009 08:50:57 +0000 (08:50 +0000)]
In OutputPage::addScriptFile(): escape attributes for HTML. No XSS, just good practice.

15 years ago(bug 18291) rebuildrecentchanges.php failed to add deletion log entries
Roan Kattouw [Wed, 1 Apr 2009 07:10:24 +0000 (07:10 +0000)]
(bug 18291) rebuildrecentchanges.php failed to add deletion log entries

15 years agoFixed fatal from r49068. Removed verbose formatting :)
Aaron Schulz [Tue, 31 Mar 2009 15:57:13 +0000 (15:57 +0000)]
Fixed fatal from r49068. Removed verbose formatting :)

15 years agoRemoved unneeded NS_MAIN special case for index usage
Aaron Schulz [Tue, 31 Mar 2009 15:55:23 +0000 (15:55 +0000)]
Removed unneeded NS_MAIN special case for index usage