[Bug 25699] Cached 1-click donation forms do not properly handle sessions

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25699

Arthur Richards  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #1 from Arthur Richards  2010-10-29 
00:19:57 UTC ---
fixed in r75636

-- 
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 25700] New: Build new LandingCheck Extension (replaces GeoLite)

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25700

   Summary: Build new LandingCheck Extension (replaces GeoLite)
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: [other]
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: rkald...@wikimedia.org


Now that we have geolookup on pageview, we don't actually need GeoLite anymore.
All we really need is an extension that checks to see if a page exists or not.
Here's how it should work ideally:

The target for a banner would be set by Javascript to
http://www.wikimediafoundation.org/wiki/Special:LandingCheck?target=&language=&country=
(where the languagecode and countrycode are pulled from global vars). So for
example:
http://www.wikimediafoundation.org/wiki/Special:LandingCheck?target=Appeal2&language=fr&country=DE

The new LandingCheck extension would then check to make sure that
http://www.wikimediafoundation.org/wiki/Appeal2/fr/DE exists.

If it does, it redirects the user there. If it doesn't, it falls back to
http://www.wikimediafoundation.org/wiki/Appeal2/fr

We could also use an optional fallback parameter to override the default
fallback. It would also need to be able to pass along other query string params
for tracking, etc.

Psuedocode:
if pagename includes "Special:" {
   test with SpecialPage::exists()
} else {
   test with Title::exists()
}

-- 
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 25701] New: techblog.wikimedia.org's favicon is broken

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25701

   Summary: techblog.wikimedia.org's favicon is broken
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://techblog.wikimedia.org/favicon.ico
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com


http://techblog.wikimedia.org/favicon.ico is broken.

curl says...
$ curl -I http://techblog.wikimedia.org/favicon.ico
HTTP/1.1 200 OK
Date: Fri, 29 Oct 2010 04:37:13 GMT
Server: Apache/2.2.8 (Ubuntu) mod_fastcgi/2.4.6 PHP/5.2.4-2ubuntu5.7wm1 with
Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g
X-Powered-By: PHP/5.2.4-2ubuntu5.7wm1
Vary: Cookie
Content-Type: image/vnd.microsoft.icon

But it's not displaying in FF3/Mac or Safari 4/Mac. Just returns a white page.

-- 
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 25685] Search filter for pages that contain a template

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25685

--- Comment #6 from Reedy  2010-10-29 00:57:06 UTC ---
*** Bug 25694 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 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 25694] New: Search filter for pages that contain a template

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25694

   Summary: Search filter for pages that contain a template
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/w/api.php?action=opensearch&se
arch=Persondata
OS/Version: All
Status: RESOLVED
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: rthijs...@gmail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

As far as I can tell, there is no way to search MediaWiki for pages that
contain a specific template.

This is a feature request to add support to the API for specifying a template
filter in search requests either by adding a templates parameter to the
opensearch action or creating a new action that can return lists of pages that
contain one of the supplied templates.

I am working on the openancestry.org project and need a way to search wikipedia
for Persondata pages.

--- Comment #1 from Reedy  2010-10-29 00:57:06 UTC ---


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

-- 
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 25682] Searching is broken in newly created projects

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25682

Reedy  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 25700] Build new LandingCheck Extension (replaces GeoLite)

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25700

Reedy  changed:

   What|Removed |Added

  Component|[other] |Extensions requests

-- 
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 25692] Need to change the logo

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25692

--- Comment #2 from Reedy  2010-10-29 00:53:04 UTC ---


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

-- 
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 25693] Need to change the logo

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25693

--- Comment #4 from Reedy  2010-10-29 00:53:04 UTC ---
*** Bug 25692 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 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 25693] Need to change the logo

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25693

--- Comment #3 from Reedy  2010-10-29 00:52:48 UTC ---
*** Bug 25691 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 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 25691] Need to change the logo

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25691

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #2 from Reedy  2010-10-29 00:52:48 UTC ---


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

-- 
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 25691] New: Need to change the logo

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25691

   Summary: Need to change the logo
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Site logos
AssignedTo: cb...@wikimedia.org
ReportedBy: arafath...@gmail.com
CC: kstha...@gmail.com


Hi,

http://ta.wikisource.org/ is one of the major Tamil wiki project. Recently it
has received much attention and is being updated regularly. But it doesn't have
a logo as of now. So i create a logo for the same and released it here
(http://commons.wikimedia.org/wiki/File:Wikisource-logo-ta.gif). 

Can someone help to add the logo to Wikisource?

Regards,
Arafat
[[User:Arafath.riyath]]

--- Comment #1 from Reedy  2010-10-29 00:51:59 UTC ---
*** Bug 25692 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 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 25692] New: Need to change the logo

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25692

   Summary: Need to change the logo
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: RESOLVED
  Severity: major
  Priority: Normal
 Component: Site logos
AssignedTo: cb...@wikimedia.org
ReportedBy: arafath...@gmail.com
CC: kstha...@gmail.com


Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

Hi,

http://ta.wikisource.org/ is one of the major Tamil wiki project. Recently it
has received much attention and is being updated regularly. But it doesn't have
a logo as of now. So i create a logo for the same and released it here
(http://commons.wikimedia.org/wiki/File:Wikisource-logo-ta.gif). 

Can someone help to add the logo to Wikisource?

Regards,
Arafat
[[User:Arafath.riyath]]

--- Comment #1 from Reedy  2010-10-29 00:51:59 UTC ---


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

-- 
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 25685] Search filter for pages that contain a template

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25685

--- Comment #5 from Reedy  2010-10-29 00:51:23 UTC ---
*** Bug 25690 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 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 25690] New: Search filter for pages that contain a template

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25690

   Summary: Search filter for pages that contain a template
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/w/api.php?action=opensearch&se
arch=Persondata
OS/Version: All
Status: RESOLVED
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: rthijs...@gmail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

As far as I can tell, there is no way to search MediaWiki for pages that
contain a specific template.

This is a feature request to add support to the API for specifying a template
filter in search requests either by adding a templates parameter to the
opensearch action or creating a new action that can return lists of pages that
contain one of the supplied templates.

I am working on the openancestry.org project and need a way to search wikipedia
for Persondata pages.

--- Comment #1 from Reedy  2010-10-29 00:51:23 UTC ---


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

-- 
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 25685] Search filter for pages that contain a template

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25685

--- Comment #4 from Reedy  2010-10-29 00:51:12 UTC ---
*** Bug 25689 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 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 25689] New: Search filter for pages that contain a template

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25689

   Summary: Search filter for pages that contain a template
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/w/api.php?action=opensearch&se
arch=Persondata
OS/Version: All
Status: RESOLVED
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: rthijs...@gmail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

As far as I can tell, there is no way to search MediaWiki for pages that
contain a specific template.

This is a feature request to add support to the API for specifying a template
filter in search requests either by adding a templates parameter to the
opensearch action or creating a new action that can return lists of pages that
contain one of the supplied templates.

I am working on the openancestry.org project and need a way to search wikipedia
for Persondata pages.

--- Comment #1 from Reedy  2010-10-29 00:51:12 UTC ---


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

-- 
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 25685] Search filter for pages that contain a template

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25685

--- Comment #3 from Reedy  2010-10-29 00:50:59 UTC ---
*** Bug 25688 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 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 25688] New: Search filter for pages that contain a template

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25688

   Summary: Search filter for pages that contain a template
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/w/api.php?action=opensearch&se
arch=Persondata
OS/Version: All
Status: RESOLVED
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: rthijs...@gmail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

As far as I can tell, there is no way to search MediaWiki for pages that
contain a specific template.

This is a feature request to add support to the API for specifying a template
filter in search requests either by adding a templates parameter to the
opensearch action or creating a new action that can return lists of pages that
contain one of the supplied templates.

I am working on the openancestry.org project and need a way to search wikipedia
for Persondata pages.

--- Comment #1 from Reedy  2010-10-29 00:50:59 UTC ---


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

-- 
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 25685] Search filter for pages that contain a template

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25685

--- Comment #2 from Reedy  2010-10-29 00:50:45 UTC ---
*** Bug 25687 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 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 25687] New: Search filter for pages that contain a template

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25687

   Summary: Search filter for pages that contain a template
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/w/api.php?action=opensearch&se
arch=Persondata
OS/Version: All
Status: RESOLVED
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: rthijs...@gmail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

As far as I can tell, there is no way to search MediaWiki for pages that
contain a specific template.

This is a feature request to add support to the API for specifying a template
filter in search requests either by adding a templates parameter to the
opensearch action or creating a new action that can return lists of pages that
contain one of the supplied templates.

I am working on the openancestry.org project and need a way to search wikipedia
for Persondata pages.

--- Comment #1 from Reedy  2010-10-29 00:50:45 UTC ---


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

-- 
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 25686] New: Search filter for pages that contain a template

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25686

   Summary: Search filter for pages that contain a template
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/w/api.php?action=opensearch&se
arch=Persondata
OS/Version: All
Status: RESOLVED
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: rthijs...@gmail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

As far as I can tell, there is no way to search MediaWiki for pages that
contain a specific template.

This is a feature request to add support to the API for specifying a template
filter in search requests either by adding a templates parameter to the
opensearch action or creating a new action that can return lists of pages that
contain one of the supplied templates.

I am working on the openancestry.org project and need a way to search wikipedia
for Persondata pages.

--- Comment #1 from Reedy  2010-10-29 00:50:30 UTC ---


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

-- 
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 25685] New: Search filter for pages that contain a template

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25685

   Summary: Search filter for pages that contain a template
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/w/api.php?action=opensearch&se
arch=Persondata
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: rthijs...@gmail.com
CC: bryan.tongm...@gmail.com, s...@reedyboy.net,
vasi...@gmail.com, soxre...@gmail.com


As far as I can tell, there is no way to search MediaWiki for pages that
contain a specific template.

This is a feature request to add support to the API for specifying a template
filter in search requests either by adding a templates parameter to the
opensearch action or creating a new action that can return lists of pages that
contain one of the supplied templates.

I am working on the openancestry.org project and need a way to search wikipedia
for Persondata pages.

--- Comment #1 from Reedy  2010-10-29 00:50:30 UTC ---
*** Bug 25686 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 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 25697] Diff: Empty context lines not showing

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25697

--- Comment #3 from Thana  2010-10-29 00:31:49 UTC 
---
specifying a reasonable default minimum td height in diff.css would be best, as
this can be over-ridden by anyone who wants to.

for example, see diff view highlighted by browser's "select all" command:
http://i55.tinypic.com/vpiyxd.png

spaces impart specific meaning as seen in the vicinity of the cursor, to wit:
the nbsp on line 652 implies i have vandalized your comment and replaced one
line of it by a single non-breaking space. this is different from replacing
it by a totally blank line.

the diff view should remain faithful to this distinction in all cases.

-- 
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 25696] Create vec.wikisource.org

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25696

Leinad  changed:

   What|Removed |Added

   Keywords||shell
 CC||danny.lei...@gmail.com

-- 
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 25697] Diff: Empty context lines not showing

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25697

Thana  changed:

   What|Removed |Added

 CC||m8r-cyc...@mailinator.com

--- Comment #2 from Thana  2010-10-29 00:01:54 UTC 
---
yuck. inserting meaningless invisible placeholder content is clearly
the hack. here you would be using brute force to prevent individual
sites and users from customizing the appearance of diff.

recommend immediate closure 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 25648] API discovery information: add RSD link in page

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25648

Gurch  changed:

   What|Removed |Added

 CC||matthew.brit...@btinternet.
   ||com

--- Comment #10 from Gurch  2010-10-28 23:37:24 
UTC ---
> 1) Get the API root URL

Glad to see I wasn't the only one having trouble with this. Wasn't so hard to
parse out the JS variables myself... until ResourceLoader showed up and
suddenly those were buried in a separate file, served from somewhere else.

This adds a third thing to look for, but eventually one day will make things
easier. :)

-- 
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 22449] MediaWiki should do validation of e-mail addresses

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22449

Aryeh Gregor  changed:

   What|Removed |Added

 CC||simetrical+wikib...@gmail.c
   ||om

--- Comment #8 from Aryeh Gregor  2010-10-28 
23:17:58 UTC ---
HTML5 has a good real-world definition:

http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#valid-e-mail-address

It works out to something like

"^$username_ch...@$domain_char+(\.$domain_char+)+$"

where

$username_char = [-a-zA-Z0-9!#$%&\'*+/=?^_`{|}~.];
$domain_char = [-a-zA-Z0-9]

I did some research on how overly restrictive this definition was in practice,
using an older and more restrictive definition:

http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2009-August/00.html

It looks like it will be fine, at least for English users.  Almost none would
be affected if we did some sanitization (e.g., to fix up stuff like "Foo"
).  I've been meaning to do some more testing on the databases
to see if other languages might be affected more, but never got around to it. 
If obviously bogus addresses are causing problems, then we may as well go ahead
with it.  It's a pretty trivial change to get MediaWiki to reject these on the
server 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 25699] New: Cached 1-click donation forms do not properly handle sessions

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25699

   Summary: Cached 1-click donation forms do not properly handle
sessions
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: ASSIGNED
  Severity: enhancement
  Priority: Normal
 Component: DonationInterface
AssignedTo: aricha...@wikimedia.org
ReportedBy: aricha...@wikimedia.org
CC: rkald...@wikimedia.org, tf...@wikimedia.org,
pbeaude...@wikimedia.org


It appears that when the AJAX request sets a user's session for a cached
single-click donation page, a cookie with the user's session id is not getting
set.  The result is that when a user attempts to click 'donate by paypal' or
submit the credit card form, they will be told that their session has expired
and are required to fill out the form again/try clicking the paypal button
again.

It seems that there is a problem setting a PHP session via AJAX - a cookie with
the session id does not get set on the user's system.  A simple solution would
be to have the session id sent back in the AJAX request and have Javascript set
the cookie for the user.

Also, as a side note, we should push the paypal redirect logic to happen
/before/ token checking, since (particularly with slow connections) a user may
hit the paypal button before the ajax has finished doing its session setting.

-- 
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 25697] Diff: Empty context lines not showing

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25697

Erwin Dokter  changed:

   What|Removed |Added

Version|unspecified |1.16

-- 
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 25693] Need to change the logo

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25693

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #2 from Krinkle  2010-10-28 22:35:55 UTC ---
Could you make a version like the others have (SVG or PNG) ?

Based on http://commons.wikimedia.org/wiki/File:Wikisource-logo-fr.svg
Or http://commons.wikimedia.org/wiki/File:Wikisource-logo-bg.png (123 × 154 px)

-- 
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 25693] New: Need to change the logo

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25693

   Summary: Need to change the logo
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Site logos
AssignedTo: cb...@wikimedia.org
ReportedBy: arafath...@gmail.com
CC: sundarbe...@yahoo.com, kstha...@gmail.com


Kanags  changed:

   What|Removed |Added

 CC||sundarbe...@yahoo.com

Hi,

http://ta.wikisource.org/ is one of the major Tamil wiki project. Recently it
has received much attention and is being updated regularly. But it doesn't have
a logo as of now. So i create a logo for the same and released it here
(http://commons.wikimedia.org/wiki/File:Wikisource-logo-ta.gif). 

Can someone help to add the logo to Wikisource?

Regards,
Arafat
[[User:Arafath.riyath]]

--- Comment #1 from Kanags  2010-10-28 22:31:43 UTC ---
I support Arafath's request.

Regards
Kanags

-- 
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 25679] Simple English Wikipedia logo needs to be updated

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25679

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #4 from Krinkle  2010-10-28 22:00:15 UTC ---
It was changed on a lot of other wikis aswell with no discussion or
notification.
Though I can see the differrence in this particular case because aside from the
Wiki puzzle-globe the text differs aswell.

-- 
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 25679] Simple English Wikipedia logo needs to be updated

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25679

Casey Brown  changed:

   What|Removed |Added

 CC||b...@caseybrown.org

--- Comment #3 from Casey Brown  2010-10-28 21:50:43 UTC 
---
(In reply to comment #2)
> Closed no consensu.

Why is consensus needed?  We didn't ask for consensus before putting the v2.0
logos on other Wikipedias.

You've said before that the logo *needs* to be "Wikipedia" / "The Free
Encyclopedia" (in the language) and nothing else, which is what this logo says.
 I'm not sure why consensus is needed for this case specifically.

-- 
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 25682] Searching is broken in newly created projects

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25682

Casey Brown  changed:

   What|Removed |Added

 CC||b...@caseybrown.org
 AssignedTo|wikibug...@lists.wikimedia. |rain...@eunet.rs
   |org |

-- 
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 25648] API discovery information: add RSD link in page

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25648

--- Comment #9 from Brion Vibber  2010-10-28 21:38:03 UTC ---
So far so good :D

I can confirm that StatusNet Mobile can do discovery from our RSD if I manually
add Twitter API info. YAY

WordPress for iPhone 1.x fetches the RSD data but decides it's unsupported
(haven't totally worked that out) while WordPress for iPhone 2.x apparently
doesn't actually do RSD and looks for some hardcoded URL subpaths. :(

-- 
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 22449] MediaWiki should do validation of e-mail addresses

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22449

Ashar Voultoiz  changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #7 from Ashar Voultoiz  2010-10-28 21:02:39 UTC ---
r75627 adds a very simple email validator helper. Does not enforce anything
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 25675] mwsuggest: special page with spaces cannot be find

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25675

Umherirrender  changed:

   What|Removed |Added

   Keywords||patch

-- 
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 25675] mwsuggest: special page with spaces cannot be find

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25675

--- Comment #2 from Umherirrender  2010-10-28 
20:54:48 UTC ---
Created attachment 7763
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=7763
normalize the search key

The patch normalized the space to underscore, so the alias can be found.

This works, because LocalisationCache also replace spaces to underscore inside
aliases.

-- 
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 25698] New: PDF export omits certain Formulas

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25698

   Summary: PDF export omits certain Formulas
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://de.wikipedia.org/w/index.php?title=Fehlerfortpf
lanzung&oldid=72882116
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Collection
AssignedTo: supp...@pediapress.com
ReportedBy: guanda...@nurfuerspam.de


Try exporting the page to PDF, then check the resulting printout. In the
article, there's a (rather big) formula in the last paragraph, right after

"die quadrierten Beiträge der Einzel-Unsicherheiten addieren."

In the PDF, said formula is missing, yet the others are included. 

The Formula, rendered to an Image, is at
http://upload.wikimedia.org/math/f/9/e/f9ec5991387644e5269165a14fd8f4ef.png

-- 
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 25697] Diff: Empty context lines not showing

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25697

--- Comment #1 from Erwin Dokter  2010-10-28 20:17:50 UTC ---
( ) shoud be ( ).

-- 
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 25697] New: Diff: Empty context lines not showing

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25697

   Summary: Diff: Empty context lines not showing
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/w/index.php?title=Matt_Smith_(
actor)&diff=next&oldid=392393612
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: History/Diffs
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: er...@darcoury.nl


When viewing a diff that contains empty context lines (gray), those lines are
not shown. This is due to all cells in that row having no content, which
reverts the row height to zero. It used to show a thin gray line, but a change
in diff.css (table.diff td {padding: 0px;}) made that disappear as well.
Example in URL should show an empty line directly above "==Professional acting
career==".

Having the following CSS in your own stylesheet restores the empty line:
td.diff-marker {height: 1.5em;}

However, that is a hack; A better solution is not to have rows with all empty
cells. At least one cell needs to have content, and all rows start with a cell
with a diff marker; these are either empty, or contain a + or - sign. I suggest
putting a non-breaking space ( ) in the empty diff marker cells. This
will cause the row to have content and force the proper height automatically.

-- 
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 25611] Support optimized WebP thumbnails as alternative to JPEG

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25611

--- Comment #6 from Mathias Schindler  2010-10-28 
19:42:59 UTC ---
(In reply to comment #5)

> Well, here's the scenario I was thinking of:
> 
> a) user enables WebP thumbnails while logged in via Chrome-next
> 
> b) later, user logs into site from another computer running a different
> browser, and can't see any thumbnails on the site. That browser might be a
> netbook, tablet, e-reader, smartphone, game console, or a computer that 
> doesn't
> have any WebP-capable browser.

I might have come up with another early approach that will prevent this
scenario.

1. A customized user skin .js/.css file to alter any thumbnail linkn(every
 link to a  .jpg that starts with
http://upload.wikimedia.org/wikipedia/commons/thumb/) to another url, possibly
toolserver.org or webptest.whateverdomain.tld) to ask the browser to get the
image from this site.

2. The js could containt a browser switch. Browser not supporting webp would
not get the altered url. If someone installs the user-mod and changes browsers,
there would not be the undesirable result you described.

-- 
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 25679] Simple English Wikipedia logo needs to be updated

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25679

Cary Bass  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #2 from Cary Bass  2010-10-28 19:41:42 UTC ---
Closed no consensu.

-- 
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 25679] Simple English Wikipedia logo needs to be updated

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25679

barras...@web.de changed:

   What|Removed |Added

 CC||barras...@web.de

--- Comment #1 from barras...@web.de 2010-10-28 19:39:09 UTC ---
Erm, there is no discussion at all for this change on simple, thus, there's no
consensus for this change.

I'd suggest to close this and reopen it if needed later, but clearly not now.

[[m:User:Barras|Barras]]

-- 
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 24023] watch email precedence header

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24023

Ashar Voultoiz  changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #1 from Ashar Voultoiz  2010-10-28 19:28:32 UTC ---
According to RFC 2076 section 3.9, the Precedence header should not be used:

 Precedence:Non-standard, controversial, discouraged
 Sometimes used as a priority  value which can influence transmission speed and
delivery.
  Common values are "bulk" and "first-class". Other uses is to control
automatic replies and to control return-of-content facilities, and to stop
mailinglist loops.

mailman seems to add Precedence: list, so it is probably not that bad.

-- 
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 25648] API discovery information: add RSD link in page

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25648

Bryan Tong Minh  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #8 from Bryan Tong Minh  2010-10-28 
19:20:59 UTC ---
r75621

-- 
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 25642] Unclean $wgSMTP pear mail package loading

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25642

Ashar Voultoiz  changed:

   What|Removed |Added

   Keywords||need-review, patch
 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 10212] TOC/section edit display preferences should be marked as requiring CSS

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10212

Ashar Voultoiz  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||has...@free.fr

--- Comment #16 from Ashar Voultoiz  2010-10-28 19:06:52 UTC ---
The only way to hide the TOC for lynx user would be to not insert in the HTML
output. That would disable page cache for those users something we want to
avoid.

This impact a really small number of people and does not cause any trouble to
actually read the content.


I am inclined to wontfix this bug report.

-- 
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 25696] Create vec.wikisource.org

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25696

Jesse PW (Pathoschild)  changed:

   What|Removed |Added

 CC||pathoschild+wmb...@gmail.co
   ||m
 Blocks||16976

-- 
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 16976] Wikis ready for creation (tracking)

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16976

Jesse PW (Pathoschild)  changed:

   What|Removed |Added

 Depends on||25696

-- 
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 25696] New: Create vec.wikisource.org

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25696

   Summary: Create vec.wikisource.org
   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: amir.ahar...@mail.huji.ac.il


The Language committee and the WMF Board approved creating a Wikisource project
in the Venetian language at the domain http://vec.wikisource.org .

Here's the approved request:
http://meta.wikimedia.org/wiki/Requests_for_new_languages/Wikisource_Venetian

The questionnaire:
* Language code: vec
* Site url: vec.wikisource.org
* Project name (The word "Wikisource" in this language): there's no easy
translation, "Wikisource" is ok
* Project namespace (usually the same as the project name): Wikisource
* Project talk namespace: "Discussion Wikisource"
* Project logo (135x135 PNG image generated from some decent SVG image):
http://upload.wikimedia.org/wikipedia/sources/b/bc/Wiki.png (there's no
language-specific info in the logo)
* Default project timezone (replace TZN with the timezone name, like CET and
UTC+-X with difference between your TZ and UTC): CET
* Interwiki text (the name of this language as it will appear in the list of
interlanguage links): Vèneto (same as {{#language:vec}})

-- 
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 25674] Allow blocked users to edit their talk page on frwiktionary

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25674

--- Comment #2 from Quentinv57  2010-10-28 18:02:51 UTC 
---
Hmmm... doesn't know that such a little change requires an explicit discussion.

Please see following link :
http://fr.wiktionary.org/wiki/Wiktionnaire:Wikid%C3%A9mie/octobre_2010#Ne_coupons_pas_d.C3.A9initivement_les_ponts_avec_les_utilisateurs_bloqu.C3.A9s_.21

-- 
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 25683] Dummy placeholder "search" is not greyed out and is appending to search text

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25683

Roan Kattouw  changed:

   What|Removed |Added

 AssignedTo|tpars...@wikimedia.org  |amil...@wikimedia.org

-- 
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 25683] Dummy placeholder "search" is not greyed out and is appending to search text

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25683

Derk-Jan Hartman  changed:

   What|Removed |Added

 CC||amil...@wikimedia.org,
   ||asha...@wikimedia.org,
   ||hart...@videolan.org,
   ||roan.katt...@gmail.com
  Component|Search  |UsabilityInitiative
Version|1.16-svn|any
 AssignedTo|wikibug...@lists.wikimedia. |tpars...@wikimedia.org
   |org |
Product|MediaWiki   |MediaWiki extensions

--- Comment #1 from Derk-Jan Hartman  2010-10-28 13:34:56 
UTC ---
Vector skin issue. Moving to Usability Initiative.

-- 
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 25680] [UserOptionStats] Please Document on wiki

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25680

Reedy  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||s...@reedyboy.net
 Resolution||FIXED

--- Comment #4 from Reedy  2010-10-28 13:23:27 UTC ---
Added a barebones template and installation instructions

-- 
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 25684] New: "Full Thread" link on Special:NewMessages leads to nowhere

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25684

   Summary: "Full Thread" link on Special:NewMessages leads to
nowhere
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: niklas.laxst...@gmail.com
CC: amil...@wikimedia.org, bhar...@wikimedia.org


I have a link like
http://translatewiki.net/w/i.php?title=Support&offset=20101018214318#Add__in_pop-up_translation_panel_8106
which doesn't go the thread. I don't understand why the threads itself are so
seldomly linked instead of the pages they are in.

-- 
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 25683] Dummy placeholder "search" is not greyed out and is appending to search text

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25683

Patrick Marshall  changed:

   What|Removed |Added

Version|1.17-svn|1.16-svn

-- 
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 25683] New: Dummy placeholder "search" is not greyed out and is appending to search text

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25683

   Summary: Dummy placeholder "search" is not greyed out and is
appending to search text
   Product: MediaWiki
   Version: 1.17-svn
  Platform: PC
   URL: http://en.wikipedia.org/wiki/Main_Page
OS/Version: Windows 7
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Search
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: patrickmarsh...@sbcglobal.net


I am using MS IE8 64-bit edition on Windows 7. Note, does not occur on Google
Chrome.

>From main page

1. Click on any link

2. From the new page, click on another link on the page

3. Use the browser "back" button.

Note that the word "search" is no longer greyed out and does not disappear when
you move the text cursor to the search field. You must now remove the word
"search" or it will append to your search text.

-- 
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 25302] Enable UserOptionStats extension on Hungarian Wikipedia

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25302

p858snake  changed:

   What|Removed |Added

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

--- Comment #6 from p858snake  2010-10-28 08:53:45 UTC ---
Adding extension author to CC

-- 
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 25680] [UserOptionStats] Please Document on wiki

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25680

--- Comment #3 from Niklas Laxström  2010-10-28 
08:43:11 UTC ---
Sure, no need to ask my permission to write one and anyone can do 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 25682] Searching is broken in newly created projects

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25682

Raimond Spekking  changed:

   What|Removed |Added

   Keywords||shell

-- 
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 25680] [UserOptionStats] Please Document on wiki

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25680

--- Comment #2 from p858snake  2010-10-28 08:27:43 UTC ---
Well it's pretty standard for extensions to actually have a page with a small
description and installation instructions at least.

-- 
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 25682] New: Searching is broken in newly created projects

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25682

   Summary: Searching is broken in newly created projects
   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: amir.ahar...@mail.huji.ac.il


In these recently created projects article name completion doesn't seem to work
in the search box:

http://bjn.wikipedia.org
http://koi.wikipedia.org
http://mrj.wikipedia.org
http://fa.wikinews.org

I noticed it because the suggestions in the search box didn't work at all.

Raymond on Wikitech-l said: "It seems the new wikis have to be added to
LuceneSearch configuration. The search itself is broken, not the suggestion
only."

-- 
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 25680] [UserOptionStats] Please Document on wiki

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25680

--- Comment #1 from Niklas Laxström  2010-10-28 
08:15:46 UTC ---
What documentation do you need? One needs just install it and go to the special
page.

-- 
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 25681] New: Only intro section displayed in upper edit box on edit conflict page

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25681

   Summary: Only intro section displayed in upper edit box on edit
conflict page
   Product: MediaWiki
   Version: 1.16
  Platform: PC
OS/Version: Linux
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Page editing
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: gree...@greenrd.org


I was editing the subsection "Privacy of kept history data" of the following
page

http://en.wikipedia.org/wiki/Web_browsing_history

when it was at this revision:

http://en.wikipedia.org/w/index.php?title=Web_browsing_history&oldid=393373130

I pressed the View Changes button and saw some changes to other parts of the
page - which confused me initially, as I couldn't have possibly made such
changes, as I wasn't editing those sections at the time. Then I quickly
realised it was an edit conflict, so I pressed the Save button to make it go to
the edit conflict screen, which it did.

However, the upper edit box only contains the first section (the anonymous
intro section) - which is *not* the section I had been editing, by the way. The
lower box boes contain the full article, I think.

I have some user scripts installed in my user.js on Wikipedia, so they may be
affecting or causing 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 12884] Login and account creation should be by secure http.

2010-10-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12884

Ashar Voultoiz  changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #9 from Ashar Voultoiz  2010-10-28 07:10:55 UTC ---
See r75585

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