[Bug 21957] View config does not work

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21957





--- Comment #1 from Alexandre Emsenhuber [IAlex]   
2009-12-28 07:27:27 UTC ---
I suppose you didn't call efConfigureSetup() in LocalSettings.php.


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

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21590





--- Comment #6 from Ichiro   2009-12-28 06:46:51 UTC ---
Hello - any reason why this has not been integrated yet? Thanks.


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

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


[Bug 21566] Request for enabling Collection Extension for Vietnamese Wikipedia

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21566


Tran Vinh Tan  changed:

   What|Removed |Added

 AssignedTo|wikibugs-   |roan.katt...@gmail.com
   |l...@lists.wikimedia.org   |




--- Comment #2 from Tran Vinh Tan   2009-12-28 06:42:58 
UTC ---
I have changed the assignee to Roan Kattouw. Please help with this bug. Thank
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 21956] Please enable LiquidThreads on en.Wikinews (Comments: Namespace)

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21956


MZMcBride  changed:

   What|Removed |Added

 CC||agarr...@wikimedia.org,
   ||pub...@mzmcbride.com
   Keywords||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 21959] New: Warnings from jquery when not using usabilityinitiative/vector

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21959

   Summary: Warnings from jquery when not using
usabilityinitiative/vector
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: mike.lifegu...@gmail.com
CC: wikibugs-l@lists.wikimedia.org


I'm getting warnings in my error console while using monobook from
usabilityinitiative's jquery:

Warning: Error in parsing value for 'filter'.  Declaration dropped.
Source File:
http://meta.wikimedia.org/w/extensions/UsabilityInitiative/css/vector/jquery-ui-1.7.2.css?1.7.2
Line: 75

Warning: Unknown property 'zoom'.  Declaration dropped.
Source File:
http://meta.wikimedia.org/w/extensions/UsabilityInitiative/css/vector/jquery-ui-1.7.2.css?1.7.2
Line: 286

Warning: Error in parsing value for 'white-space'.  Declaration dropped.
Source File: https://bugzilla.wikimedia.org/skins/standard/global.css
Line: 255

Using Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.6) Gecko/20091215
Ubuntu/9.10 (karmic) Firefox/3.5.6


-- 
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 20757] some text of old revisions in early 2005 is blank in the English Wikipedia

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20757





--- Comment #17 from Graham87   2009-12-28 04:39:34 UTC ---
This bug also occurs in Smooth Newt, from
http://en.wikipedia.org/w/index.php?title=Smooth_Newt&oldid=13207805 to
http://en.wikipedia.org/w/index.php?title=Smooth_Newt&oldid=10358188


-- 
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 19092] Diffs of small changes can be misleading

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19092


Conrad Irwin  changed:

   What|Removed |Added

 CC||conrad.ir...@gmail.com




--- Comment #5 from Conrad Irwin   2009-12-28 02:59:08 
UTC ---
There is no "best" diff output, it depends on personal taste. The beauty of the
output of a diff depends as much on the postprocessing of the output as the
algorithm used, or the parameters with which it is used.

The wikEdDiff uses a different theoretical approach, based on Heckel 1978, from
MediaWiki, based on Myers 1986, which may or may not give better results
overall. From memory, Heckel is generally better at spotting which strings came
from where in the source, but can fail quite nastily if the source contains few
unique words. In such cases it may generate very large diffs for very small
changes - these failures are unintuitive, unlike the current failures, in which
it's easy for a human to see why the computer has been misled (though I think
they would be rarer in typical use, so maybe it would be an even match). The
Heckel algorithm is, to my mind, quite beautiful in a language with inbuilt
hashing, so a quick proof-of-concept should not be hard to whip up - though
optimising it well enough to actually be used in MediaWiki might be a bit of a
slog. (For further incentive, I have a primitive 3-way-merge tool based on
Heckel which is wonderfully fun, you can safely fix a typo in the middle of a
sentence while someone else moves the sentence to a new place, if we were to
change the diff algorithm, we'd likely want the merge function to follow suit,
though it's not necessary).


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

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


[Bug 21958] New Wikipedia namespace for books

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21958


p858snake  changed:

   What|Removed |Added

 CC||p858sn...@yahoo.com.au
  Component|General/Unknown |Site requests
   Keywords||shell
Product|MediaWiki   |Wikimedia
Version|1.16-svn|unspecified




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

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


[Bug 21958] New: New Wikipedia namespace for books

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21958

   Summary: New Wikipedia namespace for books
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
   URL: http://en.wikipedia.org/w/index.php?title=Wikipedia:Vill
age_pump_%28proposals%29&oldid=334425105#Namespace_for_b
ooks
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: steveol...@live.com


The English Wikipedia community went through a Village Pump proposal on
creating a new namespace for books. The details can be found at the URL
associated with this report (
http://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_%28proposals%29&oldid=334425105#Namespace_for_books
).


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

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


[Bug 19092] Diffs of small changes can be misleading

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19092





--- Comment #4 from Stmrlbs   2009-12-28 00:53:24 UTC ---
I disagree.  Being able to see the differences between revisions is important,
as it keeps people accountable for their changes.  To flag a whole paragraph as
being "deleted", then "added" (which is what it looks like in the revision
history) because someone inserts a blank line before that paragraph is very
misleading.  

The javascript gadget Cacycle(WikEdDiff
[http://en.wikipedia.org/wiki/User:Cacycle/wikEdDiff] seems to be able to
differentiate these types of changes.  Perhaps someone could look at the code
there, and convert it to the appropriate code used in displaying revision
history.


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

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


[Bug 21957] New: View config does not work

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21957

   Summary: View config does not work
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Configure
AssignedTo: alex.emsenhu...@bluewin.ch
ReportedBy: dasch...@gmx.net


When trying to view the config I get this error

Fatal error: Call to undefined method SiteConfiguration::getDefaultsForWiki()
in /.../httpdocs/extensions/Configure/Configure.page.php on line 1479


-- 
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 21956] New: Please enable LiquidThreads on en.Wikinews (Comments: Namespace)

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21956

   Summary: Please enable LiquidThreads on en.Wikinews (Comments:
Namespace)
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://en.wikinews.org/w/index.php?title=Wikinews:Water_
cooler/technical&oldid=928577#LQT_for_Comments:_Namespac
e
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: w...@konsoletek.com


After seeing the announcement that LQT was "almost ready", en.Wikinews voted
and agreed that we'd like to have LQT turned on (when it is 'ready') for our
Comments: namespace (Only).

Vote:
http://en.wikinews.org/w/index.php?title=Wikinews:Water_cooler/technical&oldid=928577#LQT_for_Comments:_Namespace


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

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


[Bug 21920] LiquidThreads "more" link is not accessible to keyboard

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21920


Rodan BURY  changed:

   What|Removed |Added

   Severity|trivial |normal




--- Comment #2 from Rodan BURY   2009-12-27 22:25:00 UTC 
---
My mistake for not knowing what "blocker" actually meant. 

After reading explanations about severity, I would say the severity is "normal"
or "major". This kind of issues are easy to solve in early stage of
development, but might get more complicated later on. Plus, Andrew Garrett said
that
http://techblog.wikimedia.org/2009/12/liquidthreads-almost-ready-to-deploy/
liquidthreads is almost ready to deploy, and this issues proves that it is
absolutely not the case.

I understand "reply" is the basic feature of a forum, and "history" and "edit"
are important in a wiki. Blind users won't be able to use theses links, so they
will only be able to read the content of the page. It will result in a loss of
editors.

Accessibility is not only for blind users, although it is a common example. It
also improves search engine optimization, reuse of the content, and many other
things that are part of Wikipedia's goals. It is definitely not trivial. Yours,
Rodan Bury


-- 
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 21946] Sorted wikitables do not properly handle minus signs

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21946





--- Comment #8 from Aryeh Gregor   2009-12-27 
22:02:10 UTC ---
They didn't used to be.  A year or two ago we had scaps every week or so. 
Hopefully we'll return to those halcyon days in the imminent future, but until
then we are where we are.


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

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


[Bug 21946] Sorted wikitables do not properly handle minus signs

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21946


Happy-melon  changed:

   What|Removed |Added

 CC||happy-me...@live.com




--- Comment #7 from Happy-melon   2009-12-27 21:51:42 UTC 
---
Nope, that's standard practice, especially with the tech team being so
short-staffed at this time.  Scaps are usually several thousand revisions at a
time.


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

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


[Bug 17152] {{GRAMMAR:}} does not work in CentralNotice

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17152


Casey Brown  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #1 from Casey Brown   2009-12-27 21:06:37 UTC 
---
This seems to be working again, somehow.


-- 
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 20518] Special:NoticeTemplate HTTP 500 error

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20518


Casey Brown  changed:

   What|Removed |Added

 CC||cbrown1...@gmail.com
 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #2 from Casey Brown   2009-12-27 21:03:24 UTC 
---
This looks to be working for me now.  I get a normal NoticeTemplate page,
except the notice preview says: "".

=> WORKSFORME


-- 
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 21955] New: Add an anchor to Special:NoticeTemplate/view

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21955

   Summary: Add an anchor to Special:NoticeTemplate/view
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: CentralNotice
AssignedTo: tf...@wikimedia.org
ReportedBy: cbrown1...@gmail.com


Please add an anchor to Special:NoticeTemplate/view right above where it says
"Translation for $noticename".  (This will make it easier to just jump to the
place where we need to add the translations.)

It doesn't matter what it's called, anything like #translation or #Translate or
whatever would work.


-- 
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 21954] Additional config for br.wikimedia.org

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21954


Roan Kattouw  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Roan Kattouw   2009-12-27 19:13:16 
UTC ---
Done


-- 
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 21954] Additional config for br.wikimedia.org

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21954


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
 AssignedTo|wikibugs-   |roan.katt...@gmail.com
   |l...@lists.wikimedia.org   |




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

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


[Bug 21949] links in alert e-mails broken for titles with spaces in them

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21949


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
Summary|links in alert e-mails  |links in alert e-mails
   ||broken for titles with
   ||spaces in them




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

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


[Bug 19092] Diffs of small changes can be misleading

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19092


Aryeh Gregor  changed:

   What|Removed |Added

 CC||wiki0...@gmail.com




--- Comment #3 from Aryeh Gregor   2009-12-27 
16:16:34 UTC ---
*** Bug 21953 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 21953] blank line (whitespace) in revision history

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21953


Aryeh Gregor  changed:

   What|Removed |Added

 CC||simetrical+wikib...@gmail.co
   ||m
 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Aryeh Gregor   2009-12-27 
16:16:34 UTC ---


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


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

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


[Bug 21946] Sorted wikitables do not properly handle minus signs

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21946





--- Comment #6 from Tony Souter   2009-12-27 15:51:06 UTC 
---
What, three thousand "revisions" behind? To a tech-moron like me, it sounds
strange. But I believe you. Let's hope they do a thousand in a stroke. Thanks.


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

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


[Bug 21946] Sorted wikitables do not properly handle minus signs

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21946


Aryeh Gregor  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #5 from Aryeh Gregor   2009-12-27 
15:48:08 UTC ---
(In reply to comment #3)
> This patch uses [+-\u2212] which will match anything from U+002B PLUS SIGN to
> U+2212 MINUS SIGN. Need to escape the hyphen as it is no longer adjacent to 
> the
> brackets. Best practice would be to include the backslash regardless. Escaping
> the plus sign to avoid confusion would not hurt either, thus [\+\-\u2212].

Good catch.  Regex is fun.  Fixed in r60430.

(In reply to comment #4)
> I tried adding U+2212 to a two-digit numeral in a table: doesn't work.

The fix has been committed to trunk.  It isn't live on Wikipedia yet, that will
happen who knows when.  Note that there's currently no reliable way of telling
what revision Wikipedia is at without poking through SVN logs.  It's currently
at r57447, I think, and has been since early October.


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

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


[Bug 21954] New: Additional config for br.wikimedia.org

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21954

   Summary: Additional config for br.wikimedia.org
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://br,wikimedia.org
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: lugu...@gmail.com


Hi,

1) Special:Import is able to import pages from meta.wikimedia and
pt.wiki*m*edia. Please add support to import pages also from pt.{wiki*p*edia,
wikiquote, wiktionary, wikinews, wikisource, wikibooks, wikiversity}

2) Please enable subpages feature on the main namespace

Best regards,
[[:m:User:555]]


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

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


[Bug 21951] The update cronjob for the Romanian Planet has not been added

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21951


Reedy  changed:

   What|Removed |Added

   Keywords|easy|




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

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


[Bug 11077] Loading page causes Firefox to crash

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=11077


Max Semenik  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Comment #2 from Max Semenik   2009-12-27 12:43:54 
UTC ---
Couldn't reproduce with FF 1.0.6 on XP SP3. Closing this bug assuming that
current MW doesn't cause crashes. For more reports of Firefox crashes, see bug
21622.


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

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


[Bug 21946] Sorted wikitables do not properly handle minus signs

2009-12-27 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21946


Tony Souter  changed:

   What|Removed |Added

 CC||to...@iinet.net.au




--- Comment #4 from Tony Souter   2009-12-27 09:00:48 UTC 
---
I tried adding U+2212 to a two-digit numeral in a table: doesn't work.

I must say I strongly support Ozob's filing of this bug; I do hope we can find
a way to use the proper symbols in tables. 


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

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