lhc/web/wiklou.git
15 years agoLocalization update.
Rotem Liss [Tue, 23 Dec 2008 19:38:26 +0000 (19:38 +0000)]
Localization update.

15 years agoRevert r44798 "short-circuit update call"
Brion Vibber [Tue, 23 Dec 2008 19:31:08 +0000 (19:31 +0000)]
Revert r44798 "short-circuit update call"
Article::viewUpdates() may do things other than update counters (for instance, it updates the user-talk and watchlist for last-viewed status, and might do other things in the future). Let it centralize its own checks for what things are enabled. Since you won't necessarily know them all over in Wiki.png, they may get out of sync and lead to bugs if you try to replicate the check.

15 years agoRevert r44702, r44703, r44704 (wfInvoke and UserMailer refactor based on it) and...
Brion Vibber [Tue, 23 Dec 2008 18:08:43 +0000 (18:08 +0000)]
Revert r44702, r44703, r44704 (wfInvoke and UserMailer refactor based on it) and r44715, r44721 (cleanup thereof)
As Tim notes, the weird callback setup in $wgHooks isn't really something we want to replicate or ever rely on ever again, as PHP's native callback syntax already handles things fine and is more consistent (and used extensively in the rest of MediaWiki).
May be other remaining issues with the refactor on top of bugs already discovered, but if it's going to be refactored to use callbacks it should be done using regular callbacks.

15 years agoCleanup for r44700 -- work on a clone of $wgTitle instead of modifying the fragment...
Brion Vibber [Tue, 23 Dec 2008 17:58:22 +0000 (17:58 +0000)]
Cleanup for r44700 -- work on a clone of $wgTitle instead of modifying the fragment on the global object, which interferes with some other generated links outside the pager.

15 years agoShow icon instead of exploding for a remote API file we don't have a local handler...
Brion Vibber [Tue, 23 Dec 2008 17:35:05 +0000 (17:35 +0000)]
Show icon instead of exploding for a remote API file we don't have a local handler class for...

15 years ago* Like r44911 but for MediaWiki:Difference message: switching from raw HTML to wiki...
Alexandre Emsenhuber [Tue, 23 Dec 2008 17:14:33 +0000 (17:14 +0000)]
* Like r44911 but for MediaWiki:Difference message: switching from raw HTML to wiki text
* Whitespaces tweaks

15 years agoLocalisation updates for core messages from Betawiki (2008-12-23 16:47 CET)
Siebrand Mazeland [Tue, 23 Dec 2008 15:56:24 +0000 (15:56 +0000)]
Localisation updates for core messages from Betawiki (2008-12-23 16:47 CET)

15 years ago(bug 16769) reset $wgNamespaceProtection to default value before running parser tests
Ilmari Karonen [Tue, 23 Dec 2008 14:24:38 +0000 (14:24 +0000)]
(bug 16769) reset $wgNamespaceProtection to default value before running parser tests

15 years ago(bug 16469) Override Eastern Arabic numberals, use Western Arabic numerals
Siebrand Mazeland [Tue, 23 Dec 2008 12:49:05 +0000 (12:49 +0000)]
(bug 16469) Override Eastern Arabic numberals, use Western Arabic numerals

15 years ago* (bug 13835) Fix rendering of {{filepath:Wiki.png|nowiki}}
Raimond Spekking [Tue, 23 Dec 2008 11:59:37 +0000 (11:59 +0000)]
* (bug 13835) Fix rendering of {{filepath:Wiki.png|nowiki}}
Patch by Olaf Lenz

15 years agoFix tests after r44896: s/<a name="([^"]+)"><\/a>/<a name="$1" id="$1"><\/a>/g
Ilmari Karonen [Tue, 23 Dec 2008 11:26:43 +0000 (11:26 +0000)]
Fix tests after r44896: s/<a name="([^"]+)"><\/a>/<a name="$1" id="$1"><\/a>/g

15 years agoLocalization update.
Rotem Liss [Tue, 23 Dec 2008 08:39:54 +0000 (08:39 +0000)]
Localization update.

15 years ago(bug 16738) Rename IPBlockList to BlockList
Alex Z [Tue, 23 Dec 2008 04:25:31 +0000 (04:25 +0000)]
(bug 16738) Rename IPBlockList to BlockList

15 years ago* (bug 2585) HTTP 404 return code is now given for a page view if the page
Brion Vibber [Mon, 22 Dec 2008 23:38:58 +0000 (23:38 +0000)]
* (bug 2585) HTTP 404 return code is now given for a page view if the page
  does not exist, allowing spiders and link checkers to detect broken links.

This is less expansive than the old 2005 implementation (r11307), hitting
only page views (won't affect action=edit) and doesn't attempt to cover
error conditions either (many of which should probably return a different code).

Pages which exist in the DB or return true for Title::isAlwaysKnown() such
as file pages for existing files, as well as category pages that exist, are
treated as existing by returning true for Article::hasViewableContent().

15 years agoRemove unused functions
Aaron Schulz [Mon, 22 Dec 2008 22:56:46 +0000 (22:56 +0000)]
Remove unused functions

15 years agoColons added to time zone messages for consistency
Raimond Spekking [Mon, 22 Dec 2008 22:25:51 +0000 (22:25 +0000)]
Colons added to time zone messages for consistency

15 years agoFollow up r44915: Add new messages to messages.inc
Raimond Spekking [Mon, 22 Dec 2008 22:10:42 +0000 (22:10 +0000)]
Follow up r44915: Add new messages to messages.inc

15 years ago* (bug 505) Time zones can now be specified by location in user preferences,
Brion Vibber [Mon, 22 Dec 2008 21:55:09 +0000 (21:55 +0000)]
* (bug 505) Time zones can now be specified by location in user preferences,
  avoiding the need to manually update for DST. Patch by Brad Jorsch.

15 years agoAdd lines accidently removed with r44912 :/
Raimond Spekking [Mon, 22 Dec 2008 19:58:35 +0000 (19:58 +0000)]
Add lines accidently removed with r44912 :/

15 years ago* (bug 16760) Add CSS-class to action links of Special:Log
Raimond Spekking [Mon, 22 Dec 2008 19:52:49 +0000 (19:52 +0000)]
* (bug 16760) Add CSS-class to action links of Special:Log

15 years agoSwitching some message from raw HTML to wiki (part of this commit fixes bug 16026).
Alexandre Emsenhuber [Mon, 22 Dec 2008 18:30:13 +0000 (18:30 +0000)]
Switching some message from raw HTML to wiki (part of this commit fixes bug 16026).

Messages changed:
* MediaWiki:Revision-info
* MediaWiki:Revision-info-current
* MediaWiki:Cannotdelete
* MediaWiki:Redirectedfrom
* MediaWiki:Historywarning

Also escaped other messages that weren't escaped.

This can be a breaking change for some sites (such as English Wikipedia) that use HTML syntax to make links

15 years agoFixing some typos
Anders Wegge Jakobsen [Mon, 22 Dec 2008 12:51:09 +0000 (12:51 +0000)]
Fixing some typos

15 years agoMake the SQL search subclasses less nerve-wracking to read, by using makeList() inste...
Tim Starling [Mon, 22 Dec 2008 12:31:15 +0000 (12:31 +0000)]
Make the SQL search subclasses less nerve-wracking to read, by using makeList() instead of implode(), addQuotes() instead of strencode(), and by documenting the fact that parseQuery() is intentionally returning an SQL fragment to be included into a query without further escaping. No actual vulnerabilities fixed, due to effective UI-side validation, so this is just to minimise reviewer anxiety.

15 years agoFix PHP Notice: Undefined variable: toolLinks in /var/www/w/includes/specials/Specia...
Raimond Spekking [Mon, 22 Dec 2008 12:07:12 +0000 (12:07 +0000)]
Fix  PHP Notice: Undefined variable: toolLinks in /var/www/w/includes/specials/SpecialIpblocklist.php on line 451
Thanks to Siebrand

15 years agoAdd "id" attribute to section anchors, per discussion on wikitech-l.
Ilmari Karonen [Mon, 22 Dec 2008 11:45:54 +0000 (11:45 +0000)]
Add "id" attribute to section anchors, per discussion on wikitech-l.

15 years agoLocalisation updates from Betawiki
Siebrand Mazeland [Mon, 22 Dec 2008 10:29:53 +0000 (10:29 +0000)]
Localisation updates from Betawiki

15 years agoTweaks from profiling
Aaron Schulz [Mon, 22 Dec 2008 09:07:53 +0000 (09:07 +0000)]
Tweaks from profiling

15 years agoAvoid extra page_touched query
Aaron Schulz [Mon, 22 Dec 2008 07:35:56 +0000 (07:35 +0000)]
Avoid extra page_touched query

15 years ago(bug 16748) Null revisions are stored in the DB with rev_len=NULL. Patch by Paul...
Roan Kattouw [Sun, 21 Dec 2008 22:35:52 +0000 (22:35 +0000)]
(bug 16748) Null revisions are stored in the DB with rev_len=NULL. Patch by Paul Copperman

15 years ago*Replace crappy BeforeWatchlist hook
Aaron Schulz [Sun, 21 Dec 2008 21:31:06 +0000 (21:31 +0000)]
*Replace crappy BeforeWatchlist hook
*Updated LQT accordingly
*Will add flaggedrevs function to this shortly

15 years agoBreak long line for diff comprehensibility
Aryeh Gregor [Sun, 21 Dec 2008 20:22:50 +0000 (20:22 +0000)]
Break long line for diff comprehensibility

Should cause no functional change.

15 years agohtml -> wikitext in table headers
Alexandre Emsenhuber [Sun, 21 Dec 2008 18:35:27 +0000 (18:35 +0000)]
html -> wikitext in table headers

15 years agoLocalisation updates for core messages from Betawiki (2008-12-21 14:18 CET)
Siebrand Mazeland [Sun, 21 Dec 2008 13:23:29 +0000 (13:23 +0000)]
Localisation updates for core messages from Betawiki (2008-12-21 14:18 CET)

15 years agoAdd isNewPage() method
Aaron Schulz [Sun, 21 Dec 2008 09:33:04 +0000 (09:33 +0000)]
Add isNewPage() method

15 years agoImprove markpatrolled hook
Aaron Schulz [Sun, 21 Dec 2008 08:49:45 +0000 (08:49 +0000)]
Improve markpatrolled hook

15 years agoAPI: Fix weird ==/=== bug in API help: a possible value of zero is interpreted as...
Roan Kattouw [Sun, 21 Dec 2008 00:21:01 +0000 (00:21 +0000)]
API: Fix weird ==/=== bug in API help: a possible value of zero is interpreted as "can be empty".

15 years agoAPI: (bug 16730) Added apprfiltercascade parameter to list=allpages to filter cascade...
Roan Kattouw [Sat, 20 Dec 2008 23:54:04 +0000 (23:54 +0000)]
API: (bug 16730) Added apprfiltercascade parameter to list=allpages to filter cascade-protected pages

15 years agoFix up r44860, use $wgContLang instead.
Roan Kattouw [Sat, 20 Dec 2008 23:49:16 +0000 (23:49 +0000)]
Fix up r44860, use $wgContLang instead.

15 years agoAPI: (bug 16726) siprop=namespacealiases should also list localized aliases
Roan Kattouw [Sat, 20 Dec 2008 23:20:15 +0000 (23:20 +0000)]
API: (bug 16726) siprop=namespacealiases should also list localized aliases

15 years agoUse $wgInterwikiExpiry to set the expiry time of interwiki cache
Alexandre Emsenhuber [Sat, 20 Dec 2008 20:59:06 +0000 (20:59 +0000)]
Use $wgInterwikiExpiry to set the expiry time of interwiki cache

15 years agoAPI: Fixing issue mentioned on bug 16129 comment #3: for certain inputs, action=parse...
Roan Kattouw [Sat, 20 Dec 2008 20:00:07 +0000 (20:00 +0000)]
API: Fixing issue mentioned on bug 16129 comment #3: for certain inputs, action=parse dies with an internal error whining about $wgTitle not being set in OutputPage::parse(). This commit works around this by setting $wgTitle, but the parser and its friends should really leave $wgTitle alone, because people might want to parse non-$wgTitle titles, which the Parser::parse() docs suggest is possible (and it should be), but apparently isn't.

15 years agoLocalisation updates for core messages from Betawiki
Siebrand Mazeland [Sat, 20 Dec 2008 18:56:43 +0000 (18:56 +0000)]
Localisation updates for core messages from Betawiki

15 years agoTypo
Aaron Schulz [Sat, 20 Dec 2008 18:40:52 +0000 (18:40 +0000)]
Typo

15 years agoLocalisation updates. Import from tl.wikipedia.org.
Siebrand Mazeland [Sat, 20 Dec 2008 18:24:14 +0000 (18:24 +0000)]
Localisation updates. Import from tl.wikipedia.org.

15 years agoMinor code cleanup
Aaron Schulz [Sat, 20 Dec 2008 08:36:14 +0000 (08:36 +0000)]
Minor code cleanup

15 years ago* Tweaks from profiling
Aaron Schulz [Sat, 20 Dec 2008 08:25:39 +0000 (08:25 +0000)]
* Tweaks from profiling
* Remove extract() call
* Break some lines

15 years agoFixes as per bug 15895 comment 7.
Tim Starling [Sat, 20 Dec 2008 08:13:21 +0000 (08:13 +0000)]
Fixes as per bug 15895 comment 7.

15 years agoRemoved redundant mExtra init
Aaron Schulz [Sat, 20 Dec 2008 07:46:45 +0000 (07:46 +0000)]
Removed redundant mExtra init

15 years ago(bug 16689) wfDebugLog writes an error in Apache error.log
Aaron Schulz [Sat, 20 Dec 2008 02:19:33 +0000 (02:19 +0000)]
(bug 16689) wfDebugLog writes an error in Apache error.log

15 years ago* (bug 16612) Fixed "noprint" class for Modern skin print style
Brion Vibber [Sat, 20 Dec 2008 02:16:39 +0000 (02:16 +0000)]
* (bug 16612) Fixed "noprint" class for Modern skin print style

15 years agoadding Nathaniel Herman into CREDITS (r44084, r44213)
Jack Phoenix [Sat, 20 Dec 2008 02:02:55 +0000 (02:02 +0000)]
adding Nathaniel Herman into CREDITS (r44084, r44213)

15 years agoDon't call getCheckboxes() statically anymore
Aaron Schulz [Sat, 20 Dec 2008 01:19:54 +0000 (01:19 +0000)]
Don't call getCheckboxes() statically anymore

15 years agoAdd EditPageBeforeEditChecks hook for bug 16713
Aaron Schulz [Sat, 20 Dec 2008 01:15:40 +0000 (01:15 +0000)]
Add EditPageBeforeEditChecks hook for bug 16713

15 years ago* (bug 16712) Special:NewFiles updated to use "newer"/"older" paging messages for...
Brion Vibber [Sat, 20 Dec 2008 00:28:34 +0000 (00:28 +0000)]
* (bug 16712) Special:NewFiles updated to use "newer"/"older" paging messages for clarity over "previous/next"

15 years agoDelay $wgContLang unstubbing
Aaron Schulz [Sat, 20 Dec 2008 00:01:34 +0000 (00:01 +0000)]
Delay $wgContLang unstubbing

15 years ago* adding two hooks UserCryptPassword and UserComparePasswords to allow extensions...
Ryan Schmidt [Fri, 19 Dec 2008 23:18:44 +0000 (23:18 +0000)]
* adding two hooks UserCryptPassword and UserComparePasswords to allow extensions to change how passwords are hashed in the database

15 years agoCode style tweaks
Aaron Schulz [Fri, 19 Dec 2008 22:32:36 +0000 (22:32 +0000)]
Code style tweaks

15 years ago* Fix fatal error due to missing method when User::isValidPassword returns false
Ryan Schmidt [Fri, 19 Dec 2008 22:29:13 +0000 (22:29 +0000)]
* Fix fatal error due to missing method when User::isValidPassword returns false

15 years agoLocalisation updates for core messages from Betawiki (2008-12-19 22:45 CET)
Siebrand Mazeland [Fri, 19 Dec 2008 21:50:52 +0000 (21:50 +0000)]
Localisation updates for core messages from Betawiki (2008-12-19 22:45 CET)

15 years agoLocalization update for he, and fixes for links in en.
Rotem Liss [Fri, 19 Dec 2008 18:34:04 +0000 (18:34 +0000)]
Localization update for he, and fixes for links in en.

15 years agoLocalization update for he.
Rotem Liss [Fri, 19 Dec 2008 16:38:04 +0000 (16:38 +0000)]
Localization update for he.

15 years agoStore negative results in cache
Aaron Schulz [Fri, 19 Dec 2008 14:51:42 +0000 (14:51 +0000)]
Store negative results in cache

15 years agoTweaks from profiling
Aaron Schulz [Fri, 19 Dec 2008 09:21:20 +0000 (09:21 +0000)]
Tweaks from profiling

15 years ago* Springle some parsemag to the sidebar and tagline per bug 16669
Niklas Laxström [Fri, 19 Dec 2008 08:54:51 +0000 (08:54 +0000)]
* Springle some parsemag to the sidebar and tagline per bug 16669

15 years agoStats on the blob_orphans table, to make sure we're not losing anything by dropping...
Tim Starling [Fri, 19 Dec 2008 08:43:26 +0000 (08:43 +0000)]
Stats on the blob_orphans table, to make sure we're not losing anything by dropping the tracked orphans.

15 years agoshort-circuit update call
Aaron Schulz [Fri, 19 Dec 2008 08:16:05 +0000 (08:16 +0000)]
short-circuit update call

15 years agoRemove LogPage require
Aaron Schulz [Fri, 19 Dec 2008 07:37:07 +0000 (07:37 +0000)]
Remove LogPage require

15 years ago* (bug 11733) Fixed parameter validation in importTextFile.php
Brion Vibber [Fri, 19 Dec 2008 02:03:36 +0000 (02:03 +0000)]
* (bug 11733) Fixed parameter validation in importTextFile.php

15 years ago* (bug 15027) Internet domain names and IP addresses can now be indexed and searched...
Brion Vibber [Fri, 19 Dec 2008 01:50:07 +0000 (01:50 +0000)]
* (bug 15027) Internet domain names and IP addresses can now be indexed and searched sensibly with the default MySQL search backend.

Previously things like "192.168.1.1" couldn't be searched very cleanly in the MySQL backend for two reasons:
* First, the periods were stripped out. This resulted in it being broken into multiple short words: "192 168 1 1", leading at best to false positives and general weirdness.
* Second, for IP addresses these were shorter than the default minimum word length of 4 and thus didn't even get indexed!

The addition of padding for short words let them at least get indexed, but they still didn't turn up cleanly due to the word split. Now allowing periods through to the indexed text, and encoding periods that appear within a compound word so they get caught more cleanly.

Also made a tweak so highlighting works a bit better on word boundaries -- eg "192.168.1.1" no longer hits a highlight match for "192.168.1.100". However it's still not 100% handling some cases with the periods. Sigh.

15 years agoEnable \cancel and \cancelto in texvc
Aryeh Gregor [Thu, 18 Dec 2008 23:24:00 +0000 (23:24 +0000)]
Enable \cancel and \cancelto in texvc

This works on Hardy, but may break all math support in the event that
some platform doesn't have support for \cancel.  I don't know much
OCaml or LaTeX, so I'm not sure how to make it import the package only
if it exists or something similarly useful.

If this gets reverted, though, at least I'll have committed it and
won't have to keep the diff in git stash forever.  :)

Clearly this requires a texvc recompile in any event.

15 years agoStreamline links a bit
Aaron Schulz [Thu, 18 Dec 2008 23:09:49 +0000 (23:09 +0000)]
Streamline links a bit

15 years agoBump $wgStyleVersion per r44774/r44782
Raimond Spekking [Thu, 18 Dec 2008 21:48:06 +0000 (21:48 +0000)]
Bump $wgStyleVersion per r44774/r44782

15 years agoFix for r44775: remove debug line
Aaron Schulz [Thu, 18 Dec 2008 21:30:40 +0000 (21:30 +0000)]
Fix for r44775: remove debug line

15 years agoBreak long line in RELEASE-NOTES
Roan Kattouw [Thu, 18 Dec 2008 21:23:02 +0000 (21:23 +0000)]
Break long line in RELEASE-NOTES

15 years agoMake quickbar fill in extra bottom bit
Aaron Schulz [Thu, 18 Dec 2008 21:15:20 +0000 (21:15 +0000)]
Make quickbar fill in extra bottom bit

15 years agoRemove some less-useful redundant links from sidebar
Aaron Schulz [Thu, 18 Dec 2008 20:50:28 +0000 (20:50 +0000)]
Remove some less-useful redundant links from sidebar

15 years agoLocalisation updates for core messages from Betawiki (2008-12-18 21:28 CET)
Siebrand Mazeland [Thu, 18 Dec 2008 20:38:33 +0000 (20:38 +0000)]
Localisation updates for core messages from Betawiki (2008-12-18 21:28 CET)

15 years agoFix odd syntax that made XHTML error
Aaron Schulz [Thu, 18 Dec 2008 20:36:02 +0000 (20:36 +0000)]
Fix odd syntax that made XHTML error

15 years agoMoving check for "$rc_type == RC_LOG" before check for special pages since log entrie...
Alexandre Emsenhuber [Thu, 18 Dec 2008 19:45:58 +0000 (19:45 +0000)]
Moving check for "$rc_type == RC_LOG" before check for special pages since log entries can now have a tagert in NS_SPECIAL, this happens for log item deletion (rev_deleted stuff) and thus breaking recent changes display, (see the current version of test.wikipedia.org/wiki/Special:RecentChanges, where the deletion log appears as "block log" since the last entry is hiding an item from the block log)

15 years ago(bug 16459) Use native getElementsByClassName
Aryeh Gregor [Thu, 18 Dec 2008 18:16:09 +0000 (18:16 +0000)]
(bug 16459) Use native getElementsByClassName

Patch by Derk-Jan Hartman.  Seems not to break table sorting in Firefox
3, and he's tested it in other browsers, including IE6.  (Of course it
falls back to ordinary JS if the native version is unavailable.)

15 years agoNew search UI tweaks:
Robert Stojnić [Thu, 18 Dec 2008 18:01:06 +0000 (18:01 +0000)]
New search UI tweaks:
* Show namespace checkboxes only for advanced search. Showing these for "Project Pages" searches
does provide information for advanced users, but clutters UI for everyone else. User should be able to
refer to help pages to find out which namespace are in "Project Pages" and these are also in tooltip
* put "did you mean.." inside the fieldset for increased visibility
* missing 'advanced' req param was making advanced form behave strangely, fixed
* remove "browse pages with this prefix", clutters, sometimes shows up, sometimes not. User cannot tell why
if not familiar with namespaces and logic behind the it (e.g. it shows only when one namespace is selected)
* correct placement of external search box when search is disabled
* make search messages consistent for new and existing pages

15 years agoAPI: Fix up r44676: convert underscores to spaces in canonical names.
Roan Kattouw [Thu, 18 Dec 2008 15:00:07 +0000 (15:00 +0000)]
API: Fix up r44676: convert underscores to spaces in canonical names.

15 years ago(bug 16698) Fixed typo in NS_FILE_TALK
Siebrand Mazeland [Thu, 18 Dec 2008 12:27:39 +0000 (12:27 +0000)]
(bug 16698) Fixed typo in NS_FILE_TALK

15 years ago(bug 15670)-ish: Update fallback from Hindi to Bengali. Assamese and Bengali share...
Siebrand Mazeland [Thu, 18 Dec 2008 11:59:48 +0000 (11:59 +0000)]
(bug 15670)-ish: Update fallback from Hindi to Bengali. Assamese and Bengali share the same script, and the languages are spoken in the same region, albeit mainly in different countries (India and Bangladesh respectively).

15 years ago(bug 16696) remove duplicate namespace definitions in MessagesLij.php
Siebrand Mazeland [Thu, 18 Dec 2008 11:42:16 +0000 (11:42 +0000)]
(bug 16696) remove duplicate namespace definitions in MessagesLij.php

15 years agoLocalisation updates from Betawiki
Siebrand Mazeland [Thu, 18 Dec 2008 00:34:57 +0000 (00:34 +0000)]
Localisation updates from Betawiki

15 years agoLocalisation updates for core messages from Betawiki (2008-12-18 00:40 CET)
Siebrand Mazeland [Wed, 17 Dec 2008 23:45:11 +0000 (23:45 +0000)]
Localisation updates for core messages from Betawiki (2008-12-18 00:40 CET)

15 years agoRemove bug report link
Aaron Schulz [Wed, 17 Dec 2008 20:03:55 +0000 (20:03 +0000)]
Remove bug report link

15 years agoFix tests so that they can work with Configure extension or some other special config
Alexandre Emsenhuber [Wed, 17 Dec 2008 18:22:47 +0000 (18:22 +0000)]
Fix tests so that they can work with Configure extension or some other special config

15 years ago* Short circuit EmailNotification::notify() to not call EmailNotification::commonMess...
Alexandre Emsenhuber [Wed, 17 Dec 2008 17:27:43 +0000 (17:27 +0000)]
* Short circuit EmailNotification::notify() to not call EmailNotification::commonMessageKeys() if there're no users to notify. This is a hack to work arround the following exception:
A database query syntax error has occurred.
The last attempted database query was:
"SELECT gu_id, lu_wiki, gu_salt, gu_password,gu_auth_token, gu_locked,gu_hidden,gu_registration,gu_email,gu_email_authenticated FROM `parsertest_globaluser` LEFT OUTER JOIN `parsertest_localuser` ON gu_name=lu_name AND lu_wiki='test2wiki-parsertest_' WHERE gu_name='127.0.0.1'"
from within function "Database::safeQuery".
MySQL returned error "1146: Table 'centralauth.parsertest_globaluser' doesn't exist (127.0.0.1)"
* Whitespaces fixes

15 years agoAPI: Crusade against extract(). Left one extract() call alone in ApiQueryBacklinks...
Roan Kattouw [Wed, 17 Dec 2008 16:34:01 +0000 (16:34 +0000)]
API: Crusade against extract(). Left one extract() call alone in ApiQueryBacklinks.php because I don't have a better alternative for it.

15 years agoRevert r44716 (added user,excludeuser to watchlist,recentchanges): can't commit this...
Roan Kattouw [Wed, 17 Dec 2008 15:35:57 +0000 (15:35 +0000)]
Revert r44716 (added user,excludeuser to watchlist,recentchanges): can't commit this just yet because not all WMF servers have the user_text index just yet, see also bug 14200

15 years agoPrettify files tab of Special:Preferences a bit
Raimond Spekking [Wed, 17 Dec 2008 15:01:06 +0000 (15:01 +0000)]
Prettify files tab of Special:Preferences a bit

15 years agoAPI: (bug 16527) Added user and excludeuser parameters to list=watchlist,recentchanges
Roan Kattouw [Wed, 17 Dec 2008 14:50:48 +0000 (14:50 +0000)]
API: (bug 16527) Added user and excludeuser parameters to list=watchlist,recentchanges

15 years ago* Shut this up
Niklas Laxström [Wed, 17 Dec 2008 14:07:07 +0000 (14:07 +0000)]
* Shut this up

15 years agoFix hardcoded "last month" in statistic message for acitve users.
Raimond Spekking [Wed, 17 Dec 2008 13:54:32 +0000 (13:54 +0000)]
Fix hardcoded "last month" in statistic message for acitve users.
This is wrong because the number of active users is count in SiteStats::cacheUpdate from recentchanges table.
Default of $wgRCMaxAge is 7 days not 30 days.

15 years ago* Fix for bug 16687
Niklas Laxström [Wed, 17 Dec 2008 11:24:52 +0000 (11:24 +0000)]
* Fix for bug 16687

15 years agoIs this needed? Probably not, but it doesn't hurt. The connection is only used for...
Tim Starling [Wed, 17 Dec 2008 07:42:46 +0000 (07:42 +0000)]
Is this needed? Probably not, but it doesn't hurt. The connection is only used for reading, so the commitMasterChanges() is technically unnecessary but harmless. Without closeAll(), the connection will be held open until the script terminates, but that's probably pretty soon in this case.

15 years agoUse more thorough Title->userCan('patrol')
Aaron Schulz [Wed, 17 Dec 2008 07:17:59 +0000 (07:17 +0000)]
Use more thorough Title->userCan('patrol')

15 years agoUserMailer bigtime refactor. Please test.
David McCabe [Wed, 17 Dec 2008 07:08:16 +0000 (07:08 +0000)]
UserMailer bigtime refactor. Please test.