lhc/web/wiklou.git
15 years agoAdd forgotten releas-note for revision 47405 (bug 17546)
Purodha B Blissenbach [Sun, 22 Feb 2009 13:14:54 +0000 (13:14 +0000)]
Add forgotten releas-note for revision 47405 (bug 17546)

15 years agoMove <div>...</div> from message text to program code for consinstency with all other...
Raimond Spekking [Sun, 22 Feb 2009 11:32:33 +0000 (11:32 +0000)]
Move <div>...</div> from message text to program code for consinstency with all other messages.

15 years agoLocalization update for he.
Rotem Liss [Sun, 22 Feb 2009 09:38:15 +0000 (09:38 +0000)]
Localization update for he.

15 years agofix indentation for rev 47615
Mohamed Magdy [Sun, 22 Feb 2009 04:22:46 +0000 (04:22 +0000)]
fix indentation for rev 47615

15 years agoUse plural in 'movesubpage'
Siebrand Mazeland [Sat, 21 Feb 2009 23:05:45 +0000 (23:05 +0000)]
Use plural in 'movesubpage'

15 years agoAdd colon to 'resetpass-comment' for form messages consistency
Siebrand Mazeland [Sat, 21 Feb 2009 22:56:45 +0000 (22:56 +0000)]
Add colon to 'resetpass-comment' for form messages consistency

15 years agoMinor tweaks to messages for password reset feature introduced in r47637
Siebrand Mazeland [Sat, 21 Feb 2009 22:52:31 +0000 (22:52 +0000)]
Minor tweaks to messages for password reset feature introduced in r47637

15 years agoOnly set cookies if it's us :p
Chad Horohoe [Sat, 21 Feb 2009 22:44:19 +0000 (22:44 +0000)]
Only set cookies if it's us :p

15 years agoSet eol-style and somehow duplicated content wtf?
Chad Horohoe [Sat, 21 Feb 2009 22:31:39 +0000 (22:31 +0000)]
Set eol-style and somehow duplicated content wtf?

15 years agoForgot release notes.
Chad Horohoe [Sat, 21 Feb 2009 22:28:37 +0000 (22:28 +0000)]
Forgot release notes.

15 years agoAdd logging to password resets per request on code review. Also a little javascript...
Chad Horohoe [Sat, 21 Feb 2009 22:27:43 +0000 (22:27 +0000)]
Add logging to password resets per request on code review. Also a little javascript thing for disable/enable of relevant text boxes if you change the name to/from your own.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-02-21 17:44 UTC)
Siebrand Mazeland [Sat, 21 Feb 2009 18:04:04 +0000 (18:04 +0000)]
Localisation updates for core messages from translatewiki.net (2009-02-21 17:44 UTC)

15 years ago(bug 14414) maintenance/updateSpecialPages.php no longer throws error with PostgreSQL:
Alexandre Emsenhuber [Sat, 21 Feb 2009 17:30:59 +0000 (17:30 +0000)]
(bug 14414) maintenance/updateSpecialPages.php no longer throws error with PostgreSQL:
* forced intval() for the "value" field in QueryPage::recache() since some pages select page_title for it, which is incompatible with "integer"
* changed Special:Unusedimages' query to return the UNIX timestamp rather than raw img_timestamp for the "value" field, the latter has the TS_POSTGRES format on PostgreSQL and is also incompatible with "integer", code taken from Special:Ancientpages

15 years agoAdd an ID if 'missingsummary' is triggered to allow styling of the summary line
Raimond Spekking [Sat, 21 Feb 2009 16:04:25 +0000 (16:04 +0000)]
Add an ID if 'missingsummary' is triggered to allow styling of the summary line

15 years agoFixed Special:Wantedtemplates' SQL query to work with PostgreSQL, was throwing the...
Alexandre Emsenhuber [Sat, 21 Feb 2009 15:27:56 +0000 (15:27 +0000)]
Fixed Special:Wantedtemplates' SQL query to work with PostgreSQL, was throwing the following error:
ERROR: column "templatelinks.tl_namespace" must appear in the GROUP BY clause or be used in an aggregate function

15 years agoFix bug 1061 CSS-added icons next to links display through the text and makes it...
Mohamed Magdy [Sat, 21 Feb 2009 15:03:54 +0000 (15:03 +0000)]
Fix bug 1061 CSS-added icons next to links display through the text and makes it unreadable in RTL

Patch by Ahmad Sherif

15 years agoLocalization update.
Rotem Liss [Sat, 21 Feb 2009 12:57:59 +0000 (12:57 +0000)]
Localization update.

15 years agoAPI: Fix up r47470: User::newFromRow() needs all rows from the User table. This kills...
Roan Kattouw [Sat, 21 Feb 2009 12:44:41 +0000 (12:44 +0000)]
API: Fix up r47470: User::newFromRow() needs all rows from the User table. This kills lots of warnings and really fixes bug 17561

15 years agoRemove period in 'tog-highlightbroken' for consistency with other messages on Special...
Siebrand Mazeland [Sat, 21 Feb 2009 11:59:48 +0000 (11:59 +0000)]
Remove period in 'tog-highlightbroken' for consistency with other messages on Special:Preferences, tab misc.

15 years agoTweak for bug 17103 (patch: Marcin Cieślak)
Niklas Laxström [Sat, 21 Feb 2009 10:41:17 +0000 (10:41 +0000)]
Tweak for bug 17103 (patch: Marcin Cieślak)

15 years agoRecommiting r47578, fixed.
Rotem Liss [Sat, 21 Feb 2009 10:18:45 +0000 (10:18 +0000)]
Recommiting r47578, fixed.

15 years ago* Allow changing block reason
Niklas Laxström [Sat, 21 Feb 2009 10:15:10 +0000 (10:15 +0000)]
* Allow changing block reason

15 years agoFix parserTest per comment in r47299
Raimond Spekking [Sat, 21 Feb 2009 09:01:02 +0000 (09:01 +0000)]
Fix parserTest per comment in r47299

15 years ago(bug 13778) - Add a hidden input to the search form so that using the enter key on...
Alex Z [Sat, 21 Feb 2009 07:38:57 +0000 (07:38 +0000)]
(bug 13778) - Add a hidden input to the search form so that using the enter key on IE does a fulltext search like clicking the button does.

15 years agoRevert r47578. Causing Fatal error: Call to undefined method languages::getMessagesWi...
Siebrand Mazeland [Fri, 20 Feb 2009 23:35:50 +0000 (23:35 +0000)]
Revert r47578. Causing Fatal error: Call to undefined method languages::getMessagesWithoutVariables() in /home/siebrand/phase3/maintenance/language/transstat.php on line 99
(http://www.mediawiki.org/?diff=prev&oldid=240025)

15 years agoAPI: Add a STRAIGHT_JOIN to list=logevents on Domas's request. Also make an implicit...
Roan Kattouw [Fri, 20 Feb 2009 21:18:07 +0000 (21:18 +0000)]
API: Add a STRAIGHT_JOIN to list=logevents on Domas's request. Also make an implicit JOIN explicit so the LEFT JOIN still goes against the right table

15 years ago(bug 17538) Use local URLs in <link>s
Roan Kattouw [Fri, 20 Feb 2009 20:49:47 +0000 (20:49 +0000)]
(bug 17538) Use local URLs in <link>s

15 years agoChange Betawiki to translatewiki.net
Siebrand Mazeland [Fri, 20 Feb 2009 20:34:38 +0000 (20:34 +0000)]
Change Betawiki to translatewiki.net

15 years agoLanguage script: Extend variables check to cover also variables which should not...
Rotem Liss [Fri, 20 Feb 2009 20:18:47 +0000 (20:18 +0000)]
Language script: Extend variables check to cover also variables which should not be used.

15 years agoLocalization update for he.
Rotem Liss [Fri, 20 Feb 2009 20:11:09 +0000 (20:11 +0000)]
Localization update for he.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-02-20 19:30 UTC)
Raimond Spekking [Fri, 20 Feb 2009 20:03:21 +0000 (20:03 +0000)]
Localisation updates for core messages from translatewiki.net (2009-02-20 19:30 UTC)

15 years agoUpdate the Chinese conversion tables.
Philip Tzou [Fri, 20 Feb 2009 19:05:33 +0000 (19:05 +0000)]
Update the Chinese conversion tables.

15 years agoMake name box enabled/disabled based on right to use it, not on whether we're changin...
Chad Horohoe [Fri, 20 Feb 2009 18:57:13 +0000 (18:57 +0000)]
Make name box enabled/disabled based on right to use it, not on whether we're changing ourself.

15 years agoFix syntax error in r47570
Siebrand Mazeland [Fri, 20 Feb 2009 18:44:54 +0000 (18:44 +0000)]
Fix syntax error in r47570

15 years agoNeeds rights-reset-password msg.
Chad Horohoe [Fri, 20 Feb 2009 18:39:22 +0000 (18:39 +0000)]
Needs rights-reset-password msg.

15 years agoChangePassword fixes:
Chad Horohoe [Fri, 20 Feb 2009 18:35:49 +0000 (18:35 +0000)]
ChangePassword fixes:
* (bug 15876) Allow on-wiki password resets. Needs 'reset-passwords' right, given by default to nobody (commented in DefaultSettings)
* Stronger username checking. If we're not allowed to change other people's passwords, don't even attempt it

15 years agoCredits for r47551
Aryeh Gregor [Fri, 20 Feb 2009 17:17:43 +0000 (17:17 +0000)]
Credits for r47551

15 years ago* Small cleanups
Niklas Laxström [Fri, 20 Feb 2009 16:13:40 +0000 (16:13 +0000)]
* Small cleanups

15 years ago* (bug 17585) Hide legend on Special:Specialpages from non-privileged users
Niklas Laxström [Fri, 20 Feb 2009 16:11:36 +0000 (16:11 +0000)]
* (bug 17585) Hide legend on Special:Specialpages from non-privileged users

15 years agoLocalization update for he.
Rotem Liss [Fri, 20 Feb 2009 16:00:57 +0000 (16:00 +0000)]
Localization update for he.

15 years agoProper i18n for 'exporttext'
Siebrand Mazeland [Fri, 20 Feb 2009 15:02:29 +0000 (15:02 +0000)]
Proper i18n for 'exporttext'

15 years agoFix completely broken profiling change
Aryeh Gregor [Fri, 20 Feb 2009 14:13:43 +0000 (14:13 +0000)]
Fix completely broken profiling change

Thanks, Ialex.  :)

15 years ago* (bug 17437) Fixed incorrect link to web-based installer
Tim Starling [Fri, 20 Feb 2009 13:56:57 +0000 (13:56 +0000)]
* (bug 17437) Fixed incorrect link to web-based installer

15 years ago* Move leading space from 'trackbackremove' to 'trackback'/'trackbackexcerpt'
Raimond Spekking [Fri, 20 Feb 2009 13:11:46 +0000 (13:11 +0000)]
* Move leading space from 'trackbackremove' to 'trackback'/'trackbackexcerpt'
* Some languages have removed the leading space already which leads to a wrong output
* Make 'trackback'/'trackbackexcerpt' optional for Translatewiki as some languages need other spacing and/or punctuation marks

15 years ago* Add some profiling
Alexandre Emsenhuber [Fri, 20 Feb 2009 13:00:58 +0000 (13:00 +0000)]
* Add some profiling
* Set the title for the revision created in ChangesList::insertRollback() so that it doesn't need an extra query to fecth it

15 years agoMove <div>...</div> from message to program code for consistency with other stylings.
Raimond Spekking [Fri, 20 Feb 2009 12:53:36 +0000 (12:53 +0000)]
Move <div>...</div> from message to program code for consistency with other stylings.
Other languages will be updated by Translatewiki

15 years agoProfile Title::getLinkUrl()
Aryeh Gregor [Fri, 20 Feb 2009 11:09:04 +0000 (11:09 +0000)]
Profile Title::getLinkUrl()

Linker::linkUrl() is >100us, it seems, and a lot of that might be
Title::getLinkUrl().  (RC on enwiki with 500 rows takes 6s to generate,
and 2s is spent on Linker::link().)

15 years agoFix for r47482: put the RELEASE-NOTES entry in the "bug fixes" section and not the...
Alexandre Emsenhuber [Fri, 20 Feb 2009 10:55:21 +0000 (10:55 +0000)]
Fix for r47482: put the RELEASE-NOTES entry in the "bug fixes" section and not the "API" one

15 years agoPer siebrand and Nikerabbit (tweak for r47535):
Alexandre Emsenhuber [Fri, 20 Feb 2009 10:29:44 +0000 (10:29 +0000)]
Per siebrand and Nikerabbit (tweak for r47535):
* Reworded movesubpagetext to include the number of subpages
* Fix spelling error in movesnoubpage
* Allow plural in movesubpage

15 years agoOOPS, completely forgot to add new messages in r47469
Alexandre Emsenhuber [Fri, 20 Feb 2009 10:02:57 +0000 (10:02 +0000)]
OOPS, completely forgot to add new messages in r47469

15 years ago(bug 17581) Wrong index name in PostgreSQL's updater: was rc_timestamp_nobot, changed...
Alexandre Emsenhuber [Fri, 20 Feb 2009 09:53:45 +0000 (09:53 +0000)]
(bug 17581) Wrong index name in PostgreSQL's updater: was rc_timestamp_nobot, changed to rc_timestamp_bot

15 years agoDocument APCOND_* in DefaultSettings.php as requested in r47524
Roan Kattouw [Fri, 20 Feb 2009 08:07:50 +0000 (08:07 +0000)]
Document APCOND_* in DefaultSettings.php as requested in r47524

15 years agoFix bug 17571, now page1 would add to both cat1 and cat2.
Philip Tzou [Fri, 20 Feb 2009 06:47:03 +0000 (06:47 +0000)]
Fix bug 17571, now page1 would add to both cat1 and cat2.

15 years ago* Don't kill child processes during normal termination, that will leave the last...
Tim Starling [Fri, 20 Feb 2009 01:53:40 +0000 (01:53 +0000)]
* Don't kill child processes during normal termination, that will leave the last few jobs in the queue uncompleted
* Snicker-resistant terminology

15 years agoNote incorrect docs in DefaultSettings.php
Aryeh Gregor [Thu, 19 Feb 2009 23:59:04 +0000 (23:59 +0000)]
Note incorrect docs in DefaultSettings.php

15 years ago* (bug 16335) __NONEWSECTIONLINK__ magic word to suppress new section link.
Brion Vibber [Thu, 19 Feb 2009 22:14:59 +0000 (22:14 +0000)]
* (bug 16335) __NONEWSECTIONLINK__ magic word to suppress new section link.
Patch by Carlin: https://bugzilla.wikimedia.org/attachment.cgi?id=5680
With slight whitespace tweaks.

15 years agoLocalisation updates for core messages from translatewiki.net (2009-02-19 21:36 UTC)
Siebrand Mazeland [Thu, 19 Feb 2009 21:54:18 +0000 (21:54 +0000)]
Localisation updates for core messages from translatewiki.net (2009-02-19 21:36 UTC)

15 years agoAPI: (bug 17563) Fix regression from r46845 that changed the output for list=backlink...
Roan Kattouw [Thu, 19 Feb 2009 21:24:28 +0000 (21:24 +0000)]
API: (bug 17563) Fix regression from r46845 that changed the output for list=backlinks to use page IDs as array indexes instead of 0,1,2,... (which makes a big difference in JSON and breaks clients) and caused weird output for generator=backlinks as well. Patch by Brad Jorsch

15 years ago(bug 17570) $wgMaxRedirects is now correctly respected when following redirects ...
Alexandre Emsenhuber [Thu, 19 Feb 2009 20:21:18 +0000 (20:21 +0000)]
(bug 17570) $wgMaxRedirects is now correctly respected when following redirects (was previously one more than $wgMaxRedirects)

15 years agoescape $wgScript here
Aaron Schulz [Thu, 19 Feb 2009 19:08:22 +0000 (19:08 +0000)]
escape $wgScript here

15 years agoAdded change_tag, tag_summary and valid_tag for the SQLite updater and made the patch...
Alexandre Emsenhuber [Thu, 19 Feb 2009 12:38:32 +0000 (12:38 +0000)]
Added change_tag, tag_summary and valid_tag for the SQLite updater and made the patch work with SQLite

15 years agoNo need to get a DB object since we don't use it there
Alexandre Emsenhuber [Thu, 19 Feb 2009 11:20:29 +0000 (11:20 +0000)]
No need to get a DB object since we don't use it there

15 years agoI have no idea why I'm doing this, but this has to be done, force order on *links...
Domas Mituzas [Thu, 19 Feb 2009 10:38:42 +0000 (10:38 +0000)]
I have no idea why I'm doing this, but this has to be done, force order on *links,page reads

15 years ago* Some cleanup for Special:Import:
Raimond Spekking [Thu, 19 Feb 2009 08:43:35 +0000 (08:43 +0000)]
* Some cleanup for Special:Import:
** Do not show input field for import depth if $wgExportMaxLinkDepth == 0
** Add missing 'mw-label' for 2 labels
** Change class 'mw-label' to 'mw-submit' for the submit button for consistency with other forms
** Remove FIXME note as nothing to fix :)
** Add IDs to input forms
** Use specific Xml::fieldset functions

15 years agoBasic multiprocess operation via pcntl_fork()
Tim Starling [Thu, 19 Feb 2009 07:15:19 +0000 (07:15 +0000)]
Basic multiprocess operation via pcntl_fork()

15 years agoDon't do any backlink batches if there are no backlinks.
Tim Starling [Thu, 19 Feb 2009 02:10:55 +0000 (02:10 +0000)]
Don't do any backlink batches if there are no backlinks.

15 years agoFix regression in ForeignAPIRepo because somebody changed how the API returned data :)
Chad Horohoe [Wed, 18 Feb 2009 23:21:51 +0000 (23:21 +0000)]
Fix regression in ForeignAPIRepo because somebody changed how the API returned data :)

15 years agoRELEASE-NOTES for last commit.
Chad Horohoe [Wed, 18 Feb 2009 22:54:31 +0000 (22:54 +0000)]
RELEASE-NOTES for last commit.

15 years agoUse $this->mInfo, not $info. Hopefully now we can actually get correct Mime info...
Chad Horohoe [Wed, 18 Feb 2009 22:52:33 +0000 (22:52 +0000)]
Use $this->mInfo, not $info. Hopefully now we can actually get correct Mime info rather than guess-and-hope on the local install.

15 years agoAPI: (bug 17561) Recommit r44231 ("Added usprop=emailable to list=users"), which...
Roan Kattouw [Wed, 18 Feb 2009 22:31:46 +0000 (22:31 +0000)]
API: (bug 17561) Recommit r44231 ("Added usprop=emailable to list=users"), which was accidentally undone by r46845

15 years ago(bug 16762) Special:Movepage now shows a list of subpages when possible
Alexandre Emsenhuber [Wed, 18 Feb 2009 21:46:38 +0000 (21:46 +0000)]
(bug 16762) Special:Movepage now shows a list of subpages when possible

15 years ago* Special:ListUsers: Sort list of usergroups by alphabet
Raimond Spekking [Wed, 18 Feb 2009 20:34:13 +0000 (20:34 +0000)]
* Special:ListUsers: Sort list of usergroups by alphabet
* Add an ID to the inputform
* Use specific Xml::fieldset function

15 years ago(bug 17556) <link> parameters in Special:Contributions feeds (RSS and Atom) now point...
Chad Horohoe [Wed, 18 Feb 2009 20:00:05 +0000 (20:00 +0000)]
(bug 17556) <link> parameters in Special:Contributions feeds (RSS and Atom) now point to the actual contributors' feed.

15 years agoJust do a selectRow(). We're only returning 1 row anyway.
Chad Horohoe [Wed, 18 Feb 2009 19:37:23 +0000 (19:37 +0000)]
Just do a selectRow(). We're only returning 1 row anyway.

15 years agoFix regression in r47202, which stopped wpAutoSummary from being written to the output.
Andrew Garrett [Wed, 18 Feb 2009 19:03:08 +0000 (19:03 +0000)]
Fix regression in r47202, which stopped wpAutoSummary from being written to the output.

15 years agoLocalization update for he.
Rotem Liss [Wed, 18 Feb 2009 15:44:56 +0000 (15:44 +0000)]
Localization update for he.

15 years ago* API: (bug 17529) rvend ignored when rvstartid is specified
Roan Kattouw [Wed, 18 Feb 2009 15:26:09 +0000 (15:26 +0000)]
* API: (bug 17529) rvend ignored when rvstartid is specified
* To fix this, make the prop=revisions query slightly less performance-zealous and allow WHERE rev_timestamp <= 'foo' when sorting and rangescanning by rev_id
* Make adding ORDER BY in ApiQueryBase::addWhereRange() optional
* Move a RELEASE-NOTES entry to the right section

15 years agoProposed fix for bug 17552. Also the name of the function should be changed, because...
Tim Starling [Wed, 18 Feb 2009 12:41:28 +0000 (12:41 +0000)]
Proposed fix for bug 17552. Also the name of the function should be changed, because there's nothing internal about it.

15 years agoTweak for r47202: readd a space between the "summary" message and the input just...
Alexandre Emsenhuber [Wed, 18 Feb 2009 11:24:37 +0000 (11:24 +0000)]
Tweak for r47202: readd a space between the "summary" message and the input just after it

15 years agoFormat number, and allow use of plural for 'move-subpages' and 'move-talk-subpages...
Siebrand Mazeland [Wed, 18 Feb 2009 09:55:28 +0000 (09:55 +0000)]
Format number, and allow use of plural for 'move-subpages' and 'move-talk-subpages'. This allows for "(up to $1 {{PLURAL:$2|page|pages}}" or whichever construct is required for a correct message in a language.

15 years agoCorrect apparent typing error in message shareduploadwiki-desc introduced with revisi...
Purodha B Blissenbach [Wed, 18 Feb 2009 08:58:18 +0000 (08:58 +0000)]
Correct apparent typing error in message shareduploadwiki-desc introduced with revision 47394.

15 years agoFixed Title::getBrokenLinksFrom(), totally broken by r47374. Caused breakage of Speci...
Tim Starling [Wed, 18 Feb 2009 08:35:15 +0000 (08:35 +0000)]
Fixed Title::getBrokenLinksFrom(), totally broken by r47374. Caused breakage of Special:BrokenRedirects on Wikimedia. Removed $options parameter, it was not used anywhere and definitely should never be used anywhere due to the risk of breaking the wiki. Brought the coding style into this century.

15 years agoFollow up r47392: Rename magic word for existing translations too
Raimond Spekking [Wed, 18 Feb 2009 08:25:04 +0000 (08:25 +0000)]
Follow up r47392: Rename magic word for existing translations too

15 years agoFix borkage with variant links in old top links
Brion Vibber [Wed, 18 Feb 2009 06:22:38 +0000 (06:22 +0000)]
Fix borkage with variant links in old top links

15 years agoDon't give a warning if there are no files in the page set.
Tim Starling [Wed, 18 Feb 2009 06:04:09 +0000 (06:04 +0000)]
Don't give a warning if there are no files in the page set.

15 years agoFix logic error from bad casing
Andrew Garrett [Wed, 18 Feb 2009 05:29:11 +0000 (05:29 +0000)]
Fix logic error from bad casing

15 years agoelement->tags
Andrew Garrett [Wed, 18 Feb 2009 05:19:55 +0000 (05:19 +0000)]
element->tags

15 years agoFix accidental regression of 'summary' message to text-only.
Andrew Garrett [Wed, 18 Feb 2009 05:17:09 +0000 (05:17 +0000)]
Fix accidental regression of 'summary' message to text-only.

15 years agoPartial revert of r47192 (* removed DefaultQuery cruft) -- That cruft was kinda impor...
Andrew Garrett [Wed, 18 Feb 2009 04:49:25 +0000 (04:49 +0000)]
Partial revert of r47192 (* removed DefaultQuery cruft) -- That cruft was kinda important.

15 years agoImplement tag display for EnhancedChangesList -- TODO implement the CSS styling of...
Andrew Garrett [Wed, 18 Feb 2009 04:39:52 +0000 (04:39 +0000)]
Implement tag display for EnhancedChangesList -- TODO implement the CSS styling of tags for EnhancedChangesList. Incidentally, why do we have two methods for formatting a diff for EnhancedChangesList?

15 years agoEnding newline
Andrew Garrett [Wed, 18 Feb 2009 03:22:17 +0000 (03:22 +0000)]
Ending newline

15 years agoFixed E_NOTICE
Aaron Schulz [Wed, 18 Feb 2009 03:12:26 +0000 (03:12 +0000)]
Fixed E_NOTICE

15 years agoUse accessor hasSharedCache() rather than calling the param directly.
Chad Horohoe [Wed, 18 Feb 2009 02:54:58 +0000 (02:54 +0000)]
Use accessor hasSharedCache() rather than calling the param directly.

15 years agoRevert r46628, r46639 for now "Don't allow padding parser functions to be used to...
Brion Vibber [Wed, 18 Feb 2009 02:24:55 +0000 (02:24 +0000)]
Revert r46628, r46639 for now "Don't allow padding parser functions to be used to truncate strings."
Doesn't seem to be a compelling reason to add this special-case restriction at this time, and there appear to be ways to work around it anyway, so let's not play the arms race. :)

15 years agoCall static isValidIsbn() statically. Not sure why E_ALL | E_STRICT didn't yell at...
Chad Horohoe [Wed, 18 Feb 2009 02:00:14 +0000 (02:00 +0000)]
Call static isValidIsbn() statically. Not sure why E_ALL | E_STRICT didn't yell at this.

15 years agoEnglish version of message badsiglength did not exactly conform with program code.
Purodha B Blissenbach [Wed, 18 Feb 2009 01:01:09 +0000 (01:01 +0000)]
English version of message badsiglength did not exactly conform with program code.

15 years agoFollowup to r46951 and friends: add $wgExportMaxLinkDepth, defaulting to 0.
Brion Vibber [Wed, 18 Feb 2009 00:48:39 +0000 (00:48 +0000)]
Followup to r46951 and friends: add $wgExportMaxLinkDepth, defaulting to 0.
If set to non-zero, this specifies the maximum link depth that will be followed for exports. Remember "6 degrees of separation", this could easily kill on a site like Wikipedia. :)

15 years agoLinktrail extended for ksh.
Purodha B Blissenbach [Wed, 18 Feb 2009 00:33:02 +0000 (00:33 +0000)]
Linktrail extended for ksh.

15 years agoCorrect Tongan language native name to "lea faka-Tonga" (Bug 17546)
Purodha B Blissenbach [Wed, 18 Feb 2009 00:29:27 +0000 (00:29 +0000)]
Correct Tongan language native name to "lea faka-Tonga" (Bug 17546)

15 years agoMessage text "Special:ListGroupRights" more specific.
Purodha B Blissenbach [Tue, 17 Feb 2009 23:54:47 +0000 (23:54 +0000)]
Message text "Special:ListGroupRights" more specific.