[Bug 25752] Add userrights necessary for bureaucrat role to bureaucrat usergroup on en.wiki

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25752

--- Comment #11 from Sven Manguard  2011-04-24 06:21:51 
UTC ---
Correct. This bug was linked to from the other bug, bugzilla:28440, which
linked to that thread. Cenarium is correct in his assessment, as far as it
applies to 'crats. There was consensus involving adding rights to CU and OS,
but those are handled in 28440. 

So in short, yes, what is actionable for this bug is adding move-subpages,
suppressredirect, and tboverride rights to the bureaucrat usergroup.

Sven.

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

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


[Bug 28673] Merge iwtransclusion branch into phase3

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28673

--- Comment #7 from Peter Potrowl  2011-04-24 05:43:26 UTC 
---
(In reply to comment #6)
> Could do with checking on, and fixing up of the fixme revisions...
> 
> r69730, r70576

Those were fixed a long time ago, in r69746 r69781 and r70764 (see the
"Follow-up revisions" section).

As for merging up from the trunk: ok, I'll do that, but I don't have my
computer with me this week-end, so, it will be next Tuesday evening...

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

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


[Bug 28655] Extend ParserFunction {{#time:}} to work with all valid ISO 8601calendar dates

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28655

--- Comment #9 from Ryan Kaldari  2011-04-24 04:52:50 
UTC ---
Filed a bug against PHP for cases 2 and 3:
http://bugs.php.net/bug.php?id=54597

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

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


[Bug 28223] iPhone Native Crash with UTF-8

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28223

Peyréga  changed:

   What|Removed |Added

 CC||mathieu.peyr...@orange.fr

--- Comment #1 from Peyréga  2011-04-24 04:50:32 UTC 
---
I have the same behavious here, which is really annoying for French users as we
have a lot of caracter with accents in ours words...
This make the application unusable...

-- 
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 28655] Extend ParserFunction {{#time:}} to work with all valid ISO 8601calendar dates

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28655

--- Comment #8 from Ryan Kaldari  2011-04-24 04:22:06 
UTC ---
Regarding cases 2 and 3: Yes we could hack these to work by changing 00XX-XX to
00XX-XX-01 before it is passed to DateTime. However, that won't solve the
similar cases:
{{#time:F Y|January 0099}} -> January 1999
{{#time:F d, Y|January 12, 0099}} -> January 12, 1999
Unfortunately, there doesn't seem to be any way to trick PHP into interpreting
the years correctly in the above cases. Perhaps we should file a bug against
PHP in this case, rather than creating a half-baked workaround.

Regarding case 4: Currently we're relying on DateTime's error handling, and
since DateTime accepts it, #time accepts it. We could write some error
condition exceptions into the extension, however, if there are some common
error conditions we need to detect. Is XX-XX-XX actually common enough to
warrant creating separate error handling for it?

Regarding case 5: This seems to be fixed on trunk, although I don't know if
it's because of a change in PHP or the extension.

Regarding languages, perhaps you're right. I'll see if I can look more deeply
into how this works.

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

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


[Bug 28655] Extend ParserFunction {{#time:}} to work with all valid ISO 8601calendar dates

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28655

--- Comment #7 from Jarek Tuszynski  2011-04-24 
03:56:46 UTC ---
Regarding cases 2 and 3: Can anything be done for those? PHP's DateTime
constructor might have made nonsensical (for us)  design choices, but does it
mean we are stuck with them forever?

Cases 4 should be handled or labeled as "Error: invalid time". Case 5 is
invalid date and should also return error. Both cases should not return valid
looking nonsense dates, since those are very hard to spot as errors and
correct. So support in this case means recognize as nonsensical and report the
fact.

As for language support I thought (based on
http://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23time) that
month names can be displayed in the "site language", so there is support for
all the languages of wikipedias using this function. Under this assumption I
thought that the capability to choose language should not be hardwired but
passed as an optional parameter. I might be building house of cards here based
on possibly incorrect documentation.

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

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


[Bug 28655] Extend ParserFunction {{#time:}} to work with all valid ISO 8601calendar dates

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28655

--- Comment #6 from Ryan Kaldari  2011-04-24 03:23:49 
UTC ---
Regarding cases 2 and 3: These are also caused by PHP's DateTime constructor.
>From php.net: "...years below 100 are handled in a special way when the y or yy
symbol is used. If the year falls in the range 0 (inclusive) to 69 (inclusive),
2000 is added. If the year falls in the range 70 (inclusive) to 99 (inclusive)
then 1900 is added."

Regarding cases 4 and 5: This is just due to how PHP's DateTime constructor
parses the dates. Why would we need to support those formats anyway? They seem
pretty nonsensical to me.

Regarding languages, unfortunately, PHP's date functions only support English,
so we would probably have to write our own functions from scratch to fix 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 28678] New: Special:WikiSets/0 causes fatal PHP error

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28678

 Bug #: 28678
   Summary: Special:WikiSets/0 causes fatal PHP error
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: CentralAuth
AssignedTo: vasi...@gmail.com
ReportedBy: prod...@gmail.com
CC: agarr...@wikimedia.org
Classification: Unclassified


If Special:Wikisets is called on group 0, a fatal error will occur: 

PHP fatal error in
/usr/local/apache/common-local/php-1.17/extensions/CentralAuth/SpecialWikiSets.php
line 151: 
Call to a member function getWikisRaw() on a non-object

See also: http://meta.wikimedia.org/wiki/Special:WikiSets/0

-- 
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 25752] Add userrights necessary for bureaucrat role to bureaucrat usergroup on en.wiki

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25752

Cenarium  changed:

   What|Removed |Added

 CC||cenarium.sy...@gmail.com

--- Comment #10 from Cenarium  2011-04-24 02:37:22 
UTC ---
I think the new RFC hasn't been linked in this bug request, it's at
[[Wikipedia:Requests for comment/Make userrights self-sufficient]].

There is consensus for adding move-subpages, suppressredirect, and tboverride
rights to the bureaucrat usergroup.

There is no consensus for adding any other.

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

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


[Bug 5440] secure.wikimedia.org has interwiki links to insecure sites

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5440

Chris McKenna  changed:

   What|Removed |Added

 CC||cmcke...@sucs.org

--- Comment #13 from Chris McKenna  2011-04-24 02:34:53 UTC 
---
I'm viewing from behind a firewall that blocks some pages accessed insecurely
(with little logic as to what is blocked). I constantly have to check whether a
link is taking me to secure or insecure sites.

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

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


[Bug 25752] Add userrights necessary for bureaucrat role to bureaucrat usergroup on en.wiki

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25752

Sven Manguard  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||svenmangu...@gmail.com
 Resolution|WONTFIX |

--- Comment #9 from Sven Manguard  2011-04-24 01:38:41 
UTC ---
It's been over a week since the RfC was started, and the conversation has
petered out. I think it's safe to wrap these up.

adding deletedhistory, deletedtext, and browsearchive for 'crats has failed to
reach clear consensus, and is at 36-26 right now.

adding move-subpages, suppressredirect, and tboverride for 'crats has a
consensus, currently at 54-3

Sven.

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

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


[Bug 28440] Add viewdeleted privileges to the checkuser and oversight permissions group on en.wiki

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28440

--- Comment #6 from Sven Manguard  2011-04-24 01:35:46 
UTC ---
It's now been over a week. Participation has dropped off, and I can't forsee a
situation where it would suddenly shift. Consensus for deletedhistory,
deletedtext, and browsearchive rights for oversighters and checkusers stands at
76-3 and 71-3 respectively. 

I think it's safe to wrap this up. 

Sven.

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

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


[Bug 28596] Add a parser function to return the fallback language for a given language code

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28596

Jarek Tuszynski  changed:

   What|Removed |Added

 CC||Jaroslaw.W.Tuszynski@SAIC.c
   ||om

--- Comment #4 from Jarek Tuszynski  2011-04-24 
01:30:28 UTC ---
Where is the MediaWiki's fallback code? We can at least synch commons templates
with MediaWiki software, so it is consistent.

-- 
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 28655] Extend ParserFunction {{#time:}} to work with all valid ISO 8601calendar dates

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28655

--- Comment #5 from Ryan Kaldari  2011-04-24 01:11:03 
UTC ---
Case #1 fixed in r86805.

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

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


[Bug 28655] Extend ParserFunction {{#time:}} to work with all valid ISO 8601calendar dates

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28655

--- Comment #4 from Ryan Kaldari  2011-04-24 00:47:44 
UTC ---
The problem here is that PHP's DateTime constructor is interpreting '1945' as
7:45pm.

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

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


[Bug 28655] Extend ParserFunction {{#time:}} to work with all valid ISO 8601calendar dates

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28655

--- Comment #3 from Ryan Kaldari  2011-04-24 00:18:15 
UTC ---
In case #1, the output seems to fail for all years where the last two digits
are between 00 and 59 inclusive. Even years like 2010 fail.

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

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


[Bug 28655] Extend ParserFunction {{#time:}} to work with all valid ISO 8601calendar dates

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28655

--- Comment #2 from Ryan Kaldari  2011-04-24 00:04:52 
UTC ---
Function is defined here:
http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/ParserFunctions/ParserFunctions_body.php?view=markup
starting at line 422.

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

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


[Bug 28655] Extend ParserFunction {{#time:}} to work with all valid ISO 8601calendar dates

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28655

Ryan Kaldari  changed:

   What|Removed |Added

 CC||rkald...@wikimedia.org

--- Comment #1 from Ryan Kaldari  2011-04-23 23:59:28 
UTC ---
For reference, the documentation for #time can be found here:
http://www.mediawiki.org/wiki/Help:Extension:ParserFunctions#.23time

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

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


[Bug 28617] Useractivity-* interface messages and their documentation are unclear

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28617

Krinkle  changed:

   What|Removed |Added

Summary|Messages and their  |Useractivity-* interface
   |documentation are unclear   |messages and their
   ||documentation are unclear

-- 
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 28492] Write wmf replag ircbot

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28492

--- Comment #7 from Krinkle  2011-04-23 23:49:34 UTC ---
(In reply to comment #5)
> (In reply to Bawolff comment #3)
> > Stupid question (I'm just curious) - if its not going to check repetitively 
> > in
> > case things go wrong, whats the use case for knowing the replag?
> 
> Um, doesn't the nagios bot already report this in channel if it goes too high?

I have never seen it do that. Can someone verify this ?

-- 
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 27389] Update sortable table script to latest version

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27389

Krinkle  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||krinklem...@gmail.com
 Resolution||INVALID

--- Comment #2 from Krinkle  2011-04-23 23:46:21 UTC ---
This bug is no longer valid as the script has been removed in favour of the
jquery plugin.

-- 
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 21256] Expose whether or not LiquidThreads is in use on a page with the API

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21256

--- Comment #10 from MZMcBride  2011-04-23 22:45:29 UTC ---
(In reply to comment #9)
> LiquidThreads usage *overrides* are stored in page_props, but a naïve client
> which just checked pageprops would not take into account the default.

Yeah, that should be fixed. Either LiquidThreads status should be explicit for
each page (i.e., have a row for every page in page_properties) or have the API
check the page status and the API can take into the namespace defaults set by
global variables and return an appropriate result based on the input title(s).

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


[Bug 28593] "justify paragraphs" preference is applied too strongly

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

--- Comment #3 from Bawolff  2011-04-23 22:41:31 UTC ---
The image is not centered in printable version for me - with or without justify
paragraphs option on

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

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


[Bug 28673] Merge iwtransclusion branch into phase3

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28673

--- Comment #6 from Reedy  2011-04-23 22:33:17 UTC ---
Could do with checking on, and fixing up of the fixme revisions...

r69730, r70576

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

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


[Bug 28588] Escape asterisks (*) in {{PAGENAME}}

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28588

--- Comment #4 from Bawolff  2011-04-23 22:32:11 UTC ---
(In reply to comment #3)
> 
> OMG! Instead of finally fixing bug 12974, we’ll keep adding more and more
> workarounds, breaking more stuff in the process…
> 
> So, now that we patched asterisks in {{PAGENAME}}, code like
> “{{#ifeq:{{PAGENAME}}|*A|We are on *A|We are somewhere else}}” does not work
> . And we still did not fix code like
> 7{{#if:{{multiply}}|*|+}}3 .
> 
> 
> (In reply to comment #2)
> The fix is r80511, this being ±a duplicate of bug 26781.

Clearly the solution is to not have programming constructs in wiki-syntax :P.
(or just do {{#ifeq:{{PAGENAME}}|*A|yes|no}} )

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


[Bug 28674] The page automatically redirects

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28674

Mark A. Hershberger  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

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

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


[Bug 28673] Merge iwtransclusion branch into phase3

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28673

--- Comment #5 from Mark A. Hershberger  2011-04-23 
22:30:50 UTC ---
The last comment (from me) clearly discusses getting the code from the GSOC
into trunk.  But its fine to have this bug tracking only the merge process.

> (In reply to comment #3
> Has anyone {merged up from/brought the branch up to} trunk recently? that 
> would
> make it easier?

IIRC, When I discussed this with Roan and Peter, Peter said that was something
he was going to do.  But yes, we need to check.  He should be getting this
comment in his email.

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

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


[Bug 28673] Merge iwtransclusion branch into phase3

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28673

p858snake  changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #4 from p858snake  2011-04-23 22:22:35 UTC ---
(In reply to comment #3)
> Bug #9890 is the one I was thinking of.

I don't see how that could be ever be classed as a dup... Two separate things,
createion of a feature and bringing a branch up into trunk.


Has anyone {merged up from/brought the branch up to} trunk recently? that would
make it easier?

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

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


[Bug 18829] Tables without explicit border attributes lose border styles when cut-and-pasted

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18829

--- Comment #40 from Happy-melon  2011-04-23 
22:03:56 UTC ---
Because the spec says that coding things in that fashion is undesirable and
deprecated and people should be discouraged from doing it.  I'm not necessarily
saying that I agree with that, but that's the position they're working from. 
The area that you're looking at is, to them, the loose ends of a much larger
issue; if you don't interact with them on that basis, you're just rearranging
deckchairs on the Titanic.

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

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


[Bug 27683] Display error when user tries to create a circular redirect (self-redirect)

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27683

--- Comment #5 from MZMcBride  2011-04-23 21:51:04 UTC ---
(In reply to comment #4)
> (In reply to comment #3)
>> (In reply to comment #2)
>>> In fact, this one seems to already have adequate protection.
>> 
>> What do you mean by protection?
> 
> I mean, MW doesn't end up in an infinite loop.  It does have a silly redirect,
> but that is pretty minor.

Well, yeah. But I think the goal should be a bit loftier than "doesn't
completely explode." ;-)

>> Perhaps linking this bug to a bug about implementing a proper UI for 
>> creating a
>> redirect makes sense.
> 
> I'm not against doing that if you know of such a bug.

The closest bug that I know of off-hand is bug 27311, but that is more specific
to page creation (i.e., pages with content, not redirects). Perhaps a separate
bug is needed for a "create a redirect" UI in core (there are already
extensions that can do 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 18829] Tables without explicit border attributes lose border styles when cut-and-pasted

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18829

--- Comment #39 from jida...@jidanni.org 2011-04-23 21:43:25 UTC ---
Why take away people's ability to do the first of
$ w3m -dump a.html
a b
1 2
$ w3m -dump b.html
+---+
|a|b|
|-+-|
|1|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 28642] wrong part->commentEnd set to atributting comments

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28642

--- Comment #12 from Mark A. Hershberger  2011-04-23 
21:27:53 UTC ---
Thanks! r86795

-- 
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 9890] Reasonably efficient interwiki transclusion

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9890

Reedy  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW

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

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


[Bug 9890] Reasonably efficient interwiki transclusion

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9890

Reedy  changed:

   What|Removed |Added

 Depends on||28673

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

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


[Bug 28673] Merge iwtransclusion branch into phase3

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28673

Reedy  changed:

   What|Removed |Added

 Blocks||9890

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

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


[Bug 28099] Add toJSON javascript module in core

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28099

Krinkle  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||krinklem...@gmail.com
 Resolution||FIXED

--- Comment #1 from Krinkle  2011-04-23 20:37:53 UTC ---
Done by Trevor in r86657.

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

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

--- Comment #2 from Amir E. Aharoni  2011-04-23 
20:24:26 UTC ---
Maybe it shouldn't, but it seems to override it.

Here's a test page:

regular: http://he.wikipedia.org/wiki/User:Amire80/test_centered_image

printable:
http://he.wikipedia.org/wiki/User:Amire80/test_centered_image&printable=yes

Notice the content of http://he.wikipedia.org/wiki/MediaWiki:Print.css

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

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


[Bug 28573] in printable version centered images are not centered

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28573

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||bugsmash

-- 
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 28651] set maxlength to comment fields of FlaggedRevs

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28651

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords|bugsmash|

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

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


[Bug 28670] Add non-breaking spaces in dates automatically

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28670

--- Comment #3 from Niklas Laxström  2011-04-23 
19:51:51 UTC ---
In the proposed way yes, but there may be alternative approaches if only dates
of concern. Nevertheless I think computers are just not intelligent enough to
do this automatically for us.

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


[Bug 28588] Escape asterisks (*) in {{PAGENAME}}

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28588

--- Comment #3 from Mormegil  2011-04-23 19:48:47 UTC ---

OMG! Instead of finally fixing bug 12974, we’ll keep adding more and more
workarounds, breaking more stuff in the process…

So, now that we patched asterisks in {{PAGENAME}}, code like
“{{#ifeq:{{PAGENAME}}|*A|We are on *A|We are somewhere else}}” does not work
. And we still did not fix code like
7{{#if:{{multiply}}|*|+}}3 .


(In reply to comment #2)
The fix is r80511, this being ±a duplicate of bug 26781.

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


[Bug 28618] {{filepath}} does not deliver full URL

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28618

--- Comment #3 from Krinkle  2011-04-23 19:40:00 UTC ---
(In reply to comment #2)
> I also added a wfExpandUrl.

I meant that I added it in the initial commit in January (r80813).

-- 
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 28618] {{filepath}} does not deliver full URL

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28618

Krinkle  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||krinklem...@gmail.com
 Resolution||FIXED

--- Comment #2 from Krinkle  2011-04-23 19:39:10 UTC ---
I also added wfExpandUrl.

See http://translatewiki.net/w/i.php?title=Sandbox&oldid=2941239 for
comparison.

Only local non-thumb are affected.

I remember there was a reason I changed it to getUrl, but I believe it's no
longer relevant.

Fixed in r86788.

-- 
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 28677] New: Fail more graciously when an expected existing revision, doesn't exist

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28677

 Bug #: 28677
   Summary: Fail more graciously when an expected existing
revision, doesn't exist
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: minor
  Priority: Unprioritized
 Component: CodeReview
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
CC: innocentkil...@gmail.com, s...@reedyboy.net
Classification: Unclassified


http://www.mediawiki.org/wiki/Special:Code/MediaWiki/83679

Failed to load expected revision data
Backtrace:
#0
/usr/local/apache/common-local/php-1.17/extensions/CodeReview/ui/CodeRevisionView.php(24):
CodeRepository->getRevision(83679)
#1
/usr/local/apache/common-local/php-1.17/extensions/CodeReview/ui/SpecialCode.php(90):
CodeRevisionView->__construct('MediaWiki', '83679')
#2
/usr/local/apache/common-local/php-1.17/extensions/CodeReview/ui/SpecialCode.php(24):
SpecialCode->getViewFrom('MediaWiki/83679')
#3 /usr/local/apache/common-local/php-1.17/includes/SpecialPage.php(578):
SpecialCode->execute('MediaWiki/83679')
#4 /usr/local/apache/common-local/php-1.17/includes/Wiki.php(251):
SpecialPage::executePath(Object(Title))
#5 /usr/local/apache/common-local/php-1.17/includes/Wiki.php(63):
MediaWiki->handleSpecialCases(Object(Title), Object(OutputPage),
Object(WebRequest))
#6 /usr/local/apache/common-local/php-1.17/index.php(114):
MediaWiki->performRequestForTitle(Object(Title), NULL, Object(OutputPage),
Object(User), Object(WebRequest))
#7 /usr/local/apache/common-local/live-1.5/index.php(3):
require('/usr/local/apac...')
#8 {main}


It's essentially been oversighted, that and r82952, so should fallback a bit
more graciously...

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

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


[Bug 28674] The page automatically redirects

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28674

--- Comment #4 from Krinkle  2011-04-23 19:18:42 UTC ---
(In reply to comment #2)
> It's the software.
> 
> 
> In my website, there is a page that is called nf.htm and you arrive there when
> the page doesn't exist, in another part of the site.  I have seen other wikis
> that if you arrive at a nonexistent page it asks if you either want to make it
> or search.  Mine goes straight to nf.htm.

How are you redirecting to nf.htm ? Based on the headers in apache main config
? Or .htaccess ? Or some other method ?

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

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


[Bug 28675] Add way to get canonical aliases for magicwords

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28675

Mark A. Hershberger  changed:

   What|Removed |Added

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

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

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


[Bug 28674] The page automatically redirects

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28674

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |Lowest

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

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


[Bug 28674] The page automatically redirects

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28674

Mark A. Hershberger  changed:

   What|Removed |Added

 CC||m...@everybody.org

--- Comment #3 from Mark A. Hershberger  2011-04-23 
19:10:28 UTC ---
(In reply to comment #2)
> It's the software.

Are you sure you are running MediaWiki?  The behavior you describe is the
default behavior in MW.

You would have to do something to get it to point to nf.htm, is that something
your provider could have done when setting up MW?

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

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


[Bug 28076] Thumbnail feature in Special:listfiles doesn't handle very narrow images well.

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28076

--- Comment #9 from Bryan Tong Minh  2011-04-23 
19:09:32 UTC ---
(In reply to comment #8)
> (In reply to comment #7)
> > At the end of the day, such narrow images are an edgecase. I don't think 
> > it'd
> > be that bad if they just weren't rendered in the thumbnail spot.
> 
> I'd rather have the patch that can handle edge cases somewhat sanely.  If we
> just don't render, we'll end up explaining over and over why not rendering the
> thumbnail is the right thing to do.

Indeed. It should also solve an edge case that is currently already occurring,
when specifying a maximum height for an 1px-wide image. See
http://test.wikipedia.org/wiki/Bug_28076

-- 
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 28676] Add a way to get canonical aliases for Special Pages

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28676

Mark A. Hershberger  changed:

   What|Removed |Added

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

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

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


[Bug 28076] Thumbnail feature in Special:listfiles doesn't handle very narrow images well.

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28076

--- Comment #8 from Mark A. Hershberger  2011-04-23 
19:06:36 UTC ---
(In reply to comment #7)
> At the end of the day, such narrow images are an edgecase. I don't think it'd
> be that bad if they just weren't rendered in the thumbnail spot.

I'd rather have the patch that can handle edge cases somewhat sanely.  If we
just don't render, we'll end up explaining over and over why not rendering the
thumbnail is the right thing to do.

-- 
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 27860] Minor edit after clicking 'new section' tab

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27860

Mark A. Hershberger  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED

--- Comment #2 from Mark A. Hershberger  2011-04-23 
19:00:59 UTC ---
Applied in r86786

-- 
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 27683] Display error when user tries to create a circular redirect (self-redirect)

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27683

--- Comment #4 from Mark A. Hershberger  2011-04-23 
18:33:46 UTC ---
(In reply to comment #3)
> (In reply to comment #2)
> > In fact, this one seems to already have adequate protection.
> 
> What do you mean by protection?

I mean, MW doesn't end up in an infinite loop.  It does have a silly redirect,
but that is pretty minor.

> Perhaps linking this bug to a bug about implementing a proper UI for creating 
> a
> redirect makes sense.

I'm not against doing that if you know of such a 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 28670] Add non-breaking spaces in dates automatically

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28670

--- Comment #2 from Mark A. Hershberger  2011-04-23 
17:46:48 UTC ---
(In reply to comment #1)
> We don't want more automagic conversions into the wikitext.

are you saying you think this is WONTFIX?

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

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


[Bug 28673] Merge iwtransclusion branch into phase3

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28673

--- Comment #3 from Mark A. Hershberger  2011-04-23 
17:44:58 UTC ---
Bug #9890 is the one I was thinking of.

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

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


[Bug 28671] indicate canonical alias on meta=siteinfo&siprop=magicwords|specialpagealiases

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28671

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||triage

-- 
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 28671] indicate canonical alias on meta=siteinfo&siprop=magicwords|specialpagealiases

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28671

Mark A. Hershberger  changed:

   What|Removed |Added

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

--- Comment #8 from Mark A. Hershberger  2011-04-23 
17:40:43 UTC ---
(In reply to comment #6)
> Didn't we discuss this elsewhere and resolved to unconditionally add the
> English canonical word?

That makes a lot of sense.  Use this bug or one of the others that Reedy filed
for tracking progress on it?

-- 
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 28673] Merge iwtransclusion branch into phase3

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28673

--- Comment #2 from Reedy  2011-04-23 17:32:47 UTC ---
I couldn't find one for it...

It's the other GSOC project we don't want to let rot too far. Needs a bit of
work doing, but IIRC it's nothing too major

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

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


[Bug 28673] Merge iwtransclusion branch into phase3

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28673

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|Unprioritized   |High

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

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


[Bug 28673] Merge iwtransclusion branch into phase3

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28673

Mark A. Hershberger  changed:

   What|Removed |Added

   Keywords||triage
 CC||m...@everybody.org

--- Comment #1 from Mark A. Hershberger  2011-04-23 
17:30:30 UTC ---
This is a dupe, right?  Ah, no matter.  We'll talk about it in triage.  It does
need to be done ASAP.

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

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


[Bug 28560] list=deletedrevs should die, if combination of param is invalid

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28560

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy  2011-04-23 16:57:44 UTC ---
r86782

-- 
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 28671] indicate canonical alias on meta=siteinfo&siprop=magicwords|specialpagealiases

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28671

--- Comment #7 from Reedy  2011-04-23 16:44:38 UTC ---
(In reply to comment #6)
> (In reply to comment #5)
> > Magic words:
> >  * Note to translators:
> >  *   Please include the English words as synonyms.  This allows people
> >  *   from other wikis to contribute more easily.
> > 
> Didn't we discuss this elsewhere and resolved to unconditionally add the
> English canonical word?

If that's the case, it means half of this original bug is invalid then...

-- 
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 21382] Leading question marks in lists

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21382

--- Comment #6 from Subfader  2011-04-23 16:40:16 UTC ---
could anyone at least tell me where the parser adds the extra blank so I can
fix it manually??

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

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


[Bug 21382] Leading question marks in lists

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21382

--- Comment #5 from Subfader  2011-04-23 16:39:34 UTC ---
bump

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

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


[Bug 28670] Add non-breaking spaces in dates automatically

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28670

Niklas Laxström  changed:

   What|Removed |Added

 CC||niklas.laxst...@gmail.com

--- Comment #1 from Niklas Laxström  2011-04-23 
16:37:26 UTC ---
We don't want more automagic conversions into the wikitext.

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


[Bug 28664] Message preview does not show anything after a while of waiting

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28664

Krinkle  changed:

   What|Removed |Added

 CC||krinklem...@gmail.com

--- Comment #1 from Krinkle  2011-04-23 16:35:34 UTC ---
What browser and operating system are you using ? (ie. "Firefox 3.6 on Mac")

Preview seems to work fine for me.

-- 
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 28670] Add non-breaking spaces in dates automatically

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28670

Mark A. Hershberger  changed:

   What|Removed |Added

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

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

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


[Bug 28669] Scream bloody murder when user chooses MyISAM and InnoDB is available

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28669

Mark A. Hershberger  changed:

   What|Removed |Added

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

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

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


[Bug 28668] Narayam input method does not take effect in many input boxes

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28668

Mark A. Hershberger  changed:

   What|Removed |Added

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

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

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


[Bug 28667] old title get two review log entries after move

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28667

Mark A. Hershberger  changed:

   What|Removed |Added

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

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

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


[Bug 28666] category list not updated upon file import

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28666

Mark A. Hershberger  changed:

   What|Removed |Added

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

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

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


[Bug 28663] MediaWiki:Top-fans-by-category-title-referrals-count - meaning uis unclear.

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28663

Mark A. Hershberger  changed:

   What|Removed |Added

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

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

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


[Bug 28664] Message preview does not show anything after a while of waiting

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28664

Mark A. Hershberger  changed:

   What|Removed |Added

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

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

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


[Bug 28671] indicate canonical alias on meta=siteinfo&siprop=magicwords|specialpagealiases

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28671

--- Comment #6 from Bryan Tong Minh  2011-04-23 
16:28:49 UTC ---
(In reply to comment #5)
> Magic words:
>  * Note to translators:
>  *   Please include the English words as synonyms.  This allows people
>  *   from other wikis to contribute more easily.
> 
Didn't we discuss this elsewhere and resolved to unconditionally add the
English canonical word?

-- 
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 27683] Display error when user tries to create a circular redirect (self-redirect)

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27683

--- Comment #3 from MZMcBride  2011-04-23 16:12:51 UTC ---
(In reply to comment #2)
> (In reply to comment #1)
>> I don't think we can and should protect from every possible mistake caused by
>> tiredness. ;)
> 
> In fact, this one seems to already have adequate protection.

What do you mean by protection?

I don't think there's a ever a reason to allow this behavior. (The fact that
making a redirect needs a proper input form is a separate issue.) There should
be a warning at least here, though I don't see any problem with an outright
ban.

In general, I'm in favor of MediaWiki being more descriptive about things that
don't work. This is already somewhat implemented for things such as broken
references (they're categorized and have a visible error message), but there
should be a larger set of changes made to make MediaWiki less obscure and
confusing. This is part of that.

Perhaps linking this bug to a bug about implementing a proper UI for creating a
redirect makes sense. I think any redirect-making input form would catch this
type of error, but it makes less sense in the current giant textarea mode.

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

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


[Bug 27344] add drprefix param to list=deletedrevs

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27344

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy  2011-04-23 16:04:03 UTC ---
r86777

-- 
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 28076] Thumbnail feature in Special:listfiles doesn't handle very narrow images well.

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28076

--- Comment #7 from Bawolff  2011-04-23 16:01:43 UTC ---
At the end of the day, such narrow images are an edgecase. I don't think it'd
be that bad if they just weren't rendered in the thumbnail spot.

-- 
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 9120] Special:Nuke does not list imported pages

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9120

--- Comment #14 from Bawolff  2011-04-23 15:58:07 UTC ---
I think this bug only really makes sense if you want to delete all the pages
imported by the user importing them (as opposed to by the user listed as the
author)

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

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


[Bug 18682] Add alt= parameter support for files in a

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18682

--- Comment #17 from Bawolff  2011-04-23 15:55:17 UTC ---

> 
> Patched in r86749, Bawolff do want to open a new bug or edit this ones 
> summary?

It really should be a separate bug I suppose. In any case worrying about that
shouldn't stop you from fixing this, just if there was an easy way to do all of
them, that'd be really awesome. There's also bug 8480.

-- 
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 27860] Minor edit after clicking 'new section' tab

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27860

Jan Paul Posma  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |jp.po...@gmail.com
   |org |

--- Comment #1 from Jan Paul Posma  2011-04-23 15:47:42 UTC 
---
Created attachment 8452
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8452
Fix

This patch hides the minor edit checkbox when editing a new page or new
section, and makes sure it cannot be enabled by injecting the form value in
HTML.

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

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


[Bug 27683] Display error when user tries to create a circular redirect (self-redirect)

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27683

Mark A. Hershberger  changed:

   What|Removed |Added

   Priority|High|Low

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

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


[Bug 27683] Display error when user tries to create a circular redirect (self-redirect)

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27683

--- Comment #2 from Mark A. Hershberger  2011-04-23 
15:35:31 UTC ---
(In reply to comment #1)
> I don't think we can and should protect from every possible mistake caused by
> tiredness. ;)

In fact, this one seems to already have adequate protection.

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

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


[Bug 27683] Display error when user tries to create a circular redirect (self-redirect)

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27683

Jan Paul Posma  changed:

   What|Removed |Added

 CC||jp.po...@gmail.com

--- Comment #1 from Jan Paul Posma  2011-04-23 15:22:28 UTC 
---
The view that you get when visiting [[Foo]] quite clearly shows the mistake:

Foo
===

(Redirected from Foo)
-> Foo

I don't think we can and should protect from every possible mistake caused by
tiredness. ;)

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

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


[Bug 28668] Narayam input method does not take effect in many input boxes

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28668

--- Comment #1 from Junaid  2011-04-23 15:22:10 UTC ---
I was working at you mentioned boxes before!
You can check its original working at Malayalam Wikipedia:
http://ml.wikipedia.org/ (Not recent version)

I have to check to find why it is not working now.

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

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


[Bug 28671] indicate canonical alias on meta=siteinfo&siprop=magicwords|specialpagealiases

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28671

Reedy  changed:

   What|Removed |Added

 Depends on||28676

-- 
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 28676] New: Add a way to get canonical aliases for Special Pages

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28676

 Bug #: 28676
   Summary: Add a way to get canonical aliases for Special Pages
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
Blocks: 28671
Classification: Unclassified


Similar to bug 28675..

Can we do the same for special page aliases?

It seems just falling back on the en ones is the same thing here.. If the
fallback chain goes deep enough...

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

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


[Bug 28671] indicate canonical alias on meta=siteinfo&siprop=magicwords|specialpagealiases

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28671

Reedy  changed:

   What|Removed |Added

   Severity|normal  |enhancement

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

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


[Bug 28675] Add way to get canonical aliases for magicwords

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28675

Reedy  changed:

   What|Removed |Added

   Severity|normal  |enhancement

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

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


[Bug 28671] indicate canonical alias on meta=siteinfo&siprop=magicwords|specialpagealiases

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28671

Reedy  changed:

   What|Removed |Added

 Depends on||28675

-- 
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 28675] New: Add way to get canonical aliases for magicwords

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28675

 Bug #: 28675
   Summary: Add way to get canonical aliases for magicwords
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Internationalization
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net
Blocks: 28671
Classification: Unclassified


It seems the current ways are flaky, and not guaranteed, though, some of it
does also depend on whether the translators have left them in, possibly hinting
it's even harder to choose them, unless we just fall back and return whatevers
set in the LanguageEN file...?

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

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


[Bug 28671] indicate canonical alias on meta=siteinfo&siprop=magicwords|specialpagealiases

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28671

--- Comment #5 from Reedy  2011-04-23 14:59:47 UTC ---
Magic words:
 * Note to translators:
 *   Please include the English words as synonyms.  This allows people
 *   from other wikis to contribute more easily.

Special pages
Aliases from the fallback
 * localisation (usually English) will be included by default.

The magic word ones aren't guaranteed... And the english would only be there as
fallback, unless it's added..

Gonna log a couple of dependency bugs for this.. It's a bit of a farce

-- 
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 18682] Add alt= parameter support for files in a

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18682

Jan Paul Posma  changed:

   What|Removed |Added

   Attachment #8444|0   |1
is obsolete||

--- Comment #16 from Jan Paul Posma  2011-04-23 14:54:51 
UTC ---
Created attachment 8451
  --> https://bugzilla.wikimedia.org/attachment.cgi?id=8451
Second attempt

This patch again only adds the alt= tag, no other tags that normal images do
have, as I'm not yet familiar enough with the parser to confidently do that. ;)

Also includes suggestions by diebuche (some cleanup) and Duplicatebug (correct
magic word, wikitext inside caption, extra parser tests), and fixes a notice in
MagicWord.php.

Patch to trunk/phase3.

-- 
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 9120] Special:Nuke does not list imported pages

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9120

--- Comment #13 from Dan Barrett  2011-04-23 
13:37:42 UTC ---
Krinkle: How about making an option (checkbox) to "Also delete imported
changes"?

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

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


[Bug 28674] The page automatically redirects

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28674

--- Comment #2 from jjf...@yahoo.com 2011-04-23 13:31:11 UTC ---
It's the software.


In my website, there is a page that is called nf.htm and you arrive there when
the page doesn't exist, in another part of the site.  I have seen other wikis
that if you arrive at a nonexistent page it asks if you either want to make it
or search.  Mine goes straight to nf.htm.

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

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


[Bug 26882] Allow listing of indefinite protections with the api

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26882

Reedy  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy  2011-04-23 13:29:53 UTC ---
r86763

-- 
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 28671] indicate canonical alias on meta=siteinfo&siprop=magicwords|specialpagealiases

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28671

--- Comment #4 from duplicate...@googlemail.com 2011-04-23 13:22:15 UTC ---
(In reply to comment #3)
>   
> 
>   Zufällige_Seite
>   Random
>   RandomPage
> 
> Why not...?

Because the canonical one is Random not
RandomPage, it should work with RandomPage, but it only an
english alias.

-- 
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 27609] Add information about deletion to list=filearchive

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27609

--- Comment #1 from duplicate...@googlemail.com 2011-04-23 13:20:46 UTC ---
Maybe add also some param, like sort of the deleted_timestamp or searching for
deleted_user

-- 
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 28083] Load MediaWiki:Filepage.css only when it exists

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28083

--- Comment #3 from Krinkle  2011-04-23 13:20:04 UTC ---
Note that this bug only occurs on the local wiki, not on the 'file sharing
repository' itself.

So the wikis using another wiki as repository unconditionally include a 
tag to foreign.wiki/MedaWiki:Filepage.css?action=raw.


eg. if MedaWiki:Filepage.css would not exist on Commons, it would not be loaded
on Commons' File-pages, but on every en.wikipedia.org view of a commons-file it
would be loaded.

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

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


[Bug 22744] Add/Update indexes for queries done by the API

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22744

duplicate...@googlemail.com changed:

   What|Removed |Added

 Depends on||27204

-- 
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 27204] API: Add timestamp sort to list=filearchive

2011-04-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27204

duplicate...@googlemail.com changed:

   What|Removed |Added

 Blocks||22744

--- Comment #2 from duplicate...@googlemail.com 2011-04-23 13:18:43 UTC ---
I mean the upload timestamp.

The deleted data are not shown yet with the api (bug 27609)

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

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


  1   2   >