[Bug 24307] New: signing in to bugzilla terms - email

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24307

   Summary: signing in to bugzilla terms - email
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: myjunk1...@gmail.com


When signing in to bugzilla, the privacy terms include something like

(not a quote)
--your email will be posted along with every contribution you make, and will be
visible to everyone, including bots scanning this site.

This is not really acceptable in my opinion, and is the reason I created a junk
email and an awful user name: I don't want to be identified by bots and spammed
to death. 

Is my impression wrong? Or are these the terms and other users are happy?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24307] signing in to bugzilla terms - email

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24307

p858snake p858sn...@yahoo.com.au changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com,
   ||p858sn...@yahoo.com.au
  Component|General/Unknown |Bugzilla
 AssignedTo|wikibug...@lists.wikimedia. |pdha...@wikimedia.org
   |org |
Product|MediaWiki   |Wikimedia

--- Comment #1 from p858snake p858sn...@yahoo.com.au 2010-07-08 08:31:49 UTC 
---
It is no longer shown to logged out users, it will show your real name (set
in the user prefernces - for example mine is set to p858snake).

The reason it is visible is because bugzilla relies heavily on emails to inform
users that events have occurred on bugs that they are cc'ed to.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24308] New: Preferences screen fails

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24308

   Summary: Preferences screen fails
   Product: MediaWiki
   Version: 1.15.4
  Platform: PC
OS/Version: Windows Server 2003
Status: NEW
  Severity: blocker
  Priority: Normal
 Component: User preferences
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: e...@axj.com.es
CC: agarr...@wikimedia.org


It would appear that the PHP date_create() function fails (freezes) when the
timezone isn't specified. To fix this problem, I modified
Includes/Specials/SpecialPreferences.php, around line 1052, as follows:

Before:
$now = date_create( 'now );

After ($wgLocaltimezone is specified in LocalSettings.php):
global $wgLocaltimezone;
$now = date_create( 'now', $wgLocaltimezone );

This happened on my system, running Windows Server 2003, MediaWiki 1.15.4, PHP
5.3.0 (apache2handler), MySQL 5.1.35-community.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24308] Preferences screen fails

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24308

--- Comment #1 from Ed e...@axj.com.es 2010-07-08 08:43:35 UTC ---
... the Before is really this: $now = date_create( 'now' );

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24307] signing in to bugzilla terms - email

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24307

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #2 from Chad H. innocentkil...@gmail.com 2010-07-08 11:03:08 UTC 
---
(In reply to comment #1)
 It is no longer shown to logged out users, it will show your real name (set
 in the user prefernces - for example mine is set to p858snake).
 

True.

 The reason it is visible is because bugzilla relies heavily on emails to 
 inform
 users that events have occurred on bugs that they are cc'ed to.


Also true. BZ shouldn't need to make e-mail addys as public as they do, but
meh.

(In reply to comment #0)
 This is not really acceptable in my opinion, and is the reason I created a 
 junk
 email and an awful user name: I don't want to be identified by bots and 
 spammed
 to death. 
 

Like p858snake said, you have to login to be able to view e-mail addresses
(this is since we upgraded). Nothing's to stop a bot from registering of
course... but it at least stops the drive-by bots.

 Is my impression wrong? Or are these the terms and other users are happy?

Your impression is pretty much correct. I guess it just doesn't bother most of
us.

I'm marking this INVALID. It's not really an actionable bug and the terms
already describe how things are.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22504] Upgrade bugzilla to 3.6.1

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22504

Reedy s...@reedyboy.net changed:

   What|Removed |Added

Summary|Upgrade bugzilla to 3.6 |Upgrade bugzilla to 3.6.1

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 22504] Upgrade bugzilla to 3.6.1

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22504

--- Comment #9 from Reedy s...@reedyboy.net 2010-07-08 12:52:49 UTC ---
NB 3.4.7 is out, with some bugfixes and a security advisory. Certainly need
that to upgrade from 3.4.5

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24265] MediaWiki:Gadget-mwEmbed.js

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24265

JackPotte hubert.bos...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #2 from JackPotte hubert.bos...@gmail.com 2010-07-08 13:08:59 UTC 
---
Dear,
It doesnt work for me either in your URL above, nor in
http://fr.wikiversity.org/wiki/Wikiversit%C3%A9:La_salle_caf%C3%A9/26_2010#Pour
(after the gadget installation).

Is it because we can't see in http://en.wikipedia.org/wiki/Special:Version:
# http://www.mediawiki.org/wiki/Extension:Firefogg
# http://www.mediawiki.org/wiki/Extension:Add_Media_Wizard
?

In parallel I'm trying to reach a consensus if we have to install them...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24309] New: Some interface messages are broken if filter name contains template syntax

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24309

   Summary: Some interface messages are broken if filter name
contains template syntax
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: AbuseFilter
AssignedTo: agarr...@wikimedia.org
ReportedBy: liang...@gmail.com
CC: wikibugs-l@lists.wikimedia.org


See the oldest 2 entries of
http://zh.wikipedia.org/w/index.php?title=Special:%E8%BF%87%E6%BB%A4%E6%97%A5%E5%BF%97wpSearchFilter=79
,
http://zh.wikipedia.org/w/index.php?title=Special:%E8%BF%87%E6%BB%A4%E6%97%A5%E5%BF%97details=187152
and
http://zh.wikipedia.org/w/index.php?title=Special:%E9%98%B2%E6%BB%A5%E7%94%A8%E8%BF%87%E6%BB%A4%E5%99%A8offset=78
.

Some other wikicode may trigger this bug as well.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24310] New: old_html and old_text variables are strange

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24310

   Summary: old_html and old_text variables are strange
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: AbuseFilter
AssignedTo: agarr...@wikimedia.org
ReportedBy: liang...@gmail.com
CC: wikibugs-l@lists.wikimedia.org


They exist in log entry detail pages, but cannot be used in filters.

I expect that they can be used.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24296] Bots excluded from flexible use of article title provided by lang. conv.

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24296

--- Comment #15 from michael.angelkov...@gmail.com 2010-07-08 13:58:57 UTC ---
I think both mine and Liangent's comments suggest that this type of conversion
should be settable per Wiki. Not (only) through a parameter.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24296] Bots excluded from flexible use of article title provided by lang. conv.

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24296

--- Comment #16 from Liangent liang...@gmail.com 2010-07-08 14:02:52 UTC ---
(In reply to comment #15)
 I think both mine and Liangent's comments suggest that this type of conversion
 should be settable per Wiki. Not (only) through a parameter.

What does your Not (only) through a parameter. mean?

I guess you misunderstood my comment.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24296] Bots excluded from flexible use of article title provided by lang. conv.

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24296

--- Comment #17 from michael.angelkov...@gmail.com 2010-07-08 14:10:29 UTC ---
I understood there was need that Chinese Wiki be not affected by any changes,
while I also highlighted that Serbian Wiki would require just the opposite.
Therefore I have suggested that letting each Wiki decide what will be its
default behavior is better solution than involving a parameter that is likely
to be always used on one and never on another project.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24296] Bots excluded from flexible use of article title provided by lang. conv.

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24296

--- Comment #18 from Liangent liang...@gmail.com 2010-07-08 14:19:49 UTC ---
Actually I want a parameter, so bot operators can decide whether they use it or
not.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24296] Bots excluded from flexible use of article title provided by lang. conv.

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24296

--- Comment #19 from Liangent liang...@gmail.com 2010-07-08 14:23:00 UTC ---
I didn't use the API's ability of resolving redirects automatically mush, so
that can be the reason why I didn't say Oh, I've been waiting for this feature
for a long time!. But someone else *may* really need this feature.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24296] Bots excluded from flexible use of article title provided by lang. conv.

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24296

--- Comment #20 from michael.angelkov...@gmail.com 2010-07-08 14:37:33 UTC ---
(In reply to comment #18)
 Actually I want a parameter, so bot operators can decide whether they use it 
 or
 not.

As I stated above (#13), introducing a parameter to change default behavior is
ok thing. But it still doesn't appear to be the best solution on the global
scope while setting default behavior per Wiki does.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24311] New: Page containing query not being refreshed in cache when adding a template to another page

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24311

   Summary: Page containing query not being refreshed in cache
when adding a template to another page
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: ber...@codewiz.org


This page contains a query on [[Category:Users against swpats]]:

  http://groups-devel.libreplanet.org/wiki/Group:EndSoftwarePatents

This template contains this tag:

  http://groups-devel.libreplanet.org/wiki/Template:User_swpat


If we add the {{user swpat}} template to a page, the query page does not update
automatically:

  http://groups-devel.libreplanet.org/wiki/User:Codewiz

The query page refreshes correctly after it has been edited, or by accessing
the page from a different URL. If the category is added directly to the
User:Codewiz page, the query also updates correctly.

So it seems that Mediawiki fails to detect tags contained in templates.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24196] [[Special:ValidationStatistics]] shows incorrect data

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24196

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Aaron Schulz jschulz_4...@msn.com 2010-07-08 15:35:02 UTC 
---
Bad ones removed from enwiki stats and disabled in /trunk for PC case (fine for
other wikis).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20813] Stable categories feature

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20813

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||LATER

--- Comment #10 from Aaron Schulz jschulz_4...@msn.com 2010-07-08 15:36:22 
UTC ---
(In reply to comment #8)
 (In reply to comment #4)
  Done in r56954
 
 Removed in r69082 due to performance/cache issues.
 
 This might end a wontfix, repopening for now.

Also this creates an edge case of categories that handle differently.

Whatever list is needed should be done in a different way if at all.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20813] Stable categories feature

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20813

Aaron Schulz jschulz_4...@msn.com changed:

   What|Removed |Added

 Resolution|LATER   |WONTFIX

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24124] Diffs are taking 10 to 20 seconds to load

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24124

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Chad H. innocentkil...@gmail.com 2010-07-08 17:05:42 UTC 
---
Should be fixed in trunk as of r69191. When diffing to the current revision
(which is the most common scenario) we can use the parser cache to save some
rendering time. In my test page (58,699 bytes), I was able to cut execution
time from over 1100ms down to less than 15ms.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24211] Words are truncated in top right on IE8 with Vector skin

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24211

--- Comment #2 from Adam Miller amil...@wikimedia.org 2010-07-08 17:50:00 UTC 
---
It's hard for me to replicate this. I don't have the asian language pack
installed on my copy of XP and def don't have the CD anymore to install it, so
all I get is rectangles. I've got a couple of ideas we could try, but maybe
someone else has a setup where they can test things locally who wouldn't be
attempting to fix it in the dark like I will be?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24312] New: Give WMF staff admin rights on FlaggedRevs features

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24312

   Summary: Give WMF staff admin rights on FlaggedRevs features
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ro...@robla.net


Per 
http://meta.wikimedia.org/wiki/Requests_for_comment/Wikimedia_Foundation_staff_permissions

...we should give staff accounts the  movestable, stablesetting, and
review permissions, which are permissions recently granted to sysops on
enwiki (Pending Changes/FlaggedRevs).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24301] Web upgrade fail silently on Maintenance.php

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24301

--- Comment #2 from Platonides platoni...@gmail.com 2010-07-08 19:21:17 UTC 
---
The problem is not just the check, if you comment it you get other errors:

Notice:  Constant MEDIAWIKI already defined in
mediawiki/maintenance/Maintenance.php on line 414

loadParamsAndArgs() gives several errors, since there's no global $argv:
Warning:  array_shift() [function.array-shift]: The argument should be an array
in mediawiki/maintenance/Maintenance.php on line 481

Warning:  reset() [function.reset]: Passed variable is not an array or object
in mediawiki/maintenance/Maintenance.php on line 487


doMaintenance assumes that it is being run in the global scope, but
updaters.inc loads the files inside a function thus the $IP used is not the
global one.

Notice:  Undefined variable: IP in maintenance/doMaintenance.php on line 54

Notice:  Undefined variable: IP in mediawiki/maintenance/doMaintenance.php on
line 57

Warning:  require_once(/includes/ProfilerStub.php) [function.require-once]:
failed to open stream: No such file or directory in
mediawiki/maintenance/doMaintenance.php on line 57

Fatal error:  require_once() [function.require]: Failed opening required
'/includes/ProfilerStub.php' in mediawiki/maintenance/doMaintenance.php on line
57

Then, doMaintenance calls Maintenance::loadSettings() which die because
LocalSettings.php does not exist (the installer is trying to create it).

The scripts use wfGetDB( DB_MASTER ) instead of the global $wgDatabase

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24182] Trimming or removing all whitespace from returned template text is useful

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24182

Jack D. Pond jack.p...@psitex.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jack.p...@psitex.com
  Component|Templates   |StringFunctionsEscaped
Version|unspecified |any
 Resolution||FIXED
 AssignedTo|wikibug...@lists.wikimedia. |jack.p...@psitex.com
   |org |
Product|MediaWiki   |MediaWiki extensions

--- Comment #2 from Jack D. Pond jack.p...@psitex.com 2010-07-08 20:29:01 UTC 
---
Fixed in r69197 (trunk) by creating a new parserfunction #stripnewlines as part
of http://www.mediawiki.org/wiki/Extension:StringFunctionsEscaped.

Additional whitespace remove function deemed unnecessary by submitter.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24313] New: Please remove the Preference setting to Mark all edits minor by default from en.wiki

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

   Summary: Please remove the Preference setting to Mark all
edits minor by default from en.wiki
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: xenow...@gmail.com


Per a proposal that is current carrying by a snowstorm, please remove the
Preference setting in Editing tab that allows one to Mark all edits minor by
default from the English Wikipedia (also clearing the flag for anyone has it
set, if necessary).

( [[Help talk:Minor edit#Should we remove the Preference setting to Mark all
edits minor by default?]] )

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

xenocidic xenow...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |High
URL||http://en.wikipedia.org/wik
   ||i/Help_talk:Minor_edit#Shou
   ||ld_we_remove_the_Preference
   ||_setting_to_.22Mark_all_edi
   ||ts_minor_by_default.22.3F

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

xenocidic xenow...@gmail.com changed:

   What|Removed |Added

URL|http://en.wikipedia.org/wik |http://en.wikipedia.org/wik
   |i/Help_talk:Minor_edit#Shou |i/Help_talk:Minor_edit#Shou
   |ld_we_remove_the_Preference |ld_we_remove_the_Preference
   |_setting_to_.22Mark_all_edi |_setting_to_Mark_all_edits
   |ts_minor_by_default.22.3F   |_minor_by_default_?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

xenocidic xenow...@gmail.com changed:

   What|Removed |Added

URL|http://en.wikipedia.org/wik |http://en.wikipedia.org/wik
   |i/Help_talk:Minor_edit#Shou |i/Help_talk:Minor_edit#Shou
   |ld_we_remove_the_Preference |ld_we_remove_the_Preference
   |_setting_to_Mark_all_edits |_setting_to_.22Mark_all_edi
   |_minor_by_default_?|ts_minor_by_default.22_.3F

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

--- Comment #1 from Chad H. innocentkil...@gmail.com 2010-07-08 20:37:46 UTC 
---
Can do this by setting $wgHiddenPrefs. Will also need to run the maintenance
script to turn it off for people who have it on already.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24314] New: FlaggedRevs tooltip obscures the dropdown

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24314

   Summary: FlaggedRevs tooltip obscures the dropdown
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: FlaggedRevs
AssignedTo: jschulz_4...@msn.com
ReportedBy: ro...@robla.net
CC: innocentkil...@gmail.com


From Tgr on flaggedrevs.labs: When you hover over the down arrow, the tooltip
obscures the dropdown. The tooltip is totally unnecessary as by the time it
appears, you have already seen what the arrow is good for. (Also, the alt text
is (+) which is probably not very helpful. It should be rather the alt text
which says hide/show details.)

See the image here: 
http://flaggedrevs.labs.wikimedia.org/wiki/File:FlagRev_dropdown_bug.png

Original report:
http://flaggedrevs.labs.wikimedia.org/w/index.php?title=Wikimedia:Pending_Changes_issuesoldid=16067#Tooltip_obscures_dropdown

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24315] New: Special:OldReviewedPages always uses diffonly=0, ignoring user preferences

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24315

   Summary: Special:OldReviewedPages always uses diffonly=0,
ignoring user preferences
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: FlaggedRevs
AssignedTo: jschulz_4...@msn.com
ReportedBy: hart...@videolan.org
CC: innocentkil...@gmail.com


The review links on this specialpage seem to ignore the diffonly setting. Such
is unexpected behavior for people.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 21165] Please enable the deleterevision right for the sysop group on en.wiki

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21165

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||jay...@gmail.com
 Resolution||FIXED

--- Comment #16 from John Mark Vandenberg jay...@gmail.com 2010-07-09 
00:03:49 UTC ---
This was done, and not rolled back.  bug 21279 remains open, but it can be
tracked separately.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24122] Make oversight-RevisionDelete revisions invisible in history, or make oversight log visible in Special:Log

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24122

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 CC||jay...@gmail.com
 Blocks||18598
Summary|Make oversighted revisions  |Make
   |invisible in history, or|oversight-RevisionDelete
   |make oversight log visible  |revisions invisible in
   |in Special:Log  |history, or make oversight
   ||log visible in Special:Log

--- Comment #5 from John Mark Vandenberg jay...@gmail.com 2010-07-09 00:13:17 
UTC ---
Oversight-RevisionDelete entries should not be publicly logged.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 18598] Create a maintenance script to convert oversighted content to suppressed with revision deletion, and the corresponding log entries too

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18598

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 Depends on||24122

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24314] FlaggedRevs tooltip obscures the dropdown

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24314

Rob Lanphier (RobLa) ro...@robla.net changed:

   What|Removed |Added

   Severity|enhancement |minor

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 23695] Allow oldid= to work with Special:Undelete

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23695

John Mark Vandenberg jay...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jay...@gmail.com
 Resolution||DUPLICATE

--- Comment #2 from John Mark Vandenberg jay...@gmail.com 2010-07-09 00:17:27 
UTC ---


*** This bug has been marked as a duplicate of bug 18104 ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 18104] Schema request change so deleted edits are identified by revisionID not timestamp (prevents DIFFs from breaking)

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18104

--- Comment #11 from John Mark Vandenberg jay...@gmail.com 2010-07-09 
00:17:27 UTC ---
*** Bug 23695 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24124] Diff pages are slow due to parser invocation

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24124

Tim Starling tstarl...@wikimedia.org changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org
Summary|Diffs are taking 10 to 20   |Diff pages are slow due to
   |seconds to load |parser invocation

--- Comment #8 from Tim Starling tstarl...@wikimedia.org 2010-07-09 00:21:47 
UTC ---
Fixed summary, the problem is with the diff page, not the diff itself.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24315] Special:OldReviewedPages always uses diffonly=0, ignoring user preferences

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24315

--- Comment #1 from Aaron Schulz jschulz_4...@msn.com 2010-07-09 00:41:39 UTC 
---
It was meant to help people see the whole page (template/files can change),
though probably isn't needed so much on enwiki. (bug 14828)

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

--- Comment #2 from Ed Fitzgerald edfitzger...@aol.com 2010-07-09 02:07:40 
UTC ---
This is an excellent idea.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24313] Please remove the Preference setting to Mark all edits minor by default from en.wiki

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24313

--- Comment #3 from Ed Fitzgerald edfitzger...@aol.com 2010-07-09 02:08:01 
UTC ---
This is an excellent idea.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 24316] New: SimpleSearch: Doesn't give me a normal textbox context menu on my first right-click

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24316

   Summary: SimpleSearch: Doesn't give me a normal textbox context
menu on my first right-click
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: liang...@gmail.com
CC: roan.katt...@gmail.com, ngau...@wikimedia.org,
amil...@wikimedia.org


Iceweasel browser. On my first right click on the search box, I got a context
menu which is used when blank area of web page is clicked (which starts with
Back/Forward/Reload/Stop), not a textbox's context menu (which starts with
Undo/Cut/Copy/Paste/Delete).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 18104] Schema request change so deleted edits are identified by revisionID not timestamp (prevents DIFFs from breaking)

2010-07-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18104

--- Comment #12 from FT2 ft2.w...@gmail.com 2010-07-09 04:02:57 UTC ---
As an interim option, can we at least have oldid= work with
Special:Undelete?

Most deleted revisions have a revision id and the field is indexed. The few old
deleted revisions that don't have a revision id can easily be given one.

Revid/oldid is universally used everywhere else to identify a revision, except
when it comes to deleted revisions. It would be a fairly simple change to have
Mediawiki correctly handle links of the form:
http://en.wikipedia.org/w/index.php?title=Special:Undeleteoldid=12345

as an equally valid alternative to the existing:
http://en.wikipedia.org/w/index.php?title=Special:Undeletetarget=PAGENAMEtimestamp=TIMESTAMP

Advantages:

1/ Whether a revision is deleted or undeleted the revisionid stays the same so
it can still be used to by admins to find the revision;

2/ Allows a failback to be added to Mediawiki that if oldid= is given in a
link, and the revision isn't in the current revisions table, it can easily and
automatically be searched for in the deleted revisions table instead (and vice
versa), so diff links will dead end less often.

3/ It's simple to do and probably trivial on effort (if Special:Undelete args
include a page+timestamp look up the data by those, if the args are an oldid
then look up the data by that in the same table);

4/ Makes it easier to transition in future to using rev_id as the common index
field for revisions whether deleted or visible, which is a simplifying
direction for Mediawiki. Pagename/timestamp would continue to work so nothing
breaks, but allowing oldid to work will make a future transition easier.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l