[Bug 29092] Stop being the only extension still using $wgArticle in any meaningful way

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

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2011-11-09 08:36:56 UTC ---
Fixed in r102497.

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

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

Bug 9968 depends on bug 29092, which changed state.

Bug 29092 Summary: Stop being the only extension still using $wgArticle in any 
meaningful way
https://bugzilla.wikimedia.org/show_bug.cgi?id=29092

   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 29591] oldwikisource language links point to Wikipedias rather than Wikisources

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

--- Comment #10 from Nemo_bis federicol...@tiscali.it 2011-11-09 08:38:15 UTC 
---
(In reply to comment #8)
 I fixed this by hacking a special case for sourceswiki into dumpInterwiki.php
 in r102388 and rebuilding the interwiki map.

I suppose this is related: https://wikisource.org/?diff=322190oldid=322117
w: should point to en.wiki, although it's not so important.

-- 
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 32307] New: How to get specific information form wiki page.

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

   Web browser: ---
 Bug #: 32307
   Summary: How to get specific information form wiki page.
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: kuntalem...@gmail.com
CC: bryan.tongm...@gmail.com, roan.katt...@gmail.com,
s...@reedyboy.net, soxre...@gmail.com
Classification: Unclassified


Created attachment 9396
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9396
required Information to show on my website

I want to show my wiki page text on my web site. The page title is “Metallica”.

I need specific content from page as follow:

1)Summary  data (As shown on page right most side in tabular form)
2)Just need basic information of page (Not included Contents list, History and
another detail)

I have attached an image for required Information.

I have used API through wikislurp-0.1 library. It is working for get wiki text
from Media wiki. But when it parse wiki text then it get error as follow:

Request: POST http://en.wikipedia.org/w/api.php, from 174.143.11.196 via
sq60.wikimedia.org (squid/2.7.STABLE9) to  ()

Error: ERR_INVALID_REQ, errno [No Error] at Wed, 09 Nov 2011 09:43:37 GMT

Another point:
I try to parse wiki text with get method (through URL) but I got whole page
data. As I requested above, I required only specific data, is there any method
in API or a way to get that specific information. 

Please guide me on 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 32308] New: How to get specific information form wiki page.

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

   Web browser: ---
 Bug #: 32308
   Summary: How to get specific information form wiki page.
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: API
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: kuntalem...@gmail.com
CC: bryan.tongm...@gmail.com, roan.katt...@gmail.com,
s...@reedyboy.net, soxre...@gmail.com
Classification: Unclassified


Created attachment 9397
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9397
required Information to show on my website

I want to show my wiki page text on my web site. The page title is “Metallica”.

I need specific content from page as follow:

1)Summary  data (As shown on page right most side in tabular form)
2)Just need basic information of page (Not included Contents list, History and
another detail)

I have attached an image for required Information.

I have used API through wikislurp-0.1 library. It is working for get wiki text
from Media wiki. But when it parse wiki text then it get error as follow:

Request: POST http://en.wikipedia.org/w/api.php, from 174.143.11.196 via
sq60.wikimedia.org (squid/2.7.STABLE9) to  ()

Error: ERR_INVALID_REQ, errno [No Error] at Wed, 09 Nov 2011 09:43:37 GMT

Another point:
I try to parse wiki text with get method (through URL) but I got whole page
data. As I requested above, I required only specific data, is there any method
in API or a way to get that specific information. 

Please guide me on 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 29960] Allowed memory size of 134217728 bytes exhausted

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

Christian Kujau li...@nerdbynature.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #9 from Christian Kujau li...@nerdbynature.de 2011-11-09 10:42:31 
UTC ---
I'm setting this to invalid b/c it does not happen with MW-1.18.0beta1 and
SimpleSecurity r102504 (svn) any more. I think I also reproduced it in MW-1.17
w/o any SimpleSecurity extension loaded.

Sorry for the noise,
C.

-- 
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 32309] New: Add WMF domains to $wgNoFollowDomainExceptions

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

   Web browser: ---
 Bug #: 32309
   Summary: Add WMF domains to $wgNoFollowDomainExceptions
   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: federicol...@tiscali.it
Classification: Unclassified


I don't see any reason why nofollow should be added to links to our wikis,
it's against ourself.

Note: I think we can add wikimedia.org and include all subdomains; it's easier
than selecting and adding them manually and I don't think that spam to
wikitech, chapters wikis or whatever is a risk.

To expand (useless details follow if you're not convinced :-p): we should
ideally use interwiki links to link our wikis, and that's what we usually do,
but:
1) this isn't always possible, for instance Commons and Meta are multilingual
wikis and we often use {{fullurl}} to append a uselang= parameter to links,
typically in interproject templates (used on hundreds of thousands articles);
2) there's still no reason why, if a newbie doesn't know it, a standard link to
a Wikimedia project should have a nofollow.
Examples of 1):
* [[:mw:Help:Magic_words#URL_data]]: {{canonicalurl:Category:Top level}} → a
rel=nofollow class=external free
href=http://www.mediawiki.org/wiki/Category:Top_level;http://www.mediawiki.org/wiki/Category:Top_level/a
* [[:q:it:Cesare Beccaria]]: a rel=nofollow class=external text
href=//commons.wikimedia.org/wiki/Category:Cesare_Beccaria?uselang=itCommons/a
(added through [[:q:it:Template:Interprogetto]],
[[:q:it:Template:Interprogetto/CollegamentoUselang]])
* [[:w:fr:Modèle:Autres projets#Catégorie de Commons]]: a rel=nofollow
class=external text
href=//commons.wikimedia.org/wiki/Category:Plants?uselang=fr«#160;Autres
projets#160;», sur spanWikimedia Commons/span/a

-- 
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 32309] Add WMF domains to $wgNoFollowDomainExceptions

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

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

   What|Removed |Added

   Keywords||shell
 CC||has...@free.fr

--- Comment #1 from Antoine hashar Musso has...@free.fr 2011-11-09 10:50:07 
UTC ---
$wgNoFollowDomainExceptions is not set on WMF wikis as of now. Might be
something like:

$wgNoFollowDomainExceptions = array(
 'wikipedia.org',
 'wiktionary.org',
 'wikimedia.org',
 ...
);

Tagging shell

-- 
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 32310] New: Activating string function in fa.wikipedia.org

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

   Web browser: ---
 Bug #: 32310
   Summary: Activating string function  in fa.wikipedia.org
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: StringFunctionsEscaped
AssignedTo: jack.p...@psitex.com
ReportedBy: reza.ene...@gmail.com
Classification: Unclassified


Would you please active string function for fa.wiki 
http://www.mediawiki.org/wiki/Extension:StringFunctions

-- 
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 32256] German Wikipedia API search: zero results

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

Lupo lupo.bugzi...@gmail.com changed:

   What|Removed |Added

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

--- Comment #4 from Lupo lupo.bugzi...@gmail.com 2011-11-09 11:12:13 UTC ---
I think the immediate cause for the different search results is line 132 in
http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/api/ApiQuerySearch.php?view=markup
: $result should be advanced before continuing, otherwise the API will just
loop $limit times in vain.

Add

$result = $matches-next(); 

before that continue and the API and Special:Search should again return the
same results.

-- 
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 32311] New: activating Extension:FormatNum in fa.wiki

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

   Web browser: ---
 Bug #: 32311
   Summary: activating Extension:FormatNum in fa.wiki
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: reza.ene...@gmail.com
Classification: Unclassified


In many cases we want to uses Extension:FormatNum
but it is not activated.
for example in templates we want to set template to show numbers in Persian
characters but if we use {{formatnum:}} it will add decimal separator
and it is not good for year numbers!
now {{formatnum:2011}}==۲،۰۱۱ 

would you please activate this extension in fa.wiki?
http://www.mediawiki.org/wiki/Extension:FormatNum

-- 
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 30326] PDF export extension doesn't support some characters in Arabic script

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

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #41 from reza1615 reza.ene...@gmail.com 2011-11-09 11:19:49 UTC 
---
Thanks Volker Haas, he solved them in PDF export engine.

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

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


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

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

Bug 31552 depends on bug 30326, which changed state.

Bug 30326 Summary: PDF export extension doesn't support some characters in 
Arabic script
https://bugzilla.wikimedia.org/show_bug.cgi?id=30326

   What|Old Value   |New Value

 Status|ASSIGNED|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 19725] Suppressed edits should not appear in Special:DeletedContributions and Special:Undelete

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

--- Comment #27 from Bawolff bawolff...@gmail.com 2011-11-09 11:37:32 UTC ---
(In reply to comment #26)
 +need-review to signal to developers that this patch needs reviewing.  Why was
 it reverted in r97297?

See discussion on r91561 - but basically because its unclear if the new
behaviour makes sense.

-- 
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 30333] problem with subst

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

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

   What|Removed |Added

Summary|problem with formatnum  |problem with subst

--- Comment #2 from reza1615 reza.ene...@gmail.com 2011-11-09 11:55:56 UTC ---
I made a sample and  I used subst and result is
http://fa.wikipedia.org/wiki/%DA%A9%D8%A7%D8%B1%D8%A8%D8%B1:Reza1615/test

the first one is without subst and secondone has subst.

-- 
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 30333] problem with template load

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

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

   What|Removed |Added

Summary|problem with subst  |problem with template load

-- 
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 21590] Comments about variables depending on $wgScriptPath are confusing or wrong

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

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

   Attachment #6812|0   |1
is obsolete||
   Attachment #6813|0   |1
is obsolete||

--- Comment #9 from Chad H. innocentkil...@gmail.com 2011-11-09 11:59:35 UTC 
---
Created attachment 9398
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=9398
Re-based patch against trunk

I went ahead and re-based the patch against trunk, it took about a minute :)

-- 
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 30333] problem with template load

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

--- Comment #3 from reza1615 reza.ene...@gmail.com 2011-11-09 12:09:52 UTC ---
we have this problem in {{documentation}} and {{infobox}} preview! also I check
in other wikis (en) our  {{documentation}} and {{infobox}} is the same but they
don't have these 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 32308] How to get specific information form wiki page.

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

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Chad H. innocentkil...@gmail.com 2011-11-09 12:43:01 UTC 
---


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

-- 
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 32307] How to get specific information form wiki page.

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

--- Comment #1 from Chad H. innocentkil...@gmail.com 2011-11-09 12:43:01 UTC 
---
*** Bug 32308 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 32307] How to get specific information form wiki page.

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

--- Comment #2 from Reedy s...@reedyboy.net 2011-11-09 12:49:39 UTC ---
Most of this doesn't belong on bugzilla, as it's more of a help request. These
belong on the appropriate place on mediawiki.org

For getting the summary data, you'll have to grab the wikitext, and decide
yourself what is the summary, this isn't defined, or extracted by MW.

Similar for the basic information, you'll just have to grab the infoboxes
from the wikitext, and parse out the data you're wanting.

As for Wikislurp, it almost seems abandoned [1], though some changes in 2010 to
make it work again. It's most likely that it is at fault for some reason or
other

Also, putting 4 different points in one request just makes life hard.

What URL are you using for the parsing? What are you sending, what are you
getting back?

[1] https://github.com/NeilCrosby/wikislurp

-- 
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 32311] activating Extension:FormatNum in fa.wiki

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords||need-review
  Component|General/Unknown |Extension setup
Version|any |unspecified
Product|MediaWiki extensions|Wikimedia
   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 32311] activating Extension:FormatNum in fa.wiki

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

--- Comment #1 from Reedy s...@reedyboy.net 2011-11-09 12:52:41 UTC ---
Extension needs review before deploy

It is relatively a simple extension though

-- 
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 32310] Activating string function in fa.wikipedia.org

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

   Keywords||need-review
  Component|StringFunctionsEscaped  |Extension setup
Version|any |unspecified
 AssignedTo|jack.p...@psitex.com|wikibugs-l@lists.wikimedia.
   ||org
Product|MediaWiki extensions|Wikimedia
   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 31133] Install StringFunctions extension in Chinese Wiktionary

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX

--- Comment #3 from Reedy s...@reedyboy.net 2011-11-09 12:54:20 UTC ---
Wontfix per the above

-- 
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 32310] Activating string function in fa.wikipedia.org

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

--- Comment #1 from Reedy s...@reedyboy.net 2011-11-09 12:54:46 UTC ---
Extension needs review before deploy. However, I believe StringFunctions
explicitally won't be enabled in it's current state

-- 
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 32279] Windows 8 Metro port of PhoneGap app

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

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 on the CC list for the bug.

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


[Bug 29092] Stop being the only extension still using $wgArticle in any meaningful way

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

--- Comment #2 from Reedy s...@reedyboy.net 2011-11-09 13:18:37 UTC ---
Yaaayyy

-- 
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 19565] abusefilter cannot check file uploading

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

rai...@rillke.eu rainerril...@hotmail.com changed:

   What|Removed |Added

 CC||rainerril...@hotmail.com

--- Comment #3 from rai...@rillke.eu rainerril...@hotmail.com 2011-11-09 
13:23:42 UTC ---
Some checks are possible:
* Title, user, action and SHA1 of file
Reference:
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/AbuseFilter/AbuseFilter.hooks.php?view=markup#l280

Especially for Commons it would be desirable if we could check the *content*
(wikitext) of the new file for source= google,... and other invalid sources
to automatically tag them.

Thank you.

-- 
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.
You are the assignee for the bug.

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


[Bug 32311] activating Extension:FormatNum in fa.wiki

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

--- Comment #2 from reza1615 reza.ene...@gmail.com 2011-11-09 13:33:55 UTC ---
but it is useful  for us and we can set it like
{{#formatnum: 2010|||}} and it gives us ۲۰۱۱ that doesn't have decimal
separator
comparing to {{formatnum:2011}}==۲،۰۱۱

-- 
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 32311] activating Extension:FormatNum in fa.wiki

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

--- Comment #3 from Reedy s...@reedyboy.net 2011-11-09 13:36:28 UTC ---
(In reply to comment #2)
 but it is useful  for us and we can set it like
 {{#formatnum: 2010|||}} and it gives us ۲۰۱۱ that doesn't have decimal
 separator
 comparing to {{formatnum:2011}}==۲،۰۱۱

And?

I didn't say you couldn't have it. I said it needs review before it can be
enabled on the cluster.

-- 
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 32310] Activating string function in fa.wikipedia.org

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

--- Comment #2 from reza1615 reza.ene...@gmail.com 2011-11-09 13:37:12 UTC ---
do you have any other suggestion for #replace: 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 32312] New: Enable WikiLove on Japanese Wikipedia

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

   Web browser: ---
 Bug #: 32312
   Summary: Enable WikiLove on Japanese Wikipedia
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Extension setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: w...@whym.org
Classification: Unclassified


Could you enable WikiLove on ja.wikipedia?  Local consensus to enable it as an
opt-in feature [1] is made, and localization [2][3] is done.

 [1] http://ja.wikipedia.org/wiki/WP:WIKILOVE/POLL?uselang=en
 [2]
http://translatewiki.net/w/i.php?title=Special%3ATranslatetask=viewgroup=ext-wikilovelanguage=jalimit=100
 [3] http://ja.wikipedia.org/wiki/MediaWiki:WikiLove.js?uselang=en

-- 
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 32312] Enable WikiLove on Japanese Wikipedia

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

w...@whym.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||w...@whym.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 32313] New: error in PDF book maker

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

   Web browser: ---
 Bug #: 32313
   Summary: error in PDF book maker
   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: reza.ene...@gmail.com
CC: developm...@pediapress.com
Classification: Unclassified


when i want to collect this category's pages
http://fa.wikipedia.org/wiki/%D8%B1%D8%AF%D9%87:%D8%AE%D9%88%D8%AF%D8%A2%D9%85%D9%88%D8%B2_%D9%88%DB%8C%DA%A9%DB%8C%E2%80%8C%D9%BE%D8%AF%DB%8C%D8%A7

it shows me this error



Unexpected non-MediaWiki exception encountered, of type UsageException
badtoken: Invalid token

#0 /usr/local/apache/common-local/php-1.18/includes/api/ApiBase.php(1205):
ApiBase-dieUsage('Invalid token', 'badtoken')
#1 /usr/local/apache/common-local/php-1.18/includes/api/ApiMain.php(590):
ApiBase-dieUsageMsg('sessionfailure')
#2 /usr/local/apache/common-local/php-1.18/includes/api/ApiMain.php(678):
ApiMain-setupModule()
#3 /usr/local/apache/common-local/php-1.18/includes/api/ApiMain.php(340):
ApiMain-executeAction()
#4
/usr/local/apache/common-local/php-1.18/extensions/Collection/Collection.body.php(867):
ApiMain-execute()
#5
/usr/local/apache/common-local/php-1.18/extensions/Collection/Collection.body.php(225):
SpecialCollection-saveCollection(Object(Title), false)
#6
/usr/local/apache/common-local/php-1.18/includes/SpecialPageFactory.php(460):
SpecialCollection-execute(NULL)
#7 /usr/local/apache/common-local/php-1.18/includes/Wiki.php(224):
SpecialPageFactory::executePath(Object(Title), Object(RequestContext))
#8 /usr/local/apache/common-local/php-1.18/includes/Wiki.php(624):
MediaWiki-performRequest()
#9 /usr/local/apache/common-local/php-1.18/includes/Wiki.php(531):
MediaWiki-main()
#10 /usr/local/apache/common-local/php-1.18/index.php(57): MediaWiki-run()
#11 /usr/local/apache/common-local/live-1.5/index.php(3):
require('/usr/local/apac...')
#12 {main}

-- 
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 32312] Enable WikiLove on Japanese Wikipedia

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

--- Comment #1 from w...@whym.org 2011-11-09 13:57:41 UTC ---
sorry, I meant to say we agreed on having it as an *opt-out* feature, that is,
enabled by default.

-- 
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 32143] Stats for https:// prompts for authentication

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

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 32144] When user is logging out via https, insecure cookies keeping user state should be cleared as well

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

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 32147] is_ff2 in wikibits.js will break on Firefox 10 and later

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

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

   What|Removed |Added

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

--- Comment #8 from Mark A. Hershberger m...@everybody.org 2011-11-09 
14:21:24 UTC ---
*sigh* like Bug #32047, I'm afraid this will end up in us patching jquery. 
Reported upstream:
https://forum.jquery.com/topic/version-sniffing-is-wrong-and-will-break

-- 
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 32148] MobileFrontend has no link to activate the beta functions unless you read blog.wikimedia.org

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

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 29591] oldwikisource language links point to Wikipedias rather than Wikisources

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

--- Comment #11 from Bawolff bawolff...@gmail.com 2011-11-09 14:25:17 UTC ---
(In reply to comment #10)
 (In reply to comment #8)
  I fixed this by hacking a special case for sourceswiki into 
  dumpInterwiki.php
  in r102388 and rebuilding the interwiki map.
 
 I suppose this is related: https://wikisource.org/?diff=322190oldid=322117
 w: should point to en.wiki, although it's not so important.

Note, there are similar issues with the q:, n:, v: etc prefixes pointing to the
sn language.

-- 
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 27935] Redirect to canonicalize URLs

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

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

   What|Removed |Added

Summary|Redirect to canonicalize|Redirect to canonicalize
   |parentheses in URLs |URLs

-- 
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 32150] Latest revision not always showing up in article

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

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

   What|Removed |Added

   Priority|Unprioritized   |High
 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||DUPLICATE

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-11-09 
14:27:18 UTC ---


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

-- 
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 27935] Redirect to canonicalize URLs

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

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

   What|Removed |Added

 CC||carollenamil...@comcast.net

--- Comment #23 from Mark A. Hershberger m...@everybody.org 2011-11-09 
14:27:18 UTC ---
*** Bug 32150 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 on the CC list for the bug.

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


[Bug 32151] Modernize watchlist editor (EditWatchlist) for AJAXy interactivity

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
   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 32155] Mediawiki Timedtext allows for /

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

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 32314] New: Undefined variable: t in MultiUpload.body.php on line 263

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

   Web browser: ---
 Bug #: 32314
   Summary: Undefined variable: t in MultiUpload.body.php on line
263
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: MultiUpload
AssignedTo: tdero...@gmail.com
ReportedBy: 168yeq...@163.com
Classification: Unclassified


Notice: Undefined variable: t in extensions\MultiUpload\MultiUpload.body.php on
line 263

we can change 

if ($t)

to

if (isset($t))

and this notice not ocurrs again;

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

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


[Bug 17616] Enhanced recent changes JavaScript: clicking arrow should keep it in focus

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

--- Comment #9 from Dan Wolff 326...@gmail.com 2011-11-09 14:37:23 UTC ---
I sure am interested in updating the fix, but I am preoccupied at the moment.
If I haven't provided an update within a month, my priorities have changed and
you shouldn't count on me doing it.

Note:
Such a fix should also remove the newly introduced (and related) bug:
1. Tab to an arrow
2. Press enter
3. Notice that the URL has changed (a # is added)

-- 
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 32164] Importance description link in Bugzilla is useless

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

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

   What|Removed |Added

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

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-11-09 
14:41:07 UTC ---
https://bugzilla.mozilla.org/show_bug.cgi?id=453023 says this is fixed in 3.2
so obviously something we've screwed up.

-- 
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 32168] wfExpandUrl should expand .. path segments

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

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 32168] wfExpandUrl should expand .. path segments

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

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-11-09 
14:47:35 UTC ---
(In reply to comment #0)
 This section of the RFC explains how it is done.
 http://tools.ietf.org/html/rfc3986#section-5.2.4
 
 For example, /a/b/c/./../../g becomes /a/g.

We do accept patches!

-- 
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 32168] wfExpandUrl should expand .. path segments

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

--- Comment #3 from Chad H. innocentkil...@gmail.com 2011-11-09 14:49:43 UTC 
---
(In reply to comment #1)
 There's already a @fixme on the function asking for just that :)

Ignore me. Per IRC discussion at the time, I was misreading the @todo and how
it relates to this bug (actually, they don't relate at all)

-- 
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 32170] Bild-prefix is added to il_to value of imagelinks table

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

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 32314] Undefined variable: t in MultiUpload.body.php on line 263

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

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy s...@reedyboy.net 2011-11-09 14:54:45 UTC ---
r102518

-- 
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 32147] is_ff2 in wikibits.js will break on Firefox 10 and later

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

--- Comment #9 from Brion Vibber br...@wikimedia.org 2011-11-09 14:57:15 UTC 
---
isn't that one of our modules that we wrote for MediaWiki and not from upstream
anywhere ?

-- 
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 32164] Importance description link in Bugzilla is useless

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

--- Comment #2 from Chad H. innocentkil...@gmail.com 2011-11-09 15:00:22 UTC 
---
Should just be a matter of fixing/updating fields.html.

-- 
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 32275] Enhanced recent changes shown on deletion complete page doesn't expand {{PLURAL}}

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

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

   What|Removed |Added

 CC||roan.katt...@gmail.com
Summary|Plural bug with enhanced|Enhanced recent changes
   |recent changes (using   |shown on deletion complete
   |Javascript) |page doesn't expand
   ||{{PLURAL}}

-- 
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 32315] New: Hardcoded watchlist preferences limit of 7 days

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

   Web browser: ---
 Bug #: 32315
   Summary: Hardcoded watchlist preferences limit of 7 days
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Watchlist
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mart0...@hotmail.com
Classification: Unclassified


In SpecialPreferences.php, line 850:

http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/includes/Preferences.php?revision=101358view=markup

$defaultPreferences['watchlistdays'] = array(
'type' = 'float',
'min' = 0,
'max' = 7,
'section' = 'watchlist/displaywatchlist',
'help' = $context-msg( 'prefs-watchlist-days-max'
)-escaped(),
'label-message' = 'prefs-watchlist-days',
);

This is a hard coded limitation that doesn't properly reflect the possible
range supported by Special:Watchlist (that is, all changes made that are still
present in the recent changes table).  The best fix is to have the 'max'
parameter calculated using '$wgRCMaxAge / 86400'.

If it still needs to be hard coded, set it to either 30 (Wikipeida) or 91
(default) instead.

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

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


[Bug 32275] Enhanced recent changes shown on deletion complete page doesn't expand {{PLURAL}}

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

--- Comment #2 from Roan Kattouw roan.katt...@gmail.com 2011-11-09 15:12:49 
UTC ---
Why is there a recent changes display on the deletion completed page? I don't
get this on my local install, even with enhanced RC enabled. Is there some
Gadget that's producing this, or a local message override, or what?

-- 
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 32277] no suggest search

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||roan.katt...@gmail.com
 Resolution||INVALID

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2011-11-09 15:15:04 
UTC ---
This bug tracker is for filing bugs; it's not a support forum. To receive
support, you can ask on IRC, see https://www.mediawiki.org/wiki/IRC .

You'll have to provide more detailed information, as well. There is no Title
search extension, and you're not saying what exactly doesn't work. What did
you do, what did you expect to happen, and what happened instead?

-- 
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 32315] Hardcoded watchlist preferences limit of 7 days

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

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ialex.w...@gmail.com
 Resolution||DUPLICATE

--- Comment #1 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2011-11-09 15:15:08 UTC ---


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

-- 
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 11612] Maximum to Days to show in watchlist in preferences should equal $wgRCMaxAge

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

Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com changed:

   What|Removed |Added

 CC||mart0...@hotmail.com

--- Comment #14 from Alexandre Emsenhuber [IAlex] ialex.w...@gmail.com 
2011-11-09 15:15:08 UTC ---
*** Bug 32315 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 32171] templatelinks table contains used variables

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
 Status|NEW |RESOLVED
 CC||m...@everybody.org
 Resolution||DUPLICATE

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-11-09 
15:18:31 UTC ---


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

-- 
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 31963] Templates used on this page also shows functions and variables

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

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

   What|Removed |Added

 CC||bugrepor...@to.mabomuja.de

--- Comment #5 from Mark A. Hershberger m...@everybody.org 2011-11-09 
15:18:31 UTC ---
*** Bug 32171 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 32171] templatelinks table contains used variables

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

--- Comment #2 from Mark A. Hershberger m...@everybody.org 2011-11-09 
15:19:24 UTC ---
oops, wrong bug

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

-- 
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 31576] Magic words are considered to be (non-existing) templates

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

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

   What|Removed |Added

 CC||bugrepor...@to.mabomuja.de

--- Comment #7 from Mark A. Hershberger m...@everybody.org 2011-11-09 
15:19:24 UTC ---
*** Bug 32171 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 32275] {{PLURAL}} isn't expanded when an interface message transcludes Special:Recentchanges

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

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

   What|Removed |Added

 CC||niklas.laxst...@gmail.com,
   ||s.mazel...@xs4all.nl
  Component|Recent changes  |Internationalization
Summary|Enhanced recent changes |{{PLURAL}} isn't expanded
   |shown on deletion complete  |when an interface message
   |page doesn't expand |transcludes
   |{{PLURAL}}  |Special:Recentchanges

--- Comment #3 from Roan Kattouw roan.katt...@gmail.com 2011-11-09 15:20:04 
UTC ---
Aha, this is because [[wikt:fr:MediaWiki:deletedtext]] transcludes
Special:RecentChanges. The bug does not appear when viewing the MediaWiki:
page, only when actually deleting a page.

-- 
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 31576] Magic words are considered to be (non-existing) templates

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

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

   What|Removed |Added

   Priority|Normal  |Highest

--- Comment #8 from Mark A. Hershberger m...@everybody.org 2011-11-09 
15:21:06 UTC ---
raising to highest since this is getting reported more.

-- 
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 31467] Tracking bug for getting the Android app on translatewiki

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

--- Comment #13 from Brion Vibber br...@wikimedia.org 2011-11-09 15:26:56 UTC 
---
So do we still need to write an input/output module for Extension:Translate?
Any further process to go through with 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 30882] Create Wikipedia in Northern Sotho

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

--- Comment #34 from Roan Kattouw roan.katt...@gmail.com 2011-11-09 15:31:51 
UTC ---
(In reply to comment #32)
 Any reaction, please? If it's too much work to empty the wiki, it's OK, we can
 leave it as it is. In any case we would like to have it re-opened one of these
 days...

I am going to delete and recreate the wiki 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 31243] DoubleWiki view has bug in RTL wikis direction

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

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

   What|Removed |Added

Summary|proofead page (DoubleWiki   |DoubleWiki view has bug in
   |view) has bug in RTL wikis  |RTL wikis direction
   |direction   |

--- Comment #2 from reza1615 reza.ene...@gmail.com 2011-11-09 15:31:53 UTC ---
in 1.18 it doesn't solve

http://fa.wikisource.org/wiki/%D9%82%D8%B1%D8%A2%D9%86?match=en

and 

http://en.wikisource.org/wiki/Qur%27an?match=fa

-- 
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 23278] Two hooks for edit page: after toolbar and after edit box

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

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #9 from Sumana Harihareswara suma...@panix.com 2011-11-09 
15:32:26 UTC ---
Thanks, Dan!  Sounds like things work 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 30790] timeline doesn't render farsi correctly

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

--- Comment #5 from reza1615 reza.ene...@gmail.com 2011-11-09 15:35:57 UTC ---
in
http://ka.wikipedia.org/wiki/%E1%83%90%E1%83%A0%E1%83%A5%E1%83%98%E1%83%A2%E1%83%94%E1%83%A5%E1%83%A2%E1%83%A3%E1%83%A0%E1%83%A3%E1%83%9A%E1%83%98_%E1%83%9B%E1%83%98%E1%83%9B%E1%83%93%E1%83%98%E1%83%9C%E1%83%90%E1%83%A0%E1%83%94%E1%83%9D%E1%83%91%E1%83%94%E1%83%91%E1%83%98%E1%83%A1_%E1%83%A5%E1%83%A0%E1%83%9D%E1%83%9C%E1%83%9D%E1%83%9A%E1%83%9D%E1%83%92%E1%83%98%E1%83%90

it works correctly for ka.wikipedia.org why it dosn't work for other Unicode
characters?

-- 
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 32316] New: PDF export extension has problem with subsmallsup in RTL wikis

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

   Web browser: ---
 Bug #: 32316
   Summary: PDF export extension has problem with
subsmallsup in RTL wikis
   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: reza.ene...@gmail.com
CC: developm...@pediapress.com
Classification: Unclassified


PDF export extension has problem with subsmallsup in RTL wikis
If solving this problem is difficult is it possible to disable this functions
in RTL wikis?
http://fa.wikipedia.org/wiki/%DA%A9%D8%A7%D8%B1%D8%A8%D8%B1:Reza1615/pdf3

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

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


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

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

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

   What|Removed |Added

 Depends on||32316

-- 
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 32316] PDF export extension has problem with subsmallsup in RTL wikis

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

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

   What|Removed |Added

 Blocks||31552

-- 
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 32172] XMP extractor should only mark specific property, not entire file, as invalid if types mismatch

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

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 32175] Mobile shouldn't use javascript to resize elements

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

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 32317] New: PDF export extension has problem with codwith Unicode characters

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

   Web browser: ---
 Bug #: 32317
   Summary: PDF export extension has problem with codwith
Unicode characters
   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: reza.ene...@gmail.com
CC: developm...@pediapress.com
Classification: Unclassified


PDF export extension has problem with cod/cod when we have Unicode
characters
http://fa.wikipedia.org/wiki/%DA%A9%D8%A7%D8%B1%D8%A8%D8%B1:Reza1615/pdf3#problem_with_unicode

also when we have space in first of Unicode text line

-- 
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 23278] Two hooks for edit page: after toolbar and after edit box

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

--- Comment #8 from Dan Barrett mediaw...@blazemonger.com 2011-11-09 15:30:19 
UTC ---
All is well. You can close this ticket.

-- 
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 30882] Create Wikipedia in Northern Sotho

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

--- Comment #35 from Mohau monal...@gmail.com 2011-11-09 15:54:39 UTC ---
(In reply to comment #34)

 I am going to delete and recreate the wiki now.

Thanks Roan, your help in getting this wiki going is appreciated.

-- 
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 30882] Create Wikipedia in Northern Sotho

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

--- Comment #36 from Roan Kattouw roan.katt...@gmail.com 2011-11-09 15:55:06 
UTC ---
Done. Recreating the wiki wasn't hard, but getting rid of the (cached!) blanket
TitleBlacklist rule (.* noedit) was hard. Please don't do that again, that
rule caused some serious trouble.

-- 
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 32317] PDF export extension has problem with codewith Unicode characters

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

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

   What|Removed |Added

 Blocks||31552
Summary|PDF export extension has|PDF export extension has
   |problem with codwith  |problem with codewith
   |Unicode characters  |Unicode characters

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

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


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

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

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

   What|Removed |Added

 Depends on||32317

-- 
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 28026] Enable e-mail notifications for watchlist (EnotifWatchlist) on all small wikis

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

--- Comment #34 from Roan Kattouw roan.katt...@gmail.com 2011-11-09 16:05:22 
UTC ---
(In reply to comment #30)
 (In reply to comment #28)
  So the plan is to disable $wgShowUpdatedMarker by default and enable
  $wgEnotifUserTalk on all wikis. This allows better single-variable testing 
  if a
  problem emerges. Now all that's needed is an okay from ops and a deployment
  window.
 
 http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php
 now shows:
 
  'wgEnotifUserTalk' = array(
 'default' = true,
  ),
 
 $wgShowUpdatedMarker has not been changed and defaults to true.
 
 Mark said he was willing to test wgEnotifUserTalk for an hour, but the impact
 was pretty minimal, so he left it on.
 
 Now, do we still want EnotifWatchlist as this bug originally requested?  If 
 so,
 I'll create another RT ticket.
Please carefully read what I did in CommonSettings.php line 1516 (search for
Trial by Roan, Mark B and Mark H) to understand what the config actually is.
The values from InitialiseSettings are overridden there.

-- 
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 30656] Make it possible to run/add QUnit tests for extensions

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

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

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Antoine hashar Musso has...@free.fr 2011-11-09 16:07:00 
UTC ---
This is made possible in the /branches/JSTesting branch using the new
ResourceLoaderTestModules hook.

That branch *might* be merged in trunk during november 2011.

-- 
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 32316] PDF export extension has problem with subsmallsup in RTL wikis

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

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-11-09 16:09:18 UTC 
---
To clarify -- is the problem you're reporting that Csub50/subHsub70/sub
 visually appears as sub70/subHsub50/subC in the PDF?

-- 
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 32316] PDF export extension has problem with subsmallsup in RTL wikis

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

--- Comment #2 from reza1615 reza.ene...@gmail.com 2011-11-09 16:13:06 UTC ---
yes!it changes 

C50H70

to 

70H50C

-- 
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 32316] PDF export extension has problem with subsmallbigsup in RTL wikis

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

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

   What|Removed |Added

Summary|PDF export extension has|PDF export extension has
   |problem with|problem with
   |subsmallsup in RTL  |subsmallbigsup
   |wikis   |in RTL wikis

-- 
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 32316] PDF export extension has problem with subsmallbigsup in RTL wikis

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

--- Comment #3 from reza1615 reza.ene...@gmail.com 2011-11-09 16:14:55 UTC ---
also big has this problem

-- 
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 32186] Remove weird user-agent sniffing from jquery.textSelection scrolling

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

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 32188] Replace $.client.test() with $.client.isBlacklisted()

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

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

   What|Removed |Added

   Priority|Unprioritized   |Normal
   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 14962] Special:UncategorizedCategories should optionally ignore hidden categories

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

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

   What|Removed |Added

   Attachment #5852|0   |1
is obsolete||

--- Comment #4 from Sumana Harihareswara suma...@panix.com 2011-11-09 
16:19:28 UTC ---
Comment on attachment 5852
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=5852
Unified diff against trunk rev 47722

Marking the attachment obsolete per Dan's 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 14962] Special:UncategorizedCategories should optionally ignore hidden categories

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

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

   What|Removed |Added

   Keywords|patch   |
 CC||suma...@panix.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 32197] SVG renderer text layout problems with nested attributes

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

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 26122] No way to get the ID of a deleted page

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

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

   What|Removed |Added

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

--- Comment #29 from Sumana Harihareswara suma...@panix.com 2011-11-09 
16:26:20 UTC ---
Inferring from discussion that Brion's patch still needs further review, so,
+need-review.  And Roan, Brion, did you open a new bug re the API logevents
issue regarding page ID vs log_page, or fix it?

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

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


[Bug 11040] Add redirecting page based wg variable(s) to page JS variables

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

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

   What|Removed |Added

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

--- Comment #7 from Sumana Harihareswara suma...@panix.com 2011-11-09 
16:30:54 UTC ---
Adding the need-review keyword for patches that need review by developers. 
Joshua, thank you for your patches, and sorry it's taken so long for a response
on 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 2777] {{substall:foo}} beside {{subst:bar}}

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

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

   What|Removed |Added

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

--- Comment #25 from Sumana Harihareswara suma...@panix.com 2011-11-09 
16:35:13 UTC ---
Adding the need-review keyword for patches that need review by developers. 
Conrad, thank you for your patch, and sorry it's taken so long for a response
on 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 1340] Size thumbnails in galleries according to user preferences

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

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

   What|Removed |Added

   Keywords||design, reviewed
 CC||suma...@panix.com

--- Comment #21 from Sumana Harihareswara suma...@panix.com 2011-11-09 
16:39:06 UTC ---
Adding the reviewed keyword since it looks like Brion reviewed the patch in
comment 6.  And adding design keyword since adding user preference options is
also a visual design/UI 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 3138] Columnar display should sort into columns

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

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

   What|Removed |Added

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

--- Comment #4 from Sumana Harihareswara suma...@panix.com 2011-11-09 
16:46:39 UTC ---
Karl, can you still reproduce this problem?  When I see 3-column displays in
MediaWiki, they're usually in an easy-to-skim style, the way you suggested they
ought to be.  And the URL you provided for an example,
http://en.wiktionary.org/w/wiki.phtml?title=Special:Allpagesfrom=%2500 , no
longer gives a columnar example.

Thank you for your patch, bobb, and my apologies that no one got back to you
for so long.  If the problem's still reproducible, and if you have time and
interest in updating your patch, then please come into the #mediawiki channel
on freenode IRC and talk with us about an approach to fixing it, so you don't
have to redo as much work.  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


  1   2   3   4   >