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

15 years agoUpdate docs in Pager.php for join_conds
Roan Kattouw [Tue, 31 Mar 2009 15:46:34 +0000 (15:46 +0000)]
Update docs in Pager.php for join_conds

15 years agoDon't add empty title attributes to anchor links
Aryeh Gregor [Tue, 31 Mar 2009 14:26:40 +0000 (14:26 +0000)]
Don't add empty title attributes to anchor links

All parser tests updated.

15 years agoFix tag filtering by adding a FORCE INDEX to the relevant queries
Andrew Garrett [Tue, 31 Mar 2009 13:01:05 +0000 (13:01 +0000)]
Fix tag filtering by adding a FORCE INDEX to the relevant queries

15 years agoAdded usprop=gender to list=users
X! [Tue, 31 Mar 2009 03:48:08 +0000 (03:48 +0000)]
Added usprop=gender to list=users

15 years ago(bug 18263) Escape single-quotes for wpDestForm
Aaron Schulz [Mon, 30 Mar 2009 23:31:38 +0000 (23:31 +0000)]
(bug 18263) Escape single-quotes for wpDestForm

15 years agoTweak brackets from r49012
Aaron Schulz [Mon, 30 Mar 2009 23:16:13 +0000 (23:16 +0000)]
Tweak brackets from r49012

15 years agoFixed fatal from r49045
Aaron Schulz [Mon, 30 Mar 2009 23:13:34 +0000 (23:13 +0000)]
Fixed fatal from r49045

15 years agoKill raw SQL in QueryPage::recache(). I can't find any code that actually calls recac...
Roan Kattouw [Mon, 30 Mar 2009 20:04:34 +0000 (20:04 +0000)]
Kill raw SQL in QueryPage::recache(). I can't find any code that actually calls recache(), though

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-30 19:33 UTC)
Raimond Spekking [Mon, 30 Mar 2009 19:31:02 +0000 (19:31 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-30 19:33 UTC)

15 years agoAdds fallback implementations of mb_strpos and mb_strrpos if native multi-byte suppor...
Robert Rohde [Mon, 30 Mar 2009 19:11:48 +0000 (19:11 +0000)]
Adds fallback implementations of mb_strpos and mb_strrpos if native multi-byte support is not available.

See comments 65, 66, 68 on bug 6455.

15 years agoLocalization update for he.
Rotem Liss [Mon, 30 Mar 2009 18:17:09 +0000 (18:17 +0000)]
Localization update for he.

15 years ago* (bug 18259) Special:DeletedContributions now also uses MediaWiki:Sp-contributions...
Alexandre Emsenhuber [Mon, 30 Mar 2009 16:54:32 +0000 (16:54 +0000)]
* (bug 18259) Special:DeletedContributions now also uses MediaWiki:Sp-contributions-logs for the link to Special:Log

15 years ago(bug 18256) Fix typo: array_diff_key, not keyS
Roan Kattouw [Mon, 30 Mar 2009 13:28:03 +0000 (13:28 +0000)]
(bug 18256) Fix typo: array_diff_key, not keyS

15 years agoFix regression from r48990
Niklas Laxström [Mon, 30 Mar 2009 09:47:22 +0000 (09:47 +0000)]
Fix regression from r48990

15 years agoFix minor dyslexia in last commit.
Chad Horohoe [Mon, 30 Mar 2009 02:31:44 +0000 (02:31 +0000)]
Fix minor dyslexia in last commit.

15 years ago(bug 17947) On Special:SpecialPages, restricted special pages are now marked with...
Chad Horohoe [Mon, 30 Mar 2009 01:56:07 +0000 (01:56 +0000)]
(bug 17947) On Special:SpecialPages, restricted special pages are now marked with <strong> tags, helps with text-based browsers

15 years agoLocalisation updates for core messages from translatewiki.net (2009-03-29 22:17 UTC)
Siebrand Mazeland [Sun, 29 Mar 2009 22:24:00 +0000 (22:24 +0000)]
Localisation updates for core messages from translatewiki.net (2009-03-29 22:17 UTC)

15 years agoRemove unused var
Aryeh Gregor [Sun, 29 Mar 2009 20:29:54 +0000 (20:29 +0000)]
Remove unused var

15 years agoFix a typo in the function name
Victor Vasiliev [Sun, 29 Mar 2009 19:49:17 +0000 (19:49 +0000)]
Fix a typo in the function name

15 years agoReplace tree dots by ellipsis
Siebrand Mazeland [Sun, 29 Mar 2009 17:16:35 +0000 (17:16 +0000)]
Replace tree dots by ellipsis

15 years agoPass query directly to getLinkUrl()
Aryeh Gregor [Sun, 29 Mar 2009 17:13:13 +0000 (17:13 +0000)]
Pass query directly to getLinkUrl()

15 years agoRemove a couple of link() calls in enhanced RC
Aryeh Gregor [Sun, 29 Mar 2009 17:09:47 +0000 (17:09 +0000)]
Remove a couple of link() calls in enhanced RC

diff and cur links are now created using raw HTML instead of link(),
which they didn't really need anyway.  I didn't see any other obvious
candidates for conversion to raw HTML, since other things tend to need
fancy classes and have lots of other logic.  It's possible link() could
be made faster, too.

15 years ago* remove unused 'logouttitle'
Siebrand Mazeland [Sun, 29 Mar 2009 16:58:15 +0000 (16:58 +0000)]
* remove unused 'logouttitle'
* rebuild all messages files

15 years agoFollowup to r49013: forgot to commit ApiBase.php
Roan Kattouw [Sun, 29 Mar 2009 16:40:31 +0000 (16:40 +0000)]
Followup to r49013: forgot to commit ApiBase.php

15 years agoRemove ugly userrights-CentralAuth hack introduced in r48970 and friends:
Roan Kattouw [Sun, 29 Mar 2009 16:39:42 +0000 (16:39 +0000)]
Remove ugly userrights-CentralAuth hack introduced in r48970 and friends:
* Make UserrightsForm::doSaveUserGroups(), addLogEntry() and helpers non-static again so CentralAuth can override them; remove the short-lived UserRightsLogEntry hook
* Let UserrightsForm::fetchUser() return a WikiErrorMsg on failure
* In ApiUserrights, use an instance of the UserrightsPage class rather than calling its methods statically. This also enables interwiki userrights in this module
* Add some messages to ApiBase::$messageMap

15 years agominor coding style tweaks to Interwiki.php
Jack Phoenix [Sun, 29 Mar 2009 16:18:58 +0000 (16:18 +0000)]
minor coding style tweaks to Interwiki.php

15 years agoUse link() instead of make*Link*()
Aryeh Gregor [Sun, 29 Mar 2009 16:02:16 +0000 (16:02 +0000)]
Use link() instead of make*Link*()

Preparatory to some optimization work.  Also fix a bug in last commit,
so if this causes problems, revert that one too.

15 years agoRemove some makeKnownLinkObj() invocations in RC
Aryeh Gregor [Sun, 29 Mar 2009 15:37:47 +0000 (15:37 +0000)]
Remove some makeKnownLinkObj() invocations in RC

Was being called for all rows, then thrown away for any rows that
weren't normal edits (logs, etc.).

15 years agofurther cleanup to skins. instead of referring the user to docs/skin.txt, why not...
Jack Phoenix [Sun, 29 Mar 2009 15:29:34 +0000 (15:29 +0000)]
further cleanup to skins. instead of referring the user to docs/skin.txt, why not to include the skin descriptions on the actual files? :)

15 years agocleanup to CologneBlue.php
Jack Phoenix [Sun, 29 Mar 2009 15:01:35 +0000 (15:01 +0000)]
cleanup to CologneBlue.php

15 years agofix rollback links in watchlists, use a join'ed `page` for that
Domas Mituzas [Sun, 29 Mar 2009 14:18:59 +0000 (14:18 +0000)]
fix rollback links in watchlists, use a join'ed `page` for that

15 years agoImprove image moving error handling:
Victor Vasiliev [Sun, 29 Mar 2009 13:42:29 +0000 (13:42 +0000)]
Improve image moving error handling:
* Do image moving before page moving. That will allow to avoid situations when image page is moved, while image itself isn't.
* Add safeguard code that checks all files before moving them
* More debug logging

15 years agoAPI: Don't give patrol tokens for non-new RCs if only NP patrol is enabled
Roan Kattouw [Sun, 29 Mar 2009 12:51:39 +0000 (12:51 +0000)]
API: Don't give patrol tokens for non-new RCs if only NP patrol is enabled

15 years agoSkin.php/SkinTemplate.php: cleanup, spacing tweaks, double quotes to single quotes...
Jack Phoenix [Sun, 29 Mar 2009 12:46:11 +0000 (12:46 +0000)]
Skin.php/SkinTemplate.php: cleanup, spacing tweaks, double quotes to single quotes where appropriate, changed $fname to __METHOD__, broke up some long lines, converted raw SQL queries to use Database class, marked visibility of certain functions that were marked as /** @public */