[Bug 47429] Make sure our JavaScript - in particular jQuery and extensions - are GPL compatible

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47429

Joshua Gay joshua...@gmail.com changed:

   What|Removed |Added

 CC||joshua...@gmail.com

--- Comment #3 from Joshua Gay joshua...@gmail.com ---
I'd recommend before closing this ticket that a comment about this issue be
added to but 36866. 

The point made in this ticket that is non-trivial is that when you have a
single minified javascript file that combines a GPL licensed work and a
permissively licensed work into a single combined work, then the terms of the
GNU GPL has some requirements that you might not comply with if you take some
of the approaches discussed in 36866.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 15434] Periodical run of currently disabled special pages

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15434

--- Comment #92 from Andyrom75 andyro...@hotmail.com ---
The special page that shows the most requested pages on
https://it.wikivoyage.org
(https://it.wikivoyage.org/wiki/Speciale:PagineRichieste) it hasn't been
updated since November 2012, it's almost 1 year!!!

Can someone help us to update it? The situation is becoming ridiculos

PS It's not the only one...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44608] Exception Invalid marker on edit with unbalanced /translate tag count

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44608

Tilman Bayer tba...@wikimedia.org changed:

   What|Removed |Added

 CC||tba...@wikimedia.org

--- Comment #15 from Tilman Bayer tba...@wikimedia.org ---
I am getting the following error message:

Internal error
[cb5e28e2] 2013-10-06 08:12:04: Fatal exception of type MWException


when saving this edit to https://meta.wikimedia.org/w/index.php?oldid=5952830 :


old text:

[[File:Student contributions to Arabic Wikipedia,
2012-13.png|thumb|420px|Students contributions to the Arabic Wikipedia,
2012-13]]


new text:

/translate
[[File:Student contributions to Arabic Wikipedia,
2012-13.png|thumb|420px|/translateStudents contributions to the Arabic
Wikipedia, 2012-13/translate]]translate

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35122] pdftotext should be poppler version not xpdf version on wikisource

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35122

--- Comment #13 from Pikne pi...@hot.ee ---
Examples in bug bug 34540 and bug 32064 still show foreign characters as �. Any
chance that the fix isn't deployed yet? Or these other bugs are not duplicates
really?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55361] New: HTMLForm: harmonize 'toggle' and 'multiselect' parameters and layout

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55361

   Web browser: ---
Bug ID: 55361
   Summary: HTMLForm: harmonize 'toggle' and 'multiselect'
parameters and layout
   Product: MediaWiki
   Version: 1.22-git
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: HTMLForm
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: m...@tgries.de
Classification: Unclassified
   Mobile Platform: ---

Clarification request - or bug repoort.

See http://i.imgur.com/pzgk0R7.png which shows a screenshot.

I think I have found a problem in HTMLForm, let me try to explain. In E:OpenID,
a new preferences tab openid is added, which adds sections with 'toggle' and
also 'multiselect' forms via the Preferences hook.

I noticed, that with the 'toggle' type, I cannot set up a 'default' text left
of the toggle checkbox, I can only set up an individual text on the right side
of the toggle checkbox (using 'label-message' key) (pictured).

With the 'multiselect' option I can use 'default' to set up a text left of the
checkboxes and individual label-messages on the right side, of course
(pictured).


The relevant code is in onGetPreferences in E:OpenID see lines 282 seq.
https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FOpenID/483c1c9dfdbbdb967bd87566b3d592c7285c/OpenID.hooks.php#L282
. In the part for 'user', where I use 'toggle', setting a 'default' value does
not result in a text.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55361] HTMLForm: harmonize 'toggle' and 'multiselect' parameters and layout [CLARIFICATION REQUEST or BUG REPORT]

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55361

T. Gries m...@tgries.de changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55361] HTMLForm: harmonize 'toggle' and 'multiselect' parameters and layout [CLARIFICATION REQUEST or BUG REPORT]

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55361

T. Gries m...@tgries.de changed:

   What|Removed |Added

Summary|HTMLForm: harmonize |HTMLForm: harmonize
   |'toggle' and 'multiselect'  |'toggle' and 'multiselect'
   |parameters and layout   |parameters and layout
   ||[CLARIFICATION REQUEST or
   ||BUG REPORT]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55361] HTMLForm: harmonize 'toggle' and 'multiselect' parameters and layout [CLARIFICATION REQUEST or BUG REPORT]

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55361

--- Comment #1 from T. Gries m...@tgries.de ---
I also want to point out, that in my view the alignemnt of 'toggle' and also
'multiselect' checkboxes should be harmonized, I mean, the boxes should be
rendered in the same pixel row on screen, regardless whether they are toggles
or multiselect boxes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55342] Add namespace aliases on Korean Wikipedia

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55342

Revi b...@revi.pe.kr changed:

   What|Removed |Added

Summary|Add virtual namespace on|Add namespace aliases on
   |Korean Wikipedia|Korean Wikipedia

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20807] Enable site logo displaying according to user language

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20807

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

 CC||legoktm.wikipe...@gmail.com

--- Comment #6 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
There are obviously some caching issues, but this seems to work:

$wgExtensionFunctions[] = function() {
global $wgUser, $wgLogo;
switch ( $wgUser-getOption( 'language' ) ) {
case 'en':
$wgLogo = 'en-logo';
break;
case 'fr':
$wgLogo = 'fr-logo';
break;
default:
$wgLogo = 'default-logo';
}
};

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20807] Enable site logo displaying according to user language

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20807

--- Comment #7 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com ---
(In reply to comment #6)
 There are obviously some caching issues, but this seems to work:
 
 $wgExtensionFunctions[] = function() {
 global $wgUser, $wgLogo;
 switch ( $wgUser-getOption( 'language' ) ) {
 case 'en':
 $wgLogo = 'en-logo';
 break;
 case 'fr':
 $wgLogo = 'fr-logo';
 break;
 default:
 $wgLogo = 'default-logo';
 }
 };

Ugh, $wgUser and varying config on request state.

Please use the SkinTemplateOutputPageBeforeExec to modify logopath instead of
using that hack.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 20807] Enable site logo displaying according to user language

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20807

--- Comment #8 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
(In reply to comment #7)

 Ugh, $wgUser and varying config on request state.
 
 Please use the SkinTemplateOutputPageBeforeExec to modify logopath instead of
 using that hack.

[[m:Cunningham's Law]] strikes again! Thanks, your solution is much better.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 48892] Ability to link accounts

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48892

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=14409

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 14409] Allow user accounts to be 'linked' to a master account

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14409

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=48892

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 30373] Requests queue for log actions

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30373

Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com changed:

   What|Removed |Added

 CC||legoktm.wikipe...@gmail.com

--- Comment #5 from Kunal Mehta (Legoktm) legoktm.wikipe...@gmail.com ---
(In reply to comment #0)

 * Saving time for admins

Another time saver would be being able to mark requests as under review to
avoid duplicating work, see
https://en.wikipedia.org/wiki/User:Crazycomputers/Problems_with_WP:AIV

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 51669] VisualEditor: Editing window does not scroll when dragging

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51669

Juan de Vojníkov juandevojni...@gmail.com changed:

   What|Removed |Added

 CC||juandevojni...@gmail.com

--- Comment #6 from Juan de Vojníkov juandevojni...@gmail.com ---
Problem encounter at FF 24.0 Windows Vista. As I cant add a template, per this
bug:
http://imgbin.org/index.php?page=imageid=15296

I have to use the method of placing the template on the top and scroll down.
Thus this behaviour is blocking me in activity in VE.

-- 
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 54994] UploadWizard hangs browser on entering image description

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54994

--- Comment #3 from Nischay Nahata nischay...@gmail.com ---
Duplicate of bug 33607?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55362] Scrolling page down causes Other drop down menu shorten

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55362

--- Comment #1 from Juan de Vojníkov juandevojni...@gmail.com ---
Created attachment 13445
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13445action=edit
Cursor placed in the mid of the page, hides part of Other drop down menu

-- 
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 52692] Migrate Pywikibot bugs from Sourceforge to Bugzilla (set up product etc)

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52692

--- Comment #33 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #29)
 could we get a version selector, to select between 'core (2.0)', 
 'compat (1.0)' and 'unspecified'?

Added.

-- 
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 55362] New: Scrolling page down causes Other drop down menu shorten

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55362

   Web browser: ---
Bug ID: 55362
   Summary: Scrolling page down causes Other drop down menu
shorten
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: i...@wikia-inc.com
  Reporter: juandevojni...@gmail.com
CC: i...@wikia-inc.com, jforres...@wikimedia.org,
krinklem...@gmail.com, or...@framezero.com
Classification: Unclassified
   Mobile Platform: ---

Created attachment 13444
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13444action=edit
When cursor placed on the top - no problem

I tried to add template Commonscat at https://cs.wikipedia.org/wiki/Ventilátor
using FF 24.0 Windows Vista, but when you are on the button of the page and
click Další (probably Other in en) the drop down menu opens behind the edited
text so you cant add it.

Ive tryed to open Další at different cursor positions and find out, that on
the top of the page, you see all items from drop-down menu, in the middle you
see just half, but there is a scroller, while on the button you see, nothing.
Thus it blocks you to add templates and other to the button of the page. I
attach 3 images to describe this behaviour.

There is no other way to move there a template from the top. See:
https://bugzilla.wikimedia.org/show_bug.cgi?id=51669#c5

-- 
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 55362] Scrolling page down causes Other drop down menu shorten

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55362

--- Comment #2 from Juan de Vojníkov juandevojni...@gmail.com ---
Created attachment 13446
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13446action=edit
Cursor on the bottom hides Other drop down menu at all

-- 
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 55363] New: Writer function unefficient mimetype dirent entry rewriting

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55363

   Web browser: ---
Bug ID: 55363
   Summary: Writer function unefficient mimetype dirent entry
rewriting
   Product: openZIM
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: zimlib
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: kel...@kiwix.org
Classification: Unclassified
   Mobile Platform: ---

During the development of zimdiff/zimpatch we had the problem that two ZIM
files were almost equal, except that the mimetypes were not sorted in the same
way, so all dirent entry mimetype values were different.

This was an issue because zimpatches files were not equal to the original
files. To avoid this, the zimlib forces currently the order of the mimetypes in
the list in the header. They are sorted alphabeticaly.

Unfortunately, I see two problems with this:
* This changes the specification of the format (we still don't have changed
anything in the specifications)
* The sorting of the mimetypes is done after all articles are inserted and this
needs to rewrite all the dirent entries. Something which is really not
efficient/elegant.

I think an alternative approach would be to allow to force the mime-type list
before inserting the articles. This would shortcut the dynamic creation of this
mime-type list and consequently avoid the two problems listed above.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 52324] zimwriter should sort the mime types it gets before writing to file.

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52324

--- Comment #10 from Kelson [Emmanuel Engelhart] kel...@kiwix.org ---
Nice! I confirm the problem is fixed. I have open a new feature request to try
to improve/fix this perfectible approach regarding the mime-types:
https://bugzilla.wikimedia.org/show_bug.cgi?id=55363

-- 
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 55363] Writer function unefficient mimetype dirent entry rewriting

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55363

Kelson [Emmanuel Engelhart] kel...@kiwix.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Assignee|wikibugs-l@lists.wikimedia. |kiranmathewko...@gmail.com
   |org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55343] VisualEditor: Interface not working properly on Vector with Firefox

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55343

--- Comment #2 from Ltrlg ltrlg...@gmail.com ---
Created attachment 13447
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=13447action=edit
Screenshot of the 0px-height menus

These 3 menus have a height of 0px.

I’ve attached a screenshot of these menus without height.

-- 
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 55357] VisualEditor: dropdown menus only completely visible at top of page, and disappear lower down page in Vector skin

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55357

Ltrlg ltrlg...@gmail.com changed:

   What|Removed |Added

 CC||ltrlg...@gmail.com

--- Comment #2 from Ltrlg ltrlg...@gmail.com ---
See also bug 55343

-- 
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 55362] Scrolling page down causes Other drop down menu shorten

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55362

Ltrlg ltrlg...@gmail.com changed:

   What|Removed |Added

 CC||ltrlg...@gmail.com

--- Comment #3 from Ltrlg ltrlg...@gmail.com ---
See also bug 55343 and bug 55357

-- 
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 52911] Error when use shortcuts on Incubator

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52911

--- Comment #4 from Revi b...@revi.pe.kr ---
(In reply to comment #3)
 Using Google Chrome 28 on
 https://incubator.wikimedia.org/wiki/User:Hym411/test
 and being logged in, and using Alt+Shift+P, I get the printable version at
 https://incubator.wikimedia.org/w/index.php?title=User:Hym411/
 testprintable=yes
 without any errors.
 
 If I click Edit first, I get
 Preview
 Remember that this is only a preview.
 Your changes have not yet been saved!
 as expected.
 
 Is there something special, e.g. do I have to edit the page first? Steps to
 reproduce are currently to vague, also see
 https://www.mediawiki.org/wiki/How_to_report_a_bug

You have to click edit buttons first, yes. When I press Alt+Shift+P on edit
page with uselang=ko,I see Leaving this page may cause... (full message:
http://puu.sh/4IXoh.png ). and on uselang=en,when I press Alt+Shift+P twice,
same message apply.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55364] New: CryptRand.php

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55364

   Web browser: ---
Bug ID: 55364
   Summary: CryptRand.php
   Product: MediaWiki
   Version: 1.21.2
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: critical
  Priority: Unprioritized
 Component: User login and signup
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: zdroid9...@yahoo.com
CC: swall...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

When trying to enter the Special:UserLogin page, this error will come up. This
blocks from ANYONE from signing-in and signing-up

Fatal error: mcrypt_create_iv() [a
href='function.mcrypt-create-iv'function.mcrypt-create-iv/a]: Could not
gather sufficient random data in
D:\Hosting\11901580\html\wiki\includes\CryptRand.php on line 313

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55364] CryptRand.php

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55364

zdroid9...@yahoo.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from zdroid9...@yahoo.com ---
I have solved this issue.


Locate the file includes/CryptRand.php.
Find the following line 313 (for me):

$iv = mcrypt_create_iv( $rem, MCRYPT_DEV_URANDOM );

Change it to:

$iv = mcrypt_create_iv( $rem, MCRYPT_RAND );

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55365] New: Increase the number of rows in AbuseFilter's textareas (they are too small)

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55365

   Web browser: ---
Bug ID: 55365
   Summary: Increase the number of rows in AbuseFilter's textareas
(they are too small)
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Keywords: design, easy
  Severity: enhancement
  Priority: Unprioritized
 Component: AbuseFilter
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mybugs.m...@gmail.com
CC: agarr...@wikimedia.org, nischay...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

The text areas for the code and comments of abuse filters have only 5 rows,
which is a lot less than the default number of rows in a edit window (currently
25 rows, but this might be increased soon, per comments on gerrit change
I642188c74d929a586b1882a1cf8656056c4fcf5a)

Please increase this number.

PS: this was suggested at
https://pt.wikipedia.org/w/index.php?diff=37054274oldid=37053539

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55364] CryptRand.php

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55364

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

 CC||martinezn...@gmail.com
 Resolution|FIXED   |DUPLICATE

--- Comment #2 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---


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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44142] mcrypt_rand_iv() not reliable with MCRYPT_DEV_URANDOM on Windows

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44142

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

 CC||zdroid9...@yahoo.com

--- Comment #1 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
*** Bug 55364 has been marked as a duplicate of this bug. ***

-- 
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 35894] Reports of secret key generation hanging on Windows with PHP 5.3.x

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35894

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

 CC||zdroid9...@yahoo.com

--- Comment #23 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
*** Bug 55364 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44142] mcrypt_rand_iv() not reliable with MCRYPT_DEV_URANDOM on Windows

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44142

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||martinezn...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #2 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---


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

-- 
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 55364] CryptRand.php

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55364

--- Comment #3 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---


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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35894] Reports of secret key generation hanging on Windows with PHP 5.3.x

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35894

--- Comment #24 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
*** Bug 44142 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55364] CryptRand.php

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55364

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=35894

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44142] mcrypt_rand_iv() not reliable with MCRYPT_DEV_URANDOM on Windows

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44142

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=35894

-- 
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 35894] Reports of secret key generation hanging on Windows with PHP 5.3.x

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35894

Jesús Martínez Novo (Ciencia Al Poder) martinezn...@gmail.com changed:

   What|Removed |Added

URL|https://www.mediawiki.org/w |https://www.mediawiki.org/w
   |iki/Thread:Project:Support_ |iki/Thread:Project:Support_
   |desk/Installation_of_V_1.18 |desk/Installation_of_V_1.18
   |.2_stopps_while_creating_s |.2_stopps_while_creating_%2
   |ecret_key  |2secret_key%22
 CC||martinezn...@gmail.com
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=44142,
   ||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=55364

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35894] Reports of secret key generation hanging on Windows with PHP 5.3.x

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35894

--- Comment #25 from Jesús Martínez Novo (Ciencia Al Poder) 
martinezn...@gmail.com ---
Oops! Sorry for the spam! I just wanted to relate upsream PHP bugs instead of
local ones.

But now Bugzilla doesn't let me add php bugs, so I'm going to leave them here:

* https://bugs.php.net/bug.php?id=55169
* https://bugs.php.net/bug.php?id=52523

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55364] CryptRand.php

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55364

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

   What|Removed |Added

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

--- Comment #4 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com ---
(In reply to comment #1)
 I have solved this issue.
 
 
 Locate the file includes/CryptRand.php.
 Find the following line 313 (for me):
 
 $iv = mcrypt_create_iv( $rem, MCRYPT_DEV_URANDOM );
 
 Change it to:
 
 $iv = mcrypt_create_iv( $rem, MCRYPT_RAND );

Please DO NOT do this. MCRYPT_RAND uses rand() which is NOT cryptographically
secure. By changing that value to MCRYPT_RAND you eliminate the entire security
feature turning CryptRand into an insecure pesudo-random number generator and
re-opening yourself up to security vulnerabilities.

You are much MUCH better off taking the line:

if ( function_exists( 'mcrypt_create_iv' ) ) {

And changing it to:

if ( false ) {

This will simply make CryptRand skip over attempting to use mcrypt_create_iv.
If openssl_random_pseudo_bytes is available it'll use that. Otherwise it'll
fallback to our clock-dift based random number generator. Which is STILL more
cryptographically secure than MCRYPT_RAND.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 44142] mcrypt_rand_iv() not reliable with MCRYPT_DEV_URANDOM on Windows

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44142

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

   What|Removed |Added

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

--- Comment #3 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com ---
(In reply to comment #0)
 As far as I could tell, There was no way to work around this or even see if
 the
 error would pop up in the code, so I had to hack CryptRand.php so that
 MCRYPT_RAND was used instead of MCRYPT_DEV_URANDOM.
 
 Only then could installation complete.

This is not a good way to work around this issue, I've explained in detail
here:
https://bugzilla.wikimedia.org/show_bug.cgi?id=55364#c4

-- 
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 55366] New: TimedMediaHandler breaks UploadWizard if $wgFileExtensions redefined...

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55366

   Web browser: ---
Bug ID: 55366
   Summary: TimedMediaHandler breaks UploadWizard if
$wgFileExtensions redefined...
   Product: MediaWiki extensions
   Version: REL1_21 branch
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: UploadWizard
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: kel...@kiwix.org
CC: bawolff...@gmail.com, fflo...@wikimedia.org,
mtrac...@member.fsf.org, nischay...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

In your LocalSettings.php, if you configure things in the following order:
1 - require_once($IP/extensions/UploadWizard/UploadWizard.php);
2 - require_once($IP/extensions/TimedMediaHandler/TimedMediaHandler.php);
3 - $wgFileExtensions = array_merge( $wgFileExtensions, array( 'doc', 'docx' )
);

Then, you won't be able to use the UploadWizard *at all*. If will always fail
with the following javascript error:
This wiki does not accept filenames that end in the extension .xxx.

If you change $wgFileExtensions before requiring TimedMediaHandler.php, then it
works like a charm.

MediaWiki 1.21.2
PHP 5.3.10-1ubuntu3.8 (fpm-fcgi)
MySQL 5.5.28-0ubuntu0.12.04.2
Upload Wizard (Version 1.3)
TimedMediaHandler (Version 0.3)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55364] CryptRand.php

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55364

--- Comment #5 from zdroid9...@yahoo.com ---
Yea I just realized that and quickly reverted my change. Thank you!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55344] Fix search bug in extension:confirmaccount

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55344

--- Comment #4 from paladox2015 thomasmulhall...@yahoo.com ---
Because if I remove confirm account the search works if I install confirm
account it doesent so it seems there a problem with the extension and Mediawiki
1.22

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55366] TimedMediaHandler breaks UploadWizard if $wgFileExtensions redefined...

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55366

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

 CC||matma@gmail.com
   Assignee|wikibugs-l@lists.wikimedia. |matma@gmail.com
   |org |
   Target Milestone|--- |MW 1.22 version
  Flags||Backport_to_Stable?

--- Comment #1 from Bartosz Dziewoński matma@gmail.com ---
This is because TimedMediaHandler touches the $wgFileExtensions array in an
inappropriate way.

// Remove mp4 if not enabled:
if( $wgTmhEnableMp4Uploads === false ){
foreach( $wgFileExtensions as $inx = $val ) {
if( $val == 'mp4' ){
unset( $wgFileExtensions[$inx] );
}
}
}

This piece of code causes a certain value in that array to be missing. PHP
accepts it (since its arrays are also maps), but this results in the array
being serialized to JavaScript as an object, not an array, breaking
UploadWizard which expects the latter.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35894] Reports of secret key generation hanging on Windows with PHP 5.3.x

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35894

--- Comment #26 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com ---
(In reply to comment #20)
 I managed to pass this bug by stop the call to mcrypt_create_iv in
 CryptRand.php
 Changae the following line , line no:306
  if ( function_exists( 'mcrypt_create_iv' )) {
 To
  if ( function_exists( 'mcrypt_create_iv' )  1==2 ) {
 
 Try to run install proces, It will complate, And you may have to change some
 settings manually

+1 This is a reasonable workaround till this bug is finished. MW will safely
fall back to our clock drift based cryptographic random number generator which
is still relatively ok.

I'm just mentioning it because it looks like in duplicate bug reports people
are picking really bad ways of working around this bug. MCRYPT_DEV_URANDOM
should NEVER EVER EVER be changed to MCRYPT_RAND.

Doing that bypasses every cryptographic fallback we have available (including
our clock drift code which is still more secure than MCRYPT_RAND) replacing
MWCryptRand with an insecure PRNG and directly opening you up to every attack
MWCryptRand was created to protect your wiki from.

Quite frankly MCRYPT_RAND should have NEVER been included in PHP. If you look
up the PHP source code you'll find that MCRYPT_RAND is a plain wrapper right
around PHP's rand().

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55366] TimedMediaHandler breaks UploadWizard if $wgFileExtensions redefined...

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55366

Kelson [Emmanuel Engelhart] kel...@kiwix.org changed:

   What|Removed |Added

 CC||jger...@wikimedia.org
  Component|UploadWizard|TimedMediaHandler
   Assignee|matma@gmail.com |md...@wikimedia.org

-- 
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 55366] TimedMediaHandler breaks UploadWizard if $wgFileExtensions redefined...

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55366

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 87715 had a related patch set uploaded by Bartosz Dziewoński:
Don't break $wgFileExtensions structure when removing 'mp4'

https://gerrit.wikimedia.org/r/87715

-- 
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 55366] TimedMediaHandler breaks UploadWizard if $wgFileExtensions redefined...

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55366

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

-- 
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 55366] TimedMediaHandler breaks UploadWizard if $wgFileExtensions redefined...

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55366

Bartosz Dziewoński matma@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Assignee|md...@wikimedia.org |matma@gmail.com

-- 
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 55364] CryptRand.php

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55364

--- Comment #6 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com ---
Would you mind reporting what version of PHP and version and build of Windows
you are using. This bug is actually very specific to certain environment, there
are other situations where this code works perfectly fine on Windows.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55364] CryptRand.php

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55364

--- Comment #7 from zdroid9...@yahoo.com ---
MediaWiki - 1.21.2
PHP - 5.3.6 (cgi-fcgi)
MySQL - 5.0.96-log

The build of windows is not very specific but the hosting provider is godaddy.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 50288] Fatal error when using invalid target page title

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50288

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 87441 merged by jenkins-bot:
Fix fatal error when using invalid target page title

https://gerrit.wikimedia.org/r/87441

-- 
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 49588] Request for a new small extension setting page language

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49588

--- Comment #3 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 68852 merged by Liangent:
Initial version of the extension

https://gerrit.wikimedia.org/r/68852

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 52911] Error when use shortcuts with edit mode on Incubator

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52911

Revi b...@revi.pe.kr changed:

   What|Removed |Added

Summary|Error when use shortcuts on |Error when use shortcuts
   |Incubator   |with edit mode on Incubator

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55367] New: Use blue on notification links (for consistency with other links)

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55367

   Web browser: ---
Bug ID: 55367
   Summary: Use blue on notification links (for consistency with
other links)
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Keywords: accessibility, design
  Severity: enhancement
  Priority: Unprioritized
 Component: Echo
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: mybugs.m...@gmail.com
CC: agarr...@wikimedia.org, bs...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

As suggested at
https://pt.wikipedia.org/wiki/Project_talk:Notificações?diff=37029780
the color of the links View edit / View changes should be blue, and maybe
they should also be bold. The idea is to make them more consistent with the
remaining of the MediaWiki interface and make it easier to identify the links
in the middle of the text.

The color could change at least when the mouse is over an item (as currently
happens for the talk page link, which changes from gray to blue in the
hovered item).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38911] [Tablesorter] Headers with rowspan should be considered for all rows

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38911

Timeshifter zedlight...@gmail.com changed:

   What|Removed |Added

 CC||zedlight...@gmail.com

--- Comment #7 from Timeshifter zedlight...@gmail.com ---
The last fix does not work in this case: 
*[[Help talk:Sorting]] - see section Sorting not working with complex
headers.

{| class=wikitable sortable
|-
! rowspan=2 | name
! colspan=2 | Data columns
! rowspan=2 | Another column
|-
! data
! more data
|-
| cats
| 273
| 53
| 1
|-
| dogs
| 65
| 8,492
| 2
|-
| mice
| 1,649
| 548
| 3
|}

-- 
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 53132] Notifications are not sent when a user mentions another if the signature of the sender contains localized namespaces

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53132

--- Comment #15 from Helder mybugs.m...@gmail.com ---
For the record, given the current usage of customized signatures on Portuguese
Wikipedia[0], there are at least 741 users who are not able to use Echo to
mention other users, and previous to a change[1] to our
[[pt:MediaWiki:Signature]], the number was over 17000 (female users which
didn't customize their signature).

[0]
https://pt.wikipedia.org/wiki/Project_talk:Notificações#Dados_de_Prefer.C3.AAncias
[1] https://pt.wikipedia.org/w/index.php?diff=36985689oldid=27625950

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 50288] Fatal error when using invalid target page title

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50288

s7ep...@gmail.com changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
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 55368] New: HTTPS opt-out does not work on de.wikipedia

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55368

   Web browser: ---
Bug ID: 55368
   Summary: HTTPS opt-out does not work on de.wikipedia
   Product: Wikimedia
   Version: wmf-deployment
  Hardware: PC
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: SSL related
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: konra...@outlook.com
Classification: Unclassified
   Mobile Platform: ---

Although the Always use a secure connection when logged in check box is
unchecked, de.wikipedia uses secure protocol for some users and also each
explicit http page request is redirected to https.

https://de.wikipedia.org/wiki/Wikipedia:FZW#Sichere_Anmeldung

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55368] HTTPS opt-out does not work on de.wikipedia

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55368

Inkowik konra...@outlook.com changed:

   What|Removed |Added

   Hardware|PC  |All

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55368] HTTPS opt-out does not work on de.wikipedia

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55368

Betacommand phoenixoverr...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||phoenixoverr...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Betacommand phoenixoverr...@gmail.com ---


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

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54626] forceHTTPS session cookie placed even with HTTPS opt-out set

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54626

Betacommand phoenixoverr...@gmail.com changed:

   What|Removed |Added

 CC||konra...@outlook.com

--- Comment #5 from Betacommand phoenixoverr...@gmail.com ---
*** Bug 55368 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54368] Create OTRS-member user group on fa.wikipedia

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54368

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

 CC||tom...@twkozlowski.net

--- Comment #10 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
(In reply to comment #9)
 Is there any problem?

Yes, people don't seem to understand why you need this user group. If the only
reason to have it is to be able to list people with access to OTRS, then I
suggest to manually create such a list on your wiki, or use the category
system.

Otherwise, if you want to do something else (ie. exempt OTRS agents from some
abuse filters), please state so.

And now that I had a look at your config in InitialiseSettings.php, I notice
you have an 'autopatrolled' group already, so I really can't see the point of
having yet another user group with the same exact rights.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 37608] Enable Extension:GoogleNewsSitemap on el wikinews

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37608

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

 CC||tom...@twkozlowski.net

--- Comment #10 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
Bump bump.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 49015] reset $wgRestrictDisplayTitle to false and $wgAllowDisplayTitle to true for all wikivoyages

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49015

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

 CC||tom...@twkozlowski.net

--- Comment #23 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
What's the state of this? I see that Reedy reverted himself, but I can't find
any justification for him doing so; has the patch broken something, or can we
go ahead following comment 22?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54368] Create OTRS-member user group on fa.wikipedia

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54368

--- Comment #11 from Calak calakw...@yahoo.com ---
'autoconfirmed' not 'autopatrolled' right. It is only a symbolic right, you can
ignore it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55370] New: VisualEditor: Implement some form of auto-save

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55370

   Web browser: ---
Bug ID: 55370
   Summary: VisualEditor: Implement some form of auto-save
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MediaWiki integration
  Assignee: krinklem...@gmail.com
  Reporter: esand...@wikimedia.org
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
roan.katt...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

With wikitext editing, people work around this by writing long articles in
word, or relying on browsers remembering form data if it crashes.

Perhaps with local storage we can take periodic snapshots of DM HTML, or even
the entire surface state (DM data, IV store, internal list, transaction history
etc.) and offer to restore it if the changes went unsaved.

-- 
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 55369] New: Parsoid cannot connect to https host

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55369

   Web browser: ---
Bug ID: 55369
   Summary: Parsoid cannot connect to https host
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: General
  Assignee: jforres...@wikimedia.org
  Reporter: s...@mc128k.info
CC: jforres...@wikimedia.org, krinklem...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Hi
When I run parsoid linked to a wiki which is https only, it doesn't work. This
can be reproduced in any installation.

I set port 80 to be a redirect to port 443, and the parsoid URL is
https://wiki.name/api.php in localsettings.js

-- 
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 51136] Set up ombudsmenwiki for EasyTimeline

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51136

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

 CC||sydney.po...@gmail.com,
   ||tom...@twkozlowski.net

--- Comment #2 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
I'm CC-ing Sydney (FloNight) to this bug; @Sydney, can you please check whether
this extensions works on ombudsmenwiki and if it does, close this bug  let us
know? Thanks :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 51136] Set up ombudsmenwiki for EasyTimeline

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51136

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

 CC||huji.h...@gmail.com

--- Comment #3 from Tomasz W. Kozlowski tom...@twkozlowski.net ---
[Also CC'ing Huji with the same request :)]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53373] Activate Flagged Revisions for modules namespace on Polish Wiktionary

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53373

Tomasz W. Kozlowski tom...@twkozlowski.net changed:

   What|Removed |Added

   Priority|Normal  |Low
 Status|NEW |ASSIGNED
 CC||tom...@twkozlowski.net
   Assignee|wikibugs-l@lists.wikimedia. |tom...@twkozlowski.net
   |org |
   Severity|major   |enhancement

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 49015] reset $wgRestrictDisplayTitle to false and $wgAllowDisplayTitle to true for all wikivoyages

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49015

--- Comment #24 from Ryan Holliday ryan.holli...@gmail.com ---
Note that for Wikivoyage language versions that needed this functionality we've
ended up using Javascript to suppress the page title, but if it ends up that
there is a less hacky way to suppress the title it would be appreciated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55371] New: API action=queryprop=revisions doesn't return diff in xml

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55371

   Web browser: ---
Bug ID: 55371
   Summary: API action=queryprop=revisions doesn't return diff in
xml
   Product: MediaWiki
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: API
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: benap...@gmail.com
CC: bjor...@wikimedia.org, bryan.tongm...@gmail.com,
roan.katt...@gmail.com, s...@reedyboy.net
Classification: Unclassified
   Mobile Platform: ---

When I execute this api:

:action=queryprop=revisionsformat=jsonrvprop=contentrvlimit=1rvtoken=rollbackrvdiffto=prevtitles=User%3APetrb

it return content and diff

but if I execute xml:

:action=queryprop=revisionsformat=xmlrvprop=contentrvlimit=1rvtoken=rollbackrvdiffto=prevtitles=User%3APetrb

I only get a content of page.

This makes it necessary to execute 2 different queries in order to get same
thing in xml which you can have from any other format

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55371] API action=queryprop=revisions doesn't return diff in xml

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55371

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

   What|Removed |Added

   Priority|Unprioritized   |High

--- Comment #1 from Peter Bena benap...@gmail.com ---
this was tested on english wiki

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 53373] Activate Flagged Revisions for modules namespace on Polish Wiktionary

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53373

--- Comment #6 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 87720 had a related patch set uploaded by Odder:
(bug 53373) Enable FlaggedRevs for Module NS on plwiktionary

https://gerrit.wikimedia.org/r/87720

-- 
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 53373] Activate Flagged Revisions for modules namespace on Polish Wiktionary

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53373

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

-- 
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 40632] Kill $wgCleanupPresentationalAttributes from MediaWiki core

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40632

Helder mybugs.m...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=39614

-- 
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 39614] Replace deprecated HTML tags in HTML5

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39614

Helder mybugs.m...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||mybugs.m...@gmail.com
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=40632
 Resolution|--- |INVALID

--- Comment #2 from Helder mybugs.m...@gmail.com ---
Marking this as invalid since $wgCleanupPresentationalAttributes was removed on
Change-Id: I4e86305520a3b22ef88381caab55d24abac932e3
(per bug 40632).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 209] HTML validity (tracking)

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=209

Bug 209 depends on bug 39614, which changed state.

Bug 39614 Summary: Replace deprecated HTML tags in HTML5
https://bugzilla.wikimedia.org/show_bug.cgi?id=39614

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |INVALID

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 40579] Update Sanitizer to support replacement of whole elements instead of just attributes.

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40579

Helder mybugs.m...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||mybugs.m...@gmail.com
 Resolution|--- |WONTFIX

--- Comment #5 from Helder mybugs.m...@gmail.com ---
(In reply to comment #4)
 (In reply to comment #2)
  This is part of $wgCleanupPresentationalAttributes. Right now for a purely
  technical reason we transform attributes that were removed from HTML but not
  elements that were removed from html.
 
 Right, I believe this is the wrong direction to be headed in. I've filed bug
 40632 (Kill $wgCleanupPresentationalAttributes from MediaWiki core).

The feature was removed, so I'm marking this as WONTFIX.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 209] HTML validity (tracking)

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=209

Bug 209 depends on bug 40579, which changed state.

Bug 40579 Summary: Update Sanitizer to support replacement of whole elements 
instead of just attributes.
https://bugzilla.wikimedia.org/show_bug.cgi?id=40579

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 4557] strike tag is deprecated in HTML5; normalize to s in parser/sanitizer

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4557

Bug 4557 depends on bug 40579, which changed state.

Bug 40579 Summary: Update Sanitizer to support replacement of whole elements 
instead of just attributes.
https://bugzilla.wikimedia.org/show_bug.cgi?id=40579

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 47332] en.Wikivoyage: increase default image thumb size to 270 and change user prefs thumb size choices

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=47332

Ryan Holliday ryan.holli...@gmail.com changed:

   What|Removed |Added

 CC||ryan.holli...@gmail.com

--- Comment #6 from Ryan Holliday ryan.holli...@gmail.com ---
Since this is already marked WONTFIX I'm not sure if this is the right place to
comment, but English Wikivoyage is trying to standardize on a larger thumbnail
size (270px), which seems more appropriate for a travel guide where images play
a larger role in illustrating the article content.

We're trying to figure out if we need to run a bot to standardize image sizes,
so before doing so I'd like to better understand the logic behind not changing
the default thumbnail size and whether or not that option really is a
non-starter.  If the concern is performance, wouldn't the same performance
issue be encountered whether the default thumbnail size is 270px or whether
we manually change all images to be thumb|270px?  If so, wouldn't it make
more sense to change the default thumbnail size so that users who add new
images with the thumb syntax don't have that image generated twice (once when
they first add it, and again when it gets resized to the standard sizing)? 
That would have the added benefit of making our image syntax simpler since we
wouldn't need to manually specify sizes for each and every image.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41917] Table summary should render HTML5

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41917

Helder mybugs.m...@gmail.com changed:

   What|Removed |Added

   Keywords||newparser
 CC||mybugs.m...@gmail.com
  Component|General/Unknown |Parser

--- Comment #1 from Helder mybugs.m...@gmail.com ---
Given that $wgCleanupPresentationalAttributes was removed from MW (bug 40632),
do we still want this kind of transformation being made by its parser?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 54413] Add necessary functions to $wgRedactedFunctionArguments

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54413

--- Comment #1 from T. Gries m...@tgries.de ---
Sam, I need to learn more about this, then I can fulfill your request.

Can you send me a pointer to a relevant page, or perhaps you can add a new
section on https://www.mediawiki.org/wiki/Security_for_developers page ?

-- 
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 46053] [CODE QUALITY] Cleanup ancient un-needed comments and remove superfluous wfDebug statements

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46053

--- Comment #2 from T. Gries m...@tgries.de ---
(In reply to comment #0)
Sam wrote
 They just look messy!

What do you mean exactly ? Please add one or more examples. I am willing to
clean the code.

-- 
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 55372] unable to render ascii (unicode / utf8 ??) properly

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55372

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

   What|Removed |Added

   Priority|Unprioritized   |High
 Blocks||34892
   Severity|normal  |critical

-- 
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 34892] Huggle's blockers for next release (tracking)

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34892

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

   What|Removed |Added

 Depends on||55372

-- 
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 55372] New: unable to render ascii (unicode / utf8 ??) properly

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55372

   Web browser: ---
Bug ID: 55372
   Summary: unable to render ascii (unicode / utf8 ??) properly
   Product: Huggle
   Version: trunk
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Application
  Assignee: benap...@gmail.com
  Reporter: benap...@gmail.com
CC: benap...@gmail.com, mmovc...@wikipedia.de
Classification: Unclassified
   Mobile Platform: ---

Non-ASCII characters seem to be displaying wrongly.

for instance on https://en.wikipedia.org/wiki/Sikha

The '''sikha''' or '''shikha''' ({{lang-sa|शिखा}};
renders as
The '''sikha''' or '''shikha''' ({{lang-sa|शिखा}};

I'm using QT4, Ubuntu 13.04, XFCE 4.10; Huggle 3.0.0.0 build 184 5de9bec
without python support.

-- 
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 54508] No clear way to disable consumer mode

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54508

--- Comment #1 from T. Gries m...@tgries.de ---
Hi Brad,

your question needs a clarification: 

From the wording of the bug subject I do understand, that you want to run your
MediaWiki as provider only.

This has not yet been foreseen, currently - with the extension included you can
chose between consumer only and consumer and provider modes.

Please let me know, if you really meant and need the provider only mode.

-- 
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 54639] Echo is not triggering notifications when a mention is made while reorganizing comments in the page

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54639

--- Comment #3 from Helder mybugs.m...@gmail.com ---
As reported at
https://pt.wikipedia.org/w/index.php?diff=prevoldid=37057524
the notification is also not sent if I just replace * by # in the previous
comment before posting my reply:
https://pt.wikipedia.org/wiki/Project_talk:Notifica%C3%A7%C3%B5es?diff=37057373

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 55372] unable to render ascii (unicode / utf8 ??) properly

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=55372

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

   What|Removed |Added

URL||https://github.com/huggle/h
   ||uggle3-qt-lx/issues/6

--- Comment #1 from Peter Bena benap...@gmail.com ---
I suspect this is because of invalid conversion from byte/socket data arrays

-- 
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 9604] Get OpenID extension to a state where it could be used on Wikimedia projects as a provider (tracking)

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9604

Bug 9604 depends on bug 54507, which changed state.

Bug 54507 Summary: $wgOpenIDAllowExistingAccountSelection = false doesn't work, 
at least not entirely
https://bugzilla.wikimedia.org/show_bug.cgi?id=54507

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |INVALID

-- 
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 54507] $wgOpenIDAllowExistingAccountSelection = false doesn't work, at least not entirely

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=54507

T. Gries m...@tgries.de changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |INVALID

--- Comment #1 from T. Gries m...@tgries.de ---
(In reply to comment #0)
 I set $wgOpenIDAllowExistingAccountSelection = false, but it still shows the
 link to Special:OpenIDConvert on Special:Preferences and
 Special:OpenIDConvert
 still acts like it will work.

You most probably misunderstood the meaning of this parameter. 

Let me explain.

According to https://www.mediawiki.org/wiki/Openid#Configuration it does this
when set true:

when first-time logging in with OpenID, show option to select an existing
MediaWiki user

So when you create an account on an E:OpenID-enabled wiki, it shows you
_also_ a form where you can enter i) the name of an existing account user ii)
the associated password. In that way, you can come with your OpenID to your
MediaWiki, login and associate that OpenID with the user account.

I am closing this bug, but feel free to reopen it, if you are unhappy with my
decision and if you need further clarifications.

-- 
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 50431] TemplateData: Process language fallback and conversion server-side

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50431

Gerrit Notification Bot gerritad...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW

-- 
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 52922] TemplateData: Translated InterfaceText items should be shown in user language

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52922

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

Summary|TemplateData: Translated|TemplateData: Translated
   |InterfaceText items are not |InterfaceText items should
   |shown in user language  |be shown in user language

-- 
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 50431] TemplateData: Process language fallback and conversion server-side

2013-10-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50431

--- Comment #20 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 87724 had a related patch set uploaded by Krinkle:
Implement getIntefaceTextInLanguage and use API and Parser

https://gerrit.wikimedia.org/r/87724

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


  1   2   3   >