[Bug 33767] add to wfGetDB an ability to change server

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33767

Aaron Schulz aschulz4...@gmail.com changed:

   What|Removed |Added

 CC||aschulz4...@gmail.com

--- Comment #5 from Aaron Schulz aschulz4...@gmail.com 2012-01-19 08:01:30 
UTC ---
See http://noc.wikimedia.org/conf/highlight.php?file=db.php. We have DBs on
different servers.

You can also use DatabaseBase::factory() directly, unless you want load
balancing for each connection and each DB has a master/slave setup.

-- 
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 33767] add to wfGetDB an ability to change server

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33767

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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||mediawiki-bugs@nadir-seen-f
   ||ire.com
 Resolution||WONTFIX

--- Comment #6 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com 
2012-01-19 08:08:10 UTC ---
All wfGetDB does is make a call to wfGetLB which returns the primary load
balancer for a wiki and then makes a getConnection call on it.

If all you're doing is trying to access a 3rd party database without a load
balancer then you should just use DatabaseBase::newFromType (previously
::factory) directly.

-- 
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 33767] add to wfGetDB an ability to change server

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33767

--- Comment #7 from Aaron Schulz aschulz4...@gmail.com 2012-01-19 08:12:01 
UTC ---
(In reply to comment #6)
 All wfGetDB does is make a call to wfGetLB which returns the primary load
 balancer for a wiki and then makes a getConnection call on it.
 
 If all you're doing is trying to access a 3rd party database without a load
 balancer then you should just use DatabaseBase::newFromType (previously
 ::factory) directly.

Note that newFromType() is marked as deprecated.

-- 
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 33767] add to wfGetDB an ability to change server

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33767

--- Comment #8 from Bawolff bawolff...@gmail.com 2012-01-19 08:16:16 UTC ---
Note, for an example of code that does that, see
includes/filerepo/ForeignDBRepo.php

-- 
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 33761] Email abuse - filter to stop?

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33761

--- Comment #17 from Roland Rance rolandra...@gmail.com 2012-01-19 08:16:54 
UTC ---
I'm not sure that would help much, since the offensive emails usually come from
disposable one-time addresses at Mailinator. So they are unlikely to appear
already in the blacklist, unless all Mailinator addresses are banned.

-- 
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 33775] Problem with edits after rename

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33775

--- Comment #1 from Ariel T. Glenn ar...@wikimedia.org 2012-01-19 08:17:13 
UTC ---
Done.  Please check things over to make sure they look good.

-- 
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 33761] Email abuse - filter to stop?

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33761

--- Comment #18 from Bawolff bawolff...@gmail.com 2012-01-19 08:42:43 UTC ---
(In reply to comment #17)
 I'm not sure that would help much, since the offensive emails usually come 
 from
 disposable one-time addresses at Mailinator. So they are unlikely to appear
 already in the blacklist, unless all Mailinator addresses are banned.

Even banning all mailinator addresses would be insufficient, since they have
hundreds of alternate domains (I suppose we could ban all alternate domains.
Not sure how we'd get a list of them all though), See my previous comment 11.

-- 
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 33767] add to wfGetDB an ability to change server

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33767

Pavel Malakhov pavelmala...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |

--- Comment #9 from Pavel Malakhov pavelmala...@gmail.com 2012-01-19 10:14:15 
UTC ---
1) to Aaron Schulz:
I can see in db.php that you use several servers, but I don't understand how I
can use it... Is there a simple example how to set several servers (with
different wikis) and connect to them in write mode?

2) to Daniel Friesen:
Can you provide an URL for more info on using DatabaseBase::newFromType ?
I could not find a useful page on mediawiki.org

3) to Bawolff
I looked through the code. It seems like this approach can only read data, but
I need to write it as well. Is it possible?

-- 
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 33767] add to wfGetDB an ability to change server

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33767

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

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WORKSFORME

--- Comment #10 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com 
2012-01-19 10:21:22 UTC ---
http://svn.wikimedia.org/doc/classDatabaseBase.html#a35a71fea7884a0665531edb85acfb6b2

http://svn.wikimedia.org/viewvc/mediawiki/branches/REL1_18/phase3/includes/db/Database.php?view=markup#l605

This isn't a support forum, so please stop reopening the 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 33767] add to wfGetDB an ability to change server

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33767

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

   What|Removed |Added

 Resolution|WORKSFORME  |WONTFIX

-- 
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 33815] New: Bracketing violation parsing template parameters and surrounding HTML code

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33815

   Web browser: ---
 Bug #: 33815
   Summary: Bracketing violation parsing template parameters and
surrounding HTML code
   Product: MediaWiki
   Version: 1.18.0
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Templates
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: richard.krec...@areva.com
Classification: Unclassified


Here is a simple Template:Test:
div{{{1}}}/div

If the parameter is an unordered list it expands to bad HTML:
{{test|This is an unordered list:
* foo
* bar
* baz}}

Note the mismatching opening and ending tags in the final HTML:
divThis is an unordered list:
ulli foo
/lili bar
/lili baz/div
/li/ul

-- 
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 32592] v1.6.1 and v1.7.0 / SMW_conceptCache.php --create fails

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32592

--- Comment #18 from Markus Krötzsch mar...@semantic-mediawiki.org 2012-01-19 
11:48:53 UTC ---
(In reply to comment #16)
 Affirmative. I just tested r108966 from trunk and the concept are back and
 running. Great and thank you for that!
 
 However, there is still one issue. In former versions of SMW the items 
 included
 in the cache of the concept were displayed on the respective page of the
 concept. Currently nothing is shown.

I had also fixed this problem recently in r108971. Should work now.

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


[Bug 33816] New: Collections too specific to wikipedia

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33816

   Web browser: ---
 Bug #: 33816
   Summary: Collections too specific to wikipedia
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Collection
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: lamb...@orange.fr
CC: developm...@pediapress.com
Classification: Unclassified


The Collection extension is not used only on Wikipedia but also on other
project like the French Wikibooks.

On this project the term article is not in use because it's not an
encyclopedia but books. Instead we use page in a book, or chapter.

Currently the extension still generates PDF files with Wikipedia specific words
and terms that cannot be changed with some modification of one of the
Mediawiki: page :

(words are in french)

Articles (at top of table of content)
-- should be Chapitres

Sources et contributeurs de l’article
-- should be Sources et contributeurs du livre

Licence des articles
-- should be Licence des pages du livre

-- 
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 33816] Collections too specific to wikipedia

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33816

DavidL lamb...@orange.fr changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal

-- 
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 15553] [X] button shows inconsistent behavior

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=15553

--- Comment #2 from vlak...@gmail.com 2012-01-19 11:50:02 UTC ---
I cannot reproduce the bug. Is this ticket still relevant? It might be closed
if not so.

-- 
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 32655] Improving search for templates

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32655

orenbochman orenboch...@gmail.com changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest

--- Comment #1 from orenbochman orenboch...@gmail.com 2012-01-19 11:56:40 UTC 
---
Thanks for the suggestion. I am looking into smarter indexing of wikisource and
will consider this feature in the design.

To give reliable results for such queries in the search engine:

1.  The indexer would need to carry out template expansions of MediaWiki
source.
1.1 Access to all the templates.
1.2 Re-implimentation of magic words, parser function math and logic operators.
1.3 Reindexing all dependent pages whenever a template changes.
2.  The parser then have to further analyse the wiki source to tokenize
templates. 
3.  What is a good information architecture  for storing Template annotations
would be index in a correct order without creating gaps in surrounding text. 
3.1 Use 0 position increment for wiki text, or
3.2 Template information could be stored in a separate field, or
3.3 GATE type multi_document source,unified diff of wiki-source  HTML-output
3.4 Replace document term position vector with a DAWG term tree, or
3   Template annotation tokens would need to be amiable to prefix queries.
4.  a Lucene query to retrieve template (exact|prefix|category).
5.  a sensible ranking mechanism for such results.
6.  a UI modification to allow exact source search.

-- 
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 32655] Improving search for templates

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=32655

--- Comment #2 from Robert Stojnic rain...@eunet.rs 2012-01-19 12:05:08 UTC 
---
This seems like a massive effort that will need lots of maintenance. 

Why not store expanded wikitext somewhere in the database (or reference to some
of the caching layers) and then query that instead of normal wikitext via OAI?

-- 
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 33817] New: http://fr.wiktionary.org/wiki/Special:UncategorizedPages problem

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33817

   Web browser: ---
 Bug #: 33817
   Summary: http://fr.wiktionary.org/wiki/Special:UncategorizedPag
es problem
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: hubert.bos...@gmail.com
Classification: Unclassified


Hello, since the 6th, http://fr.wiktionary.org/wiki/Special:UncategorizedPages
displays two pages which are actually categorized:

sapwasapw
ˬ

The other entries of this page had been properly managed.

PS: it might be the same problem as
http://fr.wiktionary.org/wiki/Special:WantedCategories, where four pages are
present for five years:

Category:Noms communs français‏‎ 
Category:Verbes occitan‏‎
Category:Verbes français

Best regards.

-- 
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 33817] http://fr.wiktionary.org/wiki/Special:UncategorizedPages problem

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33817

JackPotte hubert.bos...@gmail.com changed:

   What|Removed |Added

   Keywords||shell

--- Comment #1 from JackPotte hubert.bos...@gmail.com 2012-01-19 12:13:45 UTC 
---
and
http://fr.wiktionary.org/w/index.php?title=Cat%C3%A9gorie:Verbes_du_premier_groupeaction=editredlink=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 19956] Suggestions in search for Wikipedia Mobile

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19956

Tomasz Finc tf...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #9 from Tomasz Finc tf...@wikimedia.org 2012-01-19 12:28:32 UTC 
---
Feature has been out in production for a bit.

-- 
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 27411] Search Suggest bugs (tracking)

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27411

Bug 27411 depends on bug 19956, which changed state.

Bug 19956 Summary: Suggestions in search for Wikipedia Mobile
https://bugzilla.wikimedia.org/show_bug.cgi?id=19956

   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 19834] Add language selection functionality to MobileFrontend

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19834

Tomasz Finc tf...@wikimedia.org changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #12 from Tomasz Finc tf...@wikimedia.org 2012-01-19 12:29:25 UTC 
---
Feature has been in place for a while now.

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

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


[Bug 21806] Support language variants (different language interfaces - same wikipedia)

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21806

Bug 21806 depends on bug 19834, which changed state.

Bug 19834 Summary: Add language selection functionality to MobileFrontend
https://bugzilla.wikimedia.org/show_bug.cgi?id=19834

   What|Old Value   |New Value

 Status|NEW |ASSIGNED
 Status|ASSIGNED|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 33711] mw.util is undefined in MediaWiki:Common.js

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33711

--- Comment #8 from Erwin Dokter er...@darcoury.nl 2012-01-19 12:44:57 UTC ---
(In reply to comment #4)
 mw.loader.using('mediawiki.util',function($){
 
 $ is undefined.
 
 So mw.util.$content can't be reached because code fails before.

Your logic fails... $ and $content are unrelated. $ is an alias for jQuery,
while $content is an alias for #bodyContent (depending on skin). function($) is
pointless, as the callback from mw.loader.using() does not pass anything (which
is fortunate, as that would break jQuery).

-- 
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 33818] New: GoogleNewsSitemap failing to return feeds

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33818

   Web browser: ---
 Bug #: 33818
   Summary: GoogleNewsSitemap failing to return feeds
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: brian.mcn...@wikinewsie.org
Classification: Unclassified


Example URLS:

https://en.wikinews.org/w/index.php?title=Special:NewsFeedfeed=atomcategories=Publishednotcategories=No%20publish%7CArchived%7CAutoArchived%7Cdisputednamespace=0count=30hourcount=124ordermethod=categoryaddstablepages=only

https://en.wikinews.org/w/index.php?title=Special:NewsFeedfeed=rsscategories=Featured%20article|Publishednotcategories=No%20publish|disputednamespace=0hourcount=-1ordermethod=categoryaddstablepages=only

Sometime between 22:22 and 22:30 UTC on January 17, the NewsFeed extension
began returning HTTP 500 errors.

Having inquired in #wikimedia-tech, I was advised as-follows:
[12:17] brianmc The RSS link on the enWN main page,
https://en.wikinews.org/w/index.php?title=Special:NewsFeedfeed=atomcategories=Publishednotcategories=No%20publish|Archived|AutoArchived|disputednamespace=0count=30hourcount=124ordermethod=categoryaddstablepages=only,
is similarly failing
[12:18] vvv PHP fatal error in
/usr/local/apache/common-local/php-1.18/extensions/GoogleNewsSitemap/FeedSMItem.php
line 111
[12:18] vvv Access level to FeedSMItem::$title must be public (as in class
FeedItem)
[12:18] vvv Looks like we got a real problem

No changes in RC seem to have obviously resulted in this, and the differing
example calls to Special:NewsFeed share almost nothing in common data.

-- 
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 26459] The renderNavigation and renderPortals functions should be protected or public instead of private

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26459

--- Comment #3 from Christian Neubauer seventow...@gmail.com 2012-01-19 
13:36:25 UTC ---
Created attachment 9867
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9867
Change private functions in Vector.php to protected

(In reply to comment #1)
 This sort of comment really belongs in CodeReview.  See r53210 where I've made
 just this comment (prompted by this bug).

Thanks, I'll do that next time.  If I knew Trevor's email address, I would
probably add him to the cc list too so he would see this bug report.

That said, the average person submitting a bug is not going to hunt down the
annotated code file to determine who first made a change and then hunt down the
code review page to comment on 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 24911] $wgSelectCategoryRoot ignored on Special:Upload

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24911

Christian Boltz mediawiki-b...@cboltz.de changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #6 from Christian Boltz mediawiki-b...@cboltz.de 2012-01-19 
13:48:35 UTC ---
Mark, can you please check this patch and commit it to SVN?

-- 
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 30557] Treeview of categories breaks in IE9

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30557

--- Comment #3 from Christian Boltz mediawiki-b...@cboltz.de 2012-01-19 
13:54:01 UTC ---
Created attachment 9868
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9868
patch for this and other issues

Patch against
http://svn.wikimedia.org/svnroot/mediawiki/branches/REL1_16/extensions/SelectCategory

This patch includes fixes for the following issues:
- fix nesting and closing of ul/li (bug 30557 = this bugreport) 
  (if you are only interested in those changes, take all lines 
  containing $fresh_level_started)
- make $wgSelectCategoryMaxLevel working (bug 27795, fixed in trunk)
- $wgSelectCategoryRoot ignored on Special:Upload (bug 24911)
- new config option $wgSelectCategoryToplevelAllowed

-- 
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 33783] Mechanism used for SOPA blackout is not effective if JavaScript disabled

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33783

--- Comment #5 from gmhome...@gmail.com 2012-01-19 14:11:33 UTC ---
Thanks, I didn't know it was intentional. I wanted to see your blackout
succeed, so I just thought I'd let you know.

-- 
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 11539] Add Hooks to SpecialImport and SpecialExport

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

--- Comment #17 from Christian Neubauer seventow...@gmail.com 2012-01-19 
14:11:55 UTC ---
Created attachment 9869
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9869
Make nodeContents public and add the $tag param to various hooks

(In reply to comment #16)
 What do the currently passed things give you?

http://www.mediawiki.org/wiki/Manual:Hooks/ImportHandleRevisionXMLTag
http://www.mediawiki.org/wiki/Manual:Hooks/AfterImportPage

* $importer: The WikiImporter object
* $pageInfo: An array of xml tag names = xml tag content for the page object
* $revisionInfo: An array of xml tag names = xml tag contents for the
revision object

Theoretically in the ImportHandleRevisionXMLTag hook, you would process the XML
input and add data to the $pageInfo or $revisionInfo array.  Then later on in
the AfterImportPage hook, you could process the data and save it to the
database or whatever.

The problem is, the actual data being parsed out of the XML is stored in the
$tag object in the importer and that isn't passed to the hook so you can't
actually see what tag is being encountered.  Adding the $tag param to the hook
would fix that.  To get the contents of the XML tag, you need to call
$importer-nodeContents() which is currently a private function.  Making that
function public would totally solve that.

-- 
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 33761] Email abuse - filter to stop?

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33761

--- Comment #19 from Reaper Eternal and1etern...@gmail.com 2012-01-19 
14:14:04 UTC ---
If it uses regex, we could ban *.mailinator.com. Or is it the root domain that
changes?

-- 
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 33819] New: Display filesize dynamically, not in bytes only

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33819

   Web browser: ---
 Bug #: 33819
   Summary: Display filesize dynamically, not in bytes only
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Images and files
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: subfa...@gmail.com
CC: bawolff...@gmail.com, bryan.tongm...@gmail.com
Classification: Unclassified


On category page galleries (e.g.
http://www.mediawiki.org/wiki/Category:Files_used_by_extensions_documentation )
and on http://www.mediawiki.org/wiki/Special:NewFiles the file size is
displayed in bytes.

That's hard to read and should be displayed in KB, MB, etc. (whatever applies).
Just like on e.g. http://www.mediawiki.org/wiki/Special:ListFiles

There might be more pages that display filesize in bytes only.

-- 
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 33818] GoogleNewsSitemap failing to return feeds

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33818

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net 2012-01-19 14:21:24 
UTC ---
I'm guessing r109197 is at fault from merging r102851, r102861


I'll get this fixed up in a few minutes

-- 
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 13214] gallery shouldn't rescale small bitmap images

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13214

--- Comment #10 from Subfader subfa...@gmail.com 2012-01-19 14:26:31 UTC ---
Small thumbs are still upscaled. 

http://www.mediawiki.org/w/index.php?title=Special:ListFilessort=img_sizelimit=50

Very disappointing cos it seems so easy to fix.

[For the dumb search: Dont' enlarge upscale resize small smaller thumbs
thumbnails images gallery]

-- 
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 3510] thumbnails smaller than default thumb size should be |frame|-style images

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3510

Subfader subfa...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||subfa...@gmail.com
 Resolution||DUPLICATE

--- Comment #1 from Subfader subfa...@gmail.com 2012-01-19 14:26:38 UTC ---


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

-- 
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 13214] gallery shouldn't rescale small bitmap images

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13214

Subfader subfa...@gmail.com changed:

   What|Removed |Added

 CC||dunc_har...@hotmail.com

--- Comment #11 from Subfader subfa...@gmail.com 2012-01-19 14:26:38 UTC ---
*** Bug 3510 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 33761] Email abuse - filter to stop?

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33761

--- Comment #20 from John Du Hart j...@compwhizii.net 2012-01-19 14:29:36 UTC 
---
(In reply to comment #18)
 (In reply to comment #17)
  I'm not sure that would help much, since the offensive emails usually come 
  from
  disposable one-time addresses at Mailinator. So they are unlikely to appear
  already in the blacklist, unless all Mailinator addresses are banned.
 
 Even banning all mailinator addresses would be insufficient, since they have
 hundreds of alternate domains (I suppose we could ban all alternate domains.
 Not sure how we'd get a list of them all though), See my previous comment 11.

It's doable, at my last position managing a gaming forum we had a pretty
exhaustive list that covered all of them. It's possible to do.

(In reply to comment #19)
 If it uses regex, we could ban *.mailinator.com. Or is it the root domain that
 changes?

No, it's the domain that changes.

-- 
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 33818] GoogleNewsSitemap failing to return feeds

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33818

--- Comment #2 from Sam Reed (reedy) s...@reedyboy.net 2012-01-19 14:42:31 
UTC ---
r109532 committed and merged to site in r109533

-- 
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 33814] Addition of gadgets to sa-wikisource required

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33814

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||krinklem...@gmail.com
  Component|User preferences|Gadgets
Version|1.18|any
 Resolution||WONTFIX
Product|MediaWiki   |MediaWiki extensions

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net 2012-01-19 14:52:34 
UTC ---
Gadgets is already enabled on all wikis.

Gadgets can be added to, and modified on the wiki by administrators. This isn't
something we do as an shell 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 33783] Mechanism used for SOPA blackout is not effective if JavaScript disabled

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33783

--- Comment #6 from Antoine hashar Musso has...@free.fr 2012-01-19 14:53:17 
UTC ---
(In reply to comment #5)
 Thanks, I didn't know it was intentional. I wanted to see your blackout
 succeed, so I just thought I'd let you know.

And thank you to have reported 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 33816] Collections too specific to wikipedia

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33816

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

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 33818] GoogleNewsSitemap failing to return feeds

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33818

--- Comment #3 from Brian McNeil brian.mcn...@wikinewsie.org 2012-01-19 
15:13:04 UTC ---
Just waiting on cache catching up, plus other current interesting issues, to
confirm issue resolved.

-- 
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 33818] GoogleNewsSitemap failing to return feeds

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33818

--- Comment #4 from Sam Reed (reedy) s...@reedyboy.net 2012-01-19 15:13:54 
UTC ---
Middle of site issues at the moment, so can't be sure what code is where

When it's over, I'll look at the state of play then

-- 
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 33813] Special page to list duplicate uploads

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33813

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

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 33817] http://fr.wiktionary.org/wiki/Special:UncategorizedPages problem

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33817

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

   What|Removed |Added

   Severity|normal  |minor

-- 
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 24911] $wgSelectCategoryRoot ignored on Special:Upload

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24911

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #7 from Mark A. Hershberger m...@everybody.org 2012-01-19 
15:22:47 UTC ---
Please check the new version of SelectCategory.  As of last June, there is no
SelectCategoryFunctions.php and it looks like changes similar to the one you
suggest has been made.

-- 
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 22430] Home page for http://et.m.wikipedia.org

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22430

Raul Kern rauna...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #2 from Raul Kern rauna...@gmail.com 2012-01-19 15:33:22 UTC ---
Reopen: currently the page isn't displayed at http://et.m.wikipedia.org/

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

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


[Bug 33820] New: A Twitter button next to every article title

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33820

   Web browser: ---
 Bug #: 33820
   Summary: A Twitter button next to every article title
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: [other]
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: fhmur...@gmail.com
Classification: Unclassified


I've been trying to make my wiki more social and alive, and I thought a good
way to do that would be to have a tweet button added next to every new
article title...so that readers could click and share what articles they are
reading. I'm not very adept at programming, but it doesn't seem too difficult
of a task. Perhaps other twitter/social extensions could be hacked to perform
this function.

-- 
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 11539] Add Hooks to SpecialImport and SpecialExport

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

--- Comment #18 from Sam Reed (reedy) s...@reedyboy.net 2012-01-19 15:44:25 
UTC ---
(In reply to comment #17)
 Created attachment 9869 [details]
 Make nodeContents public and add the $tag param to various hooks
 
 (In reply to comment #16)
  What do the currently passed things give you?
 
 http://www.mediawiki.org/wiki/Manual:Hooks/ImportHandleRevisionXMLTag
 http://www.mediawiki.org/wiki/Manual:Hooks/AfterImportPage
 
 * $importer: The WikiImporter object
 * $pageInfo: An array of xml tag names = xml tag content for the page 
 object
 * $revisionInfo: An array of xml tag names = xml tag contents for the
 revision object
 
 Theoretically in the ImportHandleRevisionXMLTag hook, you would process the 
 XML
 input and add data to the $pageInfo or $revisionInfo array.  Then later on in
 the AfterImportPage hook, you could process the data and save it to the
 database or whatever.
 
 The problem is, the actual data being parsed out of the XML is stored in the
 $tag object in the importer and that isn't passed to the hook so you can't
 actually see what tag is being encountered.  Adding the $tag param to the hook
 would fix that.  To get the contents of the XML tag, you need to call
 $importer-nodeContents() which is currently a private function.  Making that
 function public would totally solve that.

I think your patch is the wrong way round, as it shows you're making it private

Also, please use a unified diff against a file, see
https://www.mediawiki.org/wiki/Subversion#Making_a_diff

-- 
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 3510] thumbnails smaller than default thumb size should be |frame|-style images

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3510

TMg mr.h...@gmx.de changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||mr.h...@gmx.de
 Resolution|DUPLICATE   |

--- Comment #2 from TMg mr.h...@gmx.de 2012-01-19 16:01:25 UTC ---
I don't understand how this can be a duplicate of bug 13214. Bug 13214 is
about galleries. Here the user requests that this:

[[File:Icon External Link.png|thumb|Example]]

should be rendered like this:

[[File:Icon External Link.png|frame|Example]]

In other words: The Enlarge icon (which is
http://bits.wikimedia.org/skins-1.18/common/images/magnify-clip.png) should be
omitted if an image can't be enlarged.

-- 
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 3510] thumbnails smaller than default thumb size should be |frame|-style images

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=3510

TMg mr.h...@gmx.de changed:

   What|Removed |Added

 Depends on||2800

-- 
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 2800] Don't scale up thumbs smaller than the thumb size

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2800

TMg mr.h...@gmx.de changed:

   What|Removed |Added

 Blocks||3510

-- 
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 33789] Enable botadmin usergroup on ml.wikipedia

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33789

--- Comment #1 from sunil vss...@gmail.com 2012-01-19 16:15:01 UTC ---
Also please add option to remove this access by the user (bot) itself, after
use.

-- 
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 33818] GoogleNewsSitemap failing to return feeds

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33818

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Sam Reed (reedy) s...@reedyboy.net 2012-01-19 16:23:40 
UTC ---
r109542

-- 
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 33711] mw.util is undefined in MediaWiki:Common.js

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33711

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Highest

-- 
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 33820] A Twitter button next to every article title

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33820

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

   What|Removed |Added

   Severity|normal  |enhancement

-- 
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 33819] Display filesizes in appropriate units

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33819

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

   What|Removed |Added

Summary|Display filesize|Display filesizes in
   |dynamically, not in bytes   |appropriate units
   |only|

--- Comment #1 from Sam Reed (reedy) s...@reedyboy.net 2012-01-19 16:45:36 
UTC ---
r109547 fixes this one

Other usages of 'nbytes':
Mime search: Image size - Fixed in r109548
Generic.php: r109549

Should revision things be displayed in bytes/kb/mb/gb etc? If so, it's easily
done...

Linker: Revision Size
Special:Newpages
Special:Shortpages
Special:Undelete
RevisionDelete

-- 
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 33821] New: de.planet stucks

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33821

   Web browser: ---
 Bug #: 33821
   Summary: de.planet stucks
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: raimond.spekk...@gmail.com
Classification: Unclassified


Planet for German stucks since January, 13th. I checked all URLs in the
config.ini but cannot find any broken blog.

But something is going wrong...

-- 
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 33715] Table of contents does not duplicate section heading formatting

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33715

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2012-01-19 
16:54:09 UTC ---
Can't see this now. But here:
https://en.wikipedia.org/w/index.php?oldid=471268078#What_action_should_users_take_will_be_shown_on_the_blackout_page.3F

-- 
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 33723] using from= in category urls can incorrectly say that categories are empty

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33723

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

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

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


[Bug 33819] Display filesizes in appropriate units

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33819

Sam Reed (reedy) s...@reedyboy.net 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 33821] de.planet stuck

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33821

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

   What|Removed |Added

Summary|de.planet stucks|de.planet stuck

-- 
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 33727] Error: UploadStash::listFiles No user is logged in, files must belong to users

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33727

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

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

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


[Bug 33728] Give better message for upload protection

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33728

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

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

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


[Bug 33730] file revert links on ImagePage not shown for anons

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33730

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

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

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


[Bug 33731] Uploading to a protected file returns permissiondenied instead of protectedpage

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33731

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

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

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


[Bug 22708] Update Wikimedia's Mailman install

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22708

Mark Bergsma m...@nedworks.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #14 from Mark Bergsma m...@nedworks.org 2012-01-19 17:01:08 UTC 
---
Mailman has been moved to a new server, and in the process was upgraded to the
version in Ubuntu Lucid, 2.1.13.

-- 
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 25231] Mailman mailing list archiver truncates if a line begins with From

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25231

Bug 25231 depends on bug 22708, which changed state.

Bug 22708 Summary: Update Wikimedia's Mailman install
https://bugzilla.wikimedia.org/show_bug.cgi?id=22708

   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 33732] action=userrights: give error, when user is not allow to change userrights

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33732

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest
 CC||m...@everybody.org

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

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


[Bug 33732] action=userrights: give error, when user is not allow to change userrights

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33732

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Lowest  |Low

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

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


[Bug 33734] CheckUser IPv6

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33734

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

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

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


[Bug 33736] Several columns are not updated to newest DB scheme

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33736

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org
   Target Milestone|--- |1.19.0 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 33739] \text{äöü} doesn't add encoding preamble

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33739

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||FIXED

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2012-01-19 
17:16:23 UTC ---
r109552

-- 
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 33822] New: There's no Quit/Exit/Close button

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33822

   Web browser: ---
 Bug #: 33822
   Summary: There's no Quit/Exit/Close button
   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: amir.ahar...@mail.huji.ac.il
CC: herman.w...@nitobi.com, tf...@wikimedia.org
Classification: Unclassified


There's no way to close the app without using a task manager to kill it. This
may be useful. There are other apps that have a Quit button, for example
Mobile Firefox, games, etc. It's not a big battery waster, but many users may
want to  keep the running tasks list short.

-- 
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 33740] Transcluding Special:PrefixIndex clears parser state

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33740

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

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

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


[Bug 33823] New: importDump.php --status not working as expected

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33823

   Web browser: ---
 Bug #: 33823
   Summary: importDump.php --status not working as expected
   Product: MediaWiki
   Version: 1.18.1
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Maintenance scripts
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mediaw...@kghoffmeyer.de
CC: innocentkil...@gmail.com
Classification: Unclassified


The help file says report: Report position and speed after n pages processed
However I get no output from the script at all though I set e.g. --report=100
It just silently imports ...

-- 
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 33741] TrustedXFF: hosts file missing

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33741

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 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 33742] Article Feedback tool is displayed when prompted to confirm a purge.

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33742

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

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

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


[Bug 33744] RSS not working

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33744

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

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

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


[Bug 33752] Wikitable uses CSS not supported in IE6

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33752

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 CC||has...@free.fr

--- Comment #3 from Antoine hashar Musso has...@free.fr 2012-01-19 17:26:15 
UTC ---
I have added a design file docs/uidesign/child-selector-emu.html ( r109553 ).
It applies a style and then reset the nested elements using a star selector
instead of child selector.  That might fix the issue.

Might want to look at
http://craftycodeblog.com/2010/05/19/emulating-css-child-selectors-in-ie6/
which purpose several methods.  Specially have a look at the last one : « CSS
Descendant Selector »

-- 
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 33824] New: Special:Search/intitle: broken in en.wikipedia for non-ASCII characters

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33824

   Web browser: ---
 Bug #: 33824
   Summary: Special:Search/intitle: broken in en.wikipedia for
non-ASCII characters
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: lucene-search-2
AssignedTo: rain...@eunet.rs
ReportedBy: q...@roger.net.ru
Classification: Unclassified


http://en.wikipedia.org/w/index.php?title=Special%3ASearchprofile=advancedfulltext=Searchns0=1redirs=1search=intitle:
(append one UTF-8 character) does not show redirects if the character searched
has code point above U+007F. en.wikipedia.org/wiki/Special:Search/intitle: even
does not show articles (non-redirect pages) for some code points. Apparently
the bulk of this bug affects only en.wiki. Examples:

http://en.wikipedia.org/w/index.php?title=Special%3ASearchprofile=advancedsearch=intitle%3A%C2%85fulltext=Searchns0=1redirs=1profile=advanced
– but U+0085 NEL (non-graphic) redirect exists:
http://en.wikipedia.org/wiki/%C2%85

http://en.wikipedia.org/w/index.php?title=Special%3ASearchprofile=advancedsearch=intitle%3A%C2%A2fulltext=Searchns0=1redirs=1profile=advanced
– but the [[¢]] redirect exists: http://en.wikipedia.org/wiki/%C2%A2
  Note: I was unable to locate any wiki where intitle:¢ for U+00A2 gives some
results, which means that in other wikis something is broken too

http://en.wikipedia.org/w/index.php?title=Special%3ASearchprofile=advancedsearch=intitle%3A%CF%B7fulltext=Searchns0=1redirs=1profile=advanced
– but the [[Ϸ]] redirect exists: http://en.wikipedia.org/wiki/%CF%B7

http://en.wikipedia.org/w/index.php?title=Special%3ASearchprofile=advancedsearch=intitle%3A%D0%81fulltext=Searchns0=1redirs=1profile=advanced
  Note it works in another language:
http://ru.wikipedia.org/w/index.php?title=Special%3ASearchprofile=advancedsearch=intitle%3A%D0%81fulltext=Searchns0=1redirs=1profile=advanceduselang=en

http://en.wikipedia.org/w/index.php?title=Special%3ASearchprofile=advancedsearch=intitle%3A%D0%86fulltext=Searchns0=1redirs=1profile=advance
  Note it works in another language:
http://uk.wikipedia.org/w/index.php?title=Special%3ASearchprofile=advancedsearch=intitle%3A%D0%86fulltext=Searchns0=1redirs=1profile=advanceduselang=en
 http://en.wikipedia.org/wiki/Special:Search/intitle:%E8%A5%BF – but the [[西湖]]
dab page exists: http://en.wikipedia.org/wiki/%E8%A5%BF%E6%B9%96
  Note it works in another language:
http://zh.wikipedia.org/wiki/Special:Search/intitle:%E8%A5%BF

-- 
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 33749] Translation: History should be Versionsgeschichte, not Verlauf

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33749

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

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

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


[Bug 26092] Enable or install string parsing wikimarkup functionality on WMF wikis

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26092

Alexandr Ignatiev ignatus31...@mail.ru changed:

   What|Removed |Added

 CC||ignatus31...@mail.ru

--- Comment #34 from Alexandr Ignatiev ignatus31...@mail.ru 2012-01-19 
17:33:52 UTC ---
People, you generals are talking here, but I'm a simple russian template writer
and I see that the situation with string automation is insufficient, and it's
an 0_o 0_o that it's keeping insufficient for years.

The main leak is that we can get left side of string by {{padleft:}}, but there
is nothig which can give us the right side. The effect is that {{Str right}}
works with step by step comparing each symbol with any point of alphabet. 
  * This seems to be less effective than 10 times more used special functions.
  * There is no way to cover all the Unicode in such way, while there are much
of very exotic words which might have need to be treatened automatically (e.g.
wouldn't one write a brief course of Martian language on Wikiversity and want
to automate declesion table creation).
  * You said A, please say B. If we've got the left side of string, it's boring
for us to wait for the right side for 5 years.

Nearly the same happens w {{Str len}}. OK, a good Perl regexp replacer can hang
the server and even crack it, even {{#rep:}} can slow it down, but only pair of
strlen() and substr() will make a great improvement of use without any
productivity loss. Can anyone strip them from StringExtension and install on
WMF projects separately from other ones? I haven't dealed w this code much but
believe it's two good weekends of 2-3 men at much most. I'm even not asking for
strpos() since {{Str pos}} at least has nearly similary sane algorithm.

P.S. I don't think builtin script engine is well for Wikipedia. Most templates
are written by people who know Martian language, not Lua. It's possible to
write as bad program on any language as on MadParserFunctionStringRegexScript,
and it will be done. But it's not a reason of doing nothing. If MW won't be
developed on WMF, it will then there deprecate and WMF with it, with all my
respects to its great awards till nowadays.

With best wishes, [[:ru:User:Ignatus]].

-- 
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 14379] Error while loading a spanish database dump with mwdumper

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14379

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

   What|Removed |Added

 CC||s...@ludd.net

--- Comment #7 from Adam Wight s...@ludd.net 2012-01-19 17:42:46 UTC ---
I've hit a similar encoding bug while importing enwiki.  I was piping to sql
using this cmdline:

  bunzip2 -c enwiki-20120104-pages-articles.xml.bz2 | mwdumper --format=sql:1.5
 out.sql


Exception in thread main java.io.IOException: not a name start character:
U+26
   at org.mediawiki.importer.XmlDumpReader.readDump(mwdumper)
   at org.mediawiki.dumper.Dumper.main(mwdumper)
Caused by: org.xml.sax.SAXParseException: not a name start character: U+26
   at gnu.xml.stream.SAXParser.parse(libgcj.so.10)
   at javax.xml.parsers.SAXParser.parse(libgcj.so.10)
   at javax.xml.parsers.SAXParser.parse(libgcj.so.10)
   at org.mediawiki.importer.XmlDumpReader.readDump(mwdumper)
   ...1 more
Caused by: javax.xml.stream.XMLStreamException: not a name start character:
U+26
   at gnu.xml.stream.XMLParser.error(libgcj.so.10)
   at gnu.xml.stream.XMLParser.readNmtoken(libgcj.so.10)
   at gnu.xml.stream.XMLParser.readNmtoken(libgcj.so.10)
   at gnu.xml.stream.XMLParser.readCharData(libgcj.so.10)
   at gnu.xml.stream.XMLParser.next(libgcj.so.10)
   at gnu.xml.stream.SAXParser.parse(libgcj.so.10)
   ...4 more

-- 
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 14379] mwdumper crashes on non-latin input characters

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14379

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

   What|Removed |Added

Summary|Error while loading a   |mwdumper crashes on
   |spanish database dump with  |non-latin input characters
   |mwdumper|

-- 
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 30557] Treeview of categories breaks in IE9

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=30557

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords||need-review, patch
 CC||suma...@panix.com

--- Comment #4 from Sumana Harihareswara suma...@panix.com 2012-01-19 
17:45:06 UTC ---
Thanks for the patch!  I've added the need-review and patch keywords so
other developers know to review your patch and get back to you.

-- 
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 26459] The renderNavigation and renderPortals functions should be protected or public instead of private

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26459

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords||need-review, patch
 CC||suma...@panix.com

--- Comment #4 from Sumana Harihareswara suma...@panix.com 2012-01-19 
17:46:07 UTC ---
Christian, thanks for the patch.  I've added the keywords need-review and
patch so the bug shows up in the lists of patches awaiting review for
committing or critique.

-- 
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 33825] New: Some skins don't float coordinates below the central notice banner

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33825

   Web browser: ---
 Bug #: 33825
   Summary: Some skins don't float coordinates below the central
notice banner
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: bhartsho...@wikimedia.org
CC: krinklem...@gmail.com
Classification: Unclassified


Created attachment 9870
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9870
monobook example

In at least the Monobook and Vector skins, the Coordinates (on pages that have
them) float to the middle or top of the central notice instead of staying
pinned to the top of the infobox.

Examples are attached or visible at http://screencast.com/t/5i34cLbzZfl and
http://screencast.com/t/JYqOfmxHN

Correct behavior is seen in the Vector skin (eg
http://screencast.com/t/4U1kBgfAi)

-- 
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 33751] apache redirects.conf hardcode redirections to HTTP

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33751

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

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

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


[Bug 33825] Some skins don't float coordinates below the central notice banner

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33825

--- Comment #1 from Ben Hartshorne bhartsho...@wikimedia.org 2012-01-19 
17:50:13 UTC ---
Created attachment 9871
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9871
Modern example

-- 
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 33752] Wikitable uses CSS not supported in IE6

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33752

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

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

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


[Bug 33825] Some skins don't float coordinates below the central notice banner

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33825

--- Comment #2 from Ben Hartshorne bhartsho...@wikimedia.org 2012-01-19 
17:50:35 UTC ---
Created attachment 9872
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9872
Vector (correct) example

-- 
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 33755] Opera Mobile on Android not redirected to mobile site

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33755

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

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

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


[Bug 33756] Mobile Firefox 9 not redirected to mobile site

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33756

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

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

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


[Bug 33757] Flagged revs needs to use $wgExtensionMessagesFiles instead of LanguageGetMagic hook

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33757

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

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

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


[Bug 33760] mediawiki.legacy.wikibits does not wait for mw.util -dependency and fails in non-debug-mode

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33760

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org
   Target Milestone|--- |1.19wmf deployment

-- 
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 33711] mw.util is undefined in MediaWiki:Common.js

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33711

--- Comment #9 from Erwin Dokter er...@darcoury.nl 2012-01-19 18:07:17 UTC ---
Something seems not to be working quite right. Below are two queries for both
mw.util.$content and $('#bodyContent'), both in Monobook and Vector.

querie format:
console.log( 'Begin of Common.js: mw.util.$content is', typeof(
mw.util.$content ), mw.util.$content );
console.log( 'Begin of Common.js: #bodyContent is', typeof( $( '#bodyContent' )
), $( '#bodyContent' ) );

Result in Monobook:
[18:59:47.760] Begin of Common.js: mw.util.$content is object null
[18:59:47.766] Begin of Common.js: #bodyContent is object ({length:1, 0:({}),
context:({}), selector:#bodyContent})
[18:59:47.777] End of Common.js: mw.util.$content is object null
[18:59:47.783] End of Common.js: #bodyContent is object ({length:1, 0:({}),
context:({}), selector:#bodyContent})
[18:59:47.789] On document.ready: mw.util.$content is object null
[18:59:47.796] On document.ready: #bodyContent is object ({length:1, 0:({}),
context:({}), selector:#bodyContent})

Result in Vector:
[19:00:35.994] Begin of Common.js: mw.util.$content is object null
[19:00:36.001] Begin of Common.js: #bodyContent is object ({length:1, 0:({}),
context:({}), selector:#bodyContent})
[19:00:36.012] End of Common.js: mw.util.$content is object null
[19:00:36.017] End of Common.js: #bodyContent is object ({length:1, 0:({}),
context:({}), selector:#bodyContent})
[19:00:36.024] On document.ready: mw.util.$content is object null
[19:00:36.031] On document.ready: #bodyContent is object ({length:1, 0:({}),
context:({}), selector:#bodyContent})

-- 
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 11539] Add Hooks to SpecialImport and SpecialExport

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

Sumana Harihareswara suma...@panix.com changed:

   What|Removed |Added

   Keywords||patch, reviewed

--- Comment #19 from Sumana Harihareswara suma...@panix.com 2012-01-19 
18:08:11 UTC ---
adding reviewed

-- 
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 33711] mw.util.$content is undefined in MediaWiki:Common.js

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33711

Erwin Dokter er...@darcoury.nl changed:

   What|Removed |Added

Summary|mw.util is undefined in |mw.util.$content is
   |MediaWiki:Common.js |undefined in
   ||MediaWiki:Common.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 33824] Special:Search/intitle: broken in en.wikipedia for non-ASCII characters

2012-01-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=33824

--- Comment #1 from Innocenti Maresin q...@roger.net.ru 2012-01-19 18:14:04 
UTC ---
I am not sure that understand correctly what the combination of search=intitle:
which redirs=1 has to do, but along the example with 西 there are numerous
non-searchable characters even directly in the title of article, and not
restricted only to en.wikipedia.

 http://en.wikipedia.org/wiki/Special:Search/intitle:%E2%80%93 – though a huge
number of articles with en dash exist in en.wikipedia
 http://ru.wikipedia.org/wiki/Special:Search/intitle:%E2%80%94 – though a huge
number of articles with em dash exist in ru.wikipedia
 http://ru.wikipedia.org/wiki/Special:Search/intitle:%C2%AB – though a huge
number of articles with guillemets exist in ru.wikipedia
 http://ca.wikipedia.org/wiki/Especial:Cerca/intitle:%C2%B7 – though a large
number of articles with interpunct exist in ca.wikipedia

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