[Bug 35470] Width problems in content area using Huggle

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35470

--- Comment #4 from Peter Bena  2012-03-26 07:37:51 UTC ---
What problem you mean? How should it look?

-- 
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 35474] When on existing page lacking translations, still displays a red link instead of bold text

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35474

--- Comment #1 from Niklas Laxström  2012-03-26 
08:08:08 UTC ---
If it is red link, it should go directly to the translation interface imho.

-- 
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 28419] Replace MD5 password hashing with WHIRLPOOL

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28419

--- Comment #28 from Daniel Friesen  
2012-03-26 08:34:42 UTC ---
I started a branch for this:
https://github.com/dantman/mediawiki-core/compare/master...2012%2Fpassword-hashing

So far I've:
- Split our crypt() and comparePassword() into a pluggable class system that
can be extended and works much more sanely (you only implement the hashing
function once, instead of implementing it in two spots)
- Implemented a PBKDF2-HMAC password type implementation

Things on the todo list:
- Implement a version of the PBKDF2-HMAC which also has a secret key in it.
- Make the login page understand the other types of errors that the password
system can output.
- Implement automatic upgrading of passwords on login. (Also make sure it's
implementation doesn't conflict with auth extensions)
- Adding password system tests to the phpunit test framework.
- Adding some test cases to ensure that PBKDF2-HMAC conforms to the
specification.

https://github.com/dantman/mediawiki-core/compare/master...2012%2Fpassword-hashing

-- 
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 35370] Special:CreateProperty / log message after property creation (1.7.1)

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35370

Markus Krötzsch  changed:

   What|Removed |Added

 CC||wikibugs-l@lists.wikimedia.
   ||org
  Component|Semantic MediaWiki  |SemanticForms
 AssignedTo|wikibugs-l@lists.wikimedia. |yaro...@gmail.com
   |org |

--- Comment #1 from Markus Krötzsch  2012-03-26 
08:37:28 UTC ---
Actually this functionality is part of the SF extension. Reassigning 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.
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 35188] Determine block mode vs. inline mode properly for MathJax

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35188

Michael M.  changed:

   What|Removed |Added

URL||http://leuksman.com/mw/inde
   ||x.php/Block_vs._inline
Summary|MathJax sometimes shows |Determine block mode vs.
   |subscripts in sums at   |inline mode properly for
   |different position as   |MathJax
   |rendered PNG|

--- Comment #4 from Michael M.  2012-03-26 08:54:48 UTC 
---
I found out where the problem is:

While texvc renders every formula in block mode ($$), MathJax is able to render
both for block mode and inline mode ($). But the configuration for this in
MathJax/extensions/wiki2jax.js is not ideal. Have a look at the ConvertMath
function. Block mode is only chosen for formulas directly inside a  with
only one child, i. e. when a formula is indented using colons. This will fail
when formulas are wrapped inside a span (see bug 35191). Furthermore formulas
which form there own paragraph should be treated as block, too. Currently there
is some code to insert \displaystyle etc. to do this.

I created a test page on http://leuksman.com/mw/index.php/Block_vs._inline.
This shows that it actually looks as expected, but a cleaner code would be
nice.

Perhaps some code like

if ( $formula.closest( 'p, div, dd' ).text() === $formula.text() ) {
//$$-mode
} else {
//$-mode
}

works, but I didn't test 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 35461] Trouble finding commit bd7a268e4be2da23ba0b9943c3b0ba1ac88294dc in gitweb

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35461

Antoine "hashar" Musso  changed:

   What|Removed |Added

 CC||has...@free.fr
 Blocks|22596   |

--- Comment #2 from Antoine "hashar" Musso  2012-03-26 08:56:46 
UTC ---
removing block of 22596  (svn to git migration). Not related.

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

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

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Depends on|35461   |

-- 
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 35462] Tell git on gerrit.wikimedia.org not to generate spurious terminal sequences

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35462

Antoine "hashar" Musso  changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #1 from Antoine "hashar" Musso  2012-03-26 08:58:32 
UTC ---
removing block of 22596  (svn to git migration). Not related.

-- 
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 33134] sort order for inline queries is case sensitive

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33134

--- Comment #1 from Markus Krötzsch  2012-03-26 
08:59:25 UTC ---
SMW will respect the sort key that is set in MediaWiki, so it is possible to
manually defined a lower-case sort key as a workaround.

In general, the sort mode depends on the setting in the database and cannot
easily be changed from query to query based on parameters. It might be possible
for you to manually change the collation setting of the database table (for SMW
sortkeys, the respective table is smw_ids, column smw_sortkey) so that it is
not case sensitive.

How about MediaWiki's sorting behaviour on Category pages? Ideally, SMW should
behave in the same 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 35462] Tell git on gerrit.wikimedia.org not to generate spurious terminal sequences

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35462

Antoine "hashar" Musso  changed:

   What|Removed |Added

   Keywords||upstream

--- Comment #2 from Antoine "hashar" Musso  2012-03-26 08:59:35 
UTC ---
Could ESC + ^K  be sent by the git command line or is it only done by Gerrit ? 

In both cases they are upstream issues that you might want to report there
instead of WMF Bugzilla :-D

-- 
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 35370] Special:CreateProperty / log message after property creation (2.4.2)

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35370

[[kgh]]  changed:

   What|Removed |Added

Summary|Special:CreateProperty /|Special:CreateProperty /
   |log message after property  |log message after property
   |creation (1.7.1)|creation (2.4.2)

-- 
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 35428] Special:ExpandTemplates shouldn't provide useless section edit links when context title is not specified

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35428

Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

 CC||ialex.w...@gmail.com
  Component|Special pages   |ExpandTemplates
Version|1.19|any
Product|MediaWiki   |MediaWiki extensions

-- 
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 34349] Triage Git conversion issues wiki pages

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34349

Antoine "hashar" Musso  changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #4 from Antoine "hashar" Musso  2012-03-26 09:07:03 
UTC ---
I think the issues reported on that wiki page, should be migrated to Bugzilla.
We already have enough pages to keep track of.

-- 
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 35454] Error in .htaccess file that address Bug 28235

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35454

Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

 CC||ialex.w...@gmail.com
Summary|Error in .htaccess file |Error in .htaccess file
   |that address Bug 23285  |that address Bug 28235

--- Comment #2 from Alexandre Emsenhuber [IAlex]  
2012-03-26 09:07:56 UTC ---
The correct bug is bug 28235.

-- 
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 31810] properties not of type page show up in wanted pages

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31810

Markus Krötzsch  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #1 from Markus Krötzsch  2012-03-26 
09:12:49 UTC ---
This should only happen if the property is declared to be of Type:Page, or to
not have a type at all. Maybe this happened here (even if only for a short
time)? The fact that the email address appears with the first letter in upper
case also suggests that the type was not recognized properly. I was not able to
reproduce the problem.

The problem should go away after editing the page again. If not, then it should
be checked that the type email is properly set for the property (e.g., by
looking at Special:Browse). If all fails, a data repair run (Special:SMWAdmin)
would be possible.

I am quite confident that this will fix the issue and close this bug for now.
If nothing of this helps, the bug should be reopened with some suggestions on
how to reproduce it (ideally, it should be reproduced on
sandbox.semantic-mediawiki.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 35477] New: Remove (or improve) hack for integrals from wiki2jax.js

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35477

   Web browser: ---
 Bug #: 35477
   Summary: Remove (or improve) hack for integrals from
wiki2jax.js
   Product: MediaWiki extensions
   Version: any
  Platform: All
   URL: http://leuksman.com/mw/index.php/Integral
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Math (texvc)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: listenle...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The ConvertMath function in MathJax/extensions/wiki2jax.js contains a strange
hack which should be removed in my opinion, or at least improved and documented
properly.

It transforms various hacks used to produce multiple integral signs with a
circle to something, which probably should look more nicely. That it doesn't
work as expected is shown on http://leuksman.com/mw/index.php/Integral, where
the first formula is destroyed. If hacks in TeX produce ugly output, well, then
those hacks should be avoided, not other hacks used.

-- 
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 35450] &action=raw&gen=js and gen=js output empty page; do not work as documented

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35450

Alexandre Emsenhuber [IAlex]  changed:

   What|Removed |Added

 CC||ialex.w...@gmail.com

--- Comment #2 from Alexandre Emsenhuber [IAlex]  
2012-03-26 09:15:53 UTC ---
gen parameter to action=raw now always returns an empty page since it is
superseded by ResourceLoader. Please note the your example link does not
achieve what you want since the gen parameter was overriding the title
parameter, i.e. it always returned the same content whatever the page was:
http://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_16/phase3/includes/RawPage.php?view=markup#l160

-- 
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 35478] New: Remove support for WikEd and ajaxPreview from ext.math.mathjax.enabler.js

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35478

   Web browser: ---
 Bug #: 35478
   Summary: Remove support for WikEd and ajaxPreview from
ext.math.mathjax.enabler.js
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Math (texvc)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: listenle...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


While user scripts on en.wikipedia of course have to be compatible with
important gadgets it should be just the other way round for MediaWiki
extensions. Since ext.math.mathjax.enabler.js is not loaded in edit mode for
most users, it doesn't work anyway. So I suggest just to drop the support for
those two gagdets. Once bug 23580 is resolved an apropiate hook should be used,
then all gadgets can comfortably work together with MathJax.

-- 
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 34137] Write git localization import scripts for translatewiki.net

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34137

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #15 from Antoine "hashar" Musso  2012-03-26 
09:19:41 UTC ---
This was fixed last week with Raymond and NikeRabbit.

-- 
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-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22596

Bug 22596 depends on bug 34137, which changed state.

Bug 34137 Summary: Write git localization import scripts for translatewiki.net
https://bugzilla.wikimedia.org/show_bug.cgi?id=34137

   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 35479] New: Output TeX code in script elements for MathJax

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35479

   Web browser: ---
 Bug #: 35479
   Summary: Output TeX code in script elements for MathJax
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Math (texvc)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: listenle...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


The extension could output TeX code inside a script tag with type math/tex.
This would save one transformation on client side. This would mean that the
decision block mode vs. inline mode had to be done on server side. (See bug
35188)

-- 
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 35480] New: Create an option for PNG+MathJax

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35480

   Web browser: ---
 Bug #: 35480
   Summary: Create an option for PNG+MathJax
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Math (texvc)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: listenle...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


A fourth rendering option "PNG+MathJax" could be interesting: Output a rendered
PNG but replace it by pure HTML with MathJax. This would have several
advantages:

* Users with incompatible browsers will see the rendered formula. (At least
when MathJax is configured properly.)
* Users with disabled JavaScript will see the rendered formula.
* The rendered formula is visible as soon as the image is downloaded which is
usually faster then MathJax' rendering for pages with many formulas.

Because of the first two points this option could even be used as default.

The only disadvantage I can see is the fact that both the images and the
JavaScript have to be downloaded, but since the JavaScript can be cached this
shouldn't be a big problem.

If you decide to close this bug as WONTFIX, then remove the code to extract the
TeX from an image in MathJax/extensions/wiki2jax.js.

-- 
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 35481] New: MathJax allows more commands than texvc

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35481

   Web browser: ---
 Bug #: 35481
   Summary: MathJax allows more commands than texvc
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Math (texvc)
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: listenle...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


MathJax renders more commands than texvc, for example \lhd. This will be a
problem when users with "MathJax" option insert formulas which only produce an
error message for users with "PNG".
One possible solution for this problem is to pass all TeX code through texvc
and reject it for all modes when an error occurs.
When the TeX code for MathJax is output in a way which can't be achieved by
wiki syntax (bug 35479, bug 35480) this will even avoid problems like
https://github.com/mathjax/MathJax/issues/43. See
http://leuksman.com/mw/index.php/User:Schnark/long for an example (WARNING:
This will freeze your browser for a while, but you should be able to abort.
Visit at your own risk.)

-- 
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 34220] Narayam not working in contenteditable div

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34220

Santhosh Thottingal  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

-- 
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 34137] Write git localization import scripts for translatewiki.net

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34137

--- Comment #16 from Siebrand  2012-03-26 10:08:55 UTC ---
Thanks for the help, everyone. One major hurdle taken.

-- 
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 34220] Narayam not working in contenteditable div

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34220

--- Comment #3 from Santhosh Thottingal  
2012-03-26 10:10:38 UTC ---
https://gerrit.wikimedia.org/r/3731 has the patchset for this issue.

-- 
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 35456] git-review for branches

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35456

Marcin Cieślak  changed:

   What|Removed |Added

   See Also||https://launchpad.net/bugs/
   ||883176

--- Comment #3 from Marcin Cieślak  2012-03-26 
10:26:07 UTC ---
It seems that you can use -R to tell git-review not to rebase against
.gitreview's idea of what the current branch is.

Added link to the upstream bug
(https://bugs.launchpad.net/mediawiki/+bug/883176)

-- 
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 35482] New: Add Patroller & Autopatroller groups on ml.wikisource

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35482

   Web browser: ---
 Bug #: 35482
   Summary: Add Patroller & Autopatroller groups on ml.wikisource
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: vss...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Please enable Patroller & Autopatrolled user groups in ml.wikisource.

It may be configured such that, sysops can assign/revoke these groups. 

Local consensus may be seen here

http://ml.wikisource.org/wiki/%E0%B4%B5%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BF%E0%B4%97%E0%B5%8D%E0%B4%B0%E0%B4%A8%E0%B5%8D%E0%B4%A5%E0%B4%B6%E0%B4%BE%E0%B4%B2:%E0%B4%B5%E0%B4%BF%E0%B4%95%E0%B5%8D%E0%B4%95%E0%B4%BF_%E0%B4%AA%E0%B4%9E%E0%B5%8D%E0%B4%9A%E0%B4%BE%E0%B4%AF%E0%B4%A4%E0%B5%8D%E0%B4%A4%E0%B5%8D_%28%E0%B4%A8%E0%B4%BF%E0%B5%BC%E0%B4%A6%E0%B5%8D%E0%B4%A6%E0%B5%87%E0%B4%B6%E0%B4%99%E0%B5%8D%E0%B4%99%E0%B5%BE%29#.E0.B4.AA.E0.B5.8D.E0.B4.B0.E0.B4.A4.E0.B5.8D.E0.B4.AF.E0.B5.87.E0.B4.95.E0.B4.BE.E0.B4.B5.E0.B4.95.E0.B4.BE.E0.B4.B6.E0.B4.99.E0.B5.8D.E0.B4.99.E0.B5.BE

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

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


[Bug 35482] Add Patroller & Autopatroller groups on ml.wikisource

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35482

p858snake  changed:

   What|Removed |Added

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

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

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


[Bug 35453] #set_recurring_event doesn't work with unit=month or unit=year

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35453

--- Comment #4 from Jeroen De Dauw  2012-03-26 
11:01:37 UTC ---
Heh - what a coincidence then, considering how long the issue has been there!
:)

-- 
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 26027] SRF: The min and max math formats should work with dates and strings

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26027

Jeroen De Dauw  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #6 from Jeroen De Dauw  2012-03-26 
11:59:48 UTC ---
Great, I applied this in r114486 :)

-- 
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 34852] Allow for thumbnail links to be overridden and point to both internal and external links.

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34852

k...@heldig.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Target Milestone|--- |1.20.0 release

--- Comment #2 from k...@heldig.org 2012-03-26 12:28:40 UTC ---
Would probably be better if this patch is implemented sooner rather than later,
as it is sensitive to code 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 35427] tweak gerrit IRC bot to be less verbose in #mediawiki

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35427

--- Comment #1 from Chad H.  2012-03-26 12:30:59 UTC 
---
We should also discard anything to the test/* namespace of projects.

-- 
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 35427] tweak gerrit IRC bot to be less verbose in #mediawiki

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35427

IWorld (V. G.)  changed:

   What|Removed |Added

 CC||vg...@hotmail.de

--- Comment #2 from IWorld (V. G.)  2012-03-26 12:36:47 UTC 
---
We should set the notifications in #mediawiki only to merged changes. The bot
can write the rest in #mediawiki-codereview and/or #wikimedia-git.

-- 
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 35148] Set up Gerrit project owner group for MediaWiki core + WMF-deployed extensions

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35148

Chad H.  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #10 from Chad H.  2012-03-26 12:41:39 UTC 
---
This seems fixed. Permissions have been sorted (specifically, the harmful Push
was removed), and all permissions are correct on mediawiki/* (assigned to
'mediawiki' and 'Project Owners').

This inherits to all extensions. We can add extra reviewer+merger folks on an
extension-by-extension basis as needed (just add them to "Owner" on a given
extension's refs/*)

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

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

Bug 22596 depends on bug 35148, which changed state.

Bug 35148 Summary: Set up Gerrit project owner group for MediaWiki core + 
WMF-deployed extensions
https://bugzilla.wikimedia.org/show_bug.cgi?id=35148

   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 35483] New: "order=rand", "order=random" should be supported in #ask

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35483

   Web browser: ---
 Bug #: 35483
   Summary: "order=rand", "order=random" should be supported in
#ask
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: yaro...@gmail.com
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified
   Mobile Platform: ---


Strangely, the SMW documentation claims that "order=rand" and "order=random"
are supported in #ask queries:

http://semantic-mediawiki.org/wiki/Help:Inline_queries#Standard_parameters_for_inline_queries

...but looking through the code, and trying it out for myself, I don't believe
they are. It would be good if they were, though!

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

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


[Bug 34349] Triage Git conversion issues wiki pages

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34349

--- Comment #5 from Chad H.  2012-03-26 12:45:20 UTC 
---
I agree. All those items on Git/Conversion/issues should be moved to BZ and/or
the main timeline at Git/Conversion.

The "Gerrit bugs that matter" page on labsconsole serves a different purpose
and is ok :)

-- 
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 35484] New: Error in Narayam more input menu

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35484

   Web browser: ---
 Bug #: 35484
   Summary: Error in Narayam more input menu
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: minor
  Priority: Unprioritized
 Component: Narayam
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: l.rabinelli+bugzi...@gmail.com
CC: aloli...@gmail.com, junu.pv+pub...@gmail.com,
s.mazel...@xs4all.nl, santhosh.thottin...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Created attachment 10329
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=10329
Screenshot

When you select the ml (Malayalam) language the Narayam "more input method"
menù shows < and > entities instead of the menu items. See the
screenshot.
This doesn't happen when you select the en (English) language for the interface
in your preference.

-- 
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 35427] tweak gerrit IRC bot to be less verbose in #mediawiki

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35427

--- Comment #3 from Chad H.  2012-03-26 13:04:59 UTC 
---
I think we should keep notifications on new patchsets and merges, just silence
the reviews.

-- 
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 31793] [[Special:Checkuser/foo]] should prefill the username or IP address field with "foo"

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31793

Grunny  changed:

   What|Removed |Added

   Keywords|need-review |reviewed
 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Grunny  2012-03-26 13:10:02 UTC ---
The patch has been approved and merged into repository, so resolving.

-- 
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 35277] Installer should guide to setting up up UPLOAD ("/images") folder too

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35277

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org
   Target Milestone|1.19.0 release  |1.20.0 release

--- Comment #2 from Mark A. Hershberger  2012-03-26 
13:47:30 UTC ---
Removing from tarball blocker -- we can target 1.20 for 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 35485] New: Warning on page deletion if page is linked to

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35485

   Web browser: ---
 Bug #: 35485
   Summary: Warning on page deletion if page is linked to
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Deleting
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: subfa...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Add a warning on page deletion if the page is linked to. Print linked to pages
of Special:Whatlinkshere

-- 
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 35486] New: Make Special:Whatlinkshere includable

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35486

   Web browser: ---
 Bug #: 35486
   Summary: Make Special:Whatlinkshere includable
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: subfa...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Make Special:Whatlinkshere includable.

Maybe add an parameter option to restrict to namespaces, e.g.

{{Special:Whatlinkshere/Foo:Bar|ns=MAIN,PROJECT}} would list all MAIN and
PRPJECT pages linking to Foo:Bar.

-- 
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 35277] Installer should guide to setting up up UPLOAD ("/images") folder too

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35277

Jarry1250  changed:

   What|Removed |Added

 CC||jarry1...@gmail.com

--- Comment #3 from Jarry1250  2012-03-26 14:13:13 UTC ---
"Are you sure the upload folder (/images in your installation directory) has
read/write privileges? Does your webserver have read/write privileges?" sounds
good.

"Try running "chmod 755 images" & "chown apache:apache images"" could be tied
to the platforms on which it is appropriate, rather than left as a general
instruction. For example, on my playground Windows version, I have to ensure
the folder is not read-only via folder preferences. Do we have an OS detector
in the installer?

-- 
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 30646] Some filenames fail with 'unknown-error:unknown-warning' on first step

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30646

drecodeam  changed:

   What|Removed |Added

 CC||drecod...@gmail.com

--- Comment #2 from drecodeam  2012-03-26 14:33:22 UTC ---
@Erik i tried to reproduce it, but it does  not show an error in my case. 
i named the file as "foo bar test sample.jpg", and it was working fine. 
I even tried 'foo#bar.jpg', it works fine. 
I think that it has been solved in one of the updates, i am looking into the
code, but can you confirm if this problem still persists.

-- 
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 35487] New: No fallback data user from CLDR for Portuguese

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35487

   Web browser: ---
 Bug #: 35487
   Summary: No fallback data user from CLDR for Portuguese
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: malaf...@clix.pt
CC: aloli...@gmail.com, niklas.laxst...@gmail.com,
s.mazel...@xs4all.nl
Classification: Unclassified
   Mobile Platform: ---


All the language names imported from CLDR to MediaWiki for Portuguese are only
the ones for "Portuguese (Portugal)" that are different from "Portuguese
(Common)". That's why there are only a few of them.

I.e., pt-PT.xml (from CLDR) is used alone, without merging with data from
pt.xml, which contains most data.

I would risk saying data other that language names has the same problem.

See bug 34219 for relevant 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 35487] No fallback data user from CLDR for Portuguese

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35487

Niklas Laxström  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever Confirmed|1   |0

--- Comment #1 from Niklas Laxström  2012-03-26 
14:42:41 UTC ---
The actual CldrNamesPt.php file only contains few entries, but the new fallback
mechanism in MW 1.19 makes pt and pt-br fallback to each other. Please explain
the problem in more detail with examples.

-- 
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 22555] padleft: padright: and nowiki do not get on (guess same for all parser functions) UNIQ exposed

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22555

Philippe Verdy  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #13 from Philippe Verdy  2012-03-26 15:07:40 
UTC ---
NOT fixed in the 1st parameter of {{#switch:...}}. Which also stills considers
an input parameter like "@" or "@" as different from "@".

NOT fixed in the 1st parameter of {{#expr:...}}, {{#if:...}}, {{#ifexpr:...}},
or in the 2 first parameters of {{#ifeq:...}}.

In all of these parser functions, the presence of a nowiki section will not
work as expected. Those nowiki markers should be stripped completely as well
from these parameters (just like already the HTML comments) before processing
the rest of the functions, because there's nothing in these parameters that
will be part of the output of these functions and that need a protection
against a further wiki reparsing.

Finally, you still use overlong markers for those nowiki sections. A single DEL
character can be used at start or end of the text sections that need to be
protected, the unique identifiers created in the current markers are overkill
and serve absolutely no purpose. And an empty  can as well be a single
pair of DEL characters.

-- 
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 26213] UNIQ issues (tracking)

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26213

Bug 26213 depends on bug 22555, which changed state.

Bug 22555 Summary: padleft: padright: and nowiki do not get on (guess same for 
all parser functions) UNIQ exposed
https://bugzilla.wikimedia.org/show_bug.cgi?id=22555

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

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

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


[Bug 35357] LCStore is not handling transactions correctly

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35357

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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 35407] Pages with categories set via template may not appear (lagged) in the super categories

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35407

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35411] html tags in the block log entry at Special:CentralAuth for all languages except English

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35411

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||i18n
   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 35488] New: bots.wmflabs.org no https

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35488

   Web browser: ---
 Bug #: 35488
   Summary: bots.wmflabs.org no https
   Product: Wikimedia Labs
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: billinghu...@gmail.com
CC: rlan...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Not sure whether this should be part of [[bugzilla:34367]] or not

Anyway the server does not have https:// configured which means that one drops
out of login, or cannot use protocol relative links.

-- 
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 22555] padleft: padright: and nowiki do not get on (guess same for all parser functions) UNIQ exposed

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22555

--- Comment #14 from Philippe Verdy  2012-03-26 15:19:29 
UTC ---
Note that the non-handling of numeric character references as being equivalent
to the natively UTF-8 encoded character, is a separate bug. It does not just
affect #switch but also:


"{{LC:A}}" just returns "A" (the same as "A", which is a CAPITAL
letter !)

"{{LC:O}}" just returns "O" (same problem, only the hexadecimal
digits are converted to lowercase, but this has no impact on the represented
character itself which remains a CAPITAL letter).

Note that if there are nowiki sections in the input parameter of LC: and UC:,
these markers should NOT be stripped.

So the return from
  "{{LC:* SOME TEXT}}"
should first become:
  "{{LC:\x7F*\x7X SOME TEXT}}"
(here \x7F means the DEL character alone, which is filtered out and rejected
from the input wiki code as it is not plain-text). Then it will return:
  "\x7F*\x7F some text"
If you strip the markers from the input, it will return:
  "* some text"
And this will restart to generate a list item according to the wiki syntax!

Hope this helps...

-- 
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 35413] Mobile view opt out cookie doesn't work within Chrome beta

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35413

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 22555] padleft: padright: and nowiki do not get on (guess same for all parser functions) UNIQ exposed

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22555

--- Comment #15 from Philippe Verdy  2012-03-26 15:41:27 
UTC ---
Concerning {{padleft:}} and {{padright:}}, if those functions have to return a
string, it should still contain the nowiki markers, for the same reason as the
one given for {{LC:...}}, because the output should not be reinterpreted as
being using a wiki syntax, for all characters in the input that have been
protected (partly) in a nowiki section.

So:
  {{padright:|2|xy}}
will in a first pass (before processing parser functions) be converted into
  {{padright:|2|x\x7F\x7Fy}}
Then its result should be:
  x\x7F\x7Fy
which only contains the 2 visible characters x and y (as expected), plus 2 DEL
markers that will be filtered out after the end of the wiki parsing and just
before the HTML generation.

This means that when counting the characters to output in the result of the
function, you just still have to output the DEL character as counting for zero
in length, but you must still ensure that they are outputed in pairs.

So for:
  {{padright:|2|xy}}
will in a first pass (before processing parser functions) be converted into
  {{padright:|2|xy\x7F\x7F}}
Then its result should be:
  xy
(you can safely drop the rest of the filling parameter, because you have enough
characters in the output, and the markers are still associated in pairs here,
even if there are none of them).

But for:
  {{padright:|2|xyz}}
will in a first pass (before processing parser functions) be converted into
  {{padright:|2|x\x7Fyz\x7F}}
Then its result should be:
  w\x7Fy\x2F
with an additional marker added after y, to preserve the pair started before y.

-- 
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 35414] Debug parameters don't work as expected

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35414

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35415] Link Option E should be in a larger font

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35415

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35416] On Chrome, Link Option E says only "Improve this"

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35416

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35417] On Chrome in incognito mode, Link Option E has black lettering

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35417

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35418] On Safari, the link text is underlined for Link Option E

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35418

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35419] Link Option E disable flyover not working in FF 10.0.2

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35419

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35420] Clicktracking events sill using Phase 1 format

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35420

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35421] Link option IDs disappear from clicktracking events at the end of the Edit CTA funnel

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35421

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35422] Blank edit saves should not be logged as edit_success events

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35422

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35423] Clicktracking version number should be > 0

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35423

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35427] tweak gerrit IRC bot to be less verbose in #mediawiki

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35427

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35425] Mobile version does not handle __NOINDEX__

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35425

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 35424] Clicktracking event shows old form option and new clicktracking event format

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35424

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35406] the Gerrit message "I would prefer that you didn't submit this" is very discouraging

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35406

--- Comment #2 from Chad H.  2012-03-26 15:48:18 UTC 
---
Hmm, tried setting this on the test gerrit install but it didn't apply. I'm
wondering if gerrit needs a restart.

Also, I don't think it'll change for any comments already submitted.

-- 
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 35456] git-review for branches

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35456

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||has...@free.fr
 Resolution||WORKSFORME

--- Comment #4 from Antoine "hashar" Musso  2012-03-26 15:59:47 
UTC ---
git-review accepts as an optional argument the branch name to interact with.
When that argument is not specified, it fallback to look for the defaultbranch
parameter in the .gitreview file.

Every branch should have a .gitreview having a correct defaultbranch value. We
probably do not want to force people to use something like:  `git-review
REL1_19`

Output example using test/mediawiki/core and a .gitreview file NOT having
default branch set:

$ git-review -v REL1_19
2012-03-26 17:57:30.318755 Running: git log --color=never --oneline
HEAD^1..HEAD
2012-03-26 17:57:30.335452 Running: git remote
2012-03-26 17:57:30.340266 Running: git branch -a --color=never
2012-03-26 17:57:30.346184 Running: git branch --color=never
2012-03-26 17:57:30.351537 Running: git log HEAD^1..HEAD
Found topic 'REL1_19' from parsing changes.
2012-03-26 17:57:30.372507 Running: git rev-parse --show-toplevel
2012-03-26 17:57:30.377682 Running: git remote update gerrit
Fetching gerrit
2012-03-26 17:57:32.224581 Running: git rebase -i remotes/gerrit/REL1_19
2012-03-26 17:57:32.505708 Running: git config --get color.ui
2012-03-26 17:57:32.510419 Running: git log --color=always --decorate --oneline
REL1_19 --not remotes/gerrit/REL1_19
2012-03-26 17:57:32.531614 Running: git push gerrit
HEAD:refs/for/REL1_19/REL1_19
remote: Resolving deltas:   0% (0/2)
remote: 
remote: New Changes:
remote:   https://gerrit.wikimedia.org/r/3742
remote: 
To ssh://has...@gerrit.wikimedia.org:29418/test/mediawiki/core.git
 * [new branch]  HEAD -> refs/for/REL1_19/REL1_19
$


Now with a defaultbranch specified:


$ git-review -v
2012-03-26 17:59:01.654284 Running: git log --color=never --oneline
HEAD^1..HEAD
2012-03-26 17:59:01.671722 Running: git remote
2012-03-26 17:59:01.678109 Running: git branch -a --color=never
2012-03-26 17:59:01.684509 Running: git branch --color=never
2012-03-26 17:59:01.690706 Running: git log HEAD^1..HEAD
Found topic 'REL1_19' from parsing changes.
2012-03-26 17:59:01.711494 Running: git rev-parse --show-toplevel
2012-03-26 17:59:01.716346 Running: git remote update gerrit
Fetching gerrit
2012-03-26 17:59:03.550708 Running: git rebase -i remotes/gerrit/REL1_19
2012-03-26 17:59:03.848351 Running: git config --get color.ui
2012-03-26 17:59:03.853355 Running: git log --color=always --decorate --oneline
REL1_19 --not remotes/gerrit/REL1_19
You have more than one commit that you are about to submit.
The outstanding commits are:

598114c (HEAD, REL1_19) yeah defaultbranch rocks
22570d4 yah testing file for confirmation

Is this really what you meant to do?
Type 'yes' to confirm: yes
2012-03-26 17:59:07.938479 Running: git push gerrit
HEAD:refs/for/REL1_19/REL1_19
remote: Resolving deltas:   0% (0/2)
remote: 
remote: New Changes:
remote:   https://gerrit.wikimedia.org/r/3743
remote: 
To ssh://has...@gerrit.wikimedia.org:29418/test/mediawiki/core.git
 * [new branch]  HEAD -> refs/for/REL1_19/REL1_19
$

Thus,  I am marking this issue as work for me

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

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

Bug 22596 depends on bug 35456, which changed state.

Bug 35456 Summary: git-review for branches
https://bugzilla.wikimedia.org/show_bug.cgi?id=35456

   What|Old Value   |New Value

 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 35341] Vector 'user' icon is low-resolution

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35341

Marcin Cieślak  changed:

   What|Removed |Added

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

--- Comment #3 from Marcin Cieślak  2012-03-26 
16:01:01 UTC ---
Maybe we can get rid of the icon altogether...

-- 
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 35456] git-review for branches

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35456

--- Comment #5 from Antoine "hashar" Musso  2012-03-26 16:04:36 
UTC ---
I have sent .gitreview files for mediawiki/core.git with changes :

REL1_19  https://gerrit.wikimedia.org/r/3744
REL1_18  https://gerrit.wikimedia.org/r/3745
REL1_17  https://gerrit.wikimedia.org/r/3746

-- 
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 35430] Increase line height in headings for indic languages at multilingual projects

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35430

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org,
   ||niklas.laxst...@gmail.com,
   ||s.mazel...@xs4all.nl

--- Comment #1 from Mark A. Hershberger  2012-03-26 
16:05:26 UTC ---
These changes were part of the core CSS and when I check oldwikisource, I see
the CSS changes you request are there.

The problem you are likely seeing is  that "lang" attributes aren't being set
correctly.  Can you point to a page where this works on meta as expected and a
page where it doesn't work on commons?

(Adding Niklas and Siebrand since they probably have more clue 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 35431] Return the scroll to the correct position when you save a page

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35431

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org
Summary|Return the scroll to the|Return the scroll to the
   |correct poistion when you   |correct position when you
   |save a page |save a page

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

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


[Bug 22555] padleft: padright: and nowiki do not get on (guess same for all parser functions) UNIQ exposed

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22555

--- Comment #16 from Philippe Verdy  2012-03-26 16:06:51 
UTC ---
In summary:

* some characters may be represented in the input as numeric character
references or known named character references:
** Those references may be converted early to UTF-8, EXCEPT IF they represent a
character that may have a contextual meaning in the wiki or HTML syntax; all of
them are ASCII punctuations, i.e. those cahracters in { <  > & ' " = * # : ; -
| }
** Those exceptional characters should remain encoded as a character reference
if they are in such format, but these references can safely be unified using a
decimal character reference, because those characters treated speacilly in the
wiki syntax are all part of ASCII.

* you must reject from the 1st pass (before all processings of the wiki source)
any DEL character present in the input.

* you never need any UNIQ identifier sequence when converting 
sections.
** you can just generate a single DEL character at start and at end.
** all parser functions can safely pass over those DEL characters, and can
safely discard them before processing, but only if the parameter itself if not
used within the output of the parser function
** otherwise, if the parameter is used partly or fully in the output, the
output must make sure that there will be an **even** number of DEL characters
in the final ouput
** you can safely replace all sequences of 3 or more DEL's by dropping them in
pairs, e.g. replace 3 DELs by 1 DEL, 4 DELs by 2 DELs, 5 DELs by 1 DEL
** if at end of the generation of the ouput of the parser function, there
remains only an odd number of DELs, then append an additional DEL to the ouput.

* continue processing other parserfunctions.
* continue by generating recognizing the special wiki syntax or recognizing
HTML  or special 
* when you've processed completely the wiki syntax, and just before generating
the HTML, you can strip out all the remain DELs that were just there to prevent
the wiki parser to work.
* And the same time you drop the remaining DEL, you may replace the remaining
numerical character references remaining for ASCII punctuations, and that play
no role in HTML i.e. the caracters in { ; : * #   | - } but not those in < '  &
" > which play a special role in HTML, either within a text element, or within
an attribute value.

-- 
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 35432] New image metadata lost after server restart

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35432

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org
Summary|Image upload data lose  |New image metadata lost
   |after server restart|after server restart

-- 
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 35432] New image metadata lost after server restart

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35432

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
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 35433] Font size settings in Wikipedia App should affect entire app, not just content

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35433

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35489] New: Not possible to set source language on multilingual wiki

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35489

   Web browser: ---
 Bug #: 35489
   Summary: Not possible to set source language on multilingual
wiki
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: bdamo...@gmail.com
CC: aloli...@gmail.com, s.mazel...@xs4all.nl
Classification: Unclassified
   Mobile Platform: ---


Currently the Translate extension assumes that the source language of the
translation is the same as the content language of the wiki.
This might be the case in a default wiki, but it makes the extension less
useful on wikis with multilingual content (e.g. [[meta:]]; where the default is
English), where content might be created in any language and the translation
tool used to make it available in the other languages of the 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 35434] thumbtime parameter for ogg images does not work with localized numbers

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35434

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35439] Huggle 3 (branch) claims rollback rights required although no-wikipedia config does not require it

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35439

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35456] git-review for branches

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35456

--- Comment #6 from Sam Reed (reedy)  2012-03-26 16:16:55 
UTC ---
(In reply to comment #5)
> I have sent .gitreview files for mediawiki/core.git with changes :
> 
> REL1_19  https://gerrit.wikimedia.org/r/3744
> REL1_18  https://gerrit.wikimedia.org/r/3745
> REL1_17  https://gerrit.wikimedia.org/r/3746

Great thanks!

It did seem that just getting some clarification and updating the documentation
would've been enough to suffice dealing with 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 35487] No fallback data user from CLDR for Portuguese

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35487

--- Comment #2 from Sam Reed (reedy)  2012-03-26 16:18:24 
UTC ---
Isn't this a duplicate of bug 34760 ?

-- 
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 35441] Email address confirmation broken due to incorrect or missing assignment of $expiration in User::confirmationToken()

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35441

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||m...@everybody.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 24813] There's no button to get the anchor of a post within a thread apart from the "parent" link on a child post

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24813

Nemo_bis  changed:

   What|Removed |Added

   Keywords||design

-- 
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 35450] &action=raw&gen=js and gen=js output empty page; do not work as documented

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35450

--- Comment #3 from T. Gries  2012-03-26 16:19:58 UTC ---
(In reply to comment #2)
> gen parameter to action=raw now always returns an empty page since it is
> superseded by ResourceLoader. Please note the your example link does not
> achieve what you want since the gen parameter was overriding the title
> parameter, i.e. it always returned the same content whatever the page was:
> http://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_16/phase3/includes/RawPage.php?view=markup#l160

In this case, can you please update (correct) the documentation page
https://www.mediawiki.org/wiki/Manual:Parameters_to_index.php#Raw accordingly ?

Will it be possible to render a js or css page as it was possible before ?

-- 
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 35442] Special:Import should warn if importing from a wiki with $wgCapitalLinks set different from current wikis

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35442

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.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 35444] Article Feedback v5 - Feedback forms should not be resizable

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35444

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 35446] {{nse:Something that is not a namespace}} causes php warning

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35446

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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 34247] Provide direct links to threads, not links with offset which break horribly

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34247

Nemo_bis  changed:

   What|Removed |Added

 CC||federicol...@tiscali.it,
   ||niklas.laxst...@gmail.com
Summary|Incorrect links sent in |Provide direct links to
   |email followup  |threads, not links with
   ||offset which break horribly

--- Comment #1 from Nemo_bis  2012-03-26 16:26:31 UTC 
---
Changed summary.
What happened is that the offset in the email link you received excluded that
very thread from the view because in the meanwhile two replies where added and
the thread was bumped.
Such links should never be provided to the user because they're useless, but
they're currently used at least in email notifications and Special:Newmessages.

Threads are very hard to link in general (and the TOC of a talk page will
always provide transient non-shareable links), but that's another set of bugs,
see for instance bug 24813.

-- 
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 35487] No fallback data user from CLDR for Portuguese

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35487

Siebrand  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||DUPLICATE

--- Comment #3 from Siebrand  2012-03-26 16:29:28 UTC ---


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

-- 
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 34760] CLDR doesn't build pt files correctly

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34760

Siebrand  changed:

   What|Removed |Added

 CC||malaf...@clix.pt

--- Comment #3 from Siebrand  2012-03-26 16:29:28 UTC ---
*** Bug 35487 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 35484] Error in Narayam more input menu

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35484

Srikanth Logic  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||srik@gmail.com
 Resolution||DUPLICATE

--- Comment #1 from Srikanth Logic  2012-03-26 16:30:36 UTC 
---
Please check the other bug and provide additional details there.

1. Browser/OS details
2. Does it happen when logged out?
3. Does it happen in translatewiki.net/commons too?

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

-- 
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 34955] HTML codes are displayed instead of input method names

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34955

Srikanth Logic  changed:

   What|Removed |Added

 CC||l.rabinelli+bugzilla@gmail.
   ||com

--- Comment #7 from Srikanth Logic  2012-03-26 16:30:36 UTC 
---
*** Bug 35484 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 35451] Search engine does not index new pages on pl.wikipedia

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35451

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||m...@everybody.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 35489] Not possible to set source language on multilingual wiki

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35489

Niklas Laxström  changed:

   What|Removed |Added

   Priority|Unprioritized   |High
   Severity|normal  |minor

--- Comment #1 from Niklas Laxström  2012-03-26 
16:32:18 UTC ---
Had the core away to select the content language per page basis, the Translate
extension could use that information. I think there is bug open for that.

-- 
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 35454] Error in .htaccess file that address Bug 28235

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35454

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.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


  1   2   3   >