[Bug 50271] VisualEditor: VE eats away the end of /ref}} templates

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50271

Quim Gil q...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Quim Gil q...@wikimedia.org ---
I can't reproduce it either. Let's say it's 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 51792] VisualEditor: Non-English Wikipedia issues (tracking)

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51792

Bug 51792 depends on bug 50271, which changed state.

Bug 50271 Summary: VisualEditor: VE eats away the end of /ref}} templates
https://bugzilla.wikimedia.org/show_bug.cgi?id=50271

   What|Removed |Added

 Status|ASSIGNED|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 52631] New: I can't install without mySQL extension

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52631

   Web browser: ---
Bug ID: 52631
   Summary: I can't install without mySQL extension
   Product: MediaWiki
   Version: 1.22-git
  Hardware: PC
OS: Linux
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: Installer
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: dennis.to...@gmail.com
Classification: Unclassified
   Mobile Platform: ---

Hi, my first bug filled!

I can't install a new fresh Mediawiki because the installer don't continue
without a mysql driver in php.

I confirm that I have installed the latest version of PHP (5.5.1) as Fedora 19
have it and the extension of SQLite is valid.

I'm attending in Wikimania if anyone want to see my laptop to confirm this.

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


[Bug 52632] New: Pull request: fix for not being able to install without mb_convert_encoding function

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52632

   Web browser: ---
Bug ID: 52632
   Summary: Pull request: fix for not being able to install
without mb_convert_encoding function
   Product: MediaWiki extensions
   Version: REL1_21 branch
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: MobileFrontend
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: hwguy.sip...@gmail.com
CC: aricha...@wikimedia.org, jgon...@wikimedia.org,
jrob...@wikimedia.org, kw...@wikimedia.org,
maxsem.w...@gmail.com, mgro...@wikimedia.org,
mpinc...@wikimedia.org, rkald...@wikimedia.org,
tf...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

The extension doesn't work (gives fatal error) if PHP is compiled without
multibyte string functions, specifically mb_convert_encoding.

Here's a patch.

In /includes/HtmlFormatter.php, in the root class, add:

/*
* Converts UTF-8 characters to HTML entities
* @param string $string: The string to convert
* @return string: The converted string
*/
public function convertToHtmlEntities( $string ) {
if ( function_exists ( 'mb_convert_encoding' ) ) {
return mb_convert_encoding( $string, 'HTML-ENTITIES', 'UTF-8' );
}
return htmlspecialchars_decode( utf8_decode( htmlentities( $string ) ) );
}

In getDoc function, replace
$html = mb_convert_encoding( $this-html, 'HTML-ENTITIES', UTF-8 );
with
$html = $this-convertToHtmlEntities( $this-html );

And in fixLibXML, replace
$html = mb_convert_encoding( $html, 'UTF-8', 'HTML-ENTITIES' );
with
$html = $this-convertToHtmlEntities( $html );

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


[Bug 52633] New: Enable import on ckb.wikipedia

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52633

   Web browser: ---
Bug ID: 52633
   Summary: Enable import on ckb.wikipedia
   Product: Wikimedia
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
  Assignee: wikibugs-l@lists.wikimedia.org
  Reporter: calakw...@yahoo.com
CC: benap...@gmail.com, dereck...@espace-win.org,
wikimedia.b...@snowolf.eu
Classification: Unclassified
   Mobile Platform: ---

Hello. Per community consensus (see URL), please:

1- Enable import on ckb.wiki and add fa, ar, ku, en, de, fr, it, es, ru, pt
wikis as import source for this project ($wgImportSources setting).
2- Add 'importupload' right to administrators.
3- Bureaucrats should be able to add/remove both Importer (import) and
Transwiki importer (transwiki) groups.

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 50271] VisualEditor: VE eats away the end of /ref}} templates

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50271

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|--- |VE-deploy-2013-07-18

-- 
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 52633] Enable import on ckb.wikipedia

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52633

Calak calakw...@yahoo.com changed:

   What|Removed |Added

URL||http://ckb.wikipedia.org/wi
   ||ki/ویکیپیدیا:ڕاپرسی_بۆ_چالا
   ||ککردنی_مافی_ھاوردن

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


[Bug 52581] TemplateData: Implement inferred templatedata as fallback based on the contents of the template

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52581

--- Comment #2 from kipod fur.hew...@gmail.com ---
https://he.wikipedia.org/wiki/Mediawiki:Gadget-TemplateParamWizard.js

the function is called buildParamsRaw() (data is the raw template page).

i cannot guarantee that it always works flawlessly, but the wizard works on
hewiki  for a while now (more than a year), and i did not get any bug reports
(i did have some bug reports for previous versions).

i think it is possible to intentionally create a legal template that will give
bad results there: specifically, this function does not take nowiki and
noinclude tags into account.

OTOH, it uses only 9 out of the budget of 15, so you have 6 lines to augment
those shortcomings...

more seriously: i assumed the codebase already have non-negligible amount of
logic that can be used to distill the parameter list of a template. 

(full disclosure: i too did not believe it can be done without tons of code -
Eran Roz showed me the light)

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


[Bug 52631] I can't install without mySQL extension

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52631

--- Comment #1 from Superzerocool dennis.to...@gmail.com ---
By the way: if I run php -m, this is the output:

[dtobar@localhost wiki]$ php -m
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gettext
hash
iconv
json
libxml
mbstring
mhash
openssl
pcntl
pcre
Phar
posix
readline
Reflection
session
shmop
SimpleXML
sockets
SPL
SQLite
standard
sysvmsg
sysvsem
sysvshm
tokenizer
wddx
xml
xmlreader
xmlwriter
xsl
zip
zlib

[Zend Modules]

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


[Bug 50540] VisualEditor: Display both edit and edit source links for sections without hover

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50540

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|--- |VE-deploy-2013-08-15

-- 
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 37861] VisualEditor on Opera 12: editing existing link doesn't work, breaks selection logic

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37861

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

   Target Milestone|--- |VE-deploy-2013-08-15

-- 
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 52631] I can't install without mySQL extension

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52631

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

 CC||dz...@wikimedia.org

--- Comment #2 from Daniel Zahn dz...@wikimedia.org ---
from docs: If SQLite module for PHP is properly installed, MediaWiki installer
(/config/index.php) should offer you an option to use SQLite.

so, do you get the option and then some error (which?) or do you just not get
the option?

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


[Bug 33105] VisualEditor: Preserve rich text formatting when pasting from internal or external sources (tracking)

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33105

--- Comment #20 from James Forrester jforres...@wikimedia.org ---
*** Bug 37860 has been marked as a duplicate of this bug. ***

-- 
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 37860] VisualEditor: Cut-n-paste from one window to another loses formatting

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37860

James Forrester jforres...@wikimedia.org changed:

   What|Removed |Added

 Resolution|FIXED   |DUPLICATE

--- Comment #11 from James Forrester jforres...@wikimedia.org ---
Sorry, not fixed but duplicate of bug 33105.

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

-- 
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 52631] I can't install without mySQL extension

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52631

Superzerocool dennis.to...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Superzerocool dennis.to...@gmail.com ---
It's weird, but Chrome gone wrong with cache update when I installed the
Mediawiki code and restarted the apache server.

Now it's working without problem.

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 52611] Upload Wizard not respecting default license of user

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52611

--- Comment #3 from Ryan Kaldari rkald...@wikimedia.org ---
Looks like this was broken by the campaigns refactoring. Specifically:
https://gerrit.wikimedia.org/r/#/c/72850/
https://gerrit.wikimedia.org/r/#/c/70446/

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


[Bug 52135] VisualEditor: VE should detect template parameters automatically instead of using hand-written TemplateData

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52135

--- Comment #3 from kipod fur.hew...@gmail.com ---
templatewizard on hewiki implements this logic using 9 lines on JS, (so PHP 
should probably be able to accomplish that with no more than 50 lines). might
not be perfect, but it works for a long time now, and i did not get any bug
report yet.

peace.

-- 
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 52634] New: Links pointing to the wrong page if not typed exactely (capital letter included), when they are not the first option on the list

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52634

   Web browser: ---
Bug ID: 52634
   Summary: Links pointing to the wrong page if not typed exactely
(capital letter included), when they are not the first
option on the list
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: critical
  Priority: Unprioritized
 Component: MediaWiki integration
  Assignee: krinklem...@gmail.com
  Reporter: sandrobt.w...@gmail.com
CC: jforres...@wikimedia.org, krinklem...@gmail.com,
roan.katt...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

Here is how to reproduce it, when trying to add a link to the page Maria on
en.wiki.

1) Select the add link icon and type maria
2) Select Maria, which is at the end of the suggested list
3) Press Enter or the  button
4) Save

The link is added to Mariah Carey (which was on the top of the suggested list).
Cf.
https://en.wikipedia.org/w/index.php?title=User:Sandrobt/provadiff=prevoldid=567641122

Note that this doesn't happen if in 2) you had typed Maria (which is the
exact title of the page you want to link to).
Cf.
https://en.wikipedia.org/w/index.php?title=User:Sandrobt/provadiff=nextoldid=567641169

The same problem appears in similar situations in it.wiki (for example when
adding a link to Sega you need to type it exactly like that, since the first
option is always SEGA) 

I'm using Firefox 22.0 on Mac OS X 10.6.8.

-- 
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 52584] Dump files not being updated on /public

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52584

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

   What|Removed |Added

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

--- Comment #3 from Ariel T. Glenn ar...@wikimedia.org ---
I see last night's rsync is going; it will be a while before it catches up but
it will eventually. Closing.

-- 
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 52627] Add Armenia in Armenian to the database

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52627

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

   What|Removed |Added

   Severity|normal  |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 52603] Add new components under Analytics product

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52603

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

   What|Removed |Added

   Severity|normal  |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 52633] Enable import on ckb.wikipedia

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52633

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

   What|Removed |Added

   Severity|normal  |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 52625] Add cc-by-sa-3.0-cn license texts

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52625

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

   What|Removed |Added

   Severity|normal  |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 30790] timeline doesn't render farsi correctly

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30790

Adam Wight s...@ludd.net changed:

   What|Removed |Added

 Status|ASSIGNED|PATCH_TO_REVIEW
 CC||s...@ludd.net

--- Comment #10 from Adam Wight s...@ludd.net ---
This works for me:

putenv(GDFONTPATH=/usr/share/fonts/truetype/ttf-dejavu);
$wgTimelineSettings-fontFile = DejaVuSans;

Please confirm whether this helps on fawiki.

-- 
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 30790] timeline doesn't render farsi correctly

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30790

--- Comment #11 from Adam Wight s...@ludd.net ---
ugh... but the characters are reversed, bug 4030

-- 
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 52634] Links can point to wrong page if not matching case exactly and when not first option in the list

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52634

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

Summary|Links pointing to the wrong |Links can point to wrong
   |page if not typed exactely  |page if not matching case
   |(capital letter included),  |exactly and when not first
   |when they are not the first |option in the list
   |option on the list  |
   Severity|critical|normal

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
[resetting severity, see http://www.mediawiki.org/wiki/Bugzilla/Fields#Severity
]

-- 
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 52625] Add cc-by-sa-3.0-cn license texts

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52625

Andre Klapper aklap...@wikimedia.org 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 52634] Links can point to wrong page if not matching case exactly and when not first option in the list

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52634

--- Comment #2 from Sandrobt sandrobt.w...@gmail.com ---
Ok, note taken. Though, a bug that inserts the wrong link in a pretty large
variety of situation, despite selecting the correct one and without giving any
clue of having done so, is a pretty seriuos problem and has probably alredy
produced quite a lot of wrong wikilinks.

-- 
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 52616] Should use semantically correct del and ins instead of span

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52616

Andre Klapper aklap...@wikimedia.org 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 46463] Edit preview renders in wrong directionality

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46463

--- Comment #2 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 55454 merged by jenkins-bot:
(bug 46463) Mark edit preview as in page view language

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

-- 
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 52570] When user makes new password, the user is stopped by error: incorrect password, even when the password is correct

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52570

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Immediate   |High

--- Comment #8 from Andre Klapper aklap...@wikimedia.org ---
Could you confirm I get it correctly that 
* this is reproducible,
* more than one user, and
* more than one wiki
are affected by this?

Is there a test account that could be used to experience the problem?

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


[Bug 49045] Add lat/lon to exif

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49045

Linas Valiukas shirshe...@gmail.com changed:

   What|Removed |Added

 CC||shirshe...@gmail.com

--- Comment #2 from Linas Valiukas shirshe...@gmail.com ---
It seems that the image has lat/lon attached when it's chosen from the Photo
Library (if the Camera app has been given a permission to access GPS
previously):

http://commons.wikimedia.org/wiki/File:Has_location.jpg

But doesn't when a new photo is made with the Commons app:

http://commons.wikimedia.org/wiki/File:This_is_a_test.jpg

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


[Bug 49045] Add lat/lon to exif

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49045

--- Comment #3 from Brion Vibber br...@wikimedia.org ---
Hmm, this could be because we don't request location permission for the app.
We'll have to double-check... we'll definitely want it for 'nearby' views and
for adding current coordinates to a photo that didn't have them built in
already, so if just adding that fixes this then yay. :)

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


[Bug 50941] When moving bug to MediaWiki product, no default value for version

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50941

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Bugzilla does not allow defining a general default value for the Move to other
product dialog (while you can define that for enter_bug.cgi).

If the previous version value for product X also exists for product Y, Bugzilla
will by default preselect that value. I'm not sure if setting a general default
value for the Moving from product X to Y dialog makes sense (would be an
upstream enhancement request).

As the version master exists in product MediaWiki extensions but not in
product MediaWiki, that's expected behavior, hence closing as WORKSFORME
here.


However, if I had a time machine I'd not introduce the version master as it's
meaningless over time. With the current setup, I might need to start
mass-moving tickets with master version to REL_1_xy branch whenever we
branch, so master tickets really only refer to current master. Hmm, hmm.
Untidyness.

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


[Bug 52601] Good

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52601

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 CC||dvanli...@gmail.com
  Component|gerrit-stats|General/Unknown

-- 
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 45448] http://gerrit-stats.wmflabs.org/ is 503 Service Temporarily Unavailable

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45448

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 CC||dvanli...@gmail.com
  Component|gerrit-stats|General/Unknown

-- 
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 52603] Add new components under Analytics product

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52603

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |ASSIGNED
   Assignee|wikibugs-l@lists.wikimedia. |aklap...@wikimedia.org
   |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 52628] please change mail FROM address to not use noc@

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52628

--- Comment #2 from Daniel Zahn dz...@wikimedia.org ---
existing mchenry alias. sounds outdated. what kind of update makes sense?

otrsadmin:  jeluf, elian

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


[Bug 28481] Database::tableExists() shows notice

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28481

--- Comment #2 from Andre Klapper aklap...@wikimedia.org ---
Is this still an issue nowadays?

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


[Bug 46721] http://planet.wikimedia.org/atom.xml redirect stopped working in January without notice

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46721

--- Comment #2 from Daniel Zahn dz...@wikimedia.org ---
redirects to http://meta.wikimedia.org/wiki/Planet_Wikimediaatom.xml..
where should it redirect instead?

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


[Bug 40926] HipHop issues (tracking)

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40926

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Low |High

--- Comment #4 from Andre Klapper aklap...@wikimedia.org ---
Note: Using HipHop is planned for approx. the end of 2013.

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


[Bug 43679] mb_check_encoding() change in php 5.4.10

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=43679

--- Comment #6 from Andre Klapper aklap...@wikimedia.org ---
Both patches mentioned here have received -1's and likely need rework.

-- 
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 44866] Broken (301 etc) feed URLs on Planet Wikimedia create empty links in sidebar

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=44866

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||dz...@wikimedia.org
 Resolution|--- |FIXED

--- Comment #8 from Daniel Zahn dz...@wikimedia.org ---
I see this HTML source now for the example of Guillaume's feed:

a href=https://guillaumepaumier.com/category/wikimedia/feed/;
title=subscribeimg src=images/feed-icon-10x10.png alt=(feed)/a a
href=https://guillaumepaumier.com; title=Guillaume Paumier »
WikimediaGuillaume Paumier/a

Isn't this fixed?

-- 
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 45806] en.planet stopped updating

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45806

--- Comment #20 from Daniel Zahn dz...@wikimedia.org ---
well, all that would be todo here is reporting to upstream.. but we're fine
with the hack ...

-- 
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 52628] please change mail FROM address to not use noc@

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52628

--- Comment #3 from Thehelpfulone thehelpfulonew...@gmail.com ---
I'd say we should use the OTRS-admins@ mailman mailing list address instead if
you could do that, and update that mchenry alias to also go to the list.

Casey: are you okay with that in terms of additional moderation work?

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


[Bug 52581] TemplateData: Implement inferred templatedata as fallback based on the contents of the template

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52581

Thomash Lee ifurk...@hotmail.com changed:

   What|Removed |Added

 CC||ifurk...@hotmail.com

--- Comment #3 from Thomash Lee ifurk...@hotmail.com ---
Hi kipod. I can't understand Hebrew language and I have some trouble to test it
in Hebrew Wikipedia. Can you translate the gadget to English Wikipedia under
your own userspace? 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 52628] please change mail FROM address to not use noc@

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52628

--- Comment #4 from Daniel Zahn dz...@wikimedia.org ---
good idea. sure. it may also need a step on the list config side though to
accept mail from this non-member address.

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


[Bug 52603] Add new components under Analytics product

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52603

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 CC||ar...@wikimedia.org

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
 the component webstatscollector from Datasets can be moved to Analytics.

For this part I'd like to understand what has changed since bug 42088 comment 9
before going ahead. CC'ing Ariel.


 The component Gerrit-stats can be removed; 

Removed; had to move two existing tickets to General for that.

Components Limn and Kraken added (plus links to description).

The Analytics  ReportCard component links to http://reportcard.wmflabs.org/
which states Limn in the title, any changes wanted for that too?

-- 
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 52628] please change mail FROM address to not use noc@

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52628

--- Comment #5 from Daniel Zahn dz...@wikimedia.org ---
cc: otrs-admins-ow...@lists.wikimedia.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 52610] action=opensearch converts Project:About, but not Wikipedia:About

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52610

Andre Klapper aklap...@wikimedia.org 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 51566] Limn: expose tab names in URL

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51566

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

  Component|General/Unknown |Limn

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


[Bug 51205] VisualEditor: support right-click on page titles and different formatting for disambiguation

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51205

Chris McKenna cmcke...@sucs.org changed:

   What|Removed |Added

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

-- 
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 48915] VisualEditor: Respect Parsoid's base

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48915

Chris McKenna cmcke...@sucs.org changed:

   What|Removed |Added

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

-- 
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 51447] Jenkins: Store build output in a static storage and wipe from Jenkins build history

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51447

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 75632 merged by Dzahn:
contint: python dependency for publish-console.py

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

-- 
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 52613] Upgrading to 1.21, populateRevisionSha1.php fails to populate rev_sha1 fields

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52613

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |High
 CC||aklap...@wikimedia.org
   Severity|normal  |major

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Thanks for taking the time to report this and even providing a potential fix
for mediawiki/core/includes/Revision.php !

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


[Bug 52628] please change mail FROM address to not use noc@

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52628

Thehelpfulone thehelpfulonew...@gmail.com changed:

   What|Removed |Added

 CC||dbryan...@gmail.com,
   ||raimond.spekk...@gmail.com

--- Comment #6 from Thehelpfulone thehelpfulonew...@gmail.com ---
I've cced the other list admins, Casey is one of them, Raimond and Daniel are
the others.

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


[Bug 52635] New: broken autocomments for 0 as value for labels or descriptions

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52635

   Web browser: ---
Bug ID: 52635
   Summary: broken autocomments for 0 as value for labels or
descriptions
   Product: MediaWiki extensions
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: tobias.gritschac...@wikimedia.de
CC: wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

when a label or description is set to 0, there are spaces missing in the
autocomments.

-- 
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 46721] http://planet.wikimedia.org/atom.xml redirect stopped working in January without notice

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46721

--- Comment #3 from Niklas Laxström niklas.laxst...@gmail.com ---
I replaced my feed url to http://en.planet.wikimedia.org/atom.xml long time
ago.

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


[Bug 45806] en.planet stopped updating

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=45806

--- Comment #21 from Andre Klapper aklap...@wikimedia.org ---
If there is a clear testcase and if somebody tells me where upstream is I can
forward the ticket. https://github.com/rubys/venus/issues ?
https://code.google.com/p/feedparser/issues/list ?

-- 
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 52602] VisualEditor: Edit notices don't scroll

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52602

--- Comment #1 from Chris McKenna cmcke...@sucs.org ---
A couple of users have reported this also happening with the notice
specifically for VE, which I presume is the beta welcome dialog. They are
unable to scroll through and read it 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 52578] Add botadmin user group on ckb.wikipedia

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52578

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 78056 merged by jenkins-bot:
(bug 52578) New user group 'botadmin' on ckb.wikipedia

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

-- 
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 52533] Add autopatrolled protection level on ckb.wikipedia

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52533

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 77701 merged by jenkins-bot:
Add autopatrol protection level for ckbwiki

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

-- 
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 48492] Clean up intro to InitialiseSettings.php

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=48492

--- Comment #9 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 76342 merged by jenkins-bot:
Clean up headers in CommonSettings and InitialiseSettings

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

-- 
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 51769] git.wikimedia.org (gitblit) is down

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51769

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

 CC||dz...@wikimedia.org

--- Comment #29 from Daniel Zahn dz...@wikimedia.org ---
merged this:

https://gerrit.wikimedia.org/r/#/c/77909/1/templates/apache/sites/git.wikimedia.org.erb

and:

08:42 mutante: on overloaded antimony: stopped gitblit, ran puppet, blocked
Googlebot, restarted apache and gitblit
08:22 mutante: git.wikimedia.org back
08:21 mutante: attempted to restart gitblit on antimony 

01:44  mutante apergos: oh.. Googlebot-Image/1.0 != Googlebot ?
01:44  apergos no
01:44  apergos googlebot is the one that rate limited
01:44  apergos that should be enough, it's the /zip/ paths primarily that
were the problem
01:44  mutante Googlebot-Image is the one still being very active
01:44  mutante ok
01:44  apergos it's minor compared to the rest
01:44  mutante alright
01:44  apergos I did a count from the logs yeasterday
01:45  mutante now YandexBot kicking in :)
01:45  apergos please note it on the bz report so we don't forget
01:46  mutante java CPU usage isn't  500% anymore though :)

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


[Bug 52034] Create Wikivoyage Vietnamese

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52034

--- Comment #3 from Sam Reed (reedy) s...@reedyboy.net ---
(In reply to comment #2)
 Is there anything left for us to do on our end? It looks like the patch would
 be very similar to r64127.

Noting that r64127 points to CodeReview at
https://www.mediawiki.org/wiki/Special:Code/MediaWiki/64127


But no, there shouldn't be anything else to do from your side. The basic
configuration has been specified, so it just needs creating and configuring

-- 
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 51769] git.wikimedia.org (gitblit) is down

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51769

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Highest |Normal
   Severity|critical|normal

--- Comment #30 from Andre Klapper aklap...@wikimedia.org ---
(Resetting severity  priority as long as things are working again.)

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


[Bug 52034] Create Wikivoyage Vietnamese

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52034

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

   What|Removed |Added

 Blocks||52636

-- 
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 52636] New: Add Vietnamese Wikivoyage

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52636

   Web browser: ---
Bug ID: 52636
   Summary: Add Vietnamese Wikivoyage
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: s...@reedyboy.net
CC: wikidata-b...@lists.wikimedia.org
Depends on: 52034
Classification: Unclassified
   Mobile Platform: ---

Similar to bug 49432 as action is (currently) needed.

It should be added to Wikidata when setup

-- 
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 52636] Add Vietnamese Wikivoyage

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52636

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

   What|Removed |Added

URL||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=49432

-- 
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 52578] Add botadmin user group on ckb.wikipedia

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52578

Calak calakw...@yahoo.com changed:

   What|Removed |Added

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

--- Comment #5 from Calak calakw...@yahoo.com ---
Thanks.

-- 
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 52533] Add autopatrolled protection level on ckb.wikipedia

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52533

--- Comment #5 from Calak calakw...@yahoo.com ---
Thanks.

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

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1

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

   What|Removed |Added

 Depends on||52637

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


[Bug 52533] Add autopatrolled protection level on ckb.wikipedia

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52533

Calak calakw...@yahoo.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 52637] New: Update wikitech page on how to create a wiki

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52637

   Web browser: ---
Bug ID: 52637
   Summary: Update wikitech page on how to create a wiki
   Product: MediaWiki extensions
   Version: master
  Hardware: All
OS: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: WikidataRepo
  Assignee: wikidata-b...@lists.wikimedia.org
  Reporter: s...@reedyboy.net
CC: wikidata-b...@lists.wikimedia.org
Blocks: 1, 49328, 52034
Classification: Unclassified
   Mobile Platform: ---

In the current state, creating a new Wikipedia or Wikivoyage site requires
addition to site tables etc.

Both the fact that this needs doing, and also what needs to be done, should be
documented at https://wikitech.wikimedia.org/wiki/Add_a_wiki

-- 
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 49328] Create Wikipedia Tuvan

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=49328

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

   What|Removed |Added

 Depends on||52637

-- 
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 52034] Create Wikivoyage Vietnamese

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52034

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

   What|Removed |Added

 Depends on||52637

-- 
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 52573] Please upload large file to Commons

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52573

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||shell
   Priority|Unprioritized   |Normal

--- Comment #1 from Andre Klapper aklap...@wikimedia.org ---
Please see https://commons.wikimedia.org/wiki/Help:Server-side_upload for
required information.

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


[Bug 46721] http://planet.wikimedia.org/atom.xml redirect stopped working in January without notice

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46721

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

   What|Removed |Added

 Status|NEW |PATCH_TO_REVIEW

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


[Bug 46721] http://planet.wikimedia.org/atom.xml redirect stopped working in January without notice

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46721

--- Comment #4 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 78220 had a related patch set uploaded by Dzahn:
fix atom.xml redirect on planet.wikimedia.org without language subdomain (bug
46721)

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

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


[Bug 46721] http://planet.wikimedia.org/atom.xml redirect stopped working in January without notice

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46721

--- Comment #5 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 78220 merged by Dzahn:
fix atom.xml redirect on planet.wikimedia.org without language subdomain (bug
46721)

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

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


[Bug 46721] http://planet.wikimedia.org/atom.xml redirect stopped working in January without notice

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46721

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

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

--- Comment #6 from Nemo federicol...@tiscali.it ---
It works again! :) Thanks, maybe we'll recover some more absent-minded
followers. ;)

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


[Bug 46721] http://planet.wikimedia.org/atom.xml redirect stopped working in January without notice

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46721

Nemo federicol...@tiscali.it changed:

   What|Removed |Added

   Assignee|wikibugs-l@lists.wikimedia. |dz...@wikimedia.org
   |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 46721] http://planet.wikimedia.org/atom.xml redirect stopped working in January without notice

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=46721

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

   Assignee|dz...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #7 from Daniel Zahn dz...@wikimedia.org ---
hmm... but it does have this config:

Redirect /atom.xml http://en.planet.%= planet_domain_name %/atom.xml

that shouldn't have happened in the first place, sorry, didn't notice this
(anymore) .. it worked with the language subdomains, like:

http://en.planet.wikimedia.org/atom.xml

fixed for planet.wikimedia.org without language as well now:

https://gerrit.wikimedia.org/r/#/c/78220/

http://planet.wikimedia.org/atom.xml

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


[Bug 50100] VisualEditor: Deletion across a header caused it to remain without WS, leading Parsoid to add a nowiki/

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50100

--- Comment #10 from Elitre elitr...@gmail.com ---
 Often, when an editor tries to remove (or accidentally removes) a section
header, the result in VE is something like this:
http://en.wikipedia.org/w/index.php?title=%C3%87ank%C4%B1r%C4%B1_Provincediff=567375871oldid=542107518
. This is seldom (if ever) the intention, can VE be coded to simply remove the
section header in these cases? Fram (talk) 09:32, 6 August 2013 (UTC) 

-- 
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 52635] broken autocomments for 0 as value for labels or descriptions

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52635

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 52635] broken autocomments for 0 as value for labels or descriptions

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52635

--- Comment #1 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 78221 had a related patch set uploaded by Tobias Gritschacher:
(bug 52635) broken autocomments for 0 values

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

-- 
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 50948] PDF generation skips images marked as fair use

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=50948

--- Comment #11 from Volker Haas volker.h...@pediapress.com ---
@Betacommand: 
There is no bug, the software works as intended. The software is just
configured in a way that does not suit your current need. At the moment it is
not possible to pass any user-configuration for specific PDFs/collections to
the rendering software. Therefore it is not possible to include fair-use images
for specific collections. 

@Greg:
I can't point you to any public discussion regarding that issue. There has been
lot's of talk regarding image copyrights related to the Collection Extension,
but I don't remember anything specific about fair use images.

@MzMcBride:
The code is not really the problem, it's the configuration which explicitly
removes fair use images. 

All this happens in mwlib's licensechecker
https://github.com/pediapress/mwlib/blob/master/mwlib/writer/licensechecker.py
The licensechecker supports three modes:
* nofilter (include all images, adding license info where available)
* blacklist (exclude all images marked as nonfree)
* whitelist (include only images that are marked as free, thus removing images
with an unknown license)

The license information is imported from a csv file (
https://github.com/pediapress/mwlib/blob/master/mwlib/writer/wplicenses.csv ).
This file contains the info about fair use images:
 Fairuse,,nonfree,,- Copyrighted content that may be used as 
 ''fair-use'', but since the commons does not accept ''fair use'' content this 
 image will need to be deleted. [[Commons:Licensing#Material under the fair 
 use clause is not allowed on the Commons|See here for details why]].


The PDF writer is currently configured to use blacklisting for all wikipedia
projects except for the german wikipedia. In the german wikipedia we are using
whitelisting after a community uproar about including images with an unknown
license in the PDFs.
( https://github.com/pediapress/mwlib.rl/blob/master/mwlib/rl/rlwriter.py#L190
)

So, that's pretty much all I can say about that topic.

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


[Bug 52638] New: Parsoid: selser drops doubly-closed infobox template

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52638

   Web browser: ---
Bug ID: 52638
   Summary: Parsoid: selser drops doubly-closed infobox template
   Product: Parsoid
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: serializer
  Assignee: gwi...@wikimedia.org
  Reporter: roan.katt...@gmail.com
CC: ssas...@wikimedia.org
Classification: Unclassified
   Mobile Platform: ---

At http://en.wikipedia.org/wiki/Raven-Symon%C3%A9?oldid=566906720 , if you edit
anything in the document, the infobox is deleted, but if you make a null edit,
the infobox is retained.

This appears to be a bug in selser: if the HTML doesn't change, the wikitext
doesn't change, but any small change in the HTML results in the infobox being
deleted. I verified that VisualEditor isn't dirtying anything, but just to be
sure I also reproduced this on the command line by just making a 1-character
change to the HTML as shown below.

I think this may have something to do with the double }} closing in the
infobox.

$ mkdir tmp
$ cd tmp
$ wget 'http://parsoid.wmflabs.org/en/Raven-Symon%C3%A9?oldid=566906720' -O
originalHTML
$ wget
'http://en.wikipedia.org/wiki/Raven-Symon%C3%A9?oldid=566906720action=raw' -O
originalWikitext
$ cp originalHTML editedHTML
$ vi editedHTML   # Change 'h2Life and career/h2' to 'h2Life and
careeer/h2'
$ node parse.js --html2wt --selser --oldtextfile originalWikitext --oldhtmlfile
originalHTML --inputfile editedHTML  newWikitext
$ diff -u originalWikitext newWikitext

--- /home/catrope/tmp/originalWikitext2013-08-08 14:34:46.463998552 +0800
+++ /home/catrope/tmp/newWikitext2013-08-08 17:04:41.596239434 +0800
@@ -1,29 +1,7 @@
 {{Use mdy dates|date=June 2013}}
 {{pp-move-indef}}
-{{Infobox person
-| image   = Raven-Symoné 2011.jpg
-| caption = Raven-Symoné in 2011 
-| birth_name  = Raven-Symoné Christina Pearman 
-| alias   = RavenBRRaven-Symone
-| background  = solo_singer
-| instrument  = [[Singing|Vocals]], [[piano]]
-| birth_date  = {{birth date and age|mf=yes|1985|12|10}}
-| birth_place = [[Atlanta]], [[Georgia (U.S. state)|Georgia]],
U.S.ref{{cite web
|url=http://movies.msn.com/celebrities/celebrity-biography/raven-symone/|title=Raven
Symone:Biography on MSN |accessdate=2008-07-15 |year=2008
|publisher=[[MSN]]}}/ref 
-| genre   = 
-| occupation  = Actress, singer, [[comedienne]], dancer, television
producer, [[fashion model]]
-| years_active= 1989–present
-| label   = [[MCA Records|MCA]], Crash, RayBlaze, [[Hollywood
Records|Hollywood]]
-| associated_acts = [[The Cheetah Girls (band)|The Cheetah Girls]]
-| website = [http://www.myspace.com/ravensymone Raven-Symoné Myspace
page]
-| module = {{Infobox musical artist|embed=yes
-| background  = solo_singer
-| genre   = [[Contemporary RB|RB]], [[pop music|pop]], [[Hip hop
music|hip hop]], [[Soul music|soul]], [[dance music|dance]]
-| instrument  = Vocals, [[piano]]
-| years_active= 1993–present
-}}

-}}
 '''Raven-Symoné Christina
Pearman'''ref[http://www.mlive.com/entertainment/saginaw/index.ssf/2008/08/ravensymone_steps_out_of_chara.html]/ref,
(born December 10, 1985), known professionally as '''Raven-Symoné'''
(pronounced {{IPA|/ˈreɪ.vən sɪˈmoʊn/}}, as though unaccented), or simply
'''Raven''', is an American actress and singer. Raven-Symoné launched her
career in 1989 after appearing in ''[[The Cosby Show]]''!-- Per
http://www.imdb.com/name/nm0712368/filmoseries#tt0086687 her first episode of
A Different World was Nov. 2, 1989, while her first Cosby Show episode was
Sept 21, 1989. -- as Olivia. She released her debut album, ''[[Here's to New
Dreams]]'' in 1993; the single, [[That's What Little Girls Are Made Of]]
charted number 68 on the US ''Billboard'' [[Hot
100]].ref[http://www.billboard.com/song/raven-symone/that-s-what-little-girls-are-made-of/450772#/song/raven-symone/that-s-what-little-girls-are-made-of/450772
That's What Little Girls Are Made Of – Raven-Symoné]. Billboard.com. Retrieved
2012-05-19./ref The next album, ''[[Undeniable (Raven-Symoné
album)|Undeniable]]'', was released on May 4, 1999.

 Raven-Symoné appeared in several successful television series, such as ''[[The
Cosby Show]]'' and ''[[Hangin' with Mr. Cooper]]'', in the late 1980s and early
1990s. From 2003 to 2007, she starred in the [[Disney Channel]] series,
''[[That's So Raven]]'' in which she played Raven Baxter, a psychic teenager
who tried her best to keep her psychic powers a secret. During her time on
''That's So Raven'', Raven-Symoné released her third studio album, ''[[This Is
My Time (Raven-Symoné album)|This is My Time]]'' (2004) which was her best
selling solo album to date, charting at number 51 on the ''Billboard'' 200.ref

[Bug 52638] Parsoid: selser drops doubly-closed infobox template

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52638

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 Blocks||52488

-- 
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 52488] VisualEditor: Roundtripping issue leads to infobox deletion

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52488

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 Depends on||52638

-- 
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 52488] VisualEditor: Roundtripping issue leads to infobox deletion

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52488

--- Comment #5 from Roan Kattouw roan.katt...@gmail.com ---
Confirmed this is a selser bug, see bug 52638.

-- 
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 52639] New: VisualEditor: Bulleted bullets and bulleted headers produced; can't save

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52639

   Web browser: ---
Bug ID: 52639
   Summary: VisualEditor: Bulleted bullets and bulleted headers
produced; can't save
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: i...@wikia-inc.com
  Reporter: cmcke...@sucs.org
CC: i...@wikia-inc.com, jforres...@wikimedia.org,
krinklem...@gmail.com, or...@framezero.com
Classification: Unclassified
   Mobile Platform: ---

en.wp user Ruud Koot reports:
When performing structural editing tasks (i.e. things which are slight more
complex than changing typos or adding a sentence in the middle of an existing
paragraph) it is very easy to get the editor into some weird state where it is
impossible to get out of other than aborting the edit session and trying again
more carefully. This includes things like introducing bulleted headers and
bulleted bullets, which cannot possibly be represented as wikitext.

He notes that Copying and pasting around text and editing pages with tables
[is a] fairly reliable method to reproduce it.

-- 
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 52573] Please upload large file to Commons

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52573

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net ---
(In reply to comment #0)
 I have several videos of the Wikimedia Hackaton 2013 in Amsterdam. People
 have
 requested the unedited, high resolution files. These are several GB's a
 piece.
 I could deliver them in any format and any size. Please let me know what the
 maximum file size would be for this kind of footage.

Aha! That'd be awesome to have.

Noting TimedMediaHandler will do the transcodes by default, providing in a high
resolution, high quality video would be great.

When via shell there isn't really a maximum file size

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


[Bug 52181] Can't add or remove tables or table cells

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52181

Elitre elitr...@gmail.com changed:

   What|Removed |Added

 CC||elitr...@gmail.com

--- Comment #2 from Elitre elitr...@gmail.com ---
I was editing my userpage with VE today, and I noticed that, in the part of a
table with an empty cell, VE seemed to move the two pipes inside the cell on
the left, and the empty cell didn't show. -- t numbermaniac c 03:02, 6 August
2013 (UTC) (first line of the Redirect table in
http://en.wikipedia.org/wiki/User:Numbermaniac?veaction=edit ).

-- 
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 52640] VisualEditor: saving fails silently for some large edits

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52640

Chris McKenna cmcke...@sucs.org changed:

   What|Removed |Added

 CC||cmcke...@sucs.org
   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=51423

-- 
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 52640] New: VisualEditor: saving fails silently for some large edits

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52640

   Web browser: ---
Bug ID: 52640
   Summary: VisualEditor: saving fails silently for some large
edits
   Product: VisualEditor
   Version: unspecified
  Hardware: All
OS: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentEditable
  Assignee: i...@wikia-inc.com
  Reporter: cmcke...@sucs.org
CC: i...@wikia-inc.com, jforres...@wikimedia.org,
krinklem...@gmail.com, or...@framezero.com
Classification: Unclassified
   Mobile Platform: ---

en.wp user Ruud Koot reports:

Occasionally, after a medium-sized editing session, the visual editor will
silently refuse to save my edits. When clicking the save button the progress
bar appears, disappears, and you stay in editing mode, with no new revision
appended to the history. Trying again sometimes resolves the problem, sometimes
it requires edit operations to be done in a different order or be broken up
into smaller increments, saving in-between. 

He also asks, Do you keep any statistics on how often an editor presses the
save button versus how many times this actually results in a new revision being
saved?

Bug 51423 might be related.

-- 
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 51423] VisualEditor: Broken DivX browser plugin causes myEventWatcherDiv to be injected into the page

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51423

Chris McKenna cmcke...@sucs.org changed:

   What|Removed |Added

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

-- 
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 52181] Can't add or remove tables or table cells

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52181

--- Comment #3 from Jonathan Haas jonathan_h...@live.de ---
(In reply to comment #2)
 I was editing my userpage with VE today, and I noticed that, in the part
 of a
 table with an empty cell, VE seemed to move the two pipes inside the cell on
 the left, and the empty cell didn't show. -- t numbermaniac c 03:02, 6 August
 2013 (UTC) (first line of the Redirect table in
 http://en.wikipedia.org/wiki/User:Numbermaniac?veaction=edit ).

Confirmed, but I think this deserves another, separate bug report.

-- 
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 52181] Can't add or remove tables or table cells

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=52181

--- Comment #4 from Elitre elitr...@gmail.com ---
Ok, will move it elsewhere. Thanks.

-- 
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 51423] VisualEditor: Broken DivX browser plugin causes myEventWatcherDiv to be injected into the page

2013-08-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=51423

Chris McKenna cmcke...@sucs.org changed:

   What|Removed |Added

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

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