[Bug 33346] Update Resource loader migration docs

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33346

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Krinkle krinklem...@gmail.com 2012-06-20 08:00:55 UTC ---
* https://www.mediawiki.org/wiki/ResourceLoader/Developing_with_ResourceLoader
* https://www.mediawiki.org/wiki/ResourceLoader/Features

And in particular:
* https://www.mediawiki.org/wiki/ResourceLoader/Features#Flipping
*
https://www.mediawiki.org/wiki/ResourceLoader/Developing_with_ResourceLoader#Annotations
*
https://www.mediawiki.org/wiki/ResourceLoader/Developing_with_ResourceLoader#Module_structure

-- 
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 1] Documentation is out of date, incomplete (tracking)

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1

Bug 1 depends on bug 33346, which changed state.

Bug 33346 Summary: Update Resource loader migration docs
https://bugzilla.wikimedia.org/show_bug.cgi?id=33346

   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 30803] mw.util.wikiGetlink should allow query parameter passing

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30803

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

  Component|ResourceLoader  |JavaScript

-- 
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 36411] bugzilla Apache rewrite rule omit URL fragment

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36411

--- Comment #5 from Antoine hashar Musso has...@free.fr 2012-06-20 08:13:36 
UTC ---
My bug report has been marked as a duplicate of radar issue #3225447

-- 
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 12124] Sending multiple http status code headers kills fastcgi causing misery (and ugliness since RL does this)

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12124

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #6 from Krinkle krinklem...@gmail.com 2012-06-20 08:16:36 UTC ---
Is the problem that two code paths both send a Status: header? Or is the
problem that there is both a HTTP 1.x status header and a Status:  header
(not the same twice, but similar types of header).

If Status: is only for FastCGI and FastCGI only works if there isn't an HTTP
header as well, then
1) that is imho a stupid bug in FactCGI
2) we should probably centralize the logic for sending status headers in a
public static method (using HttpStatus::getMessage() for the message) somewhere
and implement that everywhere.

-- 
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 12124] Fix support for FastCGI by not sending both HTTP 1.x ### and Status: ### headers

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12124

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

  Component|ResourceLoader  |General/Unknown
Summary|Sending multiple http   |Fix support for FastCGI by
   |status code headers kills   |not sending both HTTP 1.x
   |fastcgi causing misery (and |### and Status: ###
   |ugliness since RL does  |headers
   |this)   |

-- 
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 29897] Status: 304 Not Modified conflicts with FastCGI

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29897

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

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

--- Comment #2 from Krinkle krinklem...@gmail.com 2012-06-20 08:18:03 UTC ---


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

-- 
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 12124] Fix support for FastCGI by not sending both HTTP 1.x ### and Status: ### headers

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12124

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||innocentkil...@gmail.com

--- Comment #7 from Krinkle krinklem...@gmail.com 2012-06-20 08:18:03 UTC ---
*** Bug 29897 has been marked as a duplicate of this bug. ***

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

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


[Bug 28658] Use MHTML URLs as an alternative to data URLs in IE 8

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28658

--- Comment #1 from Krinkle krinklem...@gmail.com 2012-06-20 08:19:46 UTC ---
What is the advantage of this over linking to the file directly? If it is going
to be an http request anyway

-- 
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 37715] Unknown error: tpt-unknown-page

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37715

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com 2012-06-20 
08:24:20 UTC ---
There is no such thing as latest stable version of Translate for MediaWiki
1.18. If you are downloading Translate from 1.18 branch you are getting a year
old version. The latest version from
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/Translate.git
still supports MediaWiki 1.18.

-- 
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 27771] Mechanism for loading site wide JavaScript libraries

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27771

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #11 from Krinkle krinklem...@gmail.com 2012-06-20 08:25:19 UTC ---
Marking as WORKSFORME, this bug us obsolete as basically everything it is about
is either invalid, obsolete or implemented through other tickets:

* Loading by default: done (bug 13742)
* Show only for certain user rights: (e.g. [rights:block]) done (bug 12211)
* Dependencies (script X needs Y, do it) done (ResourceLoader in 1.17 for
core/extensions, Gadgets as of 1.18)

For user scripts: No, but as explained else where user scripts technically
don't exist anywhere in the system.
* Short-term solution (now): Use mw.loader.using( .., callback );
* Long-term solution (Gadgets 3.0): Ability for users to create their own
gadgets that do not require admin rights and are only visible to them.

-- 
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 37736] New: Language specific aliases

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

   Web browser: ---
 Bug #: 37736
   Summary: Language specific aliases
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: jeb...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Listing of language specific aliases from ApiGetItems is gone after the
refacroring of Item. It should be possible to limit the listing to the specific
languages of interest to speed up delivery to the browser.

-- 
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 30446] mw.loader.using always calls ready callback for unregistered modules

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30446

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #10 from Krinkle krinklem...@gmail.com 2012-06-20 08:27:38 UTC ---
(In reply to comment #0)
 mw.loader.using always calls ready callback for unregistered modules,
 when the callback shouldn't get called at all.
 
 Examples:
 
 mw.loader.using('', function() { alert('running...'); });
 mw.loader.using([], function() { alert('running...'); });
 mw.loader.using([''], function() { alert('running...'); });
 mw.loader.using('foobar', function() { alert('running...'); });
 mw.loader.using(['foobar'], function() { alert('running...'); });
 

This has been fixed in 1.19.0 or 1.20-alpha (not sure) and was recorded under
another bug as well.

These examples now result in:
 Error: Unknown dependency: foobar

(except for mw.loader.using( [] ), which as expected requires no modules.)

-- 
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 28899] startup module's Last-Modified should take changes to mw.config / LocalSettings into account

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28899

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Version|unspecified |1.17
 AssignedTo|tpars...@wikimedia.org  |wikibugs-l@lists.wikimedia.
   ||org
   Target Milestone|--- |Future release
Summary|Startup module's|startup module's
   |Last-Modified doesn't take  |Last-Modified should take
   |config changes into account |changes to mw.config /
   ||LocalSettings into account

--- Comment #3 from Krinkle krinklem...@gmail.com 2012-06-20 08:30:53 UTC ---
(In reply to comment #2)
 (In reply to comment #1)
  That's traditionally considered to be $wgCacheEpoch's job, but of course
  because it's applied so widely that might be overmuch.
  
  Maybe make a hash of configuration variables values that affect the startup
  module?
 Hmm, that could be a good idea.

Basically what we're doing in the ResourceLoaderLanguageDataModule (which
itself is based on the logic of GlobalDependency)

-- 
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 34480] Gadgets aren't loading CSS and JS right on Category pages

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34480

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

URL|https://simple.wikipedia.or |https://simple.wikipedia.or
   |g/w/index.php?title=Wikiped |g/w/index.php?title=Wikiped
   |ia%3ASimple_talkdiff=33534 |ia:Simple_talkdiff=nextol
   |04oldid=3353278https://sim |did=3353593#Issues_with_Nav
   |ple.wikipedia.org/w/index.p |igation_Popups.3F
   |hp?title=Wikipedia%3ASimple |
   |_talkdiff=3353404oldid=33 |
   |53278   |

--- Comment #7 from Krinkle krinklem...@gmail.com 2012-06-20 08:35:12 UTC ---
Please provide a more detailed bug report. This seems to have lost its focus
completely.

Is it related to CSS, JS, Category pages, popups, simplewiki, ResourceLoader,
Gadgets?

When quickly trying a few gadgets on simplewiki they appear to work fine, in
all namespaces.

-- 
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 34480] Gadgets aren't loading CSS and JS right on Category pages

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34480

Krinkle krinklem...@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 37327] chrwiki logo

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37327

--- Comment #13 from Dereckson dereck...@espace-win.org 2012-06-20 08:58:55 
UTC ---
The logo is now protected.

-- 
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 37715] Unknown error: tpt-unknown-page

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37715

--- Comment #4 from mario.quir...@multiweb.pt 2012-06-20 09:03:57 UTC ---
In the Translate extension page
(http://www.mediawiki.org/wiki/Extension:Translate), to the right there is a
link called Download Snapshot. I clicked on it which took me to this page
(http://www.mediawiki.org/wiki/Special:ExtensionDistributor/Translate) letting
me choose for which version of MediaWiki I have. So I assumed this was the
latest stable version for MediaWiki 1.18.

Also when I updated to the extension version you gave me (I removed the old
folder and pasted the new version) a new error appeared when I clicked on a
message unit to translate, which can be seen in the image I attached to this
ticket.

This is the configuration I have for extension:
require_once( $IP/extensions/Translate/Translate.php );
$wgGroupPermissions['translator']['translate'] = true;
$wgTranslateDocumentationLanguageCode = 'qqq';
$wgGroupPermissions['sysop']['pagetranslation'] = true;
$wgEnablePageTranslation = true;

-- 
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 37715] Unknown error: tpt-unknown-page

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37715

--- Comment #5 from mario.quir...@multiweb.pt 2012-06-20 09:05:07 UTC ---
Created attachment 10775
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=10775
Error that appears when clicking on a message unit to translate.

-- 
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 30970] ExtensionDistributor should export revision/hash information

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30970

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 CC||marcin.cies...@gmail.com
 Depends on||34375

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34375] Chance ExtensionDistributor to use git for trunk and move branches to git

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34375

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 Blocks||30970

-- 
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 36802] Ability to download stable version of extensions for MediaWiki 1.19.0 (ExtensionDistributor)

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36802

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

   Priority|Normal  |High
 CC||marcin.cies...@gmail.com
 Depends on||34375

-- 
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 34375] Chance ExtensionDistributor to use git for trunk and move branches to git

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34375

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 Blocks||36802

-- 
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 30970] ExtensionDistributor should export revision/hash information

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30970

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 Depends on|34375   |

--- Comment #3 from Marcin Cieślak marcin.cies...@gmail.com 2012-06-20 
09:08:56 UTC ---
Not a Wikimedia site 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.
You are the assignee for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 34375] Chance ExtensionDistributor to use git for trunk and move branches to git

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34375

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 Blocks|30970   |

-- 
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 34375] Change ExtensionDistributor to use git for trunk and move branches to git

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34375

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||marcin.cies...@gmail.com
 Blocks||22596
Summary|Chance ExtensionDistributor |Change ExtensionDistributor
   |to use git for trunk and|to use git for trunk and
   |move branches to git|move branches to git

-- 
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 22596] Migrate subversion to git (tracking)

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22596

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 Depends on||34375

-- 
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 37737] New: Copy i18n files to prototype

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37737

   Web browser: ---
 Bug #: 37737
   Summary: Copy i18n files to prototype
   Product: mwEmbed
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: d...@ucsc.edu
ReportedBy: snaevar-w...@gmx.com
Classification: Unclassified
   Mobile Platform: ---


Please copy the i18n files from Extension:AddMediaWizard to mwEmbed on
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 37738] New: Wndows Server 2003

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37738

   Web browser: ---
 Bug #: 37738
   Summary: Wndows Server 2003
   Product: Analytics
   Version: unspecified
  Platform: Other
OS/Version: Windows Server 2003
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: ReportCard
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: abcba...@gmail.com
CC: d...@wikimedia.org, dvanli...@gmail.com
Classification: Unclassified
   Mobile Platform: ---




-- 
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 37738] Wndows Server 2003

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37738

Bunty abcba...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

--- Comment #1 from Bunty abcba...@gmail.com 2012-06-20 09:16:34 UTC ---
Fixed the Defect

-- 
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 37458] Permission errors running BaseDumpTest on Windows

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37458

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #3 from Antoine hashar Musso has...@free.fr 2012-06-20 09:16:57 
UTC ---
Merged in, go ahead an retest using latest master :-]  If the issue is still
appearing, please reopen 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 37327] chrwiki logo

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37327

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #14 from Antoine hashar Musso has...@free.fr 2012-06-20 
09:26:54 UTC ---
Deployed on live site.

-- 
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 37690] Spam from mediawiki-cvs-bounces

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37690

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl

--- Comment #6 from Niklas Laxström niklas.laxst...@gmail.com 2012-06-20 
09:35:26 UTC ---
Check spam folder? :) I'm still getting them.

-- 
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 37457] Add French and Italian Wikibooks as an import source at Vietnamese Wikibooks

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37457

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||has...@free.fr
 Resolution||FIXED

--- Comment #9 from Antoine hashar Musso has...@free.fr 2012-06-20 09:43:57 
UTC ---
I have deployed the change on live site.

-- 
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 13693] Dump the article titles lists (all-titles-in-ns0.gz) every day

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13693

Ariel T. Glenn ar...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #7 from Ariel T. Glenn ar...@wikimedia.org 2012-06-20 10:12:54 
UTC ---
http://dumps.wikimedia.org/other/pagetitles/

These will be dumped on a daily basis. We don't plan to keep them forever,
maybe about 30 days' worth before they get tossed. Enjoy.

Also p.s. we might move the location around depending on if there are more
daily things that get dumped.

And a final p.s., anyone not on the xmldatadumps-l list should get on it
because announcements and discussions happen there which could affect users of
the dumps.

-- 
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 37730] localizing wiki prefixes for wikidata

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37730

--- Comment #1 from snaevar snaevar-w...@gmx.com 2012-06-20 10:20:07 UTC ---
Yes. This could be done with the CLDR extension. Wikibase would get the
language names from CLDR and then use them in the UI. See mw:Extension:CLDR

Related bug: bug:5231

-- 
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 33287] Get rid of svn keywords in API files

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33287

Niklas Laxström niklas.laxst...@gmail.com changed:

   What|Removed |Added

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

--- Comment #10 from Niklas Laxström niklas.laxst...@gmail.com 2012-06-20 
10:23:44 UTC ---
Are you going to do something about this?

-- 
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 37242] English Wikipedia xml dump Category Stomach missing

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37242

Ariel T. Glenn ar...@wikimedia.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID

--- Comment #3 from Ariel T. Glenn ar...@wikimedia.org 2012-06-20 10:26:45 
UTC ---
The category was added on May 12 2012: see
http://en.wikipedia.org/w/index.php?title=Category:Stomachaction=history

The dump was generated on May 2: see
http://dumps.wikimedia.org/enwiki/20120502/ for date and timestamps of all
files.

The new dumps have the category in them as expected.

-- 
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 36176] dump should include tables.sql

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36176

--- Comment #3 from Ariel T. Glenn ar...@wikimedia.org 2012-06-20 10:33:19 
UTC ---
The pages-articles (and meta-current and meta-history) files, as well as the
stub file, all contain in the MW version in the site information header:

generatorMediaWiki 1.20wmf4/generator

With regular branches and deployments of code in production, I would expect
that we would not deploy schema changes mid-branch.

-- 
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 29820] md5sum of enwiki-20110620-stub-meta-history10.xml.gz fails with Input/output error

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29820

Ariel T. Glenn ar...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Ariel T. Glenn ar...@wikimedia.org 2012-06-20 10:35:44 
UTC ---
Boy is this old.  Anyways, the file was long since regenerated etc and we moved
on.

-- 
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 37739] New: Reduce border width for feedback posts

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37739

   Web browser: ---
 Bug #: 37739
   Summary: Reduce border width for feedback posts
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ArticleFeedbackv5
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: pgi...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


By reducing the grey border with that appears below each post in the Article
Feedback page from 2px to 1px, we can achieve a cleaner look, emphasize content
and better distinguish the header separator (which should remain with the
current width).

I included a screenshot to compare both versions:
http://dl.dropbox.com/u/30377416/prototypes/feedback-tool/article-feedback/thin-borders.png

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

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


[Bug 37739] Reduce border width for feedback posts

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37739

Pau Giner pgi...@wikimedia.org changed:

   What|Removed |Added

   Keywords||aftv5-1.5

-- 
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 37740] New: Lift account creation cap for an editing marathon in the National Library of Israel, June 20

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37740

   Web browser: ---
 Bug #: 37740
   Summary: Lift account creation cap for an editing marathon in
the National Library of Israel, June 20
   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: amir.ahar...@mail.huji.ac.il
CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---


IP: 192.114.7.2

Date: June 20, 2012

Time: 13:00 UTC - 18:00 UTC

Expected people: about 40.

Wikis: All, if possible. If it must be limited, then:

Commons
Hebrew Wikipedia
English Wikipedia
French Wikipedia
Russian Wikipedia
Spanish Wikipedia
Hebrew Wikisource
English Wikisource
French Wikisource
Russian Wikisource
Spanish Wikisource

Event page: http://j.mp/M6cvF6 (It's in Hebrew, hope it helps.)

Sorry about the very short notice.

Thank you.

-- 
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 33287] Get rid of svn keywords in API files

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33287

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

   What|Removed |Added

 CC||has...@free.fr

--- Comment #11 from Antoine hashar Musso has...@free.fr 2012-06-20 
11:49:06 UTC ---
Gerrit change https://gerrit.wikimedia.org/r/#/c/12155/

-- 
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 33287] Get rid of svn keywords in API files

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33287

--- Comment #12 from Chad H. innocentkil...@gmail.com 2012-06-20 11:55:26 UTC 
---
(In reply to comment #11)
 Gerrit change https://gerrit.wikimedia.org/r/#/c/12155/

There are dozens of core API files that need changing too. Plus all other
extensions using this.

Like I suggested before, I think we should change this to return an integer,
and increment it by 1 anytime a module changes in an incompatible way.

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

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


[Bug 37728] Cyanogen Mod requested

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37728

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

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||has...@free.fr

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-06-20 11:56:27 
UTC ---
Arent Android application installable on CyanogenMod?  I got the Wikipedia
application installed on my CyanogenMod device.

-- 
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 37488] Trying to hide many revisions at once causes a 414 Request-URI Too Long error

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37488

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

   What|Removed |Added

 CC||has...@free.fr

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-06-20 12:06:42 
UTC ---
We could probably make the form a POST and have the action URL to be able to
react to both POST and GET

-- 
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 37714] Incomplete log entries

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37714

--- Comment #2 from Platonides platoni...@gmail.com 2012-06-19 15:52:27 UTC 
---
Last event with log subpage was 20120508192229, so it'd be a 1.20wmf4
regression, not 1.20wmf5

-- 
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 37720] Detected bug in an extension! Hook efCategoryTreeParserOutput failed to return a value

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37720

--- Comment #3 from Bawolff bawolff...@gmail.com 2012-06-20 12:17:24 UTC ---
(In reply to comment #2)
 it´s very old:  1.2.0

No kidding... I highly doubt that CategoryTree worked at any point in time with
MediaWiki 1.2

-- 
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 12124] Fix support for FastCGI by not sending both HTTP 1.x ### and Status: ### headers

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12124

--- Comment #8 from Bawolff bawolff...@gmail.com 2012-06-20 12:19:10 UTC ---
Agreed on both points of comment 6 (especially the first point)

-- 
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 27771] Mechanism for loading site wide JavaScript libraries

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27771

--- Comment #12 from mybugs.m...@gmail.com 2012-06-20 12:28:25 UTC ---
For the record, some wikis are using the current version of the Gadgets
extension to create libraries (such as [[commons:MediaWiki:Gadget-libAPI.js]]
or [[pl:MediaWiki:Gadget-lib-toolbar.js]]), which can be added as dependencies
to any gadget on its definition (or to user script, via mw.loader.using).

For other examples, see the first few lines of any of these:
*
https://commons.wikimedia.org/wiki/MediaWiki:Gadgets-definition?oldid=72288149
*
http://pl.wikipedia.org/wiki/MediaWiki:Gadgets-definition?oldid=31305058uselang=en
(those items marked with rights=hidden)

-- 
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 27771] Mechanism for loading site wide JavaScript libraries

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27771

--- Comment #13 from Krinkle krinklem...@gmail.com 2012-06-20 12:32:39 UTC ---
Thanks, that's a good example.

In Gadgets 2.0 those can use [hidden] instead of [rights=hidden] (which uses
the work-around that there is no user right literally named hidden and as
such nobody has the right to see the gadget). But that's just a convenience.
Using libraries and dependencies the way as described in comment 12 is exactly
how it should be done :)

-- 
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 37740] Lift account creation cap for an editing marathon in the National Library of Israel, June 20

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37740

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

   What|Removed |Added

 CC||has...@free.fr

--- Comment #1 from Antoine hashar Musso has...@free.fr 2012-06-20 12:35:55 
UTC ---
https://gerrit.wikimedia.org/r/12165

-- 
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 37740] Lift account creation cap for an editing marathon in the National Library of Israel, June 20

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37740

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Antoine hashar Musso has...@free.fr 2012-06-20 12:40:44 
UTC ---
I have deployed the change on live site.

-- 
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 37712] allow people to CR -2 (do not submit)

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37712

--- Comment #4 from Antoine hashar Musso has...@free.fr 2012-06-20 12:53:08 
UTC ---
That happened to me a few time yesterday, I did review a change but did not
spot some trivial mistakes. Was not going to kill the site though, but still.
That might just happen :-]

-- 
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 37225] Several history entries for the same content

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37225

--- Comment #27 from Richard Guk richardg...@yahoo.com 2012-06-19 12:56:51 
UTC ---
Even freakier, enwiki:VPT allowed a NON-null edit conflict 6 hours ago.

The history tab gives the following details:

First, an archive bot correctly removed several sections:

* 2012-06-19T06:40:10‎ (UTC) MiszaBot_II (198,571 bytes) (-10,318):
http://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_(technical)diff=498298525oldid=498279415

Then, an editor's new comment was saved, but with the archived sections
reinserted:

* 2012-06-19T06:40:16‎ Hoo_man (209,033 bytes) (+10,462):
http://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_(technical)diff=498298534oldid=498298525

Proof that this is a technical inconsistency, not just a manually-overridden
edit-conflict:

* In Special:Watchlist and Special:RecentChangesLinked (and presumably also
Special:RecentChanges), the second edit is recorded as having a delta of
+209,033bytes - in other words, compares the new edit with zero instead of with
the number of bytes in the previous edit.

Fortunately, the RecentChanges byte-delta bug proves that this was caused by
MediaWiki and not by the editor! So the minor bug is at least evidencing the
major one.

-- 
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 37712] allow people to CR -2 (do not submit)

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37712

--- Comment #5 from Antoine hashar Musso has...@free.fr 2012-06-20 12:58:25 
UTC ---
Mail sent to wikitech-l :
http://lists.wikimedia.org/pipermail/wikitech-l/2012-June/061275.html

-- 
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 37437] Amending system messages

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37437

[[kgh]] mediaw...@kghoffmeyer.de changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #4 from [[kgh]] mediaw...@kghoffmeyer.de 2012-06-19 19:37:24 UTC 
---
The fix was merged today [1]. Thank you for helping on this one. :) Thus
closing this bug as RESOLVED FIXED.

[1]
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/SemanticMediaWiki.git;a=blobdiff;f=languages/SMW_Messages.php;h=3eb1ebf900b52794ff0cc5085b024997d71f8967;hp=2d56be33bb92dec58b7e82d2ff18af8686987740;hb=bb66fe60a5b2e1abdd43056e05441d29ef961105;hpb=f5b02786ccb66272c57b50dfa04a0e167a245551

-- 
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 33287] Get rid of svn keywords in API files

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33287

--- Comment #13 from Antoine hashar Musso has...@free.fr 2012-06-20 
13:18:55 UTC ---
Go ahead Chad. I will be glad to +2 / merges such a change.

-- 
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 37738] spam

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37738

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC||m...@everybody.org
Summary|Wndows Server 2003  |spam

-- 
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 37738] spam

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37738

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 CC|d...@wikimedia.org,  |
   |dvanli...@gmail.com,|
   |m...@everybody.org   |
  Component|ReportCard  |Spam
Product|Analytics   |Spam

-- 
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 37741] New: Increase account creation limits on en.wikipedia for an outreach event (Jun 23)

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37741

   Web browser: ---
 Bug #: 37741
   Summary: Increase account creation limits on en.wikipedia for
an outreach event (Jun 23)
   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: ntan...@wikimedia.org
CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---


The local community is conducting an outreach event at Delhi on June 23rd
This will include an intro wikipedia, an editing workshop and hands-on basic
editing. 


We are expecting about 30-40 people to attend.  One of the things we'd like to
do is encourage potential newbie participants to create their own usernames
during the session and learn editing by trying something similar there and
then.  

Can someone please remove rule of 7 username account creating in a 6 hour
period for the following
IP address for 115.112.231.108 for the duration of the workshop (June 23rd
between 0430 - 1030 UTC.)

(Workship is for 3 hours but I'm requesting 6 hours just in case we are over
time or someone stays back to edit.

-- 
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 37530] Wikidata

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37530

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

   What|Removed |Added

  Component|deployment-prep (beta)  |Wikidata
Product|Wikimedia Labs  |MediaWiki extensions

--- Comment #2 from Antoine hashar Musso has...@free.fr 2012-06-20 13:56:57 
UTC ---
Moving bug to MediaWiki Extensions  Wikidata

-- 
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 37616] Article Feedback - Increase Test Sample to 10% of English Wikipedia (using article ID code)

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

--- Comment #15 from Matthias Mullie mmul...@wikimedia.org 2012-06-20 
14:17:59 UTC ---
Fabrice:
It looks like we'll be able to start the lottery on next week's deployment.

I would like to warn about the cache though:
- By next week, not all articles will have been edited; the lottery will only
start working for those that have been edited in the meantime (regardless of
whether or not the talk page has been updated)
- Likewise, the talk page link will only start working at the moment the talk
page has been edited (regardless of whether or not the article has been
updated)
- Because the category-check has to be in PHP (we can't fetch it from the talk
page JS), it suffers from caching; which means that when you white- or
blacklist an article, it won't propagate immediately (well, it will on the
article page, since you're editing it when adding a category; but it'll take
until the talk page is edited for that link to be gone there)

Even though we should perfectly be able to start the lottery next week, it
won't be perfect; the white-/blacklisting is a bit cripled as well.
I don't know how important the talk page link is or whether it could be an
option to move the talk page link to the article itself (perhaps only for
selected users)?
Suppose we were to get rid of the link on the talk page, we could reinstate
everything to solely Javascript and we wouldn't suffer from the above-described
issues.
We don't have to get rid of it; if it's useful and there's no similar
alternative, we should definitely keep it around - just wanted to let you know
the situation with the caches.

-- 
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 37741] Increase account creation limits on en.wikipedia for an outreach event (Jun 23)

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37741

--- Comment #1 from Peter Bena benap...@gmail.com 2012-06-20 14:21:23 UTC ---
Hi,

This is not a simple change, is there any workaround for this? You could get
account-creator bit on english wikipedia so that you can create any number of
accounts you need.

-- 
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 37741] Increase account creation limits on en.wikipedia for an outreach event (Jun 23)

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37741

Peter Bena benap...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 AssignedTo|wikibugs-l@lists.wikimedia. |benap...@gmail.com
   |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 36777] [SRF] [calendar]1.8 alpha; Using template option produces Invalid argument supplied for foreach()

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36777

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Yaron Koren yaro...@gmail.com 2012-06-19 21:09:38 UTC ---
Hi,

I believe this is finally fixed - I had a fix a while ago, but I wasn't able to
check in anything on Git until today. Anyway, I'm marking this as fixed - feel
free to re-open if there are any problems.

-- 
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 37720] Detected bug in an extension! Hook efCategoryTreeParserOutput failed to return a value

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37720

--- Comment #4 from msanch...@inba.gob.mx 2012-06-20 14:37:12 UTC ---
it´s was working ok during some years but recently it stoped work! and we don´t
know why. I need to say that this was a develop that we didn´t do, it´s a
legagy from other people, so, we really don´t know what to do.

-- 
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 37742] New: New custom namespace

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37742

   Web browser: ---
 Bug #: 37742
   Summary: New custom namespace
   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: emen1...@gmail.com
CC: benap...@gmail.com, wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---


The Serbian wikisource went through a proposal to create a Додатак
namespace, just like the Dodatak namespace listed at
https://bugzilla.wikimedia.org/show_bug.cgi?id=12344 for hr wikipedia. The name
of the talk namespace would be Разговор о додатку. The proposal was accepted,
and the link for the discussion is
http://sr.wikisource.org/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%B7%D0%B2%D0%BE%D1%80%D0%BD%D0%B8%D0%BA:%D0%93%D0%BB%D0%B0%D1%81%D0%B0%D1%9A%D0%B5/%D0%9D%D0%BE%D0%B2%D0%B8_%D0%B8%D0%BC%D0%B5%D0%BD%D1%81%D0%BA%D0%B8_%D0%BF%D1%80%D0%BE%D1%81%D1%82%D0%BE%D1%80

-- 
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 37742] New custom namespace

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37742

FriedrickMILBarbarossa emen1...@gmail.com changed:

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Normal
URL||http://sr.wikisource.org/wi
   ||ki/%D0%92%D0%B8%D0%BA%D0%B8
   ||%D0%B7%D0%B2%D0%BE%D1%80%D0
   ||%BD%D0%B8%D0%BA:%D0%93%D0%B
   ||B%D0%B0%D1%81%D0%B0%D1%9A%D
   ||0%B5/%D0%9D%D0%BE%D0%B2%D0%
   ||B8_%D0%B8%D0%BC%D0%B5%D0%BD
   ||%D1%81%D0%BA%D0%B8_%D0%BF%D
   ||1%80%D0%BE%D1%81%D1%82%D0%B
   ||E%D1%80

-- 
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 37741] Increase account creation limits on en.wikipedia for an outreach event (Jun 23)

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37741

Krenair kren...@gmail.com changed:

   What|Removed |Added

 CC||kren...@gmail.com

--- Comment #2 from Krenair kren...@gmail.com 2012-06-20 14:43:06 UTC ---
Correct me if I'm wrong, but yes it is a simple change: Gerrit 12165

-- 
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 37741] Increase account creation limits on en.wikipedia for an outreach event (Jun 23)

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37741

--- Comment #3 from Krenair kren...@gmail.com 2012-06-20 15:01:10 UTC ---
Gerrit 12183

-- 
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 37720] Detected bug in an extension! Hook efCategoryTreeParserOutput failed to return a value

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37720

--- Comment #5 from Bawolff bawolff...@gmail.com 2012-06-20 15:01:55 UTC ---
(In reply to comment #4)
 it´s was working ok during some years but recently it stoped work! and we 
 don´t
 know why. I need to say that this was a develop that we didn´t do, it´s a
 legagy from other people, so, we really don´t know what to do.

You sure you have that version number for MediaWiki right? 1.2 was before the
categorylinks table was introduced (and probably before extensions were
introduced)

-- 
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 37579] Article Feedback - Default Warning Message for Abuse Filter

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37579

--- Comment #1 from Matthias Mullie mmul...@wikimedia.org 2012-06-20 15:06:13 
UTC ---
Updated commit: https://gerrit.wikimedia.org/r/#/c/10394/

-- 
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 37741] Increase account creation limits on en.wikipedia for an outreach event (Jun 23)

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37741

--- Comment #4 from Antoine hashar Musso has...@free.fr 2012-06-20 15:06:30 
UTC ---
I even rewrote the code that let us do it with
https://gerrit.wikimedia.org/r/#/c/12185/

Still have to add this bug request 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 37720] Detected bug in an extension! Hook efCategoryTreeParserOutput failed to return a value

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37720

--- Comment #6 from msanch...@inba.gob.mx 2012-06-20 15:07:23 UTC ---
where can I check it??

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

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


[Bug 37714] Incomplete log entries

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37714

Platonides platoni...@gmail.com changed:

   What|Removed |Added

   Keywords||code-update-regression
 Blocks||37346

--- Comment #1 from Platonides platoni...@gmail.com 2012-06-19 15:48:14 UTC 
---
I guess it appeared yesterday with 1.20wmf5 release?

-- 
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 37743] New: jQuery color button classes (ui-button-blue, ...) don't show focus and active state properly

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37743

   Web browser: ---
 Bug #: 37743
   Summary: jQuery color button classes (ui-button-blue, ...)
don't show focus and active state properly
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Skin: Vector
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: rainerril...@hotmail.com
CC: asha...@wikimedia.org, krinklem...@gmail.com,
tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


static-1.20wmf5/resources/jquery.ui/themes/vector/jquery.ui.button.css

In vector there are several classes allowing adding colors to buttons (good
idea, btw). But then, there is no significant difference from hover to active
or focus state.

The most popular example of such a styled button is the article-feedback button
on en.wp.

I expect at least 3 different states: default, hover||focus, active

-- 
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 37744] New: query.ui.button.css not implemented in monobook

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37744

   Web browser: ---
 Bug #: 37744
   Summary: query.ui.button.css not implemented in monobook
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Skin: Modern
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: rainerril...@hotmail.com
CC: ri...@tcx.org.uk
Classification: Unclassified
   Mobile Platform: ---


static-1.20wmf5/resources/jquery.ui/themes/vector/jquery.ui.button.css

There is not color-highlighting of buttons in Monobook-skin. Features should be
consistent between different skins.

Sample: 
* http://en.wikipedia.org/wiki/Consistancy?useskin=monobook#footer
* http://en.wikipedia.org/wiki/Consistancy?useskin=vector#footer

-- 
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 22629] Set bugzilla up to allow bugs to be created/changed via email

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22629

--- Comment #7 from Sam Reed (reedy) s...@reedyboy.net 2012-06-20 15:40:42 
UTC ---
https://rt.wikimedia.org/Ticket/Display.html?id=3159

-- 
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 36774] Auto-link SHA1 in Gerrit commit messages and comments

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36774

Marcin Cieślak marcin.cies...@gmail.com changed:

   What|Removed |Added

 CC||marcin.cies...@gmail.com

--- Comment #5 from Marcin Cieślak marcin.cies...@gmail.com 2012-06-20 
16:08:42 UTC ---
change 9109 breaks links like

https://github.com/pediapress/mwlib/commit/4406d53b4c7dcd6cba8b7e5cf7076d08bf754f5c#docs/collection.rst

Filed http://code.google.com/p/gerrit/issues/detail?id=1451 upstream but in
fact we should tweak the regular expression a bit. Maybe replace \\b with \\s+
?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35866] ParserFunctions: Division by zero in Expr.php on line 423

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35866

Sam Reed (reedy) s...@reedyboy.net changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #3 from Sam Reed (reedy) s...@reedyboy.net 2012-06-19 16:08:12 
UTC ---
*** Bug 37709 has been marked as a duplicate of this bug. ***

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

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


[Bug 37720] Detected bug in an extension! Hook efCategoryTreeParserOutput failed to return a value

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37720

--- Comment #7 from Bawolff bawolff...@gmail.com 2012-06-20 16:17:21 UTC ---
The page Special:Version on your wiki.

-- 
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 37745] New: re-asses support for action=raw

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37745

   Web browser: ---
 Bug #: 37745
   Summary: re-asses support for action=raw
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


action=raw is current not supported for Wikibase items. The ContentHandler
branch will send a 406 Not Acceptable response if action=raw is used with
non-text content.

This was done after some discussion on #mediawiki, the reasoning being that
a) sending anon editable data with potentially dangerous mime types is a bad
idea
b) action=raw is a legacy interface and really deprecated

action=raw could, in theory, just return a serialized version of the content,
using the gen= parameter as a hint to how to serialize the content. The
benefits and downsides of this should be re-assessed.

-- 
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 37746] New: (ContentHandler) use symbolic names for content models and formats in the database

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37746

   Web browser: ---
 Bug #: 37746
   Summary: (ContentHandler) use symbolic names for content models
and formats in the database
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


instead of numeric ids, symbolic names should be used to represent content
model and format in the database and throughout the code.

for performance reasons, the respective database fields should be set to null
in case the default model resp. format is used.

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

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


[Bug 37747] New: Adjust diff headers in Wikibase\DifferenceEngine

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37747

   Web browser: ---
 Bug #: 37747
   Summary: Adjust diff headers in Wikibase\DifferenceEngine
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataClient
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


Wikibase\DifferenceEngine currently shows the normal headers for the two
revisions in the two columns of the side-by-side layout. This needs to be
changed in order to replace the edit links with reset links, at the very
leat.

-- 
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 37747] Adjust diff headers in Wikibase\DifferenceEngine

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37747

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de
  Component|WikidataClient  |WikidataRepo

-- 
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 36416] UI for modifying aliases for items

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36416

Daniel Werner danwe...@web.de changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #2 from Daniel Werner danwe...@web.de 2012-06-20 16:27:04 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 37616] Article Feedback - Increase Test Sample to 10% of English Wikipedia (using article ID code)

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

--- Comment #16 from Fabrice Florin fflo...@wikimedia.org 2012-06-20 16:27:47 
UTC ---
Thanks, Matthias, nicely done! Your caveats are well noted. I think we can live
with a gradual increase as described above, as long as we get a critical mass
of frequently-edited stories to surface once we start next week.

Two more questions remain: how will we be able to test this accurately? and how
can we gradually increase the lottery? Do we need to schedule 15 mins. every
few days to update the configuration file on en-wiki?

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

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


[Bug 37748] New: refactor Item, split data model from database glue.

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

   Web browser: ---
 Bug #: 37748
   Summary: refactor Item, split data model from database glue.
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: daniel.kinz...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


The Wikibase\Item class currently models the item data and also handles
database updates and other things that will only work on the repository. 

In the light of the imminent refactoring of ContentHandler, moving more
functionality into the Content class, it seems like a good idea to refactor
Item as well:

* put all code related to the data structure as such into the Item or ItemData
class.
* put all code related to rendering, editing and storing into the ItemContent
class, which implements Content and wraps an instance of ItemData.

There could be an interface (Item?) shared by both, but that may cause more
confusion than it actually helps (see the Page vs WikiPage mess).

-- 
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 37579] Article Feedback - Default Warning Message for Abuse Filter

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37579

--- Comment #2 from Fabrice Florin fflo...@wikimedia.org 2012-06-20 16:29:40 
UTC ---
Thanks, Matthias, well done! 

Andrew, would you like to confirm that this revision works for you, before we
deploy it to production?

-- 
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 37746] (ContentHandler) use symbolic names for content models and formats in the database

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37746

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

   What|Removed |Added

 CC||denny.vrandecic@wikimedia.d
   ||e

--- Comment #1 from denny vrandecic denny.vrande...@wikimedia.de 2012-06-20 
16:30:17 UTC ---
Is that a WikidataRepo or a Core 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 37495] Reorganize the repositories for the client, the repo, and the lib

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37495

Jens Ohlig jens.oh...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||jens.oh...@wikimedia.de
 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 37346] MediaWiki bugs to be fixed for 1.20wmf5 deployment (tracking)

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37346

Platonides platoni...@gmail.com changed:

   What|Removed |Added

 Depends on||37714

-- 
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 37749] New: Update title of sitelink after editing

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37749

   Web browser: ---
 Bug #: 37749
   Summary: Update title of sitelink after editing
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: jeb...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


After editing the title field of the sitelinks, and getting the reply back from
the API module wblinksite, update the field with the normalized value.

-- 
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 18758] API read/reset of watchlist's wl_notificationtimestamp

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18758

Brad Jorsch b-jor...@alum.northwestern.edu changed:

   What|Removed |Added

 CC||b-jorsch@alum.northwestern.
   ||edu

--- Comment #10 from Brad Jorsch b-jor...@alum.northwestern.edu 2012-06-19 
15:25:17 UTC ---
I agree with Roan regarding the cases from comment 5. Although I note that a
mark unread feature in core might well use the API via ajax to do the
marking, like the watch/unwatch tab does now.

To add to case 2, personally I want to be able to add a seen button to the
watchlist lines. But I'm concerned that I might load my watchlist, spend 20
minutes reading changes to other pages, and then click seen on a page and
lose notification of the edits to that page made during the 20 minutes I was
doing other stuff. This is the reason I never use the existing Mark all pages
visited button on the watchlist. So I'd ideally code my seen button to say
set wl_notificationtimestamp to just after revision X.

As for setting wl_notificationtimestamp to invalid values, it appears that it's
either treated as a boolean changed value (e.g. for watchlist bolding) or
compared against the revision timestamp using = (e.g. for recentchanges or
history highlighting). So as long as it's a valid timestamp it shouldn't matter
what specific time it is set to.

In gerrit change 11965, I took the approach of using the ApiPageSet module so
multiple pages can be marked at once, if desired. For convenience in my desired
use case, I allow selection of the timestamp (for a single page) by passing a
revision id so it's not necessary to do a separate query to prop=revisions just
to find the necessary timestamp.

-- 
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 37749] Update title of sitelink after editing

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37749

--- Comment #1 from jeb...@gmail.com 2012-06-20 17:14:17 UTC ---
If a query like (note that this is a GET and usually not allowed)
api.php?action=wblinksiteid=4linksite=nnlinktitle=Stavkirkelink=setformat=jsonfm
is sent to the server a JSON-response would look like

{
item: {
sitelinks: [
{
site: nn,
title: Stavkyrkje
}
],
id: 4
},
success: 1
}

Note the change of Stavkirke into Stavkyrkje.

-- 
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 37301] Request for new ucprop=sizediff with list=usercontribs

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37301

Umherirrender umherirrender_de...@web.de changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #3 from Umherirrender umherirrender_de...@web.de 2012-06-20 
17:18:40 UTC ---
successfully merged

-- 
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 37750] New: New added interwikis are appended instead of sorted into the list

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37750

   Web browser: ---
 Bug #: 37750
   Summary: New added interwikis are appended instead of sorted
into the list
   Product: MediaWiki extensions
   Version: master
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: raimond.spekk...@gmail.com
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


New added interwikis are appended instead of sorted into the list.

Maybe good at time of adding to show the success of the action but at least
after Ctlr-R/F5 I expect that the new interwiki is sorted into the list.

-- 
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 37751] New: [Request] Show brief definition of link when mouse hovers

2012-06-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37751

   Web browser: ---
 Bug #: 37751
   Summary: [Request] Show brief definition of link when mouse
hovers
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: trivial
  Priority: Unprioritized
 Component: User survey
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: westvirginia...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Just a simple request.

When viewing pages on Wikipedia I often need to follow multiple windows to
learn new terms regarding my original search. (When learning about CP Violation
on its page I need to learn many other topics to understand it, so I click on
those links and go deeper into the rabbit hole.)

Would it be possible to provide a small window with maybe the first few lines
of an article when I hover my mouse over the link? so I don't have to open a
completely new window to be able to progress.

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

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


  1   2   3   >