[Bug 23960] Optional parameters for revision variable magic words

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23960

--- Comment #5 from Stuart P. Bentley  2010-12-04 
08:04:16 UTC ---
(In reply to comment #4)
> Just wondering, why would this be useful? Personally I can't think of a reason
> to need the timestamp of a specific revision specified by a specific id. I can
> see having the info for current revision as useful, but for other revisions?

Say you have a page whose content is reflected elsewhere (such as a wikipage
describing a blueprint for a technical system). You can make a template that
takes the revision ID of the last revision that was current with the system,
which displays a link to that revision and how long ago it was written.

-- 
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 26199] nginx-0.7.65 doesn't provide either REQUEST_URI or SCRIPT_NAME (mediawiki throws exception)

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26199

--- Comment #5 from Breaker  2010-12-04 08:46:11 UTC ---
   location ~ \.php$ {
fastcgi_pass   127.0.0.1:9000;
fastcgi_index  index.php;
fastcgi_param  SCRIPT_FILENAME 
/var/www/wiki$fastcgi_script_name;
fastcgi_param  QUERY_STRING $query_string;
fastcgi_param  REQUEST_METHOD   $request_method;
fastcgi_param  CONTENT_TYPE $content_type;
fastcgi_param  CONTENT_LENGTH   $content_length;
}

-- 
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 26199] nginx-0.7.65 doesn't provide either REQUEST_URI or SCRIPT_NAME (mediawiki throws exception)

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26199

--- Comment #6 from Breaker  2010-12-04 08:49:22 UTC ---
fastcgi_param  SCRIPT_FILENAME$document_root$fastcgi_script_name;
fastcgi_param  QUERY_STRING   $query_string;
fastcgi_param  REQUEST_METHOD $request_method;
fastcgi_param  CONTENT_TYPE   $content_type;
fastcgi_param  CONTENT_LENGTH $content_length;

fastcgi_param  SCRIPT_NAME$fastcgi_script_name;
fastcgi_param  REQUEST_URI$request_uri;
fastcgi_param  DOCUMENT_URI   $document_uri;
fastcgi_param  DOCUMENT_ROOT  $document_root;
fastcgi_param  SERVER_PROTOCOL$server_protocol;

fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
fastcgi_param  SERVER_SOFTWAREnginx/$nginx_version;

fastcgi_param  REMOTE_ADDR$remote_addr;
fastcgi_param  REMOTE_PORT$remote_port;
fastcgi_param  SERVER_ADDR$server_addr;
fastcgi_param  SERVER_PORT$server_port;
fastcgi_param  SERVER_NAME$server_name;

# PHP only, required if PHP was built with --enable-force-cgi-redirect
fastcgi_param  REDIRECT_STATUS200;

-- 
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 26221] SUL: presetting the language according to the home wiki at Commons

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26221

User:Docu  changed:

   What|Removed |Added

 CC||test5...@myway.com

--- Comment #1 from User:Docu  2010-12-04 08:49:38 UTC ---
see also Bug 23335

-- 
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 26199] nginx-0.7.65 doesn't provide either REQUEST_URI or SCRIPT_NAME (mediawiki throws exception)

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26199

--- Comment #7 from OverlordQ  2010-12-04 08:50:27 UTC ---
Are you sure the second config is being loaded?

-- 
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 23335] User language settings for autocreated accounts at Commons should carry over from homewiki

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23335

p858snake  changed:

   What|Removed |Added

 CC||matthias.s...@gmx.net

--- Comment #6 from p858snake  2010-12-04 08:52:35 UTC ---
*** Bug 26221 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 26221] SUL: presetting the language according to the home wiki at Commons

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26221

p858snake  changed:

   What|Removed |Added

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

--- Comment #2 from p858snake  2010-12-04 08:52:35 UTC ---


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

-- 
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 26222] Change the WikiLogo to the local Wiki.png file

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26222

p858snake  changed:

   What|Removed |Added

   Keywords||shell
 CC||p858sn...@gmail.com

--- Comment #1 from p858snake  2010-12-04 08:55:49 UTC ---
Please show a link to community consensus regarding this change.

You should upload the new one locally first as well.

-- 
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 16470] SUL: MergeAccount missing on Wikimania 2006 wiki

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16470

p858snake  changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #3 from p858snake  2010-12-04 08:57:46 UTC ---
(In reply to comment #2)
> Isn't it a closed wiki?
2006 and 2007 are marked as fishbowls like wikimediafoundation is[1].

[1]. http://noc.wikimedia.org/conf/fishbowl.dblist

-- 
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 26229] New: Enable mobile main page for nowiki

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26229

   Summary: Enable mobile main page for nowiki
   Product: Wikipedia Mobile
   Version: .5
  Platform: All
   URL: http://no.m.wikipedia.org
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: server
AssignedTo: hcat...@wikimedia.org
ReportedBy: sti...@gmail.com
CC: tf...@wikimedia.org


Hi there,

Please enable the mobile main page for nowiki as follows:

Wikipedia: no.m.wikipedia.org
Main page: Portal:Forside (mobil) 

See http://no.wikipedia.org/wiki/Wikipedia:Tinget#Konfigurering_for_mobiler for
the community discussion.

-- 
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 26199] nginx-0.7.65 doesn't provide either REQUEST_URI or SCRIPT_NAME (mediawiki throws exception)

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26199

--- Comment #8 from Breaker  2010-12-04 09:23:59 UTC ---
Yes. The first is the server configuration in particular, the second - the
global setting fastcgi.

-- 
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 26199] nginx-0.7.65 doesn't provide either REQUEST_URI or SCRIPT_NAME (mediawiki throws exception)

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26199

--- Comment #9 from OverlordQ  2010-12-04 09:26:11 UTC ---
Yes, did you include it in the right spot? fastcgi_param has a scope of http
and location, are you *SURE* you have the include fastcgi.conf in the right
place? are you *sure* it's in the right scope?

I have no problems with mediawiki and nginx.

-- 
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 19719] HTML5 (tracking)

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19719

DieBuche  changed:

   What|Removed |Added

 CC||diebu...@gmail.com
 Depends on||22346

-- 
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 22346] Search Bar Addition

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22346

DieBuche  changed:

   What|Removed |Added

 Blocks||19719

-- 
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 22346] Search Bar Addition

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22346

--- Comment #1 from DieBuche  2010-12-04 09:41:16 UTC ---
It would need html5's 

-- 
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 20204] Move inline

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20204

DieBuche  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #2 from DieBuche  2010-12-04 10:36:43 UTC ---
done in RL

-- 
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 2450] LanguageHe.php update needed

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2450

DieBuche  changed:

   What|Removed |Added

 CC||diebu...@gmail.com
 Resolution|LATER   |FIXED

--- Comment #2 from DieBuche  2010-12-04 11:04:53 UTC ---
nowadays they're regularly updated from translatewiki. Marking as fixed

-- 
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 4197] Missing sound files in s don't display differently

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4197

DieBuche  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #1 from DieBuche  2010-12-04 11:09:03 UTC ---
Fixed now, no idea what rev though

-- 
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 5029] Dropping sign-in status on Satellite connection

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5029

DieBuche  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||WONTFIX

--- Comment #7 from DieBuche  2010-12-04 11:22:43 UTC ---
There's not really anything that can be done on mw's side

-- 
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 26230] New: Special:RevisionDelete should support multiple pages

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26230

   Summary: Special:RevisionDelete should support multiple pages
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Revision deletion
AssignedTo: jschulz_4...@msn.com
ReportedBy: mediawiki-b...@nadir-seen-fire.com


Created attachment 7886
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=7886
Mockup of revdelete with multiple pages

I think Special:RevisionDelete should support revision deletion over multiple
pages from a list of id's specified in the url.

Currently Special:RevisionDelete supports
?title=Special:RevisionDelete&type=revision&ids[2]=1&ids[3]=1&ids[5]=1 if all
those ids are from the same page, anything not on the same title as the first
rev is ignored.

I think something like
?title=Special:RevisionDelete&type=revisions&ids[2]=1&ids[3]=1&ids[5]=1 should
be programmed to work with more than one page at a time.

If that is done then we can provide a form on Special:Contributions similar to
the one on history which allows revdelete on selected revisions.


After reverting all of a user's contributions (pretty easy) I had to revdelete
the content of those revs because they disrupted the wiki (the edits were made
to existing pages so they couldn't be nuked). There were several dozen revs
that I had to revdelete, but because I could only do one page at a time I had
to open up several dozen revision delete pages and submit them separately. It
would have been much better if the contribs page was able to have a series of
checkboxes to allow me to simply check them all off, get sent to
Special:RevisionDelete and then revdelete them 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 26180] Watchlist alert on pending changes visible even when there are none

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26180

--- Comment #4 from lampak  2010-12-04 11:26:00 UTC ---
I kept seeing it for at least for a day (c. 24h) when no new pending changes
appeared. pl:User:Mix321 who first pointed out the problem on pl.wiki says
about at least three days. The rest of the watchlist seems to work normally.

-- 
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 26159] Enable some user groups on hi wiki

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26159

mayurkumar  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #3 from mayurkumar  2010-12-04 12:03:10 UTC ---
Thank you for resolving this bug

-- 
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 24169] Use __NOINDEX__ tag or a robots.txt file

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24169

--- Comment #1 from Stig Meireles Johansen  2010-12-04 
12:36:23 UTC ---
Bump

-- 
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 26231] New: i18n issue with Mwe-upwiz-desc

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26231

   Summary: i18n issue with Mwe-upwiz-desc
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: UploadWizard
AssignedTo: ne...@wikimedia.org
ReportedBy: eleriygarreg...@googlemail.com
CC: gpaum...@wikimedia.org, asha...@wikimedia.org


The message Mwe-upwiz-desc ('Description in') is followed by a language name
input selector. There are a few languages which need to have the language
selector come before the Mwe-upwiz-desc to make a proper sentence. From a
translator's point of view, possible solutions are:
1- Place the language selector as a variable inside the message Mwe-upwiz-desc,
or if that's not possible,
2- create a blank optional message after the language selector, for use where
necessary.
Issue first discussed on translatewiki.net at
http://translatewiki.net/wiki/Thread:Support/Mwe-upwiz-desc

-- 
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 16470] SUL: MergeAccount missing on Wikimania 2006 wiki

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16470

Casey Brown  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #4 from Casey Brown  2010-12-04 14:42:48 UTC 
---
(In reply to comment #3)
> 2006 and 2007 are marked as fishbowls like wikimediafoundation is[1].

Well, foundationwiki doesn't have Special:MergeAccount either.  I think it's
disabled on fishbowl and private wikis for security reasons. *looks*  Yeah, see
these lines in InitialiseSettings.php:

'wmgUseCentralAuth' => array(
'default' => true,
'testwiki' => true,
'private' => false,
'fishbowl' => false,
#'closed' => false,
),

-- 
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 26232] New: Spacing/newline after queries

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26232

   Summary: Spacing/newline after queries
   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: jeroen_ded...@yahoo.com
CC: yaro...@gmail.com, jeroen_ded...@yahoo.com


On SMW installs that have updated SMW from svn recently there appears to be
some spacing/newline issue with inline queries. #show and #ask appear to add a
newline, which they did not before. 

Some examples:
> http://mapping.referata.com/wiki/Help:Download#Maps
The template calls created using #show break (which they didn't before SMW
update).

> https://0x20.be/Main_Page#Events
The event lists (using #ask) now have more space underneath them then before.

I started noticing this two weeks or so back, but have no idea where the issue
is coming from. None of the recent changes to SMW look like they could be
causing this.

-- 
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 26233] New: thumbnail generator fails with a % in file name

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26233

   Summary: thumbnail generator fails with a % in file name
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://upload.wikimedia.org/wikipedia/commons/thumb/3/
30/Mundloch_wiki_20%25.JPG/120px-Mundloch_wiki_20%25.J
PG
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: andbe...@web.de
CC: gpaum...@wikimedia.org, bryan.tongm...@gmail.com


The error report says something about "unable to open image". Imho the % isn't
escaped correctly somewhere, could this be fixed please? 
I think this error occurs just at jpgs, compare [[commons:file:00%.svg]],
[[commons:file:00%.png]].

-- 
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 6220] Shared repositories support for Special:WantedFiles

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6220

Ilmari Karonen  changed:

   What|Removed |Added

 CC||nos...@vyznev.net

--- Comment #12 from Ilmari Karonen  2010-12-04 16:14:30 UTC 
---
r77725 at least makes images on shared repos show up as struck-out bluelinks
instead of redlinks in the output.  It does nothing to fix the actual problem,
but at least now you can visually tell the false positives apart from the
actually missing files.

-- 
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 26224] Deadlock in FlaggedRevision::insertOn

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26224

--- Comment #2 from Tisza Gergő  2010-12-04 18:04:18 UTC ---
We had only one report to date. Then again, it has only been a week or two
since the FlaggedRevs code update, so - assuming the bug is related to that -
it can't be too infrequent if it occured this soon. (At least frequent enough
to merit a better error message.)

-- 
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 22463] Change getPoweredBy to be customizable

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22463

--- Comment #27 from Daniel Friesen  
2010-12-04 18:13:47 UTC ---
I'm playing around with footerlinks right now a side effect of my tweaks would
actually allow for a SkinTemplateOutputPageBeforeExec hook to
$tpl->set('poweredbysmwico', '...'); and
$tpl->data["footerlinks"]["icons"]["right"][] = "poweredbysmwico"; to add
another icon. This flexibly also permits things on the left, and works nice in
vector.
Overcrowding in monobook also has a preference to allow the icons to be trimmed
back to just a normal 1 on each side.

Actually thinking about the SkinGetPoweredBy hook, it actually doesn't add any
special new functionality. Using SkinTemplateOutputPageBeforeExec you could
already use $tpl->set('poweredbyico', to replace the ico in the same way that
the new hook allows. It's a little redundant and doesn't add enough
flexibility.

-- 
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 26207] Split magic linking out of core; create new magic linking extension

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

Phil Boswell  changed:

   What|Removed |Added

 CC||phil.bosw...@gmail.com

--- Comment #2 from Phil Boswell  2010-12-04 18:17:57 
UTC ---
Either you would have to manage to keep the syntax identical or you will have
to come up with some transition plan for updating what must by now be millions
of instances of the old syntax to whatever new syntax you choose.

-- 
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 26207] Split magic linking out of core; create new magic linking extension

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

Niklas Laxström  changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #3 from Niklas Laxström  2010-12-04 
18:30:49 UTC ---
(In reply to comment #2)
Nobody has proposed to change the syntax. Only that the current usage might be
moved into an extension, where also new things similar to this could be added
(although I would recommended against it).

-- 
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 26234] New: CentralNotice moves content down when a link to a heading is followed

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26234

   Summary: CentralNotice moves content down when a link to a
heading is followed
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: amir.ahar...@mail.huji.ac.il


When a link to a heading, such as
http://en.wikipedia.org/wiki/Holam#Pronunciation , is followed, the browser
shows the correct heading, but moments later the fundraising banner is loaded
and it causes the content to move down, which is quite confusing. I tried it on
XP in Firefox, MSIE and Chrome.

-- 
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 24657] Extension:AjaxLogin has unclear description message.

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24657

DieBuche  changed:

   What|Removed |Added

 CC||diebu...@gmail.com

--- Comment #1 from DieBuche  2010-12-04 18:46:39 UTC ---
/trunk/extensions/AjaxLogin/AjaxLogin.i18n.php

probably remember, as in a cookie

-- 
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 7129] Remove one click-step from processes like watch, unwatch, and login

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7129

DieBuche  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #7 from DieBuche  2010-12-04 18:49:54 UTC ---
All of that is possible by now, see Extensions:AjaxLogin

-- 
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 26235] New: Wrong number of total revisions when filtered by tag

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26235

   Summary: Wrong number of total revisions when filtered by tag
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: CodeReview
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
CC: innocentkil...@gmail.com, s...@reedyboy.net


On my test wiki, MW repo, one revision tagged as "lol", and only one returned,
but it says "Total number of results: 77,378"

-- 
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 16435] New extension to enforce minimum password strength.

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16435

DieBuche  changed:

   What|Removed |Added

 CC||diebu...@gmail.com

--- Comment #7 from DieBuche  2010-12-04 18:58:00 UTC ---
http://www.mediawiki.org/wiki/Manual:$wgLivePasswordStrengthChecks
and
http://www.mediawiki.org/wiki/Extension:SecurePasswords

-- 
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 16435] New extension to enforce minimum password strength.

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16435

Chad H.  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #8 from Chad H.  2010-12-04 18:59:44 UTC 
---
I think between those two things we can call this FIXED.

Issues or enhancements with either should go as their own bugs.

-- 
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 9816] Improve security for Special:Userlogin (tracking)

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9816

Bug 9816 depends on bug 16435, which changed state.

Bug 16435 Summary: New extension to enforce minimum password strength.
https://bugzilla.wikimedia.org/show_bug.cgi?id=16435

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
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 26207] Split magic linking out of core; create new magic linking extension

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

--- Comment #4 from MZMcBride  2010-12-04 19:04:13 UTC ---
(In reply to comment #3)
> (In reply to comment #2)
> Nobody has proposed to change the syntax. Only that the current usage might be
> moved into an extension, where also new things similar to this could be added
> (although I would recommended against it).

Actually, Aryeh has suggested eliminating the syntax in favor of templates
(e.g. {{ISBN|X}}). A few other bugs in this tracker have suggested using
ParserFunction-type syntax (e.g. {{#ISBN:}}). An extension has the
advantage of being able to be installed across all wikis easily, rather than
relying on users to create and maintain templates (there are still no global
templates). An extension also has an inherent disable/enable feature (in reply
to comment #1). If you were creating this feature today, you'd probably do it
in JavaScript (or at least I would).

Whether Wikimedia or any individual wiki would install this extension to
replace the functionality is not as important as the current system degrades
gracefully. There are a lot of options to move forward here, but I think the
first fundamental question to answer is whether this functionality is
appropriate for core.

I'm not sure what you're recommending against: adding more cases of magic link
syntax or moving this functionality into an extension.

-- 
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 26207] Split magic linking out of core; create new magic linking extension

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

--- Comment #5 from Niklas Laxström  2010-12-04 
19:06:29 UTC ---
The first, adding more magic link syntax. It's also open question if we even
can move this to an extension without causing too big disruption.

-- 
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 26207] Split magic linking out of core; create new magic linking extension

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #6 from Platonides  2010-12-04 19:12:43 UTC 
---
We could provide a way to hook into that piece of the parser and add the
current ones to something called CoreMagicLinking, just as was done with
parserfunctions.

Such thing is purposefully not hookable for being evil.

-- 
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 26231] i18n issue with Mwe-upwiz-desc

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26231

Reedy  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 10878] Wikipedia-en fails to render html list

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10878

DieBuche  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||WONTFIX

--- Comment #3 from DieBuche  2010-12-04 19:24:11 UTC ---
Probably caused by tidy, not really a bug though, the ids are invalid in html4.
Wont be a problem with html5, though

-- 
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 24479] CodeReview has many unindexed queries

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24479

--- Comment #5 from Reedy  2010-12-04 19:27:03 UTC ---
Special:Code/MediaWiki/tag/api

ie

SELECT cr_id,cr_repo_id,cr_status,COUNT(DISTINCT cc_id) AS
comments,cr_path,cr_message,cr_author,cr_timestamp FROM `code_tags`,`code_rev`
LEFT JOIN `code_comment` ON ((cc_repo_id = cr_repo_id AND cc_rev_id = cr_id))
WHERE cr_repo_id = '3' AND (cr_repo_id=ct_repo_id) AND (cr_id=ct_rev_id) AND
ct_tag = 'api' GROUP BY cr_id ORDER BY cr_id DESC LIMIT 51;

Filesorts according to VVV

-- 
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 26224] Deadlock in FlaggedRevision::insertOn

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26224

--- Comment #3 from Aaron Schulz  2010-12-04 19:38:12 UTC 
---
(In reply to comment #2)
> We had only one report to date. Then again, it has only been a week or two
> since the FlaggedRevs code update, so - assuming the bug is related to that -
> it can't be too infrequent if it occured this soon. (At least frequent enough
> to merit a better error message.)

Was this with the JavaScript AJAX review form? Previously, those kind of errors
were simply not displayed to the user (you just get "action failed" in the
title).

-- 
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 26224] Deadlock in FlaggedRevision::insertOn

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26224

--- Comment #4 from Aaron Schulz  2010-12-04 19:42:43 UTC 
---
(In reply to comment #3)
> (In reply to comment #2)
> > We had only one report to date. Then again, it has only been a week or two
> > since the FlaggedRevs code update, so - assuming the bug is related to that 
> > -
> > it can't be too infrequent if it occured this soon. (At least frequent 
> > enough
> > to merit a better error message.)
> 
> Was this with the JavaScript AJAX review form? Previously, those kind of 
> errors
> were simply not displayed to the user (you just get "action failed" in the
> title).

Nevermind, this is about autoreview on edit.

-- 
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 26180] Watchlist alert on pending changes visible even when there are none

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26180

--- Comment #5 from Aaron Schulz  2010-12-04 19:55:45 UTC 
---
Query tweaked in r77738; synced. Is this still occurring?

-- 
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 26224] Deadlock in FlaggedRevision::insertOn on edit autoreview

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26224

Aaron Schulz  changed:

   What|Removed |Added

Summary|Deadlock in |Deadlock in
   |FlaggedRevision::insertOn   |FlaggedRevision::insertOn
   ||on edit autoreview

-- 
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 26180] Watchlist alert on pending changes visible even when there are none

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26180

--- Comment #6 from lampak  2010-12-04 20:14:42 UTC ---
Seems it's not :) The message's just disappeared. 

Great thanks :)

-- 
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 23322] SpecialUpload pass by reference warning

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23322

Ashar Voultoiz  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 CC||has...@free.fr

-- 
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 26231] i18n issue with Mwe-upwiz-desc

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26231

--- Comment #1 from Neil Kandalgaonkar  2010-12-04 
20:48:17 UTC ---
Is there no way to recast the phrase in the problematic languages so it works
when preceding the language? Maybe it doesn't have to say "Description in:",
perhaps it could just say the equivalent of "Description by language:".

-- 
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 22463] Change getPoweredBy to be customizable

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22463

--- Comment #28 from Daniel Friesen  
2010-12-04 20:57:34 UTC ---
I ended up dropping that part out of the footerlinks code and instead
implementing $wgFooterIcons in r77741.

-- 
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 26236] New: Add filters for CodeReview comments

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26236

   Summary: Add filters for CodeReview comments
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: CodeReview
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: emufarm...@gmail.com
CC: innocentkil...@gmail.com, s...@reedyboy.net


It'd be helpful if we could filter comments, especially by author.  The other
day, I was looking for a comment that Tim had made a while back: I ended up
having to dig through the list of recent comments with control-f.

-- 
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 26237] New: Missing and redundant dropspots when dragging a thread

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26237

   Summary: Missing and redundant dropspots when dragging a thread
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: llam...@gmail.com
CC: bhar...@wikimedia.org


Say we've got such a hierarchy of threads:

head
* 1
** 1.1
* 2

We want simply to flatten it. 

head
* 1
* 1.1
* 2

It's a pretty likely scenario, as people on forums of such a tree hierarchy
often answer to answers, instead of to the original message. We simply want to
correct someone else's mistake. 

It turns out to be not that simple. If you click "drag to new location" at 1.1,
the only possible "dropspots" are:


head
* 
* 1
* 
** 1.1 - the one we're dragging
**  (redundant one! - does nothing if you try it)
* 
* 2
** 
* 


Technically you can do it dragging all of the threads around but it takes a lot
of time and effort.

Another example would be a simple reordering of threads at the same level.
Again, it's possible but not easy.

-- 
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 26199] nginx-0.7.65 doesn't provide either REQUEST_URI or SCRIPT_NAME (mediawiki throws exception)

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26199

Breaker  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
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 26180] Watchlist alert on pending changes visible even when there are none

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26180

Aaron Schulz  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Aaron Schulz  2010-12-04 21:43:08 UTC 
---
Fixed in r77738.

-- 
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 26238] New: Problems with behaviour of Reject button with multiple pending changes

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26238

   Summary: Problems with behaviour of Reject button with multiple
pending changes
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: FlaggedRevs
AssignedTo: ro...@wikimedia.org
ReportedBy: steefy...@googlemail.com
CC: jschulz_4...@msn.com, innocentkil...@gmail.com


In my understanding, the reject button should only be shown when viewing the
diff between the latest and the last stable version and should reset the page
to the stable version.

But when there are more than one pending changes like this:
* (unstable) Edit 2
* (unstable) Edit 1
* Stable Version
And one is viewing the diff between Stable and Edit 1, the Reject button is
still shown. The summary says, that only Edit 1 will be revoked, but after
undoing, the second edit is also undone, and the new version is unstable. The
problem with this is, that to the user there is no hint, that they reject more
revisions then viewing.

See
http://de.labs.wikimedia.org/w/index.php?title=Testseite_f%C3%BCr_Bugreport&action=history
for a testcase. The summary of the last edit says: "The first edit of Steef389
[...] was rejected."

-- 
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 26239] New: Palm mobile rendering problem

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26239

   Summary: Palm mobile rendering problem
   Product: Wikipedia Mobile
   Version: .5
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: server
AssignedTo: hcat...@wikimedia.org
ReportedBy: hart...@videolan.org
CC: tf...@wikimedia.org


Mobile Site Formatting Problem on Palm Pre

I have a Palm Pre, running Palm's WebOS. Since Thursday (12/2) morning,
wikipedia mobile pages have been coming up with different formatting. Instead
of the usual, easily readable, single columb. The pages have been spread out
quite a bit wider, requiring zooming and subsequent side-to-side scrolling. In
order to stop the inevitable, "it must be your fault" responses, I've double
checked, and it is the mobile site at which I'm looking. Furthermore, a quick
web search reveals that I'm not the only Palm user that has noticed this, so
it's not relugated to an error on my phone. Palm's browser doesn't have
formatting options, so it's not that, besides, I didn't change anything from
when it was displaying properly to when it stopped. I'm writing this in the
hopes that the powers that be that control the actual Wikipedia mobile site
will find out, and fix this. —Preceding unsigned comment added by
70.226.217.101 (talk) 03:07, 4 December 2010 (UTC)

-- 
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 26238] Problems with behaviour of Reject button with multiple pending changes

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26238

Steef  changed:

   What|Removed |Added

   Severity|enhancement |normal

-- 
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 26240] New: CR's query params suck

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26240

   Summary: CR's query params suck
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: CodeReview
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
CC: innocentkil...@gmail.com, s...@reedyboy.net
Blocks: 26236


We do some weird ways of building query parameters, which aren't consistent...

And we should be able to filter/query more ways more easily

-- 
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 26236] Add filters for CodeReview comments

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26236

Reedy  changed:

   What|Removed |Added

 Depends on||26240

-- 
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 24479] CodeReview has many unindexed queries

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24479

--- Comment #6 from Reedy  2010-12-04 22:05:00 UTC ---
 Reedy: the generic problem is: there is code_something with cs_repo_id,
cs_rev_id and cs_value; the only index is primary key on all three columns in
the order listed. There is code_rev which is joined with code_something by
cr_repo_id and cr_id.
 The query on code_something filesorts

-- 
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 26224] Deadlock in FlaggedRevision::insertOn on edit autoreview

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26224

merl  changed:

   What|Removed |Added

 CC||bugrepor...@to.mabomuja.de

--- Comment #5 from merl  2010-12-04 22:10:10 UTC 
---
I am running a script using api on dewiki this evening i'll used many times
before without any problems. But i got this error three times within 10
minutes. The last one:

editing de:Izumi Sakai using api with action=edit&appendtext=...



#0 /usr/local/apache/common-local/wmf-deployment/includes/db/Database.php(541):
DatabaseBase->reportQueryError('Deadlock found ...', 1213, 'INSERT IGNORE
I...', 'FlaggedRevision...', false)
#1
/usr/local/apache/common-local/wmf-deployment/includes/db/Database.php(1174):
DatabaseBase->query('INSERT IGNORE I...', 'FlaggedRevision...')
#2
/usr/local/apache/common-local/wmf-deployment/extensions/FlaggedRevs/FlaggedRevision.php(324):
DatabaseBase->insert('flaggedtemplate...', Array, 'FlaggedRevision...',
'IGNORE')
#3
/usr/local/apache/common-local/wmf-deployment/extensions/FlaggedRevs/FlaggedRevs.class.php(1353):
FlaggedRevision->insertOn(true)
#4
/usr/local/apache/common-local/wmf-deployment/extensions/FlaggedRevs/FlaggedRevs.hooks.php(726):
FlaggedRevs::autoReviewEdit(Object(Article), Object(User), Object(Revision),
NULL)
#5 [internal function]:
FlaggedRevsHooks::maybeMakeEditReviewed(Object(Article), Object(Revision),
false, Object(User))
#6 /usr/local/apache/common-local/wmf-deployment/includes/Hooks.php(133):
call_user_func_array(Array, Array)
#7 /usr/local/apache/common-local/wmf-deployment/includes/Article.php(1982):
wfRunHooks('NewRevisionFrom...', Array)
#8 /usr/local/apache/common-local/wmf-deployment/includes/Article.php(1791):
Article->doEdit('[[Bild:Entertai...', '+[[fi:Izumi Sak...', 102)
#9 /usr/local/apache/common-local/wmf-deployment/includes/EditPage.php(1047):
Article->updateArticle('[[Bild:Entertai...', '+[[fi:Izumi Sak...', true,
true, false, '')
#10
/usr/local/apache/common-local/wmf-deployment/includes/api/ApiEditPage.php(238):
EditPage->internalAttemptSave(NULL, false)
#11
/usr/local/apache/common-local/wmf-deployment/includes/api/ApiMain.php(595):
ApiEditPage->execute()
#12
/usr/local/apache/common-local/wmf-deployment/includes/api/ApiMain.php(338):
ApiMain->executeAction()
#13
/usr/local/apache/common-local/wmf-deployment/includes/api/ApiMain.php(322):
ApiMain->executeActionWithErrorHandling()
#14 /usr/local/apache/common-local/wmf-deployment/api.php(116):
ApiMain->execute()
#15 /usr/local/apache/common-local/live-1.5/api.php(3):
require('/usr/local/apac...')
#16 {main}



-- 
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 26233] thumbnail generator fails with a % in file name

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26233

Derk-Jan Hartman  changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #1 from Derk-Jan Hartman  2010-12-04 22:13:28 
UTC ---
Where are you getting these links from ? If I visit these image pages, all
links to their thumbs are correct.

-- 
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 26238] Problems with behaviour of Reject button with multiple pending changes

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26238

--- Comment #1 from Aaron Schulz  2010-12-04 22:17:16 UTC 
---
I'm can't reproducing this on my test wiki.

-- 
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 22346] Search Bar Addition

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22346

Derk-Jan Hartman  changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #2 from Derk-Jan Hartman  2010-12-04 22:19:41 
UTC ---
I just double checked, the mobile website is using input type=search for
iphone/ipod/ipad.

-- 
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 26238] Problems with behaviour of Reject button with multiple pending changes

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26238

--- Comment #2 from Aaron Schulz  2010-12-04 22:29:28 UTC 
---
(In reply to comment #1)
> I'm can't reproducing this on my test wiki.

OK, I can use /depl MW core. I think I know specifically what this might 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 26233] thumbnail generator fails with a % in file name

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26233

Bawolff  changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #2 from Bawolff  2010-12-04 22:32:04 UTC ---
http://upload.wikimedia.org/wikipedia/commons/thumb/3/30/Mundloch_wiki_20%25.JPG/120px-Mundloch_wiki_20%25.JPG
is broken for me, and thats directly from the history section of
[[commons:file:Mundloch_wiki_20%25.JPG]] (the image is small, so the main image
displayed on the image description is not resized).

p.s. correct links for the above mentioned counter-examples are:
[[commons:file:00%25.svg]] and [[commons:file:00%25.png]] (since bugzilla isn't
as tolerant as wikitext)

-- 
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 26238] Problems with behaviour of Reject button with multiple pending changes

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26238

Aaron Schulz  changed:

   What|Removed |Added

   Severity|normal  |major

-- 
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 3401] Dealing with non unicode aware browsers part 2

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3401

DieBuche  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #4 from DieBuche  2010-12-04 22:42:08 UTC ---
see above comment

-- 
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 3969] Unicode (UTF-8, utf8) compatibility (tracking)

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3969

Bug 3969 depends on bug 3401, which changed state.

Bug 3401 Summary: Dealing with non unicode aware browsers part 2
https://bugzilla.wikimedia.org/show_bug.cgi?id=3401

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
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 26241] New: Add a warning to the page for known bugs

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26241

   Summary: Add a warning to the page for known bugs
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: UploadWizard
AssignedTo: ne...@wikimedia.org
ReportedBy: ne...@wikimedia.org
CC: gpaum...@wikimedia.org, asha...@wikimedia.org


As long as we are in beta, it makes sense to warn users of whatever bugs are
being commonly experienced, to avoid duplicate reporting.

This should just be a warning on the top, with a message that's configurable in
the usual MediaWiki: namespace.

-- 
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 26241] Add a warning to the page for known bugs

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26241

Neil Kandalgaonkar  changed:

   What|Removed |Added

   Priority|Normal  |High

-- 
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 26238] Problems with behaviour of Reject button with multiple pending changes

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26238

Aaron Schulz  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Aaron Schulz  2010-12-04 22:46:57 UTC 
---
(In reply to comment #2)
> (In reply to comment #1)
> > I'm can't reproducing this on my test wiki.
> 
> OK, I can use /depl MW core. I think I know specifically what this might be...

I meant "on", not "use". Anyway, it was what I figured: an assanine
$GET['oldid'] dependency in the getUndoText() function. This was fixed a while
back in r72846, but was not pushed into production. I've just merged and synced
it.

-- 
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 6790] Firefox non-breaking spaces bug workaround

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6790

DieBuche  changed:

   What|Removed |Added

 CC||diebu...@gmail.com

--- Comment #5 from DieBuche  2010-12-04 22:57:55 UTC ---
Still a problem with FF3.6

-- 
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 26242] New: FRDependencyUpdate::doUpdate SQL syntax error

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26242

   Summary: FRDependencyUpdate::doUpdate SQL syntax error
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL:
https://secure.wikimedia.org/wikipedia/pl/wiki/Strona_
g%C5%82%C3%B3wna?action=purge
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: FlaggedRevs
AssignedTo: ro...@wikimedia.org
ReportedBy: marcin.cies...@gmail.com
CC: jschulz_4...@msn.com, innocentkil...@gmail.com


Wystąpił błąd składni w zapytaniu do bazy danych. Może to oznaczać błąd w
oprogramowaniu. Ostatnie, nieudane zapytanie to:

(ukryto zapytanie SQL)

wysłane przez funkcję „FRDependencyUpdate::doUpdate”. Baza danych zgłosiła błąd
„1064: You have an error in your SQL syntax; check the manual 
   that corresponds to your MySQL server version for the right
syntax to use near ') AND ftr_from = '1725800'' at line 1 (10.0.6.40)”.

I was at https://secure.wikimedia.org/wikipedia/meta/wiki/Privacy_policy/pl,
accidentally clicked something that redirected me to the home page of the
Polish Wikipedia.

I think I was logged out.

-- 
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 13920] Search generate a error in IE 5.00.2614.3500

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13920

DieBuche  changed:

   What|Removed |Added

 CC||diebu...@gmail.com

--- Comment #4 from DieBuche  2010-12-04 23:12:06 UTC ---
Still relevant with 0.02% market share?

-- 
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 26242] FRDependencyUpdate::doUpdate SQL syntax error

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26242

Aaron Schulz  changed:

   What|Removed |Added

   Severity|major   |normal

-- 
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 13920] Search generate a error in IE 5.00.2614.3500

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13920

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

-- 
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 640] Internet Explorer (IE) issues on Windows (tracking)

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=640

Bug 640 depends on bug 13920, which changed state.

Bug 13920 Summary: Search generate a error in IE 5.00.2614.3500
https://bugzilla.wikimedia.org/show_bug.cgi?id=13920

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||WONTFIX

-- 
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 21322] Watch/Unwatch: Suggesting to Add Select All option in Edit Watch list

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21322

DieBuche  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #2 from DieBuche  2010-12-04 23:19:59 UTC ---
You can select multiple/all by pressing shift when clicking. (Select first,
hold shift & select last)

-- 
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.
You are the assignee for the bug.

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


[Bug 24919] Try to allow ', ", & in HTML5 IDs

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24919

DieBuche  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||diebu...@gmail.com
 Resolution||FIXED

--- Comment #1 from DieBuche  2010-12-04 23:25:12 UTC ---
http://www.mediawiki.org/wiki/Manual:$wgExperimentalHtmlIds

-- 
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 19719] HTML5 (tracking)

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19719

Bug 19719 depends on bug 24919, which changed state.

Bug 24919 Summary: Try to allow ', ", & in HTML5 IDs
https://bugzilla.wikimedia.org/show_bug.cgi?id=24919

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

-- 
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 24670] $wgFixMalayalamUnicode = true; at DefaultSettings.php

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24670

DieBuche  changed:

   What|Removed |Added

 CC||diebu...@gmail.com

--- Comment #1 from DieBuche  2010-12-04 23:27:15 UTC ---
What were the problems casued by this setting?

-- 
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 24919] Try to allow ', ", & in HTML5 IDs

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24919

Aryeh Gregor  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||simetrical+wikib...@gmail.c
   ||om
 Resolution|FIXED   |

--- Comment #2 from Aryeh Gregor  2010-12-04 
23:28:45 UTC ---
Sanitizer.php comment:

 * To ensure we don't have to bother escaping anything, we also strip ', ",
 * & even if $wgExperimentalIds is true.  TODO: Is this the best tactic?
 * We also strip # because it upsets IE, and % because it could be
 * ambiguous if it's part of something that looks like a percent escape
 * (which don't work reliably in fragments cross-browser).

I did this to keep things simple.  There are probably places in the code where
someone outputs IDs without escaping on the theory that they can't contain
special characters, and people will probably continue to assume that in the
future even if we audit all existing uses.  Developers are not going to expect
id's to contain special characters.  So I think this should be WONTFIX.

-- 
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 19719] HTML5 (tracking)

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19719

Bug 19719 depends on bug 24919, which changed state.

Bug 24919 Summary: Try to allow ', ", & in HTML5 IDs
https://bugzilla.wikimedia.org/show_bug.cgi?id=24919

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

-- 
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 24419] Suggestion: Red/Green coloring of article size numbers in article histories

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24419

DieBuche  changed:

   What|Removed |Added

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

--- Comment #3 from DieBuche  2010-12-04 23:30:38 UTC ---


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

-- 
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 25199] Please show amount of text added/removed, in green/red, on history and user contributions pages

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25199

DieBuche  changed:

   What|Removed |Added

 CC||ekonomi...@hotmail.com

--- Comment #3 from DieBuche  2010-12-04 23:30:38 UTC ---
*** Bug 24419 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 25063] "intitle" and "lookfrom" Wikipedia search options for finding redirect titles

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25063

DieBuche  changed:

   What|Removed |Added

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

--- Comment #2 from DieBuche  2010-12-04 23:31:17 UTC ---


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

-- 
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 25062] "intitle" and "lookfrom" Wikipedia search options for finding section titles ?

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25062

--- Comment #2 from DieBuche  2010-12-04 23:31:17 UTC ---
*** Bug 25063 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 7129] Remove one click-step from processes like watch, unwatch, and login

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7129

Aryeh Gregor  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||simetrical+wikib...@gmail.c
   ||om
 Resolution|FIXED   |

--- Comment #8 from Aryeh Gregor  2010-12-04 
23:35:16 UTC ---
This should be enabled by default for all installs -- we shouldn't be requiring
extensions for enhancements to basic functionality.

-- 
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 7129] Remove one click-step from processes like watch, unwatch, and login

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=7129

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #9 from Platonides  2010-12-04 23:43:30 UTC 
---
I think it's desirable. But even if done via AJAX, there still need to be a
page load for getting the login box.

-- 
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 26242] FRDependencyUpdate::doUpdate SQL syntax error

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26242

Aaron Schulz  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Aaron Schulz  2010-12-04 23:46:21 UTC 
---
Fixed in r77749.

-- 
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 26243] New: $wgUseGzip is not working

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26243

   Summary: $wgUseGzip is not working
   Product: MediaWiki
   Version: 1.16.0
  Platform: All
   URL: http://krumovgrad.eu/wiki/
OS/Version: FreeBSD
Status: NEW
  Severity: normal
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: il...@ilhan.name


I have added $wgUseGzip = true; to LocalSettings.php but it does not compress
the pages.

-- 
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 26244] New: Tesla does funky things

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26244

   Summary: Tesla does funky things
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: platoni...@gmail.com


Tesla does funky things getting errors were a normal setup doesn't. It should
play with electricity the normal way!

-- 
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 26243] $wgUseGzip is not working

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26243

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #1 from Platonides  2010-12-05 01:08:26 UTC 
---
Does your php include the zlib module? Not having that module is the most
likely cause for compressing the output.

Browser ability is automatically detected and $wgUseGzip is no longer required.

BTW, what's Apashi Serv ? A localised version of Apache httpd?

-- 
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 26245] New: Drop "verified" status

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26245

   Summary: Drop "verified" status
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: CodeReview
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
CC: innocentkil...@gmail.com, s...@reedyboy.net


We don't use it for anything

And technically, the CR Signoff would replace that

-- 
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 26245] Drop "verified" status

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26245

--- Comment #1 from Reedy  2010-12-05 01:13:34 UTC ---
Easy to change the status' out.. Then just remove from the code if we have
consensus?

-- 
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 26245] Drop "verified" status

2010-12-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26245

Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #2 from Platonides  2010-12-05 01:14:49 UTC 
---
You did use that status...

http://www.mediawiki.org/wiki/Special:Code/MediaWiki/76290

-- 
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


  1   2   >