[Bug 32234] New: enwiki: Limit non-autoconfirmed users to creating two new accounts in a 24 hour period

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32234

   Web browser: ---
 Bug #: 32234
   Summary: enwiki: Limit non-autoconfirmed users to creating two
new accounts in a 24 hour period
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: at.li...@live.com.au
Classification: Unclassified


There has been an RFC at
http://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_%28proposals%29&oldid=456851655#Remove_ability_for_new_users_to_create_other_accounts
with the outcome that non-autoconfirmed accounts should be limited to creating
two new accounts (while logged in) in a 24 hour period. This is to be done in
order to potentially minimise the proliferation of sockpuppets.

Please implement this as described.

-- 
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 32234] enwiki: Limit non-autoconfirmed users to creating two new accounts in a 24 hour period

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32234

p858snake  changed:

   What|Removed |Added

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

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

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


[Bug 32208] categorymembers return empty subcategories list (cmnamespace=14)

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32208

Lupo  changed:

   What|Removed |Added

 CC||lupo.bugzi...@gmail.com

--- Comment #1 from Lupo  2011-11-07 10:03:54 UTC ---
Confirmed.

With &cmlimit=max, it does return values. Setting cmlimit to 500 works, too,
but cmlimit=5 or 50 still returns empty results (with a cmcontinue).

Interestingly, using cmtype=subcat instead of cmnamespace does return some 10
subcategories plus a cmcontinue. Using cmtype + cmlimit=max returns all
subcategories.
https://en.wikipedia.org/w/api.php?action=query&list=categorymembers&cmtitle=Category:Physics&cmtype=subcat
https://en.wikipedia.org/w/api.php?action=query&list=categorymembers&cmtitle=Category:Physics&cmtype=subcat&cmlimit=max

Why can't cmnamespace=14 be translated on the fly by the API into cmtype=subcat
and be treated the same? (And ditto for cmnamespace=6 -> cmtype=file.)

(To the OP: on cmtype, see
http://lists.wikimedia.org/pipermail/mediawiki-api-announce/2011-October/25.html
)

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

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


[Bug 32231] Warning: gzwrite() expects parameter 1 to be resource, boolean given

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32231

--- Comment #1 from Antoine "hashar" Musso  2011-11-07 10:10:08 
UTC ---
Created attachment 9368
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9368
add traceback when boolean used as a file handle

I can not reproduce locally.

Looks like at some point a file could not be opened hence $this->file receive
the 'false' value which is then used as a file handle.

One way to track this issue would be to add a check in the write function so it
emits a stack trace when a boolean is used as a handle. See attached patch.

-- 
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 30425] Parser should cache the output of identical template calls as well as parameterless calls

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30425

Tim Starling  changed:

   What|Removed |Added

 CC||tstarl...@wikimedia.org

--- Comment #2 from Tim Starling  2011-11-07 10:29:54 
UTC ---
The reason the template expansion cache is only for invocations with empty
arguments is just the difficulty of the implementation. I left it for later. 

A naive implementation would involve traversing the whole tree under the 
in order to generate a hash for fetching the expansion. That's O(N) in the node
count, and if you had nested arguments, it becomes O(N^2) in the string length.
It's a design goal to avoid such O(N^2) cases. So it's necessary to store
subtree hashes in each of the node objects, which complicates construction
slightly.

-- 
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 31547] Category links need less spacing and better wrapping

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31547

Erwin Dokter  changed:

   What|Removed |Added

   Attachment #9349|0   |1
is obsolete||

--- Comment #14 from Erwin Dokter  2011-11-07 11:06:59 UTC 
---
Created attachment 9369
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9369
Updated patch for catlinks spacing

New patch created against current revision.

-- 
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 32145] Namespaces/Aliases for Wikipedia, Project and Portal namespace in Assamese wikipedia

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32145

--- Comment #2 from Prabhakar Sarma Neog  2011-11-07 11:26:24 
UTC ---
Sorry if it looks like nagging, but please resolve this request.

-- 
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 29283] Localisation Cache ACCEL store

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29283

--- Comment #13 from Vitaliy Filippov  2011-11-07 12:17:46 
UTC ---
Created attachment 9370
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9370
Check preload to recache

-- 
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 29283] Localisation Cache ACCEL store

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29283

Domas Mituzas  changed:

   What|Removed |Added

 CC||domas.mitu...@gmail.com

--- Comment #14 from Domas Mituzas  2011-11-07 
12:20:25 UTC ---
back in the day I livehacked in APC-based cache for languages in mediawiki, it
definitely makes sense to keep this data in memory ;)

-- 
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 32212] PDF rendering problems

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32212

Volker Haas  changed:

   What|Removed |Added

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

--- Comment #1 from Volker Haas  2011-11-07 
12:44:53 UTC ---
I checked the resulting PDF of the above mentioned article. For me the PDF
looks great. The PDF can't look identical to the result in the browser because
of different canvas sizes, fonts etc. Furthermore a PDF is rendered on a
paginated medium whereas the monitor has an arbitrarily large height
(scrolling!) - therefore the PDF will never look identical to the browser
version.

-- 
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 32047] on table with class="sortable" thead is before caption

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32047

--- Comment #4 from foma...@googlemail.com 2011-11-07 13:16:05 UTC ---
Created attachment 9371
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9371
Patch for jquery.tablesorter.js

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

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


[Bug 32047] in table with class="sortable", thead is before caption

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32047

Sumana Harihareswara  changed:

   What|Removed |Added

   Keywords||need-review, patch
 CC||suma...@panix.com
Summary|on table with   |in table with
   |class="sortable" thead is   |class="sortable", thead is
   |before caption  |before caption

--- Comment #5 from Sumana Harihareswara  2011-11-07 
13:18:48 UTC ---
Thanks for the patch!  I'll ask someone to review it as soon as possible. 
Adding the "patch" and "need-review" keywords to signal that this bug now
includes a patch that needs review.

-- 
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 31694] During installation, tabbing order (cursor focus) goes to logo instead of "continue"

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31694

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED
 CC||has...@free.fr

-- 
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 20789] What links here pager says "No pages link to ..." when it's not true

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20789

--- Comment #8 from Jarry1250  2011-11-07 13:27:58 UTC ---
In which case, I shall put it on my (rather long) todo list :)

-- 
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 32212] PDF rendering problems

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32212

DavidL  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #2 from DavidL  2011-11-07 13:35:49 UTC ---
It looks better than before because I corrected the ChiffreBoulier template
which used the  HTML tag. With previous version of the model, all elements
were on the same horizontal line, which overflowed the page width.

PDF rendering can be the same as browser. There is no technical problem to
respect the same layout as browser :
* Font size is not the question about layout of elements.
* Different canvas size is only a matter of scaling like when resizing browser
window.
* The arbitrarily large height only need to be cut into pages at proper
location within the text. In case of problems, there should be a special tag in
the wiki source to indicate where page can be cut if the default cut location
is not appropriate.

As the layout is currently not the same as the wiki page, we have to modify
multiples pages before making any collection. That make this extension
unreliable and unusable currently.

-- 
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 11218] RSS watchlist doesn't honor 'expanded watchlist' preference

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11218

Sumana Harihareswara  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||suma...@panix.com
 Resolution||FIXED

--- Comment #3 from Sumana Harihareswara  2011-11-07 
13:44:54 UTC ---
Per
https://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29/Archive_93
it looks like Reedy fixed this in r99694 .

-- 
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 30232] add current time to message wlnote on Special:Watchlist

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30232

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||has...@free.fr
 Resolution||FIXED
   Target Milestone|--- |1.19 deployment

--- Comment #3 from Antoine "hashar" Musso  2011-11-07 14:21:55 
UTC ---
Applied to trunk with r102284.

I removed the old rcnote which is not needed now we have support for PLURALs in
i18n message. Also removed the timeanddate parameter per comment #2

Will be deployed live with 1.19 and part of the 1.19 tar ball.

-- 
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 31792] Mediawiki losing old file versions upon undeletion in MW 1.18

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31792

--- Comment #12 from Mark A. Hershberger  2011-11-07 
14:35:55 UTC ---
(In reply to comment #11)
> This is in fact a bug, unless I'm badly mistaken.

It is a bug.  If it is currently happening, I need examples and, preferably, a
way to reproduce this.  Please contact me on IRC (I'm hexmode in
#wikimedia-dev, http://webchat.freenode.net/?channels=wikimedia-dev) so that we
can track this down.

-- 
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 32152] Account creators at no.wikipedia.org

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32152

Roan Kattouw  changed:

   What|Removed |Added

   Keywords||shell
 CC||roan.katt...@gmail.com

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

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


[Bug 32152] Account creators at no.wikipedia.org

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32152

Roan Kattouw  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Roan Kattouw  2011-11-07 15:24:07 
UTC ---
Done. The account creator group already exists on all wikis, I just had to
allow bureaucrats to add/remove the group.

-- 
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 11218] RSS watchlist doesn't honor 'expanded watchlist' preference

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11218

--- Comment #4 from xenocidic  2011-11-07 15:41:51 UTC ---
Correct - thank you, forgot to re-close this.

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

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


[Bug 32235] New: Editing the footer does not work

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32235

   Web browser: ---
 Bug #: 32235
   Summary: Editing the footer does not work
   Product: MediaWiki
   Version: 1.17
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: sophmediaw...@gmail.com
Classification: Unclassified


I would like to add these 4 seperate lines to my footer:

This page was last modified on {the date} at {the time}.

Text is available under the {CC-BY}; additional terms may apply. See {some
other link} for details.

{my wiki is ran by blah blah blah}

Contact us Privacy policy About {our site} Disclaimers


However, the new footer settings do not allow you to be able to change it.
Adding the code on [[Manual:Footer]] will leave you with  in
the footer.

Is there a way to customize the footer to the above and can the current way be
reverted in the next release?

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

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


[Bug 32236] New: Please upload 11 videos to Wikimedia Commons

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32236

   Web browser: ---
 Bug #: 32236
   Summary: Please upload 11 videos to Wikimedia Commons
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: roan.katt...@gmail.com
ReportedBy: odder.w...@gmail.com
Classification: Unclassified


[FYI: This is part of a bigger "Please upload to Commons" campaign which has
been already discussed with Roan on IRC.]
---

Please upload 11 videos of the 2011 Barack Obama's Weekly Addresses to
Wikimedia Commons. These, unlike those videos uploaded earlier, come in a full
HD and are therefore a very encyclopaedic addition to what we already have on
Commons.

* The tarball is available at:
. 
* Please use the following username: Odder.

Thank you!
-- Tomasz (odder)

-- 
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 29110] $wgFeedDiffCutoff doesn't affect new pages

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29110

Antoine "hashar" Musso  changed:

   What|Removed |Added

   Keywords|need-review |reviewed
 Status|ASSIGNED|RESOLVED
 CC||has...@free.fr
 Resolution||FIXED

--- Comment #2 from Antoine "hashar" Musso  2011-11-07 16:14:16 
UTC ---
Applied to trunk as r102295.

John's patch introduced some code duplication. I have took care of it by
introducing a new helper function.

Would be in 1.19.

-- 
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 32237] New: [[MediaWiki:Emailuser]] needs GENDER

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32237

   Web browser: ---
 Bug #: 32237
   Summary: [[MediaWiki:Emailuser]] needs GENDER
   Product: MediaWiki
   Version: (wikimedia-deployment)
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: liang...@gmail.com
CC: niklas.laxst...@gmail.com, s.mazel...@xs4all.nl
Classification: Unclassified


Gender of target user.

-- 
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 31990] justify paragraphs pref adds extra space to category listing

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31990

Antoine "hashar" Musso  changed:

   What|Removed |Added

 CC||has...@free.fr
   Target Milestone|--- |1.18 tarball release

--- Comment #11 from Antoine "hashar" Musso  2011-11-07 
16:17:37 UTC ---
tagging for 1.18 tarball

-- 
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 31990] justify paragraphs pref adds extra space to category listing

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31990

Sumana Harihareswara  changed:

   What|Removed |Added

 AssignedTo|wikibugs-l@lists.wikimedia. |has...@free.fr
   |org |

--- Comment #12 from Sumana Harihareswara  2011-11-07 
16:20:13 UTC ---
Per IRC conversation just now, Antoine aims to fix this.  Thus, assigning to
him.

-- 
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 31990] justify paragraphs pref adds extra space to category listing

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31990

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED
 AssignedTo|has...@free.fr  |wikibugs-l@lists.wikimedia.
   ||org

--- Comment #13 from Antoine "hashar" Musso  2011-11-07 
16:47:28 UTC ---
Applied Lupo idea to skins/common/shared.css

Tested locally with Monobook and Vector and with languages French (left to
right) and Arabic (right to left).

Would need a backport.

-- 
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 28593] "justify paragraphs" preference is applied too strongly

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28593

Bug 28593 depends on bug 31990, which changed state.

Bug 31990 Summary: justify paragraphs pref adds extra space to category listing
https://bugzilla.wikimedia.org/show_bug.cgi?id=31990

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 31547] Category links need less spacing and better wrapping

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31547

Mark A. Hershberger  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #15 from Mark A. Hershberger  2011-11-07 
17:05:23 UTC ---
r102298

-- 
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 28425] Milestone: MediaWiki 1.18 tarball (tracking)

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28425

Bug 28425 depends on bug 31547, which changed state.

Bug 31547 Summary: Category links need less spacing and better wrapping
https://bugzilla.wikimedia.org/show_bug.cgi?id=31547

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

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

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


[Bug 31551] Categories are surrounded by much more space, and they don't wrap from line to line

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31551

Bug 31551 depends on bug 31547, which changed state.

Bug 31547 Summary: Category links need less spacing and better wrapping
https://bugzilla.wikimedia.org/show_bug.cgi?id=31547

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

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

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


[Bug 32238] New: phaseout wgEnableTooltipsAndAccesskeys

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32238

   Web browser: ---
 Bug #: 32238
   Summary: phaseout wgEnableTooltipsAndAccesskeys
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: has...@free.fr
Classification: Unclassified


$wgEnableTooltipsAndAccesskeys was introduced by Domas in 1.16 r55984 (later
renamed with r56068) for performance reason.
http://www.mediawiki.org/wiki/Manual:$wgEnableTooltipsAndAccesskeys

It is enabled on enwiki so I am not sure we need that global anymore

-- 
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 32238] phaseout wgEnableTooltipsAndAccesskeys

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32238

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Blocks||9968

-- 
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 9968] Reduce use of global and public variables (tracking)

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9968

Antoine "hashar" Musso  changed:

   What|Removed |Added

 Depends on||32238

-- 
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 32047] in table with class="sortable", thead is before caption

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32047

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords|need-review |reviewed
 Status|NEW |RESOLVED
URL||https://forum.jquery.com/to
   ||pic/in-table-with-class-sor
   ||table-thead-is-before-capti
   ||on
 Resolution||FIXED

--- Comment #6 from Mark A. Hershberger  2011-11-07 
17:36:07 UTC ---
r102301 — also reported 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 32208] categorymembers return empty subcategories list (cmnamespace=14)

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32208

--- Comment #2 from pustomyt...@gmail.com 2011-11-07 17:43:06 UTC ---
Oh, now I see, thanks :)
http://www.mediawiki.org/wiki/API:Categorymembers is outdated

-- 
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 32047] in table with class="sortable", thead is before caption

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32047

--- Comment #7 from Antoine "hashar" Musso  2011-11-07 17:49:11 
UTC ---
r102303 - QUnit javascript tests.

-- 
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 31990] justify paragraphs pref adds extra space to category listing

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31990

--- Comment #14 from Antoine "hashar" Musso  2011-11-07 
17:51:21 UTC ---
patch was applied with r102297. It needs a backport.

-- 
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 29283] Localisation Cache ACCEL store

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29283

--- Comment #15 from Mark A. Hershberger  2011-11-07 
17:51:31 UTC ---
New patch applied r102304

-- 
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 31932] The headline id should belong to tag and not to inner

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31932

--- Comment #1 from Daniel Friesen  
2011-11-07 17:58:23 UTC ---
Why is this tagged accessibility?

-- 
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 27291] wikitech.wikimedia.org SSL cert invalid & out of date

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27291

--- Comment #10 from Brion Vibber  2011-11-07 18:09:17 UTC 
---
I'm asking on our internal IRC channels now if anyone can take this.

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

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


[Bug 27291] wikitech.wikimedia.org SSL cert invalid & out of date

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27291

--- Comment #11 from Brion Vibber  2011-11-07 18:13:09 UTC 
---
CT says he'll get someone to look at 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 32235] Editing the footer does not work

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32235

--- Comment #1 from Brion Vibber  2011-11-07 18:19:13 UTC 
---
"From there you can put "Terms of Service" in MediaWiki:Termsofservice for the
link's text and in MediaWiki:Termsofservicepage define the title of the page
that you want the Terms of Service link to point to."

Did you do that part? It works for me...

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

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


[Bug 32219] Make $wgUseInstantCommons protocol relative

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32219

--- Comment #6 from Brion Vibber  2011-11-07 18:31:42 UTC 
---
I'd recommend simply using https unconditionally here -- an SSL image on a
non-SSL page should be perfectly legit.

-- 
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 31838] zh-tw still gives simplified Chinese in link titles on Facebook and Google

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31838

--- Comment #9 from Daniel Friesen  
2011-11-07 18:56:37 UTC ---
Side note, relevant bug explicitly asking for that rel=alternate hreflang=*
appears to be bug 27362.

-- 
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 32239] New: Android PhoneGap app throws error and exits if opened when offline

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32239

   Web browser: ---
 Bug #: 32239
   Summary: Android PhoneGap app throws error and exits if opened
when offline
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: android
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


Steps to repro:
* go into 'airplane mode'
* open Wikipedia

What happens;
* see an error popup like "Application Error: The connection to the server was
unsuccessful.
(http://en.m.wikipedia.org/wiki/United_States_House_of_Representatives)"
* click "OK" to close alert
* app exits

Expected:
* if last-seen page can't be loaded, show an error message inline
* don't close the app -- let me retry at my leisure or browse my bookmarks

-- 
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 32239] Android PhoneGap app throws error and exits if opened when offline

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32239

Brion Vibber  changed:

   What|Removed |Added

 Blocks||31447

--- Comment #1 from Brion Vibber  2011-11-07 19:27:49 UTC 
---
This also happens while browsing -- if I already had an article open, then go
into airplane mode, then navigate to a new page, I see the same error followed
by the app exiting.

Then I'm stuck in the restart loop because it keeps trying to load the same
unloadable page on restart.

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

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


[Bug 31447] Tracking bug for 1.0 release of Android App

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31447

Brion Vibber  changed:

   What|Removed |Added

 Depends on||32239

-- 
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 32020] Improve messages output by the database updaters

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32020

--- Comment #1 from David Baumgarten  2011-11-07 
19:29:29 UTC ---
Created attachment 9372
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9372
improved updater output messages

-- 
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 32020] Improve messages output by the database updaters

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32020

David Baumgarten  changed:

   What|Removed |Added

   Keywords||need-review, patch
 CC||david_baumgar...@gmx.net

--- Comment #2 from David Baumgarten  2011-11-07 
19:30:03 UTC ---
Hello,

i've changed the updater functions and now the Output looks like this:
"Dropping table foo... foo doesn't exist, skipping drop table"
i've also changed the dropfield,addTable,etc functions that the output full
lines

-- 
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 32240] New: Android app 'cache' branch: crash during navigation

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32240

   Web browser: ---
 Bug #: 32240
   Summary: Android app 'cache' branch: crash during navigation
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: android
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


Received this popup & app exit while navigating around the Illinois page and
related images:

Application Error "The requested file was not found.
/upload.wikimedia.org/wikipedia/commons/e/e7/Seal_of_Illinois.svg (No such file
or directory)
(file://upload.wikimedia.org/wikipedia/commons/e/e7/Seal_of_Illinois.svg)

-- 
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 32241] New: WikiEditor scrolls the browser and does not insert on IE8 on Windows 7

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32241

   Web browser: ---
 Bug #: 32241
   Summary: WikiEditor scrolls the browser and does not insert on
IE8 on Windows 7
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: Windows 7
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: WikiEditor
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mediaw...@blazemonger.com
CC: roan.katt...@gmail.com, tpars...@wikimedia.org
Classification: Unclassified


On Windows 7 with IE8, make sure the edit page is scrolled all the way to the
top and click a WikiEditor button (such as Bold) or use a dropdown (such as
Heading). The entire browser page scrolls downward and the button/dropdown does
not insert any text into the edit box.

Now, leave the browser window in its current (scrolled) state and click the
button (or use the dropdown) again. The proper text gets inserted.

Scroll the page back up to the top.  Click the Bold button again.  Same
behavior: the browser scrolls and nothing gets inserted.

This bug feels similar to 31847 and might be related. It happens only on
Windows 7 (as far as I can tell). It happens on Wikipedia right now (1.18wfm1
r101368), and also on Mediawiki 1.17.0 that has been patched with the solution
to the related bug 31847 (i.e., r100398).

The bad behavior happens regardless of whether the cursor focus is in the edit
box, or whether text is highlighted in the edit box. I also turned off all
additional features in Preferences (Side-by-side preview, etc.)

I tried this on a non-Windows-7 system (Windows 2008 Server) with IE8 and could
not reproduce the problem.  But it was easy to reproduce on Windows 7.

-- 
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 31847] WikiEditor headings dropdown inserts headings in wrong, random location in IE

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31847

--- Comment #19 from Dan Barrett  2011-11-07 
19:36:49 UTC ---
This bug, or this fix, may be related to 32241 which has similar behavior.

-- 
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 32242] New: Android app "cache" branch won't load pages from history list when offline

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32242

   Web browser: ---
 Bug #: 32242
   Summary: Android app "cache" branch won't load pages from
history list when offline
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: android
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


Steps to reproduce:
* open app (built from 'cache' branch)
* open 'Springfield, Illinois' page
* go to some other page
* put phone in Airplane Mode
* open 'history' menu item
* tap on 'Springfield, Illinois' in the list

Expected:
* Should load cached Springfield, Illinois page

Actual:
* Alert "Please try again when you're connected to a network"

-- 
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 32242] Android app "cache" branch won't load pages from bookmarks or history list when offline

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32242

Brion Vibber  changed:

   What|Removed |Added

Summary|Android app "cache" branch  |Android app "cache" branch
   |won't load pages from   |won't load pages from
   |history list when offline   |bookmarks or history list
   ||when offline

--- Comment #1 from Brion Vibber  2011-11-07 19:41:48 UTC 
---
Same for bookmarks list.

-- 
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 32243] New: Too little white space between list and section heading

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32243

   Web browser: ---
 Bug #: 32243
   Summary: Too little white space between list and section
heading
   Product: MediaWiki
   Version: 1.17.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Parser
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: csag...@gmail.com
Classification: Unclassified


Created attachment 9373
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9373
Shows that the amount of white space between a list and a section heading is
less than the white space between text and a section heading.

The amount of white space between regular text and an adjacent section heading
is different than the amount of white space between the end of a list and an
adjacent section heading. The attachment illustrates what I mean. The upper red
section has a height of 22 pixels; the lower red section has a height of 17
pixels. Ideally, every section heading should be preceded by the same amount of
white space, regardless of what comes before 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 32241] WikiEditor scrolls the browser and does not insert on IE8 on Windows 7

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32241

--- Comment #1 from Dan Barrett  2011-11-07 19:43:30 
UTC ---
I have reproduced this on three Windows 7 machines now.

-- 
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 32244] New: Android phonegap app settings dialog: checkbox, dropdown should trigger when tapping anywhere in the list item

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32244

   Web browser: ---
 Bug #: 32244
   Summary: Android phonegap app settings dialog: checkbox,
dropdown should trigger when tapping anywhere in the
list item
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: android
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


The sample checkbox & language selector in the settings screen have been
restyled to look more Android-native.

However, they only activate when you tap directly on the checkmark or drop-down
triangle on the right; they should also activate when tapping anywhere in the
list item box, such as on the text label.

-- 
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 32240] Android app 'cache' branch: crash during navigation

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32240

--- Comment #1 from Brion Vibber  2011-11-07 19:47:48 UTC 
---
Seem to be able to repro this by clicking on the large image when on
File:Seal_of_Illinois.svg or similar pages

(or clicking into search field when the image is under 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 32165] Creation date special property.

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32165

Van de Bugger  changed:

   What|Removed |Added

   Attachment #9365|0   |1
is obsolete||

--- Comment #19 from Van de Bugger  2011-11-07 
19:50:15 UTC ---
Created attachment 9374
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9374
Attempt #4.

1. Global variable renamed to $smwgPageSpecialProperties.
2. `Modification date' is enabled by default, but can be disabled.
3. `Creation date' is disabled by default, but can be enabled.

-- 
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 32245] New: Android app 'cache' branch: keeps forgetting what page I left off on

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32245

   Web browser: ---
 Bug #: 32245
   Summary: Android app 'cache' branch: keeps forgetting what page
I left off on
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: android
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


The app is stuck thinking 'File:Flag of Illinois.svg' is my last-viewed page,
though I've tried several times to leave it on 'Illinois' by loading it via
search, bookmarks, and history.

Closing the app (force close in Manage Apps or by reinstalling it from Eclipse)
and then restarting it seems to leave me right back on 'File:Flag of
Illinois.svg'.


If I then go to an entirely new page such as 'Chicago Tribune', it seems to
remember that one now.

This may be related to it apparently not adding items to the History list if
they've been previously viewed...?

-- 
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 32241] WikiEditor scrolls the browser and does not insert on IE8 on Windows 7

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32241

Dan Barrett  changed:

   What|Removed |Added

   Platform|All |PC

-- 
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 32243] Too little white space between list and section heading

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32243

--- Comment #1 from Chris  2011-11-07 20:03:33 UTC ---
This problem could be solved by changing the parser to insert  between
the end of a list and the adjacent section heading. I wrote a simple extension
that does the following on the rendered HTML:

$text = preg_replace("#()(\s*)#s", "$1\n$2", $text);

Now when I view the page, the height of the upper red area is 23 pixels and the
height of the lower red area is 22 pixels. I'm not sure what's causing the
difference, but at least it isn't as noticeable.

-- 
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 32165] Creation date special property.

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32165

--- Comment #20 from Van de Bugger  2011-11-07 
21:00:41 UTC ---
Created attachment 9375
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9375
Alternative variant.

Compared to the previous patch:

1. `getPropertyId' function added to `SMWLanguage' class. It returns property
id (`_MDAT') for given property name (`Modification date'). Localized property
names are accepted.

2. `storeData' function is refactored for easier adding more page properties.
An implementation of a new property will require 3-4 lines of code (in this
function; it will also require additions to language files and to
`SMW_SQLStore2.php' and `SMW_DI_Property.php' files).

Changes for SMW site admin: $smwgPageSpecialProperties can include localized
property names.

-- 
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 32241] WikiEditor scrolls the browser and does not insert on IE8 on Windows 7

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32241

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org
   Target Milestone|--- |1.18 tarball release

--- Comment #2 from Mark A. Hershberger  2011-11-07 
21:01:24 UTC ---
marking for 1.18 tarball.  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 27989] Mark rev: interwiki prefix as local

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27989

foma...@googlemail.com changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #3 from foma...@googlemail.com 2011-11-07 21:04:18 UTC ---
The rev: interwiki prefix is still not marked as local:


http://de.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=interwikimap

but http://de.wikipedia.org/wiki/rev:12345 redirects now to
http://www.mediawiki.org/wiki/Special:Code/MediaWiki/12345.

Closing bug with RESOLVED FIXED.

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

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


[Bug 32246] New: Weird behavior when clicking on the name or the thumbnail of the file

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32246

   Web browser: ---
 Bug #: 32246
   Summary: Weird behavior when clicking on the name or the
thumbnail of the file
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UploadWizard
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: e...@wp.pl
CC: asha...@wikimedia.org, ne...@wikimedia.org
Classification: Unclassified


After I've chosen files to be uploaded (or donated if you will) with
UploadWizard I can click on any file to choose a different file. This is
something I haven't seen before and feels not intuitive.

1. What I would expect after clicking on a name would be to change the name of
the file being uploaded.
2. What I would expect after clicking on a thumbnail (which is not a thumbnail
BTW and feels wrong too) would be to see the picture being uploaded (it works
as expected later on).
3. Remove shouldn't simply remove the file.

Note that I don't want push "upload" until the names are OK. If it is
problematic then you should add a note that files are not uploaded yet and I
can change their names later.

Also if you cannot display thumbnails I think you should show blank thumbnails
but rather only show names of files.

-- 
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 26072] Opera cannot upload more than one file

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26072

Nux  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||e...@wp.pl
 Resolution|FIXED   |

--- Comment #4 from Nux  2011-11-07 21:24:22 UTC ---
It doesn't work in Opera 11.52. The files show up but only one of them gets
uploaded. Retry doesn't work.

Version: 11.52
Compilation: 1100
Platform: Win32
System: Windows 7
Opera/9.80 (Windows NT 6.1; U; pl) Presto/2.9.168 Version/11.52

-- 
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 32247] New: Cannot go back after uploading files

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32247

   Web browser: ---
 Bug #: 32247
   Summary: Cannot go back after uploading files
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: UploadWizard
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: e...@wp.pl
CC: asha...@wikimedia.org, ne...@wikimedia.org
Classification: Unclassified


Here is my scenario:
1. I choose many files - all of them are named P39283982.jpg
2. I upload them (not seeing thumbnails).
3. I release all rights.
4. OMG! I just remembered I cannot upload this one! Where is the back button!

At a very least the user should be able to remove the file or cancel the whole
process. Currently you are left alone and don't even know where the files are
and how to remove them.

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

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


[Bug 27291] wikitech.wikimedia.org SSL cert invalid & out of date

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27291

--- Comment #12 from Ryan Lane  2011-11-07 21:32:18 UTC ---
Ok... So. We are possibly planning some changes to wikitech that may make this
ticket not needed.

1. We may move the wikitech content to labsconsole.
2. We'll probably rename wikitech and labsconsole to something else, adding
redirects and rewrite rules as appropriate.
3. We'll likely have a read-only mirror that sits off cluster.

Knowing that, we'll likely hold off purchasing a cert until we make a decision.

-- 
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 32248] New: Nested variables with some special character output will output "" or other useless stuff

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32248

   Web browser: ---
 Bug #: 32248
   Summary: Nested variables with some special character output
will output "" or other useless stuff
   Product: MediaWiki
   Version: 1.17
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Parser
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: danwe...@web.de
Classification: Unclassified


When using variables outputting some special characters like "'" nested like:
"[[:{{TALKPAGENAME:{{FULLPAGENAME:Isn't anything}} }}]]" will output a literal
"[[:Diskussion:Isn't anything]]" instead of displaying a link.

This is because their output is escaped with wfEscapeWikiText(). This also
regards {{#ifeq:...}} where comparing variables output with text no longer
works as one would expect.

Is it really necessary to run the whole wfEscapeWikiText() over variables
output? For example escaping the ' ' after 'ISBN ' to ' ' looks like a bad
hack and kind of unnecessary to me. Even post-processing everything 'ISBN\s\d+'
would seem a better solution to me.

"{{TALKPAGENAME:{{FULLPAGENAMEE:Isn't anything}} }}" (don't miss the extra "E")
won't work as well since 'TALKPAGENAME' will consider the 'FULLPAGENAMEE'
invalid since it contains '&' as "'" becomes "'".

-- 
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 32241] WikiEditor scrolls the browser and does not insert on IE8 on Windows 7

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32241

Dan Barrett  changed:

   What|Removed |Added

Web browser|--- |Internet Explorer 8.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 32241] WikiEditor scrolls the browser and does not insert on IE8 on Windows 7

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32241

Dan Barrett  changed:

   What|Removed |Added

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

-- 
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 31502] TOC is missing on Special:EditWatchlist

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31502

Happy-melon  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||happy.melon.w...@gmail.com
 Resolution||FIXED

--- Comment #3 from Happy-melon  2011-11-07 
22:11:20 UTC ---
Fixed in r102334.

-- 
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 31686] Android app should show search suggestions

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31686

--- Comment #11 from herman wong  2011-11-07 22:37:32 
UTC ---
https://github.com/nitobi/Wikipedia/commit/205829daf164d3e8191b9f33cb5a71a57f059cf3

this should prevent the focus on UI element on the page behind.

-- 
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 23796] Feature request: article icon area

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23796

Chad H.  changed:

   What|Removed |Added

   Keywords|need-review |

--- Comment #44 from Chad H.  2011-11-07 22:42:24 UTC 
---
Removing need-review from my own patch.

-- 
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 27291] wikitech.wikimedia.org SSL cert invalid & out of date

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27291

--- Comment #13 from Brion Vibber  2011-11-07 22:44:13 UTC 
---
Can we at least renew the self-signed cert?

-- 
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 32198] Suppression of global account causes suppressor's IP to be listed as a blocking admin in local block log

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32198

--- Comment #3 from Aaron Schulz  2011-11-07 22:45:59 
UTC ---
(In reply to comment #2)
> When I unsuppressed it, leaving it locked, the IP disappeared from the
> blocklist. It was on Technologh Hub's Meta Wiki.

When did you unblock. The blocker name should be blank for such rows atm. Also,
note that only 'oversight' users can see this bug.

I can't deploy the /trunk (r101442) fix for this, as the IPs will come back
again. A maintenance script is needed first.

-- 
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 32246] Weird behavior when clicking on the name or the thumbnail of the file

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32246

Neil Kandalgaonkar  changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
   Severity|normal  |enhancement

--- Comment #1 from Neil Kandalgaonkar  2011-11-07 
22:50:18 UTC ---
If you click on the thumbnail you should get a zoomed-in version of the file.
Are you sure that's what happens? If so, what browser and OS are you using?

Otherwise, this is known behavior -- I was sure there was a bug for this but
now I can't find it. I agree that it's probably not good, but it's less urgent.
You can still cancel if you want.

I agree we should fix it so you can alter the filename instead.


(In reply to comment #0)
> After I've chosen files to be uploaded (or donated if you will) with
> UploadWizard I can click on any file to choose a different file. This is
> something I haven't seen before and feels not intuitive.
> 
> 1. What I would expect after clicking on a name would be to change the name of
> the file being uploaded.
> 2. What I would expect after clicking on a thumbnail (which is not a thumbnail
> BTW and feels wrong too) would be to see the picture being uploaded (it works
> as expected later on).
> 3. Remove shouldn't simply remove the file.
> 
> Note that I don't want push "upload" until the names are OK. If it is
> problematic then you should add a note that files are not uploaded yet and I
> can change their names later.
> 
> Also if you cannot display thumbnails I think you should show blank thumbnails
> but rather only show names of files.

-- 
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 32249] New: Use spelling corrections from search api in Android mobile search

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32249

   Web browser: ---
 Bug #: 32249
   Summary: Use spelling corrections from search api in Android
mobile search
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: android
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


needed!

-- 
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 32247] Cannot go back after uploading files

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32247

Neil Kandalgaonkar  changed:

   What|Removed |Added

   Priority|Unprioritized   |High

--- Comment #1 from Neil Kandalgaonkar  2011-11-07 
22:52:28 UTC ---
Good point, we don't have a way to do that now. We should have a way to delete
the file on any page, up to  the final upload.

-- 
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 32250] New: Use spelling corrections from search api in mobile search

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32250

   Web browser: ---
 Bug #: 32250
   Summary: Use spelling corrections from search api in mobile
search
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MobileFrontend
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org
CC: prei...@wikimedia.org, tf...@wikimedia.org
Classification: Unclassified


Needed!

-- 
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 32249] Use spelling corrections from search api in Android mobile search

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32249

LikeLakers2  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||likelake...@ll2wiki.x10.mx
 Resolution||DUPLICATE

--- Comment #1 from LikeLakers2  2011-11-07 
22:56:35 UTC ---


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

-- 
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 32250] Use spelling corrections from search api in mobile search

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32250

--- Comment #1 from LikeLakers2  2011-11-07 
22:56:35 UTC ---
*** Bug 32249 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 32249] Use spelling corrections from search api in Android mobile search

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32249

LikeLakers2  changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #2 from LikeLakers2  2011-11-07 
22:57:50 UTC ---
oops, wrong option

-- 
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 32198] Suppression of global account causes suppressor's IP to be listed as a blocking admin in local block log

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32198

Rob Lanphier  changed:

   What|Removed |Added

   Keywords||platformeng
 CC||ro...@wikimedia.org
 AssignedTo|wikibugs-l@lists.wikimedia. |aschulz4...@gmail.com
   |org |

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

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


[Bug 30483] should be same length as in Special:MovePage

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30483

Rob Moen  changed:

   What|Removed |Added

 CC||rm...@wikimedia.org
 AssignedTo|wikibugs-l@lists.wikimedia. |rm...@wikimedia.org
   |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 19834] Add language selection functionality to MobileFrontend

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19834

Sumana Harihareswara  changed:

   What|Removed |Added

   Keywords|easy|
 CC||suma...@panix.com

--- Comment #11 from Sumana Harihareswara  2011-11-07 
23:19:01 UTC ---
Removing keyword so newbie devs don't think this is something to fix/add.  Will
likely get resolved this week.

-- 
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 31941] Redirect checking during link entering

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31941

LikeLakers2  changed:

   What|Removed |Added

 CC||likelake...@ll2wiki.x10.mx

--- Comment #6 from LikeLakers2  2011-11-07 
23:31:12 UTC ---
I see no reason why we should do this, and I think this is better off marked as
RESOLVED WONTFIX. If you want it that way, perhaps suggest that an OPTION be
added to do that, not make it do it for all users. :)

-- 
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 32249] Use spelling corrections from search api in Android mobile search

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32249

--- Comment #3 from Brion Vibber  2011-11-07 23:46:01 UTC 
---
You've verified that it's a dupe (it's not -- they're separate codebases). Did
you intend to reopen 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 27362] Use for language-variant links

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27362

jida...@jidanni.org changed:

   What|Removed |Added

 CC||jida...@jidanni.org

--- Comment #5 from jida...@jidanni.org 2011-11-07 23:47:09 UTC ---
See also Bug 31838.

-- 
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 32204] Stacktrace on copy-by-url upload

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32204

--- Comment #3 from Mark A. Hershberger  2011-11-07 
23:50:02 UTC ---
I think this has been fixed.  I can't repro after after svn upping.

-- 
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 32204] Stacktrace on copy-by-url upload

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32204

Mark A. Hershberger  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 32197] SVG renderer text layout problems with nested attributes

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32197

--- Comment #9 from Brion Vibber  2011-11-08 00:04:26 UTC 
---
Patch has been committed to master upstream; if it holds ok ought to make it
into the Gnome 3.4 release but not promised yet. :)

-- 
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 32249] Use spelling corrections from search api in Android mobile search

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32249

Brion Vibber  changed:

   What|Removed |Added

 Status|VERIFIED|REOPENED
 Resolution|DUPLICATE   |

-- 
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 32165] Creation date special property.

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32165

Jeroen De Dauw  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #21 from Jeroen De Dauw  2011-11-08 
00:08:19 UTC ---
Patch applied in r102350 - great work :)

-- 
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 32251] New: General support for property value distribution visualization

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32251

   Web browser: ---
 Bug #: 32251
   Summary: General support for property value distribution
visualization
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jeroen_ded...@yahoo.com
CC: jeroen_ded...@yahoo.com, mar...@semantic-mediawiki.org
Classification: Unclassified


Created attachment 9376
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=9376
initial poke at this, not completed

This is to keep track of a proposed enhancement that I partially implemented,
but did not finish since it seemed to much of a hack.

The idea is to have result formats that can display numerical data, such as
charts, can instead of showing the queries values, show their distribution (ie
the occurrence count of each value). This is similar to what the tagcloud and
valuerank formats in SRF do, but the implementation would be in SMW itself, or
at least on base QueryPrinter level, so that all formats supporting numerical
results support this kind of behavior without further modifications.

Copied from an Email to Markus about this code:

I'm trying to create some new feature in the base QP that allows getting the
occurrence count of a certain value for some property in the result, and then
changes the SMWQueryResult result object to contain this data, in this format:

fake page with the value of the property as label => special "has occurrence
count" property => occurrence count

This way you can do a query such as

{{
#Ask: [[some conditions]]
| ?Has genre
| format=somechart
| countproperty=Has genre
}}

which will then get you the values (unique) with their occurrence count,
somehow visualized, ie showing the amount of times a genre occurs.

I currently have the code that gets these counts and creates number DIs for
them. I'm having problems with creating a new SMWQueryResult with these DIs
though. I was quite surprised to find that it does not actually hold this data,
but that it's obtained in loadContent in SMWResultArray created when you
request the DIs or DVs.

-- 
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 32252] New: Android app 'cache' branch: section 'Show' buttons don't work on cached page view

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32252

   Web browser: ---
 Bug #: 32252
   Summary: Android app 'cache' branch: section 'Show' buttons
don't work on cached page view
   Product: Wikimedia Mobile
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: android
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


Steps to reproduce:

* go to 'Chicago Tribune' page
* close down the app (via Manage Apps or whatever)
* reopen the app
* see the 'Chicago Tribune' page come back up
* scroll down and tap on one of the section 'Show' buttons

Expected:

Section should expand, button should change to 'Hide'.

Actual:

Button is highlighted in orange. Nothing else.

-- 
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 31519] Remove bullet point before contact us link

2011-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31519

Neil Kandalgaonkar  changed:

   What|Removed |Added

 CC||ne...@wikimedia.org

--- Comment #1 from Neil Kandalgaonkar  2011-11-08 
00:34:38 UTC ---
What bullet point? I only ask because I'm looking to assign this as a starter
bug for a new developer.

If you mean the "Contact us" link in the footer, the bullet should be
suppressed by the 'div#footer ul' CSS rule.

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

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


  1   2   >