[Bug 38157] New: Remove liquidthreads_labswikimedia from config

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38157

   Web browser: ---
 Bug #: 38157
   Summary: Remove liquidthreads_labswikimedia from config
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: normal
  Priority: Unprioritized
 Component: Site configuration
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: federicol...@tiscali.it
CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---


Per https://meta.wikimedia.org/wiki/Wikimedia_wikis#Test_wikis , it's not clear
why this wiki has been deleted, but looks like it's not sitting anywhere so it
would be safe to remove it from InitialiseSettings.php config too.

-- 
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 37276] hack Jenkins to test MobileFrontend (PHPUnit + Qunit)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37276

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest
 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |has...@free.fr
   |org |

--- Comment #2 from Antoine hashar Musso has...@free.fr 2012-07-04 07:51:58 
UTC ---
Need to poke that together with Wikidata extension: bug 37050

I did some update to the ant script to easily fetch/copy extensions from
Gerrit.

-- 
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 36143] [TestSwarm] rename git jobs

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36143

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
 AssignedTo|wikibugs-l@lists.wikimedia. |krinklem...@gmail.com
   |org |

--- Comment #2 from Antoine hashar Musso has...@free.fr 2012-07-04 07:54:54 
UTC ---
Fixed by Timo with Gerrit change #14156 and deployed on gallium with Gerrit
change #14158.

-- 
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 35584] Implementing continuous integration workflow (tracking)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35584

Bug 35584 depends on bug 36143, which changed state.

Bug 36143 Summary: [TestSwarm] rename git jobs
https://bugzilla.wikimedia.org/show_bug.cgi?id=36143

   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 35982] Dependency graph points to localhost:8080

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35982

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #3 from Antoine hashar Musso has...@free.fr 2012-07-04 08:03:40 
UTC ---
Still there with Jenkins 1.472 and Dependency Graph 0.2.

Source code is on github at https://github.com/jenkinsci/depgraph-view-plugin
The culprit is
src/main/java/hudson/plugins/depgraph_view/DotStringGenerator.java which does
the following:

private String projectToNodeString(AbstractProject?, ? proj) {
return escapeString(proj.getFullDisplayName()) +
 [href= +
getEscapedProjectUrl(proj) + ];
}

private String getEscapedProjectUrl(AbstractProject?, ? proj) {
return escapeString(Hudson.getInstance().getRootUrlFromRequest() +
proj.getUrl());
}

getRootUrlFromRequest is most probably getting the URL based on whatever HTTP
GET Jenkins received. In our setup, there is a proxy in front of Jenkins and
hence any requests are made to 127.0.0.1:8080.

The plugin need to instead use whatever Jenkins URL is configured.

-- 
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 35982] Dependency graph points to localhost:8080

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35982

--- Comment #4 from Antoine hashar Musso has...@free.fr 2012-07-04 08:08:10 
UTC ---
Our Apache conf makes https://integration.mediawiki.org/ci to be proxied to
http://localhost:8080/ci

ProxyPass   /ci http://localhost:8080/ci
ProxyPassReverse/ci http://localhost:8080/ci
ProxyRequests   Off

Proxy http://localhost:8080/ci*
Order deny,allow
Allow from all
/Proxy

-- 
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 35982] Dependency graph points to localhost:8080

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35982

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

   Priority|Normal  |Lowest
 AssignedTo|wikibugs-l@lists.wikimedia. |has...@free.fr
   |org |

--- Comment #5 from Antoine hashar Musso has...@free.fr 2012-07-04 08:09:10 
UTC ---
I updated upstream bug : https://issues.jenkins-ci.org/browse/JENKINS-13446

Assigning to me so I can track the issue, fill free to takeover if needed.

Lowering priority since that is not really a trouble.

-- 
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 38158] New: Edit summary field cannot be edited on some browsers

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38158

   Web browser: ---
 Bug #: 38158
   Summary: Edit summary field cannot be edited on some browsers
   Product: MediaWiki
   Version: 1.20-git
  Platform: All
   URL: https://translatewiki.net/w/i.php?title=User:Siebrand/
test15action=edit
OS/Version: All
Status: NEW
  Severity: blocker
  Priority: Unprioritized
 Component: Page editing
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s.mazel...@xs4all.nl
CC: has...@free.fr
Classification: Unclassified
   Mobile Platform: ---


MediaWiki 1.20 / 07b8a42dddab0bb1cbfd0cd933929bbcc2170d54

Cannot edit edit summary field in Firefox13 and Chrome 21.0.1180.15 dev/OSX.

Antoine is bisecting.

-- 
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 38158] Edit summary field cannot be edited on some browsers

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38158

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-07-04 08:50:47 
UTC ---
Issue is introduced by Gerrit Change 12713 jquery.byteLimit: Partial rewrite
to fix logic errors

-- 
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 38158] Edit summary field cannot be edited on some browsers

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38158

--- Comment #2 from Antoine hashar Musso has...@free.fr 2012-07-04 08:51:59 
UTC ---
Testswarm job for 12713 https://integration.mediawiki.org/testswarm/job/3592/

-- 
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 38158] Edit summary field cannot be edited on some browsers

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38158

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||krinklem...@gmail.com,
   ||roan.katt...@gmail.com,
   ||s.mazel...@xs4all.nl
   Severity|blocker |major

--- Comment #3 from Siebrand s.mazel...@xs4all.nl 2012-07-04 08:56:05 UTC ---
Will probably be reverted (gerrit 14175), so lowering priority.

-- 
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 35588] Jenkins job: PHP code style analyzer

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35588

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 CC||platoni...@gmail.com

--- Comment #3 from Antoine hashar Musso has...@free.fr 2012-07-04 09:21:19 
UTC ---
ccing Platonides who talked about CodeSniffer with me a few days ago

-- 
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 34988] Namespaces names in Silesian

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34988

prze...@yahoo.pl 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 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 38159] New: Add import source for dewikiversity

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38159

   Web browser: ---
 Bug #: 38159
   Summary: Add import source for dewikiversity
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: https://de.wikiversity.org/w/index.php?title=Wikiversi
ty:Cafeteriaoldid=320389#Wikipedia_als_Importquelle_f
reischalten
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: normal
  Priority: Unprioritized
 Component: Site configuration
AssignedTo: raimond.spekk...@gmail.com
ReportedBy: raimond.spekk...@gmail.com
CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---


Add dewiki as import source for dewikiversity per community request.

-- 
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 37759] Article Feedback - Suppression Log Formatting Issues

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37759

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||mmul...@wikimedia.org
 Resolution||FIXED

-- 
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 37707] Scale AFT tables to support 10% deploy

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37707

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
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 37784] Feedback form option 6 presentation wrong in overlay mode

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37784

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
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 38019] Article Feedback - Bucketing for CTAs

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38019

Matthias Mullie mmul...@wikimedia.org 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 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 37953] Article Feedback Page - New call to action below page title

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37953

Matthias Mullie mmul...@wikimedia.org 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 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 38112] Article Feedback - Turn off all click-tracking

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38112

Matthias Mullie mmul...@wikimedia.org 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 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 37616] Article Feedback - Increase Test Sample to 10% of English Wikipedia

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37616

Bug 37616 depends on bug 38112, which changed state.

Bug 38112 Summary: Article Feedback - Turn off all click-tracking
https://bugzilla.wikimedia.org/show_bug.cgi?id=38112

   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 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 37950] Article Feedback - 'View Activity' does not appear in Editor's view

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37950

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
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 36773] Article Feedback - My Contributions

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36773

Matthias Mullie mmul...@wikimedia.org 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 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 38159] Add import source for dewikiversity

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38159

--- Comment #1 from Raimond Spekking raimond.spekk...@gmail.com 2012-07-04 
10:11:06 UTC ---
https://gerrit.wikimedia.org/r/14180

Needs deployment now.

-- 
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 37434] Learn more links on actions need to link to the help materials

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37434

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|mmul...@wikimedia.org   |oke...@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 37806] unreadble text in article feedback due to weird color choosing

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37806

--- Comment #1 from Matthias Mullie mmul...@wikimedia.org 2012-07-04 10:15:31 
UTC ---
Having fixed bug https://bugzilla.wikimedia.org/show_bug.cgi?id=37784 should
also have fixed this issue. Can anyone reproduce?

-- 
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 37594] flag count not updated when unflagging a post

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37594

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||mmul...@wikimedia.org
 Resolution||FIXED

-- 
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 37592] The drop-down menu for filters is not opening initially with Google Chrome

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37592

Matthias Mullie mmul...@wikimedia.org 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 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 37580] Article Feedback - Special Display for IPv6 Addresses

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37580

Matthias Mullie mmul...@wikimedia.org 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 36502] Article Feedback - 'View reader feedback' link on the Talk page

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36502

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
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 38021] Article Feedback Page - Activity Log: Fix Text Color

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38021

Matthias Mullie mmul...@wikimedia.org 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 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 37998] give confirmed users same AFT privileges as autoconfirmed

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37998

Matthias Mullie mmul...@wikimedia.org 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 37098] Patchwork message

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37098

Matthias Mullie mmul...@wikimedia.org 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 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 38160] New: Article Feedback 5 - CTA4 container collapsing

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38160

   Web browser: ---
 Bug #: 38160
   Summary: Article Feedback 5 - CTA4 container collapsing
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Keywords: aftv5-1.5
  Severity: normal
  Priority: Unprioritized
 Component: ArticleFeedbackv5
AssignedTo: mmul...@wikimedia.org
ReportedBy: mmul...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10821
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10821
Screenshot of the 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 38160] Article Feedback 5 - CTA4 container collapsing

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38160

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |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 38161] New: Article Feedback 5 - CTA5 missing header thanks! your feedback has been posted here

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38161

   Web browser: ---
 Bug #: 38161
   Summary: Article Feedback 5 - CTA5 missing header thanks! your
feedback has been posted here
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Keywords: aftv5-1.5
  Severity: normal
  Priority: Unprioritized
 Component: ArticleFeedbackv5
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mmul...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10822
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10822
Screenshot of the 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 38161] Article Feedback 5 - CTA5 missing header thanks! your feedback has been posted here

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38161

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High

-- 
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 38161] Article Feedback 5 - CTA5 missing header thanks! your feedback has been posted here

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38161

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |mmul...@wikimedia.org
   |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 37950] Article Feedback - 'View Activity' does not appear in Editor's view

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37950

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

-- 
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 37950] Article Feedback - 'View Activity' does not appear in Editor's view

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37950

Matthias Mullie mmul...@wikimedia.org changed:

   What|Removed |Added

   Priority|Highest |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 36439] Setting labels should normalize some things, API should return the actual label on success (5)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36439

--- Comment #9 from jeb...@gmail.com 2012-07-04 10:41:59 UTC ---
Accidently done in https://gerrit.wikimedia.org/r/#/c/14032/

-- 
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 37806] unreadble text in article feedback due to weird color choosing

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37806

matanya matanya.mo...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from matanya matanya.mo...@gmail.com 2012-07-04 10:47:48 UTC 
---
looks good, closing.

-- 
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 28363] Allow per-user or per-group exemptions from the use of CheckUser

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28363

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

   Keywords|patch-need-review   |
 CC||maxsem.w...@gmail.com

-- 
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 36439] Setting labels should normalize some things, API should return the actual label on success (5)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36439

--- Comment #10 from jeb...@gmail.com 2012-07-04 11:19:54 UTC ---
Normalization of aliases is done in https://gerrit.wikimedia.org/r/#/c/13492/

-- 
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 38158] Edit summary field cannot be edited on some browsers

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38158

--- Comment #4 from Krinkle krinklem...@gmail.com 2012-07-04 11:41:24 UTC ---
Debugging in Chrome, looks like it is not caused by jquery.byteLimit. The
browser itself is limiting it.

The native maxLength property is being set to 0.

Turns out that if you set Element.maxLength = undefined; (implied by
$input.removeProp('maxLength');) 
The property becomes undefined indeed in Chrome and Firefox. But the attribute
value is changed to maxlength=0.

So the very code that was indented to disable te native maxLength ends up
enforcing it even stronger. Will try to figure out a different solution then,
and file a bug upstream.

-- 
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 37978] internal error - Fatal exception of type MWException on file page access

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37978

--- Comment #5 from Bawolff bawolff...@gmail.com 2012-07-04 12:10:35 UTC ---
The password thing is scary, but not having stack traces significantly hinders
debugging things for those of us without access to the logs. Even if there was
a unique id with the error - finding someone with appropriate access and
getting what the actual error is from them is a lot more work then the previous
situation.

-- 
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 38162] New: strange indentation continuation after nested table

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38162

   Web browser: ---
 Bug #: 38162
   Summary: strange indentation continuation after nested table
   Product: MediaWiki
   Version: 1.19
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Parser
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: richard.krec...@areva.com
Classification: Unclassified
   Mobile Platform: ---


Paste this into a sandbox:

text text text

:{|border=1
|table col 1
|
{|
|nested table (single-cell)
|}
|}

text with alignment - why?

Viewing the source reveals unclosed dl and dd tags, but *only* if the
tables are nested...single tables will not cause a problem.

-- 
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 38163] New: Fix jquery.byteLimit issues with incorrect blocking/limiting of input

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38163

   Web browser: ---
 Bug #: 38163
   Summary: Fix jquery.byteLimit issues with incorrect
blocking/limiting of input
   Product: MediaWiki
   Version: 1.18
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: JavaScript
AssignedTo: krinklem...@gmail.com
ReportedBy: krinklem...@gmail.com
CC: krinklem...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Right now it tries to predict what the complete input value will be after the
keypress, and either allow or prevent that event.

However this is very unrealiable. For example if the limit is reached and you
select all and begin typing, you can't because it will do (this.value +
tobeinsertedkey) as prediction, and that's too long.

The solution is to watch *after* the key is pressed and then correct it.
Because we can't simulate all possible ways of insertion:
* copy/pasting
* drag/drop
* selecttype
* autocomplete
* javascript-powered input methods

Initial attempt: I9ace3ab79 | https://gerrit.wikimedia.org/r/12713.
Reverted in: I1fe6a6c6 | https://gerrit.wikimedia.org/r/14175

because it caused the browser to limit the input field to 0 due to a browser
bug (could be the kind of bug that is actually documented in the
specification). So we'll have to do this another way.


Upstream: https://code.google.com/p/chromium/issues/detail?id=136004
Reproduced: http://jsfiddle.net/Ea48y/
See also: bug 38158

-- 
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 38158] Fix jquery.byteLimit issues with incorrect blocking/limiting of input

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38158

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||tpars...@wikimedia.org
  Component|Page editing|JavaScript
 Resolution||FIXED
Summary|Edit summary field cannot   |Fix jquery.byteLimit issues
   |be edited on some browsers  |with incorrect
   ||blocking/limiting of input

--- Comment #5 from Krinkle krinklem...@gmail.com 2012-07-04 13:12:04 UTC ---
Revert has been merged.

I filed bug 38163 for the bug that I tried to solve in that commit.

-- 
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 38158] Edit summary field cannot be edited on some browsers

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38158

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Keywords||code-update-regression
  Component|JavaScript  |Page editing
Summary|Fix jquery.byteLimit issues |Edit summary field cannot
   |with incorrect  |be edited on some browsers
   |blocking/limiting of input  |

-- 
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 38163] Fix jquery.byteLimit issues with incorrect blocking/limiting of input

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38163

--- Comment #1 from Krinkle krinklem...@gmail.com 2012-07-04 13:16:28 UTC ---
Reproduced (without jQuery): http://jsfiddle.net/KP5h3/

-- 
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 38164] New: labsconsole login session issues

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38164

   Web browser: ---
 Bug #: 38164
   Summary: labsconsole login session issues
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Very frequently do I visit a page on labsconsole (i.e. a new mental session
after having been away from labsconsole for a few hours) and everything looks
like I'm still logged in. Then I click edit and I'm logged out, and continue to
be logged out from that point on.

Could be various different things:

* Interaction with browser cache not working as it should (the first page is
served from cache when it shouldn't)
  I guess this is the case, since Remember me is off by default, so my
session likely expired, but then the page shouldn't first show as if a am
logged in. 

* A bug on the login page causing me to be logged out.

-- 
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 38165] New: Case mismatch in query-continue while listing categories starting with EN:

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38165

   Web browser: ---
 Bug #: 38165
   Summary: Case mismatch in query-continue while listing
categories starting with EN:
   Product: MediaWiki
   Version: 1.20-git
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: malaf...@clix.pt
CC: bryan.tongm...@gmail.com, roan.katt...@gmail.com,
s...@reedyboy.net, soxre...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


When listing categories via API (such as the Pywikipediabot does), the
query-continue acfrom output is not correct (changed in case) when the next
category starts with EN:

Please check the following URL:

https://es.wiktionary.org/w/api.php?action=querylist=allcategoriesformat=xmlacfrom=ENaclimit=10

I'm asking for categories starting at EN, but acfrom returned is:

query-continue
allcategories acfrom=en:Adjectivos /
/query-continue

As you can see, the capital EN became a lower case en. The correct result
would be EN:Adjectivos.

This will cause a jump in the categories iteration, skipping results from
EN: to en:.

As far as I can tell, this seems to happen only for categories starting with
EN:, and not DE: or BG:, for example.

Thanks.

-- 
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 38165] Case mismatch in query-continue while listing categories starting with EN:

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38165

Liangent liang...@gmail.com changed:

   What|Removed |Added

 CC||liang...@gmail.com

--- Comment #1 from Liangent liang...@gmail.com 2012-07-04 15:28:58 UTC ---
Cause:

The API module calls -keyToTitle( 'EN:Adjectivos' ) and Title::newFromDBKey(
'EN:Adjectivos' ) reads it as an interwiki link, so the interwiki prefix is
normalized when output back.

Maybe we want to fix keyToTitle to use Title::makeTitle? The titleToKey
function may need fixing too.

-- 
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 38165] Case mismatch in query-continue while listing categories starting with EN:

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38165

--- Comment #2 from Liangent liang...@gmail.com 2012-07-04 15:29:25 UTC ---
(In reply to comment #0)
 As far as I can tell, this seems to happen only for categories starting with
 EN:, and not DE: or BG:, for example.

DE is broken too:
https://es.wiktionary.org/w/api.php?action=querylist=allcategoriesformat=xmlacfrom=DEaclimit=60

-- 
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 38142] Third party skins should be able to use ResourceLoader, like extensions can

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38142

--- Comment #2 from John Morton j...@angrymonkey.net.nz 2012-07-04 15:31:38 
UTC ---
Sounds reasonable. I'll look into using the pattern under that git repos. Looks
pleasantly straight forward at a glance. If it works, it looks like the bug
really turns into “update the docs”.

-- 
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 38142] Third party skins should be able to use ResourceLoader, like extensions can

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38142

Jack Phoenix j...@countervandalism.net changed:

   What|Removed |Added

 CC||j...@countervandalism.net

--- Comment #3 from Jack Phoenix j...@countervandalism.net 2012-07-04 
15:44:17 UTC ---
I'd say that this is definitely a duplicate of bug #1; docs suck, but it's
totally possible to use the ResouceLoader system with custom (non-core) skins;
take a look at how the [[mw:Nimbus skin]] does it.

Basically, instead of one file for the skin, you need three files -- just like
when developing an extension. A setup file, an i18n file and the main body
file. In the setup file you register the module(s) (see
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/skins.git;a=blob;f=Nimbus/Nimbus.php;h=50c77cd228bb15975108bf741f3f78276a401ec8;hb=HEAD
for an example) and do whatever magic is necessary, and then in the body file
you use the newly-registered modules:
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/skins.git;a=blob;f=Nimbus/Nimbus.skin.php;h=e56031352f65267bd08056e8afa213d7e8ab87a2;hb=HEAD

Et voilà ! It works just as you'd expect. ;)

-- 
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 38166] New: Special character capital A with a circle on top is not displayed correctly

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38166

   Web browser: ---
 Bug #: 38166
   Summary: Special character capital A with a circle on top is
not displayed correctly
   Product: MediaWiki extensions
   Version: unspecified
  Platform: Macintosh
OS/Version: Mac OS X 10.7
Status: UNCONFIRMED
  Severity: minor
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: silke.me...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


This minor bug occurs in Mac OS X Firefox only (as far as I can tell for now):
The character Å might be too high so that the upper half of the circle is cut
off. A layout problem due to the orange message box???
Chrome and Safari on Mac work alright, Firefox on Linux does, too.

-- 
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 37736] Language specific aliases (3)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37736

jeb...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

-- 
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 38142] Third party skins should be able to use ResourceLoader, like extensions can

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38142

Daniel Friesen mediawiki-b...@nadir-seen-fire.com changed:

   What|Removed |Added

 CC||mediawiki-bugs@nadir-seen-f
   ||ire.com

--- Comment #4 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com 
2012-07-04 16:00:59 UTC ---
I covered creating skins with RL and i18n support in my tutorial already:
http://blog.redwerks.org/2012/02/08/mediawiki-skinning-tutorial/

Please stick to the skinname/skinname.php pattern. One of the advantages of
being in skins/ over extensions/ is in the future we can start to try to
automatically handle conventions and start stripping out boilerplate used by
skins. And if we do that the skinname/skinname.php pattern is inevitably the
pattern I will be coding into core.

-- 
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 38142] Third party skins should be able to use ResourceLoader, like extensions can

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38142

Daniel Friesen mediawiki-b...@nadir-seen-fire.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

-- 
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 37778] Enable LiquidThreads on fi.wikiMedia.org

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37778

Nemo_bis federicol...@tiscali.it changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #10 from Nemo_bis federicol...@tiscali.it 2012-07-04 16:09:48 UTC 
---
Done.

-- 
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 19699] Deploy LiquidThreads extension when ready (tracking)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19699

Bug 19699 depends on bug 37778, which changed state.

Bug 37778 Summary: Enable LiquidThreads on fi.wikiMedia.org
https://bugzilla.wikimedia.org/show_bug.cgi?id=37778

   What|Old Value   |New Value

 Status|ASSIGNED|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 36649] Article Feedback Page - Show the user's last post at the top of the page

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36649

--- Comment #9 from Matthias Mullie mmul...@wikimedia.org 2012-07-04 16:09:57 
UTC ---
Pushed to Gerrit (https://gerrit.wikimedia.org/r/#/c/14199/)  prototype

-- 
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 38157] Remove liquidthreads_labswikimedia from config

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38157

Krenair kren...@gmail.com changed:

   What|Removed |Added

 CC||kren...@gmail.com

--- Comment #1 from Krenair kren...@gmail.com 2012-07-04 16:22:13 UTC ---
Gerrit change 14200

-- 
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 37689] Prevent direct editing of JSON via the APIs edit action (2)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37689

jeb...@gmail.com changed:

   What|Removed |Added

 CC||jeb...@gmail.com

--- Comment #3 from jeb...@gmail.com 2012-07-04 16:26:57 UTC ---
Editing via API is blocked for this extension, should perhaps have a more
generic solution. https://gerrit.wikimedia.org/r/#/c/13191/

-- 
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 38009] enable mobile redirect broken on iOS

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38009

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #2 from Jon jrob...@wikimedia.org 2012-07-04 16:38:26 UTC ---
Thanks Dave. We are looking into this.

There have also been lots of reports on Twitter and I can replicate the problem
and noise in the feedback forms. Maybe Arthur Richards can take a look at this
when he returns Friday.

-- 
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 38167] New: extract2.php: Get rid of no longer used $1 portal parser

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38167

   Web browser: ---
 Bug #: 38167
   Summary: extract2.php: Get rid of no longer used $1 portal
parser
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site configuration
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: krinklem...@gmail.com
CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---


Right now both _portal and _template are parsed. But _portal hasn't been in 
use for months (or years). Those are just useless fetches of content and string
searches for $1.


That whole first array, Title creation, Article creation, content fetching and
parsing/$1 replacement can be nuked afaik.

https://gerrit.wikimedia.org/r/gitweb?p=operations/mediawiki-config.git;a=blob;f=extract2.php;hb=HEAD

-- 
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 38168] New: extract2.php: Implement 304 caching

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38168

   Web browser: ---
 Bug #: 38168
   Summary: extract2.php: Implement 304 caching
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site configuration
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: krinklem...@gmail.com
CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---


The last modified timestamp is available and already being included:

header( 'Cache-Control: s-maxage=3600, must-revalidate, max-age=0' );
header( Last-modified: $lastmod );

We could extend this further and make it respond with 304 Not Modified
(without body content) for requests that have the same version cached. Should
save a fair amount of bandwidth. 


https://gerrit.wikimedia.org/r/gitweb?p=operations/mediawiki-config.git;a=blob;f=extract2.php;hb=HEAD

-- 
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 38168] extract2.php: Implement 304 caching

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38168

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||krinklem...@gmail.com
   Severity|normal  |enhancement

-- 
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 38167] extract2.php: Get rid of no longer used $1 portal parser

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38167

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||krinklem...@gmail.com
   Severity|normal  |enhancement

-- 
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 36439] Setting labels should normalize some things, API should return the actual label on success (5)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36439

--- Comment #11 from jeb...@gmail.com 2012-07-04 17:30:51 UTC ---
Some results from normalization
Source   - encoded - normalized - comment
Åland- %C3%85land  - %C3%85land - codepoint for char
Åland- A%CC%8Aland - %C3%85land - combining ring above
Ångstrom - %E2%84%ABngstrom - %C3%85ngstrom - The initial letter is code point
for an unit

So seems like our current normalization (C) rewrites from capital letter A with
an combining ring above into a valid code point.

Characters are decomposed and then recomposed by canonical equivalence.

Seems like it only will fail in kases with multiple combining characters, but
I'm not sure if that will ever happen.

In my opinion, this works now, case closed.

See also http://en.wikipedia.org/wiki/Unicode_normalization#Normalization

-- 
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 36379] MobileFrontend uses too many global variables

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36379

Jon jrob...@wikimedia.org 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 37716] Contact Us stylesheet is served to all pages

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37716

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||LATER

--- Comment #2 from Jon jrob...@wikimedia.org 2012-07-04 17:38:41 UTC ---
Max suggested waiting till we have real ResourceLoader

-- 
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 37886] action=mobileview page=Main_Page sections=references returns HTTP 500 error

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37886

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||maxsem.w...@gmail.com
 Resolution||FIXED

--- Comment #3 from Max Semenik maxsem.w...@gmail.com 2012-07-04 17:39:03 UTC 
---
Merged and deployed.

-- 
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 37832] Slow loading pages jump to the top of page

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37832

Jon jrob...@wikimedia.org 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 38105] [beta] Make the back option click area cell wide

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38105

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

  Component|MobileFrontend  |MobileFrontend (Beta)

-- 
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 31876] MobileFrontend extension should validate against W3C in Jenkins

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31876

Jon jrob...@wikimedia.org changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 38025] action=mobileview page=Main_Page noheadings=1 scrubs off all heading info, without exposing it anywhere

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38025

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||maxsem.w...@gmail.com
 Resolution||FIXED

--- Comment #1 from Max Semenik maxsem.w...@gmail.com 2012-07-04 17:46:23 UTC 
---
https://gerrit.wikimedia.org/r/#/c/13335/

-- 
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 36439] Setting labels should normalize some things, API should return the actual label on success (5)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36439

--- Comment #12 from jeb...@gmail.com 2012-07-04 17:55:42 UTC ---
Just for the record, conversion of the initial letter in Ångstrøm into a normal
codepoint for Å seems a little bit weird.

-- 
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 37281] Special:Search doesn't properly redirect on mobile devices

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37281

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 CC||maxsem.w...@gmail.com

--- Comment #1 from Max Semenik maxsem.w...@gmail.com 2012-07-04 17:57:26 UTC 
---
It's because the redirector intentionally redirects only http://*.*.org/wiki/*
URLs, apparently to prevent breakage of some stuff. This is easily fixable in
redirector.c, however I don't know what decisions resulted in such code.
Patrick?

-- 
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 37863] Add Siyam Rupali Font for Bishnupriya Manipuri

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37863

--- Comment #3 from Uttam Singha usin...@gmail.com 2012-07-04 18:09:12 UTC ---
Please add Siyam Rupali as default font same like bn.wikipedia. Lohit Bengali
font is not clear as Siyam Rupali. Thanks for your help.

-- 
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 37863] Add Siyam Rupali Font for Bishnupriya Manipuri

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37863

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from Siebrand s.mazel...@xs4all.nl 2012-07-04 18:14:40 UTC ---
Thanks Uttam. Consider it merged. Will be in 1.20wmf7.

-- 
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 34750] Accessibility for embedded images

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34750

--- Comment #13 from Derk-Jan Hartman hart...@videolan.org 2012-07-04 
18:42:37 UTC ---
Has anyone tested this on IE 6, 7 or 8 ? We are repositioning the magnify icon,
and it's probably wise to check wether this still works on those browsers.

We should probably also announce this, because there might be several scripts
and styling rules on various wiki's depending on the old DOM structure for
thumbnails.

-- 
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 34750] Accessibility for embedded images

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34750

--- Comment #14 from Derk-Jan Hartman hart...@videolan.org 2012-07-04 
18:50:41 UTC ---
The ogghandler extension is not compatible with this patch. See review
comments.

-- 
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 31876] MobileFrontend extension should validate against W3C in Jenkins

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31876

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #5 from Krinkle krinklem...@gmail.com 2012-07-04 19:08:27 UTC ---
Note sure what implementation you have in mind, but perhaps it makes sense to
do this as a PHPUnit test? Generate the html, pass it over to the api using
MediaWiki's Http methods and assert based on the W3 API repsonse.

-- 
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 38169] New: Special:BlockList doesn't infer leading capital

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38169

   Web browser: ---
 Bug #: 38169
   Summary: Special:BlockList doesn't infer leading capital
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: User blocking
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: martijnhoeks...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


As it says on the tin. Usernames start with a capital. Most special pages (for
example, Special:Log infer the starting capital if it is entered in lower case.
Special:BlockList doesn't.

-- 
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 38169] Special:BlockList doesn't infer leading capital

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38169

Martijn Hoekstra martijnhoeks...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
   Severity|normal  |minor

-- 
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 36182] Switching between desktop and mobile view should redirect to canonical URLs

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36182

Max Semenik maxsem.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Max Semenik maxsem.w...@gmail.com 2012-07-04 20:12:51 UTC 
---
Still not resolved, I see instances when this fix works on live site and some
when it doesn't.

-- 
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 30772] mobile wikipedia commonly uses non-canonical urls that don't get squid/varnish/whatever cache purged

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30772

Bug 30772 depends on bug 36182, which changed state.

Bug 36182 Summary: Switching between desktop and mobile view should redirect to 
canonical URLs
https://bugzilla.wikimedia.org/show_bug.cgi?id=36182

   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 38170] New: [ReplaceText] Incorrect error: You must select at least one namespace.

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38170

   Web browser: ---
 Bug #: 38170
   Summary: [ReplaceText] Incorrect error: You must select at
least one namespace.
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ReplaceText
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: fastgoldf...@gmail.com
CC: yaro...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10823
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10823
Screenshot of the error

ReplaceText 0.9.3 incorrectly gives the error You must select at least one
namespace. when the Main namespace is select. This error appeared suddenly
after using ReplaceText successfully since it was released in January 2012,
even on large numbers of pages. 

However, there are about 1500 pages to replace text on for the search in the
screenshot, and inverting the selection and then selecting only one of them
causes the bug to resolve itself. So, it seems the bug is related to the number
of pages to be replaced.

-- 
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 38159] Add import source for dewikiversity

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38159

Raimond Spekking raimond.spekk...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Raimond Spekking raimond.spekk...@gmail.com 2012-07-04 
21:24:07 UTC ---
Deployed by Sam today. 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 37682] ItemViewAction should use Article::view (8)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37682

denny vrandecic denny.vrande...@wikimedia.de changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
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 37588] make sure page protection works for data items (2)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37588

Bug 37588 depends on bug 37682, which changed state.

Bug 37682 Summary: ItemViewAction should use Article::view (8)
https://bugzilla.wikimedia.org/show_bug.cgi?id=37682

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
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 37681] Can't show old revisions of Wikibase Items (2)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37681

Bug 37681 depends on bug 37682, which changed state.

Bug 37682 Summary: ItemViewAction should use Article::view (8)
https://bugzilla.wikimedia.org/show_bug.cgi?id=37682

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
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 37681] Can't show old revisions of Wikibase Items (2)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37681

denny vrandecic denny.vrande...@wikimedia.de changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

-- 
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 37748] refactor Item, split data model from database glue (21)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37748

denny vrandecic denny.vrande...@wikimedia.de changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
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 36450] Content handler for different types of wiki content (5)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36450

Bug 36450 depends on bug 37748, which changed state.

Bug 37748 Summary: refactor Item, split data model from database glue (21)
https://bugzilla.wikimedia.org/show_bug.cgi?id=37748

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
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 36424] Simple language switcher (5)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36424

denny vrandecic denny.vrande...@wikimedia.de changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

-- 
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 36428] Handle item deletion in secondary storage (5)

2012-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36428

denny vrandecic denny.vrande...@wikimedia.de changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

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


  1   2   >