[Bug 27494] wikilinks shouldn't be added as such for titles with affixes

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27494

--- Comment #5 from Sundar  2011-03-21 06:10:42 UTC ---
Thanks for the clarification.

-- 
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 27494] wikilinks shouldn't be added as such for titles with affixes

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27494

--- Comment #4 from WikiBhasha.MSR  2011-03-21 06:05:17 
UTC ---
We consider [[SL]] as one particular case of [[SL|SW]] where ‘SL=SW’.
For your example, we apply the option (c)
in [[India]] -> [[இந்தியா|இந்தியாவில்]]

-- 
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 27494] wikilinks shouldn't be added as such for titles with affixes

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27494

--- Comment #3 from Sundar  2011-03-21 05:50:55 UTC ---
Good to see the fix. Thanks.

What happens in the cases when it is not of the form [[SL|SW]], but [[SL]]
accompanied by a phrase to be translated as a whole?
Let's take the following example.
"There are twenty-eight states in [[India]]."

In Tamil, what will this become?
a) [[இந்தியாவில்]] இருபத்தி எட்டு மாநிலங்கள் உள்ளன.
b) [[இந்தியா]]வில் இருபத்தி எட்டு மாநிலங்கள் உள்ளன.
c) [[இந்தியா|இந்தியாவில்]] இருபத்தி எட்டு மாநிலங்கள் உள்ளன.

Of the above, (b) and (c) are acceptable, while (a) is not.

-- 
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 27494] wikilinks shouldn't be added as such for titles with affixes

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27494

WikiBhasha.MSR  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from WikiBhasha.MSR  2011-03-21 05:33:11 
UTC ---
We have fixed this issue in the following way. Assume that the source language
(English) page has a word with link say [[SL|SW]] where SW is a word in the
source language and SL is the title of the page being linked in the source
language. 

In WikiBhasha, SW will be translated to a target language word TW using machine
translation (MT) and SL is transformed to TL (title of the inter wiki lined
target language page) by Wikipedia API. 

Here are the possible outcomes
 1. [[SL|SW]]: there is no inter wiki link for SL and MT could not translate SW 
 2. [[SL|TW]]: there is no inter wiki link for SL and MT could translate SW to
TW
 3. [[TL|SW]]: there exists an inter wiki link TL for SL and MT could not
translate SW
 4. [[TL|TW]]: there exists an inter wiki link TL for SL and MT could translate
SW to TW

WikiBhasha transforms the above possible outcomes in the following ways.
 1. [[SL|SW]]-> SW
 2. [[SL|TW]]-> TW
 3. [[TL|SW]]-> [[TL]]
 4. [[TL|TW]]-> [[TL|TW]], if TL!=TW and [[TL]] if TL=TW

-- 
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 28145] New: Possibility to list pages only categorized in hidden categories in Special:UncategorizedPages.

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28145

   Summary: Possibility to list pages only categorized in hidden
categories in Special:UncategorizedPages.
   Product: MediaWiki
   Version: wikimedia-deployment
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Special pages
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: gustron...@gmail.com


I suggest to add an option in Special:UncategorizedPages to include pages that
are categorized only in hidden categories. There are many articles marked to
wikify or other issues that could be categorized by users, but currently those
pages are difficult to find as they aren't listed as uncategorized pages.

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

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


[Bug 28144] Pool timeouts and pool overload (PoolCounter) on enwiki

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28144

Tim Starling  changed:

   What|Removed |Added

  Component|General/Unknown |PoolCounter
Version|unspecified |any
Product|Wikimedia   |MediaWiki extensions

--- Comment #1 from Tim Starling  2011-03-21 04:02:25 
UTC ---
I've disabled the pool counter for now. It looks like a client disconnected
without releasing its locks somehow. After I disabled it, there was only one
TCP connection remaining, from a deadlocked apache process, but that was for a
different article. Despite there being no relevant connections in lsof,
attempting to acquire the relevant lock
(enwiki:pcache:idhash:17204717-0!*!0!!*!*) failed with a timeout.

Unfortunately poolcounterd wasn't compiled with debug symbols, so it wasn't
feasible to examine the hashtable. Also, it would have been nice if there was a
list of client_data structures that could be examined with gdb or a monitoring
command.

-- 
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 28144] Pool timeouts and pool overload (PoolCounter) on enwiki

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28144

MZMcBride  changed:

   What|Removed |Added

 CC||b...@mzmcbride.com,
   ||platoni...@gmail.com
 AssignedTo|wikibugs-l@lists.wikimedia. |tstarl...@wikimedia.org
   |org |

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

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


[Bug 28144] New: Pool timeouts and pool overload (PoolCounter) on enwiki

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28144

   Summary: Pool timeouts and pool overload (PoolCounter) on
enwiki
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: c...@tools.wikimedia.de


Earlier today, when the page [[en:User:Chzz]] was loaded by IP users, it would
display the error box corresponding to the 'view-pool-error' and 'pool-timeout'
messages. The page could still be viewed by logged-in users. This persisted for
a while; finally I blanked the page and restored it, and that seemed to fix the
problem. 

At the moment, the page shows up blank for both IP and registered users (no
content between the "< !-- bodytext" and "< !-- NewPP limit report" comments).
The page source contains this message:




I am unable to get the page to load by blanking it and restoring the content.
The user page is very complicated and transcludes a lot, including a call to
Special:Prefixindex. I have no idea what is causing the problem. But it looks
like there is some bug in the pool counter system.

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

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


[Bug 28143] New: SiteMatrix API module should allow filtering by wiki status (closed, private, fishbowl, etc.)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28143

   Summary: SiteMatrix API module should allow filtering by wiki
status (closed, private, fishbowl, etc.)
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: SiteMatrix
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com


I think it might be nice if the SiteMatrix API module allowed the user to only
return rows of certain types of wikis. For example, it would be possible to
only return wikis that are currently open or only return wikis that are
currently fishbowl.

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

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


[Bug 28141] New: Remove obsolete code from/tidy up CommonSettings/InitialiseSettings

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28141

   Summary: Remove obsolete code from/tidy up
CommonSettings/InitialiseSettings
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: minor
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net


CommonSettings.php:

// SiteMatrix hook for 1.16, obsolete in 1.17
$wgHooks['SiteMatrixGetPrivateAndFishbowlWikis'][] = 
'efGetPrivateAndFishbowlWikis';
function efGetPrivateAndFishbowlWikis( &$private, &$fishbowl ) {
global $IP;
$private = array_map( 'trim', file( "$IP/../private.dblist" ) );
$fishbowl = array_map( 'trim', file( "$IP/../fishbowl.dblist" ) );
return true;
}


and

// Old ones, being obsoleted by the ext above...
#function wfSetupSiteDefaultMessages() {
#global  $wgMessageCache, $wgSiteDefaultMessages;
#$wgMessageCache->addMessages( $wgSiteDefaultMessages );
#}
#$wgExtensionFunctions[] = 'wfSetupSiteDefaultMessages';


and

# obsolete - merged
#if( $wmgUseUniversalEditButton ) {
#include "$IP/extensions/UniversalEditButton/UniversalEditButton.php";
#}

InitialiseSettings.php:

# obsolete, september 2006
#'wgOnlySysopMayMove' => array(
#'default' => false,
#'dewiki'  => true, # Report by sansculotte on #mediawiki, TS 2004-10-15
#'enwiki' => true,
#'frwiki' => true, # requested by hashar
#'mediawikiwiki' => true,
#'commonswiki' => true, # requested by Bdka on #wikimedia-tech, 2006-05-04
#'enwiktionary' => true, # requested in beer parlour, 13 june 2006
#'hewiki' => true,
#),

// Obsoleted by WikimediaMessages extension
'wgSiteDefaultMessages' => array(
'default' => array(
# Bug 11912
'sitesupport-url' => 'http://wikimediafoundation.org/wiki/Donate',
'sitesupport' => 'Donate',
),
),



etc etc

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

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


[Bug 28142] New: SiteMatrix API module documentation is insufficient

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28142

   Summary: SiteMatrix API module documentation is insufficient
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: SiteMatrix
AssignedTo: s...@reedyboy.net
ReportedBy: b...@mzmcbride.com


The SiteMatrix's API module (?action=sitematrix) currently has the following
documentation:


* action=sitematrix (sm) *
  Get Wikimedia sites list

This module requires read rights
Example:
  api.php?action=sitematrix


It would be nice if the documentation explained the various states a wiki can
be in (private, fishbowl, closed, etc.) and what each of those mean.

It would also be nice if the documentation explained what "code" means (whether
it's unique, where it comes from, etc.) so that developers know whether they
need to pay attention to it or if they can safely use it.

Any other parts of the module that are not currently documented should be added
as well.

-- 
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 27379] Please create Wikipedia in Latgalian language

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27379

--- Comment #16 from Bawolff  2011-03-21 01:05:01 UTC ---
Its still very unclear what you want for point 2. It does not look like
something requiring developer intervention 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 27379] Please create Wikipedia in Latgalian language

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27379

--- Comment #15 from Olegs Anosovs  2011-03-21 
00:59:00 UTC ---
(In reply to comment #14)
> Namespace translation needs to be done at the translatewiki website. (
> http://translatewiki.net ) If you need an "extra" namespace (aka something
> equivalent to portal namespace on enwikipedia) you can ask here, but just to
> translate the normal namespace you must do it at translatewiki.
> 
> 
> >and + we don't have own MediaWiki design, therefore we can't create normal
> >templates
> 
> Don't know what this means.

1) waiting for update

2) that meens that: http://ltg.wikipedia.org/wiki/Template:Latgolys_n%C5%ABvodi

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

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


[Bug 27379] Please create Wikipedia in Latgalian language

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27379

--- Comment #14 from Bawolff  2011-03-21 00:37:10 UTC ---
Namespace translation needs to be done at the translatewiki website. (
http://translatewiki.net ) If you need an "extra" namespace (aka something
equivalent to portal namespace on enwikipedia) you can ask here, but just to
translate the normal namespace you must do it at translatewiki.


>and + we don't have own MediaWiki design, therefore we can't create normal
>templates

Don't know what this means.

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

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


[Bug 28140] Special:SiteMatrix has wrong URL for Swiss Wikimedia chapter (www.wikimedia.ch)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28140

Reedy  changed:

   What|Removed |Added

   Severity|enhancement |trivial

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

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


[Bug 28140] Special:SiteMatrix has wrong URL for Swiss Wikimedia chapter (www.wikimedia.ch)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28140

Casey Brown  changed:

   What|Removed |Added

 CC||b...@caseybrown.org
Summary|Special:SiteMatrix has  |Special:SiteMatrix has
   |wrong URL for Swedish   |wrong URL for Swiss
   |Wikimedia chapter   |Wikimedia chapter
   |(www.wikimedia.ch)  |(www.wikimedia.ch)

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

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


[Bug 28140] New: Special:SiteMatrix has wrong URL for Swedish Wikimedia chapter (www.wikimedia.ch)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28140

   Summary: Special:SiteMatrix has wrong URL for Swedish Wikimedia
chapter (www.wikimedia.ch)
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: b...@mzmcbride.com


When you look at the SiteMatrix
() under the
entry for "chwikimedia", it lists the URL as "http://ch.wikimedia.org";. The
wiki is actually hosted at "www.wikimedia.ch". The SiteMatrix should be updated
to reflect 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 28135] Review and deploy VipsScaler extension

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28135

p858snake  changed:

   What|Removed |Added

   Keywords||need-review
 CC||p858sn...@gmail.com

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

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


[Bug 25990] Add VIPS image scaling support to MediaWiki

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25990

--- Comment #5 from Tim Starling  2011-03-20 23:18:29 
UTC ---
(In reply to comment #1)
> Bug 24984#c13 seems to indicate that Tim supports it.

My initial comments about VIPS were on bug 23258.

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

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


[Bug 16976] Wikis ready for creation (tracking)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16976

Bug 16976 depends on bug 27379, which changed state.

Bug 27379 Summary: Please create Wikipedia in Latgalian language
https://bugzilla.wikimedia.org/show_bug.cgi?id=27379

   What|Old Value   |New Value

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

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

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


[Bug 27379] Please create Wikipedia in Latgalian language

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27379

Olegs Anosovs  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #13 from Olegs Anosovs  2011-03-20 
22:38:25 UTC ---
Thanks!

But actual is question with NAMESPACES

and + we don't have own MediaWiki design, therefore we can't create normal
templates

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

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


[Bug 27336] Job queue should support exclusion of some jobs from general pop() job

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27336

p858snake  changed:

   What|Removed |Added

   Keywords|need-review |reviewed

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

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


[Bug 16976] Wikis ready for creation (tracking)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16976

Reedy  changed:

   What|Removed |Added

 Depends on||28139

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

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


[Bug 28139] Create the Greek Wikinews

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28139

Reedy  changed:

   What|Removed |Added

 Blocks||16976

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

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


[Bug 28139] Create the Greek Wikinews

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28139

Shanel Kalicharan  changed:

   What|Removed |Added

   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 28139] New: Create the Greek Wikinews

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28139

   Summary: Create the Greek Wikinews
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://meta.wikimedia.org/wiki/Requests_for_new_langua
ges/Wikinews_Greek
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: chan...@gmail.com


The Language Committee and the WMF Board approve the creation of the Greek
Wikinews. 

* Language code: '''el''' 
* Site: '''el.wikinews.org'''
* Logo (135x155px PNG image; a derivative from a decent SVG image):
http://commons.wikimedia.org/wiki/File:WikiNews-Logo-el.png
* Project name ("Wikinews" in native language): '''Βικινέα'''
* The name of the project namespace (usually the same as the previous):
'''Βικινέα'''
* The name of the project talk namespace (something like "Wikinews talk" in
your language): '''Βικινέα_συζήτηση'''
* Default project timezone, if not UTC (something like: CET (UTC+1)):
'''UTC+2'''

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


[Bug 28138] New: PHP Notice: Thread 69 has no title

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28138

   Summary: PHP Notice:  Thread 69 has no title
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: LiquidThreads
AssignedTo: agarr...@wikimedia.org
ReportedBy: niklas.laxst...@gmail.com
CC: bhar...@wikimedia.org


[20-Mar-2011 20:32:39] PHP Notice:  Thread 69 has no title. [Called from
ThreadHistoryPager::getActionDescription in
/www/w/extensions/LiquidThreads/classes/ThreadHistoryPager.php
 at line 115] for
/wiki/Thread:Support/Osm:Prompt_twitter_(2)?lqt_method=thread_history
GlobalFunctions.php line 3129 calls wfBacktrace()
Thread.php line 1229 calls wfWarn()
ThreadHistoryPager.php line 115 calls Thread::title()
ThreadHistoryPager.php line 95 calls
ThreadHistoryPager::getActionDescription()
Pager.php line 875 calls ThreadHistoryPager::formatValue()
Pager.php line 317 calls TablePager::formatRow()
ThreadHistoryListingView.php line 23 calls IndexPager::getBody()
Dispatch.php line 83 calls ThreadHistoryListingView::show()
Dispatch.php line 182 calls LqtDispatch::threadPermalinkMain()
- line - calls LqtDispatch::tryPage()
Hooks.php line 237 calls call_user_func_array()
Hooks.php line 38 calls Hooks::run()
Wiki.php line 467 calls wfRunHooks()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 27868] Stylesheets fail to load occassionally

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27868

random person  changed:

   What|Removed |Added

  Component|General/Unknown |DNS

--- Comment #7 from random person  2011-03-20 21:04:03 
UTC ---
It's march 20 now and it still happens :(

For me it doesn't fail to load "just occasionally" but constantly on my home
connection. My ISP's DNS servers just won't translate bits.wikimedia.org to
91.198.174.233 and i have to edit hosts file by force.

I've switched to Google DNS where this happens only occasionally, but still
does some times.

Also, check out the comments on this page:
http://techblog.wikimedia.org/2010/03/global-outage-cooling-failure-and-dns/ 
seems this problem has been around for a long time 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 26109] Don't list users who haven't actually changed the page in reject summary

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26109

Aaron Schulz  changed:

   What|Removed |Added

   Severity|minor   |trivial

-- 
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 28137] New: Mysterious warnings related to memcached

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28137

   Summary: Mysterious warnings related to memcached
   Product: MediaWiki
   Version: 1.18-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: niklas.laxst...@gmail.com


[20-Mar-2011 20:56:13] PHP Notice:  Trying to get property of non-object in
/www/w/includes/WebRequest.php on line 701
[20-Mar-2011 20:56:13] PHP Notice:  Trying to get property of non-object in
/www/w/includes/WebRequest.php on line 729
[20-Mar-2011 20:56:13] PHP Warning:  Invalid argument supplied for foreach() in
/www/w/includes/Setup.php on line 326
[20-Mar-2011 20:56:13] PHP Notice:  Trying to get property of non-object in
/www/w/includes/Profiler.php on line 89
[20-Mar-2011 20:56:13] PHP Notice:  Trying to get property of non-object in
/www/w/includes/objectcache/MemcachedClient.php on line 648
[20-Mar-2011 20:56:13] PHP Notice:  Trying to get property of non-object in
/www/w/includes/objectcache/MemcachedPhpBagOStuff.php on line 39
[20-Mar-2011 20:56:13] PHP Fatal error:  Call to a member function
set_servers() on a non-object in
/www/w/includes/objectcache/MemcachedPhpBagOStuff.php on line 39


Seeing flood of these for the second time. I'm suspecting it is a PHP bug since
those lines correspond usually to $this->foo(); Seems to be the same line
numbers always.

Any idea what causes this would be nice.

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

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


[Bug 26123] Special:Undelete doesn't use ar_page_id

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26123

--- Comment #4 from Platonides  2011-03-20 20:44:31 UTC 
---
What'a an OOO risk?

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

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


[Bug 26227] Notify user by email when password changed

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26227

--- Comment #9 from Platonides  2011-03-20 20:40:30 UTC 
---
> Because I don't like getting extra e-mails? Especially when it's about an
> action I initiated myself.

I think you /would/ want that in case it wasn't you who initiated it. How often
do you change your password? I don't think most people have ever changed their
password. Much less doing so often enough to be annoying.

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

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


[Bug 23547] Exception: Thread 2951 purports to be moved, but no redirect found ...

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23547

--- Comment #4 from Niklas Laxström  2011-03-20 
20:24:40 UTC ---
[20-Mar-2011 20:17:29] /wiki/Support?oldid=2822320: Exception: Thread 11979
purports to be moved, but no redirect found in text
({{Archivelink|Support/Archive}}{{doc-important|Problems using
translatewiki.net? You have read [[Translating:Intro|the introduction]] and you
do not know what to do? Have a feature request?
[{{fullurl:Support|lqt_method=talkpage_new_thread}} Write your question below].
Please link to a particular message if your question is about it.}}

See also: [[Special:PrefixIndex/Translating_talk:|Translating talks for
projects]], and [[:Translating:Translators' forum]]

== Outstanding site issues ==
* Microsoft translator often offline: [[bugzilla:27924]]
[[Category:Support]]{{#UseLiquidThreads:1}}
__NONEWSECTIONLINK__) of Support. Dying.
#0 /www/w/extensions/LiquidThreads/classes/View.php(1609):
LqtView->showMovedThread(Object(Thread))
#1 /www/w/extensions/LiquidThreads/classes/View.php(1937):
LqtView->showSingleThread(Object(Thread))
#2 /www/w/extensions/LiquidThreads/pages/TalkpageView.php(339):
LqtView->showThread(Object(Thread))
#3 /www/w/extensions/LiquidThreads/classes/Dispatch.php(54):
TalkpageView->show()
#4 /www/w/extensions/LiquidThreads/classes/Dispatch.php(179):
LqtDispatch::talkpageMain(Object(OutputPage), Object(Article), Object(Title),
Object(User), Object(WebRequest))
#5 [internal function]: LqtDispatch::tryPage(Object(OutputPage),
Object(Article), Object(Title), Object(User), Object(WebRequest),
Object(MediaWiki))
#6 /www/w/includes/Hooks.php(237): call_user_func_array(Array, Array)
#7 /www/w/includes/Hooks.php(38): Hooks::run('MediaWikiPerfor...', Array)
#8 /www/w/includes/Wiki.php(467): wfRunHooks('MediaWikiPerfor...', Array)
#9 /www/w/includes/Wiki.php(69): MediaWiki->performAction(Object(OutputPage),
Object(Article), Object(Title), Object(User), Object(WebRequest))
#10 /www/w/index.php(104): MediaWiki->performRequestForTitle(Object(Title),
Object(Article), Object(OutputPage), Object(User), Object(WebRequest))
#11 {main}

-- 
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 10013] Implement client-side filtering of tables using javascript

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10013

--- Comment #3 from Scott Alter  2011-03-20 20:24:28 
UTC ---
Yes, Krinkle - that's just what I had in mind with the usage you suggested. 
Your code seems to be case sensitive, but other than that, it looks good!

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

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


[Bug 9868] Merge rtl.css into main.css

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9868

Roan Kattouw  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com,
   ||roan.katt...@gmail.com,
   ||tpars...@wikimedia.org

--- Comment #9 from Roan Kattouw  2011-03-20 20:07:44 
UTC ---
(In reply to comment #8)
> Any progress?
CSS loaded through ResourceLoader is automatically flipped for RTL. Existing
rtl.css files need to be audited for any RTL-specific hacks that we need, and
those need to be moved to the main CSS files. CC Trevor and Timo for that
reason.

-- 
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 27764] Undefined index: text in skins/Vector.php on line 369

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27764

Reedy  changed:

   What|Removed |Added

Summary|Undefined index:  text in   |Undefined index:  text in
   |skins/Vector.php on line|skins/Vector.php on line
   |367 |369

--- Comment #2 from Reedy  2011-03-20 20:04:44 UTC ---
[22:02:30] -rakkaus:#mediawiki-i18n- (1 lines skipped) [20-Mar-2011 20:01:42]
PHP Notice:  Undefined index: text in /www/w/skins/Vector.php on line 369



Seems to have moved a line or 2 ;)

-- 
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 28111] namespace/prefix support to special:contributions URL

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28111

--- Comment #3 from Roan Kattouw  2011-03-20 20:04:09 
UTC ---
(In reply to comment #2)
> It also breaks the convention of the "slash" value being passed to 1 primary
> argument. (ie. "User/Namespace" would not passed entirely to &target= but
> split' over two arguments).
> 
> We dont want "CR params suck" all over again.
> 
> If namespace/prefix would be added, imho it should be a simple parameter:
> 
> eg. ..Special:Contributions&target=John&namespace=4&prefix=Foo
A good format for this, which is used in Special:PrefixIndex , is
/namespace:prefix

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

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


[Bug 16976] Wikis ready for creation (tracking)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16976

Bug 16976 depends on bug 27379, which changed state.

Bug 27379 Summary: Please create Wikipedia in Latgalian language
https://bugzilla.wikimedia.org/show_bug.cgi?id=27379

   What|Old Value   |New Value

 Status|REOPENED|RESOLVED
 Resolution||FIXED

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

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


[Bug 27379] Please create Wikipedia in Latgalian language

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27379

JeLuF  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED

--- Comment #12 from JeLuF  2011-03-20 19:59:05 UTC ---
Your change has been completed.
Please reopen this ticket if anything went wrong.
The following configuration settings have been changed:
===
Index: InitialiseSettings.php
===
--- InitialiseSettings.php(revision 1674)
+++ InitialiseSettings.php(working copy)
@@ -235,7 +235,7 @@
 'kowikisource' => 'Asia/Seoul',
 'kshwiki' => 'Europe/Berlin',
 'liwiki' => 'Europe/Berlin',
-'ltgwiki' => 'Europe/Minks',
+'ltgwiki' => 'Europe/Riga',
 'ltwiki' => 'Europe/Vilnius',
 'mkwiki' => 'Europe/Berlin',
 'mkwikibooks' => 'Europe/Berlin',
===
You can find the entire config file at
http://noc.wikimedia.org/conf/highlight.php?file=InitialiseSettings.php

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

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


[Bug 2341] BiDi: missing space between user and user talk links if user name is RTL only or BiDi

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2341

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

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

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


[Bug 4039] BiDI: please preserve dir="ltr" and dir="rtl" in TOC

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4039

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

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

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


[Bug 26665] In Vector on Firefox, non-RTL search suggestions in an RTL wiki are messed up

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26665

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

-- 
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 26723] RTL languages break the alignment in "Download text"

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26723

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

-- 
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 20934] LiquidThreads has no support for RTL

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20934

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
   Priority|Normal  |High
 CC||s.mazel...@xs4all.nl
   Severity|enhancement |major

--- Comment #10 from Siebrand  2011-03-20 19:56:18 UTC ---
Setting to high/major, as RTL support in MediaWiki is considered very
important, and a priority extension not supporting it, is bad.

-- 
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 18559] "Right-hand-side"in message may be wrong in RTL wikis.

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18559

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl
 Blocks||745

-- 
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 745] RTL/bidirectional issues (tracking)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Siebrand  changed:

   What|Removed |Added

 Depends on||18559

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

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


[Bug 28030] Add RLM before the username on every line in the page history view in RTL wikis

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28030

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

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

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


[Bug 745] RTL/bidirectional issues (tracking)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Siebrand  changed:

   What|Removed |Added

 Depends on||24204

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

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


[Bug 24204] Problem with external link arrow in rtl languages

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24204

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 Blocks||745

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

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


[Bug 23035] the directionality (RTL/LTR) of definitions must match the directionality of the language in which they're written

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23035

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl
 Blocks||745

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

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


[Bug 745] RTL/bidirectional issues (tracking)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Siebrand  changed:

   What|Removed |Added

 Depends on||23035

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

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


[Bug 13447] Tabs collapsed on LTR wikis for RTL users

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13447

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

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

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


[Bug 13285] Background incorrectly extended in RTL wikis when using IE

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13285

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

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

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


[Bug 12639] table problem with « center » in an RTL environment

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12639

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n

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

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


[Bug 12406] Pages with names in RTL scripts are not listed correctly in Special:Whatlinkshere

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12406

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl
  Component|Special pages   |Internationalization

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

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


[Bug 745] RTL/bidirectional issues (tracking)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Siebrand  changed:

   What|Removed |Added

 Depends on||12243

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

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


[Bug 12243] « main.css » ( and « rtl.css » ) should use the directionality « inherit? » for « non-textual entities »

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=12243

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl
 Blocks||745

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

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


[Bug 9868] Merge rtl.css into main.css

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9868

Siebrand  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl

--- Comment #8 from Siebrand  2011-03-20 19:45:48 UTC ---
Any progress?

-- 
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 745] RTL/bidirectional issues (tracking)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Siebrand  changed:

   What|Removed |Added

 Depends on||9468

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

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


[Bug 9468] Right-to-left rendering on a left-to-right wiki screws up watchlist formatting

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9468

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 Blocks||745

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

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


[Bug 9316] Protecting pages in the Arabic Wikipedia - column lock checkbox misaligned in RTL

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9316

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl
  Component|General/Unknown |Internationalization
Product|Wikimedia   |MediaWiki

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

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


[Bug 4050] BiDi: orientation and numbering inside a TOC should be left aligned if placed in a LTR block and RTL if not

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4050

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

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

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


[Bug 745] RTL/bidirectional issues (tracking)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Siebrand  changed:

   What|Removed |Added

 Depends on||25615

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

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


[Bug 25615] Localization for Right-to-Left languages is not complete.

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25615

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 Blocks||745

-- 
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 20044] Misaligned text on file pages (RTL wikis only)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20044

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

-- 
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 26742] RTL rules in JUI Datepicker CSS not guarded against Janus

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26742

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl
 Blocks||745

-- 
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 745] RTL/bidirectional issues (tracking)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Siebrand  changed:

   What|Removed |Added

 Depends on||26742

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

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


[Bug 745] RTL/bidirectional issues (tracking)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Siebrand  changed:

   What|Removed |Added

 Depends on||24692

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

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


[Bug 24692] Upload wizard: RTL support is incomplete

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24692

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl
 Blocks||745

-- 
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 23658] RTL prototypes not showing page title matches in search

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23658

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

-- 
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 27206] RTL is inversed in the translating page

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27206

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n

-- 
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 4030] EasyTimeline reversed text in RTL languages

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4030

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

-- 
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 745] RTL/bidirectional issues (tracking)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Siebrand  changed:

   What|Removed |Added

 Depends on||24206

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

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


[Bug 24206] "Login error" message is not aligned correctly in RTL wikis with Vector

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24206

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl
 Blocks||745

-- 
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 745] RTL/bidirectional issues (tracking)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=745

Siebrand  changed:

   What|Removed |Added

 Depends on||24088

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

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


[Bug 24088] Change rtl buttons in rtl languages

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24088

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl
 Blocks||745

-- 
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 27249] "Installed software" table in Special:Version should always be left-to-right

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27249

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

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

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


[Bug 26148] Redirect button in the Vector skin must be mirrored in an RTL environment

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26148

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

-- 
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 23893] Books have problem on rtl languages

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23893

Siebrand  changed:

   What|Removed |Added

   Keywords||i18n
 CC||s.mazel...@xs4all.nl

-- 
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 27473] Apostrophe in linktrail breaks bolded links

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27473

Siebrand  changed:

   What|Removed |Added

   Priority|Normal  |High
 CC||s.mazel...@xs4all.nl

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

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


[Bug 27170] [Installer] Install does not complete when choosing a CC license

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27170

Siebrand  changed:

   What|Removed |Added

   Priority|Normal  |High
   Severity|enhancement |normal

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

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


[Bug 27023] once dom ready mediawiki.loader.using issues callback before modules are ready

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27023

Siebrand  changed:

   What|Removed |Added

   Priority|Normal  |High
 CC||s.mazel...@xs4all.nl

-- 
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 26481] [Installer] $*Key values sometimes not filled

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26481

Siebrand  changed:

   What|Removed |Added

   Priority|Normal  |High

--- Comment #2 from Siebrand  2011-03-20 19:32:27 UTC ---
Bump importance because this is a 1.17 blocker.

-- 
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 10542] CLI setup script

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10542

Siebrand  changed:

   What|Removed |Added

 Depends on||27036

-- 
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 27036] CLInstaller adds the wrong $wgMetaNamespace

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27036

Siebrand  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl
 Blocks||10542

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

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


[Bug 10542] CLI setup script

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10542

Siebrand  changed:

   What|Removed |Added

 Depends on||26911

-- 
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 26911] cli install doesn't ask for a password if not provided

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26911

Siebrand  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl
 Blocks||10542

-- 
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 10542] CLI setup script

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10542

Siebrand  changed:

   What|Removed |Added

 Depends on||26510

-- 
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 26510] Default CLI install doesn't have right DB User/permissions

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26510

Siebrand  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl
 Blocks||10542

-- 
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 10542] CLI setup script

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10542

Siebrand  changed:

   What|Removed |Added

 Depends on||26492

-- 
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 26492] cli php should check db modules

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26492

Siebrand  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl
 Blocks||10542

-- 
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 10542] CLI setup script

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=10542

Siebrand  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl
 AssignedTo|wikibugs-l@lists.wikimedia. |innocentkil...@gmail.com
   |org |

--- Comment #3 from Siebrand  2011-03-20 19:29:48 UTC ---
Assigning to Chad. Going to add a few depends for this issue.

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

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


[Bug 20781] Move 'mainpagetext' message to installer's .i18n file once it exists

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20781

Siebrand  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl

--- Comment #3 from Siebrand  2011-03-20 19:25:59 UTC ---
Adding to this issue that Chad and I once discussed checking for a main page
without edits, and if so, just displaying mainpagetext in the user language,
instead of having it added as the first revision of the main page. This would
also ensure that if the primary wiki language is changed later on, the default
main page ''contents'' will still be displayed.

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

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


[Bug 19991] Provide default time zone selection in installer

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19991

Siebrand  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl
 AssignedTo|wikibugs-l@lists.wikimedia. |innocentkil...@gmail.com
   |org |

--- Comment #7 from Siebrand  2011-03-20 19:23:34 UTC ---
Trying to lure Chad into taking 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 17906] Less to download with not all languages included

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17906

Siebrand  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||s.mazel...@xs4all.nl
 Resolution||WONTFIX

--- Comment #1 from Siebrand  2011-03-20 19:21:36 UTC ---
We kind of make a point of MediaWiki having very excellent i18n and L10n.
Distributing MediaWiki without the localisations does defy that point.

Closing this as WONTFIX. MediaWiki can be installed, and you can remove
whatever language support you do not want by removing MessagesXx.php files in
/languages/messages/, where Xx stands for language codes, to reduce your
footprint.

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

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


[Bug 6163] Enable DynamicPageList on nlwiki (Dutch)

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=6163

Siebrand  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl
  Component|Site requests   |Extension 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 27929] [Installer] Cannot abort or postpone slow operations during upgrades via web interface

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27929

Siebrand  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl
Summary|Can't abort or postpone |[Installer] Cannot abort or
   |slow operations during  |postpone slow operations
   |upgrades via web interface  |during upgrades via web
   ||interface

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

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


[Bug 27579] [Installer] Chrome saves config as LocalSettings.php.php

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27579

Siebrand  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl
Summary|Installer: Chrome saves |[Installer] Chrome saves
   |config as   |config as
   |LocalSettings.php.php   |LocalSettings.php.php

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

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


[Bug 27171] [Installer] Incorrect error message during extension installation

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27171

Siebrand  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl
Summary|Incorrect error message |[Installer] Incorrect error
   |during extension|message during extension
   |installation|installation

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

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


[Bug 27170] [Installer] Install does not complete when choosing a CC license

2011-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27170

Siebrand  changed:

   What|Removed |Added

 CC||s.mazel...@xs4all.nl
Summary|When choosing a CC license, |[Installer] Install does
   |installer doesn't complete  |not complete when choosing
   ||a CC license

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are 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   >