[Bug 41028] Several large files for server-side upload to Commons

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41028

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

   Keywords||shell
 CC||dereck...@espace-win.org
   Severity|normal  |trivial

--- Comment #1 from Dereckson dereck...@espace-win.org 2012-10-15 07:42:38 
UTC ---
Thank you for your request.

[ Tip for the future: use .tar ]

May I suggest in the future you avoid the CPU intensive gzip operation? A video
is already pretty compressed, and a storage .tar would be much faster for more
or less the same weight.

[ How to produce a .tar and not a .tar.gz? ]

To produce a .tar, instead to use tar czvf, drop the z and use tar cvf (c
for compress, v to be verbose and print handled files, z to do a gzip
compression and f to specify an archive target file instead to print result to
stdout).


( Adding 'shell' keyword. )

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

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


[Bug 40927] Moving files results in broken descriptions and deleted images

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40927

--- Comment #8 from Marco maic...@yahoo.com 2012-10-15 07:43:37 UTC ---
At least the error message which seems to be strongly(?) related to this keeps
coming up:
https://commons.wikimedia.org/w/index.php?title=MediaWiki_talk:Gadget-AjaxQuickDelete.js/auto-errorsdiff=prevoldid=80841863#Autoreport_by_AjaxQuickDelete_44896219117

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

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


[Bug 37036] Thumbnail missing on upload of video

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37036

--- Comment #8 from Jan Gerber jger...@wikimedia.org 2012-10-15 07:48:57 UTC 
---
Andre, what browser/version did you test this with? Images should be extracted
on the client now if possible. Some files have seeking issues and result in a
black frame.

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

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


[Bug 41030] New: [Regression] ContentHandler breaks WikiPage::getParserOutput on nonexistant pages

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41030

   Web browser: ---
 Bug #: 41030
   Summary: [Regression] ContentHandler breaks
WikiPage::getParserOutput on nonexistant pages
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ContentHandler
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: mediawiki-b...@nadir-seen-fire.com
Classification: Unclassified
   Mobile Platform: ---


Fatal error: Call to a member function getParserOutput() on a non-object in
{mediawiki/core}/includes/WikiPage.php on line 3348

Looks like the code tries to get a content object and then neither it nor
ContentHandler considers the case where the page doesn't exist and doesn't have
normal content.

Previously it worked fine and just outputted empty output.

Making all the fallback code and core code explicitly handle the case where
there is no content is one possibility. Or we might add something like an
EmptyContent class.

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

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


[Bug 34255] MySQL search for titles without Lucene does not find filenames

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34255

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

   What|Removed |Added

Summary|Filename not found  |MySQL search for titles
   ||without Lucene does not
   ||find filenames

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

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


[Bug 41031] New: Special:Ask delivers one wrong UTF-8 character at the beginning of every document

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41031

   Web browser: ---
 Bug #: 41031
   Summary: Special:Ask delivers one wrong UTF-8 character at the
beginning of every document
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: UNCONFIRMED
  Severity: major
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: comi...@gmx.de
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified
   Mobile Platform: ---


Special:Ask has one superfluous character at the beginning of every delivered
page:

!DOCTYPE html
html lang=en dir=ltr class=client-nojs
head

This occurs since SMW version 1.8beta*

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


[Bug 18060] Lockandhide should be logged in the suppression log

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18060

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

   What|Removed |Added

 CC||aklap...@wikimedia.org

--- Comment #5 from Andre Klapper aklap...@wikimedia.org 2012-10-15 08:21:32 
UTC ---
(In reply to comment #4)
 Fixed in Change-Id: I745d252056795fa3631e40f65f9aeef519c94fdb
 Waiting for review

Patch didn't get an OK in Gerrit.

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

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


[Bug 36105] map obscures map markers, zoom controls

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36105

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

   What|Removed |Added

   Keywords||upstream

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

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


[Bug 37036] Thumbnail missing on upload of video

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=37036

--- Comment #9 from Andre Klapper aklap...@wikimedia.org 2012-10-15 08:39:10 
UTC ---
Jan: Firefox 15.0.1 or 16.0.1 (updated yesterday but cannot remember when
exactly) on Fedora 16.

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

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


[Bug 41005] for rtl wikis labels and input text previews in wikidata needs to be rtl

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41005

Amir E. Aharoni amir.ahar...@mail.huji.ac.il changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikidata-bugs@lists.wikimed |amir.ahar...@mail.huji.ac.i
   |ia.org  |l

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

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


[Bug 41031] Special:Ask delivers one wrong UTF-8 character at the beginning of every document

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41031

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

   What|Removed |Added

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

--- Comment #1 from Niklas Laxström niklas.laxst...@gmail.com 2012-10-15 
08:48:57 UTC ---
Does https://gerrit.wikimedia.org/r/27973 fix it?

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


[Bug 40924] Code come with Book creation

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40924

Volker Haas volker.h...@pediapress.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||volker.h...@pediapress.com
 Resolution||DUPLICATE

--- Comment #5 from Volker Haas volker.h...@pediapress.com 2012-10-15 
08:53:18 UTC ---
The HTML fragments in the status messages are caused by faulty escaping - this
has been reported elsewhere (#40900) - therefore I am closing this as a
duplicate.

Gallery rendering works as intended. If you have a suggestions that
* works for all galleries found on wikipedia (small, medium, large galleries;
different numbers of columns etc.)
* is significantly better looking than the current version
please create a new issue on bugzilla.

If your suggestion can be implemented in a reasonable amount of time and meets
the above criteria I'll try to find time to look into this.

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

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

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


[Bug 40900] Books rendered without content

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40900

Volker Haas volker.h...@pediapress.com changed:

   What|Removed |Added

 CC||juandevojni...@gmail.com

--- Comment #7 from Volker Haas volker.h...@pediapress.com 2012-10-15 
08:53:18 UTC ---
*** Bug 40924 has been marked as a duplicate of this bug. ***

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

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


[Bug 41031] Special:Ask delivers one wrong UTF-8 character at the beginning of every document

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41031

Cominch comi...@gmx.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

--- Comment #2 from Cominch comi...@gmx.de 2012-10-15 09:03:30 UTC ---
Yes, the problem is solved, thanks!

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

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


[Bug 41032] New: Remove configuration of write mode from api

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41032

   Web browser: ---
 Bug #: 41032
   Summary: Remove configuration of write mode from api
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: jeb...@gmail.com
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


There is a configuration for write mode that is confusing. This was used during
initial debugging of the API and does not make sense anymore.

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

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


[Bug 23772] Link to search the keyword after redirect from GO

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23772

--- Comment #13 from Subfader subfa...@gmail.com 2012-10-15 09:19:01 UTC ---
 ---
 You're reading about [[{{FULLPAGENAME}}]].
 [[Special:Search/{{FULLPAGENAME}}|Search Wikipedia]] for more resources about
 this subject.
 ---

This sounds like it could be there all the time? (bad idea)

This bug is about informing the user after a GO-Search why he landed on this
page and how he can SEARCH the keyword instead.

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

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


[Bug 41028] Several large files for server-side upload to Commons

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41028

--- Comment #2 from Dmcdevit dmcde...@cox.net 2012-10-15 09:20:55 UTC ---
Thanks. :-) I wasn't aware of the difference. I'll keep that in mind in the
future

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

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


[Bug 41027] App is crashing in landscape mode on iOS 6.0

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41027

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

   What|Removed |Added

 CC||aklap...@wikimedia.org
Mobile Platform|--- |iOS 6.x

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

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


[Bug 41016] Re-enable the new pages patrol to FI-wiki

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41016

kimmo.virta...@gmail.com changed:

   What|Removed |Added

 CC||kimmo.virta...@gmail.com

--- Comment #2 from kimmo.virta...@gmail.com 2012-10-15 09:46:40 UTC ---
Hi, problem is that currently there is no way to identify the unreviewed
articles in the newpages-list. 

Before toggling off the patrol there was ''not-patrolled'' class for pages
which weren't patrolled and it was used for identifying. 

In other list flagged revision have the ''flaggedrevs-unreviewed'' class but it
is missing in the newpages-list. 

I think that this is actually bug in flagged revision and correct way to fix it
would be to add flagged revisions unreviewed or pending changes links to
the new pages list too. 

Btw. correct page is (Special:NewPagesFeed is only in enwiki) :
- http://fi.wikipedia.org/wiki/Toiminnot:Uudet_sivut
- http://fi.wikipedia.org/wiki/Special:NewPages

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

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


[Bug 36127] labs-nfs1 nfs export for home is full

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36127

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

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|RESOLVED|REOPENED
 Resolution|WORKSFORME  |
   Severity|blocker |critical

--- Comment #2 from Peter Bena benap...@gmail.com 2012-10-15 10:00:31 UTC ---
it's full

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

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


[Bug 36127] labs-nfs1 nfs export for home is full

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36127

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

   What|Removed |Added

 CC||benap...@gmail.com,
   ||rlan...@gmail.com
  Component|(other) |General
 AssignedTo|benap...@gmail.com  |wikibugs-l@lists.wikimedia.
   ||org

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

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


[Bug 41030] [Regression] ContentHandler breaks WikiPage::getParserOutput on nonexistant pages

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41030

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

   What|Removed |Added

 CC||aklap...@wikimedia.org
 Blocks||38865

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

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


[Bug 38865] Next wmf deployment (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38865

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

   What|Removed |Added

 Depends on||41030

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

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


[Bug 41033] New: Edits before page moves are shown in unexpected places in the watchlist

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41033

   Web browser: ---
 Bug #: 41033
   Summary: Edits before page moves are shown in unexpected places
in the watchlist
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Watchlist
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: listenle...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


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

On  9:41 I edited Benutzer:Schnark/Liste der Unicode-Eigenschaften.
On  9:48 I moved that page to Liste der Unicode-Eigenschaften.
On  9:50 I edited Liste der Unicode-Eigenschaften.
On 12:07 I edited again (automacally created on moving as a redirect)
Benutzer:Schnark/Liste der Unicode-Eigenschaften.

On my watchlist I had now entries for
* Benutzer:Schnark/Liste der Unicode-Eigenschaften
* Liste der Unicode-Eigenschaften
* Moving log

But the 9:41 edit, which is now after the move in the history of Liste der
Unicode-Eigenschaften, is still shown as edit to Benutzer:Schanrk/Liste der
Unicode-Eigenschaften.

I don't think that this is the best behaviour, especially the byte changes look
strange (+569 + +87 = -27.560).

See screenshot for the relevant entries on my watchlist.

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

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


[Bug 18060] Lockandhide should be logged in the suppression log

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18060

--- Comment #6 from Hoo man h...@online.de 2012-10-15 10:22:46 UTC ---
I've talked to VVV about this on IRC, I'm going to fix it in another way during
the next days, hang on ;)

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

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


[Bug 41032] Remove configuration of write mode from api

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41032

jeb...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from jeb...@gmail.com 2012-10-15 10:57:14 UTC ---
Change I2dd25b50: (Bug 41032) Remove configuration of write mode from api

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

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


[Bug 41034] New: Strange timeout during test

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41034

   Web browser: ---
 Bug #: 41034
   Summary: Strange timeout during test
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikidataRepo
AssignedTo: wikidata-b...@lists.wikimedia.org
ReportedBy: jeb...@gmail.com
CC: wikibugs-l@lists.wikimedia.org,
wikidata-b...@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


There is a strange timeout during testing that seems to be be associated with
EntityFactory and/or EntityContentFactory in ApiModifyEntity, when they are
used in try-catch pairs.

Possible workaround is to replace the try-catch pairs as they are unnecessary.

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

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


[Bug 41016] Re-enable the new pages patrol to FI-wiki

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41016

--- Comment #3 from Dereckson dereck...@espace-win.org 2012-10-15 11:02:31 
UTC ---
So if I understand well, the solution would be we improve the Flagged Revision
extension to:
- whether modify the [[Special:NewPages]] behavior and add a
flaggedrevs-unreviewed class to any unreviewed item ;
- whether provide a new special page identical to [[Special:NewPages]] but
showing the unreviewed items.

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

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


[Bug 41034] Strange timeout during test

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41034

jeb...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from jeb...@gmail.com 2012-10-15 11:05:49 UTC ---
Change I0a80ef86: Fix for strange timeout during test

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

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


[Bug 33064] VisualEditor: Ctrl+left/right to jump by word does not work properly

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33064

Yair Rand yyairr...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #16 from Yair Rand yyairr...@gmail.com 2012-10-15 11:08:59 UTC ---
And now it's broken again. Ctrl+left/right is moving one character at a time
again.

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

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


[Bug 39315] VisualEditor: Selection issues re-write (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=39315

Bug 39315 depends on bug 33064, which changed state.

Bug 33064 Summary: VisualEditor: Ctrl+left/right to jump by word does not work 
properly
https://bugzilla.wikimedia.org/show_bug.cgi?id=33064

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

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

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


[Bug 11539] Add Hooks to SpecialImport and SpecialExport

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11539

--- Comment #22 from Christian Neubauer seventow...@gmail.com 2012-10-15 
11:14:44 UTC ---
I am still interested in the capability but realistically I'm not going to be
submitting a patch for it again. Thanks for following up.

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

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


[Bug 41035] New: task acceptqueue on Special:Translate out of memory

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41035

   Web browser: ---
 Bug #: 41035
   Summary: task acceptqueue on Special:Translate out of memory
   Product: MediaWiki extensions
   Version: master
  Platform: All
   URL: http://translatewiki.net/w/i.php?title=Special:Transla
te/!recenttask=acceptqueuelanguage=de
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Translate
AssignedTo: niklas.laxst...@gmail.com
ReportedBy: s.mazel...@xs4all.nl
CC: asha...@wikimedia.org, s.mazel...@xs4all.nl,
srik@gmail.com, wikibugs-l@lists.wikimedia.org
Classification: Unclassified
   Mobile Platform: ---


PHP Fatal error:  Allowed memory size of 199229440 bytes exhausted (tried to
allocate 9 bytes) in /www/translatewiki.net/w/includes/profiler/Profiler.php on
line 47

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

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


[Bug 41016] Re-enable the new pages patrol to FI-wiki

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41016

--- Comment #4 from kimmo.virta...@gmail.com 2012-10-15 11:54:22 UTC ---
Almost. 

Solution would be improve the Flagged Revision extension to: 

Modify the [[Special:NewPages]] behaviour and add a flaggedrevs-unreviewed
notification to any unreviewed item. For the consistency between the lists
notification should have the class AND the ''unreviewed''-text. See the image
of the recent changes -list below (Arvioimaton sivu is unreviewed page in
Finnish. 

http://commons.wikimedia.org/wiki/File:FlaggedRevs-recentchanges-fi.png

Also for the consistency between the lists there should be notification for
pending changes too. (Check the lower arrow; Odottavat muutokset is pending
changes in Finnish)
http://commons.wikimedia.org/wiki/File:FlaggedRevs-watchlist-fi.png

For the second solution; There is currently filter option for showing only the
unreviewed articles.

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

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


[Bug 41036] New: CSS classes mw-content-ltr/mw-content-rtl is missing

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41036

   Web browser: ---
 Bug #: 41036
   Summary: CSS classes mw-content-ltr/mw-content-rtl is missing
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ExpandTemplates
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: foma...@googlemail.com
Classification: Unclassified
   Mobile Platform: ---


https://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/common/shared.css?view=markup
uses a lot of CSS definitions based on the CSS classes mw-content-ltr or
mw-content-rtl. On the preview of [[Special:ExpandTemplates]] the CSS classes
mw-content-ltr/mw-content-rtl doesn't exist. So the definitions doesn't work.

Expected result:
The preview should be in a div class=mw-content-DIR lang=LANG dir=DIR
container based on the direction DIR and the language LANG of the page content
language of the context title.

Test case:
  div class=magnifyfloat right/div
should aligned right on a ltr wiki and should left aligned on a rtl wiki.

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

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


[Bug 36471] Gerrit needs a very wide screen

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=36471

--- Comment #10 from Chad H. innocentkil...@gmail.com 2012-10-15 12:25:08 UTC 
---
Merged into upstream, with a second fix to my original commit. Doubt it'll make
the 2.5 release, but it'll definitely make 2.6.

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

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


[Bug 40573] Backport fixes to Wikibase v0.1

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40573

Anja Jentzsch anja.jentz...@wikimedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||anja.jentz...@wikimedia.de
 Resolution||FIXED

--- Comment #10 from Anja Jentzsch anja.jentz...@wikimedia.de 2012-10-15 
12:36:27 UTC ---
All fixes have been backported.

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

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


[Bug 40000] Deploy wikidata.org with the Wikidata repository

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4

Bug 4 depends on bug 40573, which changed state.

Bug 40573 Summary: Backport fixes to Wikibase v0.1
https://bugzilla.wikimedia.org/show_bug.cgi?id=40573

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 41030] [Regression] ContentHandler breaks WikiPage::getParserOutput on nonexistant pages

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41030

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

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de

--- Comment #1 from Daniel Kinzler daniel.kinz...@wikimedia.de 2012-10-15 
12:37:43 UTC ---
Fixed by I68dc34aa

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

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


[Bug 41034] Strange timeout during test

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41034

--- Comment #2 from jeb...@gmail.com 2012-10-15 12:42:19 UTC ---
There is one changeset where this problem has been identified to be of a
slightly different cause

Change I38b2c3e0: Fix timeout problems in tests for store

And there is another changeset where the problem was first spotted

Change Ib02c6554: (Bug 40381) Use prefixed id

Note that first spotted does not mean it emerged in this changeset.

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

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


[Bug 41034] Strange timeout during test

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41034

--- Comment #3 from jeb...@gmail.com 2012-10-15 12:44:14 UTC ---
The timeout emerged in a test after the fix in comment 1 as the following.

There was 1 error:
1) Wikibase\Test\ApiSetItemTest::testSetItem
PHP_Invoker_TimeoutException: Execution aborted after 10 seconds
/home/john/Workspace/core/includes/cache/LinkCache.php:45
/home/john/Workspace/core/includes/Title.php:2893
/home/john/Workspace/core/includes/Title.php:4326
/home/john/Workspace/core/includes/Title.php:2717
/home/john/Workspace/core/includes/Title.php:2572
/home/john/Workspace/core/includes/Title.php:1895
/home/john/Workspace/core/includes/Title.php:2231
/home/john/Workspace/core/includes/Title.php:1699
/home/john/Workspace/Wikibase/repo/includes/content/EntityContent.php:306
/home/john/Workspace/Wikibase/repo/includes/api/Api.php:346
/home/john/Workspace/Wikibase/repo/includes/api/ApiModifyEntity.php:175
/home/john/Workspace/core/includes/api/ApiMain.php:820
/home/john/Workspace/core/includes/api/ApiMain.php:347
/home/john/Workspace/core/tests/phpunit/includes/api/ApiTestCase.php:66
/home/john/Workspace/Wikibase/repo/tests/phpunit/includes/api/ApiSetItemTest.php:312
/home/john/Workspace/core/tests/phpunit/MediaWikiTestCase.php:87
/home/john/Workspace/core/tests/phpunit/MediaWikiPHPUnitCommand.php:45
/home/john/Workspace/core/tests/phpunit/phpunit.php:107

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

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


[Bug 41034] Strange timeout during test

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41034

--- Comment #4 from jeb...@gmail.com 2012-10-15 12:55:46 UTC ---
By shortening the timeout I got these.

There were 5 errors:

1) Wikibase\Test\ApiSetItemTest::testSetItem
PHP_Invoker_TimeoutException: Execution aborted after 2 seconds

/home/john/Workspace/Wikibase/repo/includes/updates/EntityModificationUpdate.php:76
/home/john/Workspace/core/includes/DataUpdate.php:101
/home/john/Workspace/core/includes/WikiPage.php:2040
/home/john/Workspace/core/includes/WikiPage.php:1796
/home/john/Workspace/Wikibase/repo/includes/content/EntityContent.php:411
/home/john/Workspace/Wikibase/repo/includes/EditEntity.php:494
/home/john/Workspace/Wikibase/repo/includes/api/ApiModifyEntity.php:225
/home/john/Workspace/core/includes/api/ApiMain.php:820
/home/john/Workspace/core/includes/api/ApiMain.php:347
/home/john/Workspace/core/tests/phpunit/includes/api/ApiTestCase.php:66
/home/john/Workspace/Wikibase/repo/tests/phpunit/includes/api/ApiSetItemTest.php:183
/home/john/Workspace/core/tests/phpunit/MediaWikiTestCase.php:87
/home/john/Workspace/core/tests/phpunit/MediaWikiPHPUnitCommand.php:45
/home/john/Workspace/core/tests/phpunit/phpunit.php:107

2) Wikibase\Test\ApiSetItemTest::testSetItemData with data set #0 ('Berlin',
array(array(array('de', ''), array('ru', ''), array('en', 'Stuff'), array('fr',
'Berlin'))), array(array('Stuff', 'Berlin', 'Berlin', 'Berlin')))
PHP_Invoker_TimeoutException: Execution aborted after 2 seconds

/home/john/Workspace/Wikibase/repo/includes/updates/EntityModificationUpdate.php:76
/home/john/Workspace/core/includes/DataUpdate.php:101
/home/john/Workspace/core/includes/WikiPage.php:2040
/home/john/Workspace/core/includes/WikiPage.php:1796
/home/john/Workspace/Wikibase/repo/includes/content/EntityContent.php:411
/home/john/Workspace/Wikibase/repo/includes/EditEntity.php:494
/home/john/Workspace/Wikibase/repo/includes/api/ApiModifyEntity.php:225
/home/john/Workspace/core/includes/api/ApiMain.php:820
/home/john/Workspace/core/includes/api/ApiMain.php:347
/home/john/Workspace/core/tests/phpunit/includes/api/ApiTestCase.php:66
/home/john/Workspace/Wikibase/repo/tests/phpunit/includes/api/ApiModifyItemBase.php:400
/home/john/Workspace/Wikibase/repo/tests/phpunit/includes/api/ApiModifyItemBase.php:370
/home/john/Workspace/Wikibase/repo/tests/phpunit/includes/api/ApiSetItemTest.php:615
/home/john/Workspace/core/tests/phpunit/MediaWikiTestCase.php:87
/home/john/Workspace/core/tests/phpunit/MediaWikiPHPUnitCommand.php:45
/home/john/Workspace/core/tests/phpunit/phpunit.php:107

3) Wikibase\Test\ApiSetItemTest::testSetItemData with data set #1 ('Berlin',
array(array(array('de', ''), array('ru', ''), array('en', 'Stuff'), array('fr',
'Bla bla'))), array(array('Stuff', 'Hovedsted og delstat og i
Forbundsrepublikken Tyskland.', 'Hovudstad og delstat i Forbundsrepublikken
Tyskland.', 'Bla bla')))
PHP_Invoker_TimeoutException: Execution aborted after 2 seconds

/home/john/Workspace/Wikibase/repo/includes/updates/EntityModificationUpdate.php:76
/home/john/Workspace/core/includes/DataUpdate.php:101
/home/john/Workspace/core/includes/WikiPage.php:2040
/home/john/Workspace/core/includes/WikiPage.php:1796
/home/john/Workspace/Wikibase/repo/includes/content/EntityContent.php:411
/home/john/Workspace/Wikibase/repo/includes/EditEntity.php:494
/home/john/Workspace/Wikibase/repo/includes/api/ApiModifyEntity.php:225
/home/john/Workspace/core/includes/api/ApiMain.php:820
/home/john/Workspace/core/includes/api/ApiMain.php:347
/home/john/Workspace/core/tests/phpunit/includes/api/ApiTestCase.php:66
/home/john/Workspace/Wikibase/repo/tests/phpunit/includes/api/ApiModifyItemBase.php:400
/home/john/Workspace/Wikibase/repo/tests/phpunit/includes/api/ApiModifyItemBase.php:370
/home/john/Workspace/Wikibase/repo/tests/phpunit/includes/api/ApiSetItemTest.php:615
/home/john/Workspace/core/tests/phpunit/MediaWikiTestCase.php:87
/home/john/Workspace/core/tests/phpunit/MediaWikiPHPUnitCommand.php:45
/home/john/Workspace/core/tests/phpunit/phpunit.php:107

4) Wikibase\Test\ApiSetItemTest::testSetItemData with data set #2 ('Berlin',
array(array(array('de', 'Dickes B', ''), array('en', 'Bla bla'), array('fr',
'Bla bla'))), array(array(array('Bla bla'), array('Dickes B'), array('Bla
bla'
PHP_Invoker_TimeoutException: Execution aborted after 2 seconds

/home/john/Workspace/Wikibase/repo/includes/updates/EntityModificationUpdate.php:76
/home/john/Workspace/core/includes/DataUpdate.php:101
/home/john/Workspace/core/includes/WikiPage.php:2040
/home/john/Workspace/core/includes/WikiPage.php:1796
/home/john/Workspace/Wikibase/repo/includes/content/EntityContent.php:411
/home/john/Workspace/Wikibase/repo/includes/EditEntity.php:494
/home/john/Workspace/Wikibase/repo/includes/api/ApiModifyEntity.php:225
/home/john/Workspace/core/includes/api/ApiMain.php:820
/home/john/Workspace/core/includes/api/ApiMain.php:347
/home/john/Workspace/core/tests/phpunit/includes/api/ApiTestCase.php:66

[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||developm...@pediapress.com,
   ||reza.ene...@gmail.com

--- Comment #2 from reza1615 reza.ene...@gmail.com 2012-10-15 13:01:53 UTC ---
Hi
many bugs in this block doesn't solve

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

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


[Bug 41030] [Regression] ContentHandler breaks WikiPage::getParserOutput on nonexistant pages

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41030

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||denny.vrandecic@wikimedia.d
   ||e
 Resolution||FIXED

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

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


[Bug 38865] Next wmf deployment (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38865

Bug 38865 depends on bug 41030, which changed state.

Bug 41030 Summary: [Regression] ContentHandler breaks WikiPage::getParserOutput 
on nonexistant pages
https://bugzilla.wikimedia.org/show_bug.cgi?id=41030

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 40878] Upload Request to Commons

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40878

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net 2012-10-15 13:20:59 
UTC ---
Done

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

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


[Bug 40878] Upload Request to Commons

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40878

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net 2012-10-15 13:21:07 
UTC ---
reedy@fenari:/tmp$ sudo -u apache mwscript importImages.php --wiki=commonswiki
--comment-ext=txt --user=Fastily /tmp/uploads
Import Images

Importing MrFluffyCam20120930.ogv...done.

Found: 1
Added: 1

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

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


[Bug 31823] Opera on Mac OS does not display saz font

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31823

--- Comment #8 from Andre Klapper aklap...@wikimedia.org 2012-10-15 13:22:46 
UTC ---
Upstreamed as DSK-375744 to bugs.opera.com (no access).

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

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


[Bug 40982] Handle when $wgContentHandlerUseDB=false changed to $wgContentHandlerUseDB=true

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40982

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

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de

--- Comment #1 from Daniel Kinzler daniel.kinz...@wikimedia.de 2012-10-15 
13:26:14 UTC ---
NULL means the default. It is also used when $wgContentHandlerUseDB is true,
to preserve space. We could have a third mode, $wgAlwaysStoreContentModelInDB
or whatever, that would cause the model to always be made explicit in the
database. This would make the wiki robust against changing a namespace's
default content model. But it would also use a lot of space for very redundant
data (in wikipedia's case, a dozen million repetitions of the string
wikitext).

If you want such an explicit mode, please change the description accordingly.
Otherwise, I'll close at wontfix.

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

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


[Bug 41036] CSS classes mw-content-ltr/mw-content-rtl is missing

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41036

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

   What|Removed |Added

   Keywords||i18n
 CC||aklap...@wikimedia.org

--- Comment #1 from Andre Klapper aklap...@wikimedia.org 2012-10-15 13:28:37 
UTC ---
(In reply to comment #0)
 https://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/common/shared.css?view=markup

Just for the records, that's
https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=blob;f=skins/common/shared.css;hb=HEAD
nowadays.

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

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


[Bug 41037] New: PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

   Web browser: ---
 Bug #: 41037
   Summary: PDF related bugs and enhancements (tracking)
   Product: MediaWiki extensions
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: reza.ene...@gmail.com
Classification: Unclassified
   Mobile Platform: ---


Tracking bug not only for PdfHandler but for all PDF related tickets in
general except pediapress extention

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|4198|

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||4198

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

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


[Bug 4198] Suggestion to implement page-level links into uploaded PDF files [[media:foo.pdf|page=n]]

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4198

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|6421|

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

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


[Bug 6421] Extract embedded text from DjVu and PDF documents for search

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6421

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||6421

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

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


[Bug 6422] Extract embedded text from PDF documents for search

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6422

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|6422|

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||6422

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

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


[Bug 17124] Link to log of a .pdf file should not have PDF icon

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17124

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|17124   |

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||17124

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

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


[Bug 23162] This image rendered in other sizes on description page also for djvu, pdf, tiff

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23162

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|23162   |

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||23162

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

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


[Bug 23326] PDF image extraction fails

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23326

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|23326   |

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||23326

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

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


[Bug 23652] Some elements missing from PDF thumbnails

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23652

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|23652   |

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||23652

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net 2012-10-15 13:44:36 
UTC ---
2 bugs named identically is not a good idea

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

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


[Bug 23831] Better error presentation for high res PDFs

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23831

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||23831

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

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


[Bug 26369] Cropped PDFs thumbnail broken

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26369

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|23831   |

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|26369   |

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||26369

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

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

   What|Removed |Added

   Keywords||tracking
 Blocks||2007

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

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


[Bug 2007] Tracking bug (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2007

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

   What|Removed |Added

 Depends on||41037

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

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


[Bug 27325] Feature-Request: Extension to export all articles to a single PDF is missing

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27325

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|27325   |

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||27325

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

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


[Bug 27574] PDF export: Use LaTeX formulas instead of inline images

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27574

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|27574   |

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||27574

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

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


[Bug 28188] Can't upload PDF / ODF Hybrid

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28188

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|28188   |

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||28188

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|29937   |

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

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


[Bug 29937] PdfHandler doesn't display all unicode characters properly

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29937

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||29937

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

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


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

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

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|35122   |

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||35122

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

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


[Bug 35380] file path for paged media

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35380

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 CC||reza.ene...@gmail.com
 Blocks|31552   |41037

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

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


[Bug 31552] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31552

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on|35380   |

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

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


[Bug 41037] PDF related bugs and enhancements (tracking)

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41037

reza1615 reza.ene...@gmail.com changed:

   What|Removed |Added

 Depends on||35380

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

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


[Bug 40889] IDREF attribute for references an unknown ID wpSourceTypeFile

2012-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=40889

--- Comment #5 from Thorsten Glaser t.gla...@tarent.de 2012-10-15 13:49:59 
UTC ---
Confirmed, with 9b09b55b7c09fa3e6591dffa2024b1b72ecfa053 on top of my current
1.19.2-Debian-based tree, the Special:Upload page is valid XHTML again.

Thanks!

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

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


  1   2   3   4   >