lhc/web/wiklou.git
16 years agoFix call to non-static method
Victor Vasiliev [Wed, 16 Jan 2008 18:49:41 +0000 (18:49 +0000)]
Fix call to non-static method

16 years agoForgot to commit this file
Victor Vasiliev [Wed, 16 Jan 2008 18:31:00 +0000 (18:31 +0000)]
Forgot to commit this file

16 years ago* Support redirects in image namespace
Victor Vasiliev [Wed, 16 Jan 2008 18:27:43 +0000 (18:27 +0000)]
* Support redirects in image namespace
Now doesn't require schema change

16 years ago* Add DBA-caching to installer
Victor Vasiliev [Wed, 16 Jan 2008 18:03:52 +0000 (18:03 +0000)]
* Add DBA-caching to installer

16 years agoImprove sanity check on site name a bit: ban '#' (number sign). There are undoubtedl...
Aryeh Gregor [Wed, 16 Jan 2008 17:42:46 +0000 (17:42 +0000)]
Improve sanity check on site name a bit: ban '#' (number sign).  There are undoubtedly several other characters that should be checked for, e.g., ':'.

16 years agoLocalisation updates for core messages from Betawiki (2008-01-16 16:44 CET)
Siebrand Mazeland [Wed, 16 Jan 2008 16:10:48 +0000 (16:10 +0000)]
Localisation updates for core messages from Betawiki (2008-01-16 16:44 CET)
* added Gagauz/gag

16 years agouse label.htmlFor=... instead of label.setAttribute('for', ...): the former works...
River Tarnell [Wed, 16 Jan 2008 10:38:54 +0000 (10:38 +0000)]
use label.htmlFor=... instead of label.setAttribute('for', ...): the former works in IE7, Firefox, Safari and Opera, while the latter does not work in IE7

16 years agoadjust footer padding and left portlet header size
River Tarnell [Wed, 16 Jan 2008 07:49:15 +0000 (07:49 +0000)]
adjust footer padding and left portlet header size

16 years ago#tag changes as per #wikimedia-tech committee
Tim Starling [Wed, 16 Jan 2008 07:46:27 +0000 (07:46 +0000)]
#tag changes as per #wikimedia-tech committee

16 years ago Localisation updates for extensions from Betawiki (2008-01-16 06:55 UTC)
Bertrand Grondin [Wed, 16 Jan 2008 06:56:01 +0000 (06:56 +0000)]
 Localisation updates for extensions from Betawiki (2008-01-16 06:55 UTC)

16 years agostyling for toc, categories
River Tarnell [Wed, 16 Jan 2008 05:06:33 +0000 (05:06 +0000)]
styling for toc, categories

16 years agoplainlinks
River Tarnell [Wed, 16 Jan 2008 04:32:36 +0000 (04:32 +0000)]
plainlinks

16 years agoimport image styling from monobook
River Tarnell [Wed, 16 Jan 2008 04:28:35 +0000 (04:28 +0000)]
import image styling from monobook

16 years agoincrease line-height slightly in navigation
River Tarnell [Wed, 16 Jan 2008 04:15:57 +0000 (04:15 +0000)]
increase line-height slightly in navigation

16 years agorearrange the content area so clear'd elements don't shift the navigation out of...
River Tarnell [Wed, 16 Jan 2008 04:06:48 +0000 (04:06 +0000)]
rearrange the content area so clear'd elements don't shift the navigation out of whack

16 years agoprint stylesheet
River Tarnell [Wed, 16 Jan 2008 02:59:30 +0000 (02:59 +0000)]
print stylesheet

16 years agostyling for prefs form, external links
River Tarnell [Wed, 16 Jan 2008 02:51:58 +0000 (02:51 +0000)]
styling for prefs form, external links

16 years ago* Strip fragments from $parser->mTitle to avoid having them show up in odd places...
Tim Starling [Wed, 16 Jan 2008 02:47:31 +0000 (02:47 +0000)]
* Strip fragments from $parser->mTitle to avoid having them show up in odd places, like section edit links. Potential fix for a bug which is reproducible on test.wikipedia.org but not locally.
* Identifiable heading for limit report

16 years agoRespect $wgEnableParserCache
Tim Starling [Wed, 16 Jan 2008 02:20:49 +0000 (02:20 +0000)]
Respect $wgEnableParserCache

16 years agonew skin: modern
River Tarnell [Wed, 16 Jan 2008 02:15:06 +0000 (02:15 +0000)]
new skin: modern

16 years ago* Rollback should not work if the wiki is read-only
Aryeh Gregor [Wed, 16 Jan 2008 00:06:42 +0000 (00:06 +0000)]
* Rollback should not work if the wiki is read-only
* Spacing, 80-char lines, adjust some comments

16 years agoLocalisation updates for core messages from Betawiki (2008-01-16 0:44 CET)
Siebrand Mazeland [Wed, 16 Jan 2008 00:01:23 +0000 (00:01 +0000)]
Localisation updates for core messages from Betawiki (2008-01-16 0:44 CET)

16 years agoAPI:
Roan Kattouw [Tue, 15 Jan 2008 21:33:08 +0000 (21:33 +0000)]
API:
* Removing action=render module (which was deprecated) in favor of action=parse
* Added prop parameter to action=parse so certain parts of the output can be left out
* action=parse&prop=text behaves pretty much exactly like action=render used to

16 years agoLimiting image history listings to 500 for now. A hard-coded limit sucks, but an...
Roan Kattouw [Tue, 15 Jan 2008 21:09:44 +0000 (21:09 +0000)]
Limiting image history listings to 500 for now. A hard-coded limit sucks, but an alternative isn't really available as the File handling code doesn't allow it (see also bug 12645). Besides, very few image histories are that long.

16 years agoFixing hinky indentation in ApiQueryImageInfo.php
Roan Kattouw [Tue, 15 Jan 2008 20:45:58 +0000 (20:45 +0000)]
Fixing hinky indentation in ApiQueryImageInfo.php

16 years agoWhoops, removed one check too many.
Roan Kattouw [Tue, 15 Jan 2008 20:23:50 +0000 (20:23 +0000)]
Whoops, removed one check too many.

16 years agoAPI:
Roan Kattouw [Tue, 15 Jan 2008 20:21:16 +0000 (20:21 +0000)]
API:
* Introducing ApiBase::dieUsageMsg() function which outputs the error associated with a certain message key
* Updating rollback module to use dieUsageMsg(). Other modules will follow.

16 years agoLarge refactoring of rollback code:
Roan Kattouw [Tue, 15 Jan 2008 17:31:07 +0000 (17:31 +0000)]
Large refactoring of rollback code:
* DB code is now in Article::commitRollback(), permissions checks in Article::doRollback()
* doRollback() no longer returns named constants but an OutputPage::showPermissionsErrorPage() compatible array

16 years agoAPI: Adding wlshow parameter to list=watchlist to allow for filtering (non-)minor...
Roan Kattouw [Tue, 15 Jan 2008 16:08:21 +0000 (16:08 +0000)]
API: Adding wlshow parameter to list=watchlist to allow for filtering (non-)minor, (non-)bot and (non-)anon edits

16 years agoReverting r29798 on the committer's request, part 1 of 2
Roan Kattouw [Tue, 15 Jan 2008 16:04:50 +0000 (16:04 +0000)]
Reverting r29798 on the committer's request, part 1 of 2

16 years agofix for IE
ThomasV [Tue, 15 Jan 2008 15:53:09 +0000 (15:53 +0000)]
fix for IE

16 years ago(bug 12585) Added a bunch of parameters to the revertpage message (rollback summary...
Roan Kattouw [Tue, 15 Jan 2008 15:38:30 +0000 (15:38 +0000)]
(bug 12585) Added a bunch of parameters to the revertpage message (rollback summary). These parameters currently aren't used in the default message, but custom messages could use them.

$3: revid of the revision reverted to
$4: timestamp of the revision reverted to
$5: revid of the revision reverted from
$6: timestamp of the revision reverted from

16 years agoAPI: Adding cascade flag to prop=info&inprop=protection
Roan Kattouw [Tue, 15 Jan 2008 15:23:27 +0000 (15:23 +0000)]
API: Adding cascade flag to prop=info&inprop=protection

16 years agoAdjust some function definitions for abstract classes to stop annoying PHP strict...
Aryeh Gregor [Tue, 15 Jan 2008 15:02:36 +0000 (15:02 +0000)]
Adjust some function definitions for abstract classes to stop annoying PHP strict warnings.  Also moved some @public notices to the public keyword.

16 years agoUpdate for he.
Rotem Liss [Tue, 15 Jan 2008 14:49:17 +0000 (14:49 +0000)]
Update for he.

16 years ago(bug 12202) Strict standards: mark static methods static.
Aryeh Gregor [Tue, 15 Jan 2008 14:48:24 +0000 (14:48 +0000)]
(bug 12202) Strict standards: mark static methods static.

16 years agoLocalisation updates German
Raimond Spekking [Tue, 15 Jan 2008 10:56:57 +0000 (10:56 +0000)]
Localisation updates German

16 years agoAnother fix for r29765: Avoid PHP notices
Raimond Spekking [Tue, 15 Jan 2008 07:51:01 +0000 (07:51 +0000)]
Another fix for r29765: Avoid PHP notices
Thanks to ialex

16 years agoFix for r9765:
Raimond Spekking [Tue, 15 Jan 2008 07:27:16 +0000 (07:27 +0000)]
Fix for r9765:
* Readd 'userrights-available-remove', still in use
* Update messages.inc

16 years ago* (bug 12567) Fix for misformatted read-only messages on edit, protect.
Brion Vibber [Tue, 15 Jan 2008 01:55:48 +0000 (01:55 +0000)]
* (bug 12567) Fix for misformatted read-only messages on edit, protect.
  Also added proper read-only checks to several special pages.
  Have removed read-only checks from the general user permission framework
  since it doesn't belong there; user authorization is independent from
  the database's read-only state, and the way we check and present error
  conditions is necessarily different. Further, as a detail it was formatting
  the actual message incorrectly as an inline message when historically it's a
  big block message with tables and images and stuff.

16 years agoRemove default 'deleted' directory; gets in the way and makes it impossible to delete...
Brion Vibber [Tue, 15 Jan 2008 01:20:12 +0000 (01:20 +0000)]
Remove default 'deleted' directory; gets in the way and makes it impossible to delete images in a default install unless you then go on to figure out what's wrong and fix the permissions. A fresh directory will be created when needed.

16 years ago* $wgGroupsAddToSelf, $wgGroupsRemoveFromSelf: allow users to add or remove
River Tarnell [Mon, 14 Jan 2008 23:57:43 +0000 (23:57 +0000)]
* $wgGroupsAddToSelf, $wgGroupsRemoveFromSelf: allow users to add or remove
  themselves from specified groups via Special:Userrights.

16 years ago* (bug 12617) Decimal and thousands separators for Romanian
Brion Vibber [Mon, 14 Jan 2008 23:36:36 +0000 (23:36 +0000)]
* (bug 12617) Decimal and thousands separators for Romanian

16 years agoRevert r29705. Simply provide rollback permission if you want people to be able to...
Brion Vibber [Mon, 14 Jan 2008 20:17:05 +0000 (20:17 +0000)]
Revert r29705. Simply provide rollback permission if you want people to be able to use rollback.
Otherwise you're going to end up with the restricted portions of it incorrectly allowed when they're not meant to be by accident, which seems pretty senseless.

16 years agoAutopromotion:
Victor Vasiliev [Mon, 14 Jan 2008 18:52:55 +0000 (18:52 +0000)]
Autopromotion:
* Add APCOND_INGROUPS
* Fix comment
* Don't use array_unique() since we have groups as *keys* of $wgAutopromote

16 years agoUpdate README
Victor Vasiliev [Mon, 14 Jan 2008 18:48:57 +0000 (18:48 +0000)]
Update README

16 years agoTweak profileinfo.php:
Victor Vasiliev [Mon, 14 Jan 2008 18:46:31 +0000 (18:46 +0000)]
Tweak profileinfo.php:
* Added average calls per request column
* Added time % column

16 years ago* Add caching to the AJAX search
Victor Vasiliev [Mon, 14 Jan 2008 18:44:29 +0000 (18:44 +0000)]
* Add caching to the AJAX search

16 years ago* (bug 12536) User should be able to get MediaWiki version from any page
Victor Vasiliev [Mon, 14 Jan 2008 18:42:39 +0000 (18:42 +0000)]
* (bug 12536) User should be able to get MediaWiki version from any page
* (bug 12622) A JavaScript constant to declare whether api.php is available

16 years ago(bug 12614) Prevent logging of null change on Userrights . . . for real this time.
Aryeh Gregor [Mon, 14 Jan 2008 18:12:43 +0000 (18:12 +0000)]
(bug 12614) Prevent logging of null change on Userrights . . . for real this time.

16 years agoLocalisation updates. Specific German messages for formal address only.
Raimond Spekking [Mon, 14 Jan 2008 16:04:08 +0000 (16:04 +0000)]
Localisation updates. Specific German messages for formal address only.

16 years agoLocalisation updates.
Raimond Spekking [Mon, 14 Jan 2008 15:20:54 +0000 (15:20 +0000)]
Localisation updates.
Set fallback to 'de'. Specific formal address messages follows soon.

16 years agoLocalisation updates. Introduce formal address of German ("Sie")
Raimond Spekking [Mon, 14 Jan 2008 15:02:38 +0000 (15:02 +0000)]
Localisation updates. Introduce formal address of German ("Sie")
See next commit too.

16 years agoLocalisation updates Kazakh translations
Raimond Spekking [Mon, 14 Jan 2008 14:22:32 +0000 (14:22 +0000)]
Localisation updates Kazakh translations
(bug 12145) Patch by AlefZet

16 years agoRevert accidentally commited image moving stuff
Victor Vasiliev [Mon, 14 Jan 2008 13:57:40 +0000 (13:57 +0000)]
Revert accidentally commited image moving stuff

16 years ago* Introduce getUserPermissionsErrorsExpensive hook
Victor Vasiliev [Mon, 14 Jan 2008 13:50:55 +0000 (13:50 +0000)]
* Introduce getUserPermissionsErrorsExpensive hook

16 years agoCleanup for Special:Randompage and Special: Randomredirect after r29725 - http:/...
Domas Mituzas [Mon, 14 Jan 2008 12:50:20 +0000 (12:50 +0000)]
Cleanup for Special:Randompage and Special: Randomredirect after r29725 - bugzilla.wikimedia.org/show_bug.cgi?id=12624
Thanks to: alex.emsenhuber

16 years agoUpdate for he.
Rotem Liss [Mon, 14 Jan 2008 12:47:15 +0000 (12:47 +0000)]
Update for he.

16 years ago* Updates German
Raimond Spekking [Mon, 14 Jan 2008 12:02:33 +0000 (12:02 +0000)]
* Updates German

16 years agoLocalisation updates for core messages from Betawiki (2008-01-14 12:52 CET)
Siebrand Mazeland [Mon, 14 Jan 2008 12:01:14 +0000 (12:01 +0000)]
Localisation updates for core messages from Betawiki (2008-01-14 12:52 CET)

16 years ago* Updates German
Raimond Spekking [Mon, 14 Jan 2008 11:13:51 +0000 (11:13 +0000)]
* Updates German
Patch by Tim 'avatar' Bartel

16 years ago* Shortcutted Title::userCanRead() for public wikis
Domas Mituzas [Mon, 14 Jan 2008 10:23:48 +0000 (10:23 +0000)]
* Shortcutted Title::userCanRead() for public wikis
* Moved redirects code in OutputPage before skins and ajax stuff, to handle likely scenario better
* Stripped off lots of fat (like... 30-50% of execution time) from Special:Randompage - mwahaha... ha... hahaha...

16 years ago(bug 12608) (in continuation of r29719) Unifying the spelling of getDBkey() in the...
Huji [Mon, 14 Jan 2008 09:26:36 +0000 (09:26 +0000)]
(bug 12608) (in continuation of r29719) Unifying the spelling of getDBkey() in the code.

16 years ago(bug 12608) Unifying the spelling of getDBkey() in the code.
Huji [Mon, 14 Jan 2008 09:13:04 +0000 (09:13 +0000)]
(bug 12608) Unifying the spelling of getDBkey() in the code.

16 years ago* Fixed loop detection in LST
Tim Starling [Mon, 14 Jan 2008 06:59:20 +0000 (06:59 +0000)]
* Fixed loop detection in LST
* Renamed some LST parser tests
* Fixed <gallery> caption behaviour .It should not generate <pre> when there are spaces at the start. Used recursiveTagParse() instead of parse(), to avoid generation of a limit report, among other things.
* Refactored template loop check
* Updated a couple of parser tests

16 years ago* Update Cantonese translations
Shinjiman [Mon, 14 Jan 2008 05:43:20 +0000 (05:43 +0000)]
* Update Cantonese translations

16 years ago* Fix heading immediately after comment-on-own-line
Tim Starling [Mon, 14 Jan 2008 03:43:14 +0000 (03:43 +0000)]
* Fix heading immediately after comment-on-own-line
* Fix ===== on own line

16 years agoLocalisation updates for core messages from Betawiki (2008-01-13 23:37 CET)
Siebrand Mazeland [Sun, 13 Jan 2008 22:46:51 +0000 (22:46 +0000)]
Localisation updates for core messages from Betawiki (2008-01-13 23:37 CET)

16 years agoTweak tweaks.
Aryeh Gregor [Sun, 13 Jan 2008 22:26:08 +0000 (22:26 +0000)]
Tweak tweaks.

16 years agoRandom small fixes: formatting/whitespace, comments, fix inexplicably misleading...
Aryeh Gregor [Sun, 13 Jan 2008 22:23:36 +0000 (22:23 +0000)]
Random small fixes: formatting/whitespace, comments, fix inexplicably misleading profiling name in getUserPermissionsErrorsInternal.

16 years agoThe 'rollback' permission now only affects whether rollback is made available through...
Aryeh Gregor [Sun, 13 Jan 2008 21:36:08 +0000 (21:36 +0000)]
The 'rollback' permission now only affects whether rollback is made available through the interface.  Users without the rollback permission can still use it by generating the proper token through a script.  This does nothing but allow automated rollback scripts to generate less load on both the client and the server, without allowing them to do anything extra.  This was inspired by an anti-vandal bot operator on enwiki who showed me his server load dropping in half when his bot switched from manual reverts to rollback.

16 years ago Localisation updates for extensions from Betawiki (2008-01-13 21:14 UTC)
Bertrand Grondin [Sun, 13 Jan 2008 21:15:14 +0000 (21:15 +0000)]
 Localisation updates for extensions from Betawiki (2008-01-13 21:14 UTC)

16 years ago* (bug 12611) Bot flag ignored in recent changes
Victor Vasiliev [Sun, 13 Jan 2008 17:58:14 +0000 (17:58 +0000)]
* (bug 12611) Bot flag ignored in recent changes

16 years agodon't open transactions for SHOW and SET statements - reduces some redundancy of...
Domas Mituzas [Sun, 13 Jan 2008 13:34:45 +0000 (13:34 +0000)]
don't open transactions for SHOW and SET statements - reduces some redundancy of transaction startup

16 years agoExpansion cache for template arguments. Fixes the most common <ref> numbering bugs...
Tim Starling [Sun, 13 Jan 2008 12:47:38 +0000 (12:47 +0000)]
Expansion cache for template arguments. Fixes the most common <ref> numbering bugs. I think the rest can be fixed in the Cite extension itself. I will give that a go later.

16 years agoavoid calling things on $wgTitle that might be not yet initialized
Domas Mituzas [Sun, 13 Jan 2008 12:29:43 +0000 (12:29 +0000)]
avoid calling things on $wgTitle that might be not yet initialized

16 years agoLocalisation updates for core messages from Betawiki (2008-01-13 12:23 CET)
Siebrand Mazeland [Sun, 13 Jan 2008 11:40:17 +0000 (11:40 +0000)]
Localisation updates for core messages from Betawiki (2008-01-13 12:23 CET)

16 years agoUpdate french localization file
Bertrand Grondin [Sun, 13 Jan 2008 10:07:18 +0000 (10:07 +0000)]
Update french localization file
* Add Special aliases names
* Add Special magic words
* Add Skin names

16 years agoThird time lucky? More complex method to obtain precise bug-for-bug compatibility...
Tim Starling [Sun, 13 Jan 2008 09:23:58 +0000 (09:23 +0000)]
Third time lucky? More complex method to obtain precise bug-for-bug compatibility with the old parser.

16 years agoImproved tplarg whitespace fix, following on from buggy r29685.
Tim Starling [Sun, 13 Jan 2008 08:51:09 +0000 (08:51 +0000)]
Improved tplarg whitespace fix, following on from buggy r29685.

16 years agoFix handling for whitespace in template arguments.
Tim Starling [Sun, 13 Jan 2008 06:40:14 +0000 (06:40 +0000)]
Fix handling for whitespace in template arguments.

16 years agoRevert r29671, it was based on a misunderstanding of the purpose of the LoggedOut...
Tim Starling [Sun, 13 Jan 2008 03:47:07 +0000 (03:47 +0000)]
Revert r29671, it was based on a misunderstanding of the purpose of the LoggedOut cookie. The LoggedOut cookie is there to suppress the client-side cache, not the server-side cache. It prevents privately cached logged-in pages from being displayed after the user logs out. Feel free to special-case it in squid if you're worried about the server-side cache hit ratio, but note that IMS requests would need special handling.

* Credential data in the session is destroyed, so the session is harmless. But it is still useful for abuse tracking (logout/login sequences) and similar analysis.
* Not much point in removing the username persistence feature if you can't improve the squid cache hit ratio, which was obviously your goal.

16 years agoClarify comment on $wgRateLimits.
Aryeh Gregor [Sun, 13 Jan 2008 01:03:28 +0000 (01:03 +0000)]
Clarify comment on $wgRateLimits.

16 years agoshould have some coffee - one more typo :)
Domas Mituzas [Sat, 12 Jan 2008 23:52:46 +0000 (23:52 +0000)]
should have some coffee - one more typo :)

16 years agodamn, how did this typo slip in :)
Domas Mituzas [Sat, 12 Jan 2008 23:12:51 +0000 (23:12 +0000)]
damn, how did this typo slip in :)

16 years agoWell, logging out is an action, where people don't want to have any of their their...
Domas Mituzas [Sat, 12 Jan 2008 23:10:08 +0000 (23:10 +0000)]
Well, logging out is an action, where people don't want to have any of their their credentials still sit in browser.
Actually, keeping a session is still bad. And trying to ensure that they don't see cached content... Well, thats wrong idea.
See, if someone is logged out, he is anonymous and deserves to see cached content as everyone else.

So, let's destroy all cookies.

16 years agoFew sanity things for database activity:
Domas Mituzas [Sat, 12 Jan 2008 22:51:16 +0000 (22:51 +0000)]
Few sanity things for database activity:
* Provide function to COMMIT master connection in case there were any changes
* Use it at cleanup, instead of sending too many COMMITs to all slaves
* Don't acquire master connection, if no updates are to be done
* Don't care about closing database connections, let PHP do that (would close HTTP socket few nanoseconds earlier)

16 years ago* importing livehack for profiling errors output
Domas Mituzas [Sat, 12 Jan 2008 17:51:21 +0000 (17:51 +0000)]
* importing livehack for profiling errors output
* fixing some of CPU profile elimination errors :)

16 years agoremove Cpu from here too
Domas Mituzas [Sat, 12 Jan 2008 17:39:02 +0000 (17:39 +0000)]
remove Cpu from here too

16 years agoaaaAAAAAAAAAaaaaaAAAAAAAAAAaaaaaaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaaaaaaAAAAAAAAAAAAAAAAA...
Domas Mituzas [Sat, 12 Jan 2008 17:32:21 +0000 (17:32 +0000)]
aaaAAAAAAAAAaaaaaAAAAAAAAAAaaaaaaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaaaaaaAAAAAAAAAAAAAAAAAAAaaaaaaaAAAAAAAAAaaaaaAAAAAAAAAAAAAAAAAAAAAAAAaaaaaaaaaaaaaaaaaaaaaaAAAAAAAAAAAAAAAAAAAaaaaaaAAAAAAAAAAAAAAAAAAAaaaaaaaAAAAAAAAAaaaaaAAAAAAAAAAAAAAAAAAAAAAAAaaaaaaaaaaaaaaaaaaaaaaAAAAAAAAAAAAAAAAAAAaaaaaaAAAAAAAAAAAAAAAAAAAaaaaaaaAAAAAAAAAaaaaaAAAAAAAAAAAAAAAAAAAAAAAAaaaaaaaaaaaaaaaaaaaaaaa:
* ditch CPU profiling from ProfilerSimple, because:
** getrusage() is updated just on end of quant, which is 10ms on our new servers and 1ms on old ones:
*** All CPU profiling before looked reasonable just just just because lots of 0's and 10's sometimes add up to reasonable guestimate.

16 years agoLocalisation updates. Updating special pages.
Siebrand Mazeland [Sat, 12 Jan 2008 17:29:42 +0000 (17:29 +0000)]
Localisation updates. Updating special pages.

16 years agoLocalisation updates for core messages from Betawiki (2008-01-12 17:18 CET)
Siebrand Mazeland [Sat, 12 Jan 2008 16:41:20 +0000 (16:41 +0000)]
Localisation updates for core messages from Betawiki (2008-01-12 17:18 CET)

16 years agoRevert r29647, as per my comment on bug 12536.
Tim Starling [Sat, 12 Jan 2008 13:44:08 +0000 (13:44 +0000)]
Revert r29647, as per my comment on bug 12536.

16 years ago* (bug 12536) User should be able to get MediaWiki version from any page
Victor Vasiliev [Sat, 12 Jan 2008 12:31:20 +0000 (12:31 +0000)]
* (bug 12536) User should be able to get MediaWiki version from any page

16 years ago Localisation updates for extensions from Betawiki (2008-01-12 11:53 UTC)
Bertrand Grondin [Sat, 12 Jan 2008 10:53:52 +0000 (10:53 +0000)]
 Localisation updates for extensions from Betawiki (2008-01-12 11:53 UTC)

16 years agoAPI: Various docu and clean-up.
Daniel Cannon [Sat, 12 Jan 2008 07:08:17 +0000 (07:08 +0000)]
API: Various docu and clean-up.

16 years ago* Use only default options when generating RSS and Atom syndication links.
Brion Vibber [Sat, 12 Jan 2008 00:13:53 +0000 (00:13 +0000)]
* Use only default options when generating RSS and Atom syndication links.
  This should help prevent infinite link loops that some software may follow,
  and will generally keep feed behavior cleaner.

Combined duplicate link expansion from OutputPage and SkinTemplate into OutputPage::getSyndicationLinks()

16 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Fri, 11 Jan 2008 22:48:20 +0000 (22:48 +0000)]
Localisation updates for core messages from Betawiki
* adding pag/Pangasinan

16 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Fri, 11 Jan 2008 22:04:05 +0000 (22:04 +0000)]
Localisation updates for core messages from Betawiki
* adding pap/Papiamento

16 years ago* (bug 12588) Fix selection in namespace selector on Special:Newpages
Brion Vibber [Fri, 11 Jan 2008 21:10:51 +0000 (21:10 +0000)]
* (bug 12588) Fix selection in namespace selector on Special:Newpages
Godawful hack... we'll be frequently passed selected namespaces as strings since PHP is such a shithole.
But we also don't want blanks and nulls and "all"s matching 0, so let's convert *just* string ints to clean ints.