[Bug 28936] Cannot remove watchlist junk, either in Edit Watchlist page or by editing raw watchlist

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28936

--- Comment #2 from pbugzi...@stevens-bradfield.com 2011-05-26 06:48:15 UTC ---
When you say from the raw interface I'm not sure quite what you mean. Here's
a copy pasted bit from my Edit Watchlist page:
 (Article)
[..]
* Homework (talk | History)
* HАGGER? (talk)
* Optical calcite (talk | History)
[..]

and here are the corresponding lines of HTML:

liinput name=titles[] type=checkbox value=Homework /a
href=/wiki/Homework title=HomeworkHomework/a (a
href=/wiki/Talk:Homework title=Talk:Homeworktalk/a | a
href=/w/index.php?title=Homeworkamp;action=history
title=HomeworkHistory/a)/li
liinput name=titles[] type=checkbox value=HАGGER? /a
href=/w/index.php?title=H%D0%90GGER%3Famp;action=editamp;redlink=1
class=new title=HАGGER? (page does not exist)HАGGER?/a (a
href=/w/index.php?title=Talk:H%D0%90GGER%3Famp;action=editamp;redlink=1
class=new title=Talk:HАGGER? (page does not exist)talk/a)/li

liinput name=titles[] type=checkbox value=Optical calcite /span
class=watchlistredira href=/wiki/Optical_calcite class=mw-redirect
title=Optical calciteOptical calcite/a/span (a
href=/w/index.php?title=Talk:Optical_calciteamp;action=editamp;redlink=1
class=new title=Talk:Optical calcite (page does not exist)talk/a | a
href=/w/index.php?title=Optical_calciteamp;action=history title=Optical
calciteHistory/a)/li

After clicking the box next to Hagger and pressing Remove Titles, I get the
following message, but no change to the actual list:

A single title was removed from your watchlist:

* HАGGER? (talk)

Your watchlist contains 7 titles (excluding talk pages). 

Does that help at all? If not, please let me know more precisely what would
help.

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


[Bug 29005] Unnecessary unicode Char code change

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29005

--- Comment #12 from Santhosh Thottingal santhosh.thottin...@gmail.com 
2011-05-26 06:56:43 UTC ---
Rendering issue with Google chrome for ZWJ/ZWNJ got fixed in chrome 12. ie
http://code.google.com/p/chromium/issues/detail?id=45840 fixed now. 

And Google chrome does not support webfonts with complex scripts.
http://code.google.com/p/chromium/issues/detail?id=78155 This also got fixed in
chrome 12.

-- 
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 29041] SMWSQLStore2::getPropertyValues() fails for some special properties

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29041

--- Comment #4 from Markus Krötzsch mar...@semantic-mediawiki.org 2011-05-26 
07:35:55 UTC ---
I tried but cannot reproduce the problem yet. Here is what I did:

* Install SD from SVN
* Create a page Drilldown test with the text [[has
filter::Filter:Testfilter]]
* Add the following to Localsettings:

$wgExtensionFunctions[] = 'runMyTests';
function runMyTests() {
$store = smwfGetStore();
$page = new SMWDIWikiPage( 'Drilldown_test', NS_MAIN, null );
$property = new SMWDIProperty( '_SD_F' );
debug_zval_dump( $store-getPropertyValues( $page, $property, null ) );
}

Debug output:

array(1) refcount(2){
  [0]=
  object(SMWDIWikiPage)#36 (3) refcount(1){
[m_dbkey:protected]=
string(4) Testfilter refcount(1)
[m_namespace:protected]=
long(170) refcount(1)
[m_interwiki:protected]=
string(0)  refcount(1)
  }
}

I can also see the has filter value in Special:Browse. The only place where
has filter is currently missing is the RDF export -- this needs to be fixed.
Currently extension builtin properties do not get a URI assigned. But this does
not affect data retrieval in SMW.

-- 
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 29005] Unnecessary unicode Char code change

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29005

--- Comment #13 from praveenp me.prav...@gmail.com 2011-05-26 07:42:17 UTC ---
(In reply to comment #11)
 *Per comment 1, I'm also unclear how this could break interlinking, since
 they're all normalized to one form on the mediawiki side (While I guess it
 could if the content language is not ml, since we only do the normalization 
 for
 ml, but that seems like an edge case)

:) http://wiki.smc.org.in is Malayalam site which using English interface.

And people are still terribly addicted to English while using Internet.

Is it possible for a site admin to set $wgFixMalayalamUnicode as false in
DefaultSettings.php for keeping user's contributions untouched (?). Popular
Windows tools and Mac tools for typing Malayalam using 5.1 encoding. So
copy-pasting title for linking will surely fail. I know default implementation
- Anjali Old Lipi - gives exactly same as in database. But somehow it is buggy
(lot of spelling mistakes) and people will eventually switch to some other font
given, for better display.

-- 
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 29005] Unnecessary unicode Char code change

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29005

Santhosh Thottingal santhosh.thottin...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||INVALID

--- Comment #14 from Santhosh Thottingal santhosh.thottin...@gmail.com 
2011-05-26 07:57:04 UTC ---
(In reply to comment #11)
 Many people prefer to read the language in a particular way
 
 Please please please no one make that into a preference. We're talking about
 unicode code points, not background colours.
 
 The two ways of encoding the character *should* be identical to the user, they
 aren't - mostly due to crappy software support, but they should be [in the
 ideal world, well in the ideal world there wouldn't be two ways to encode a
 single character...].

In ideal world, we expect that. But in real world, dual encoding is there, at
least for Malayalam. To make things simple:

A letter L is written in L1 way. And in 2009, Unicode said it can be written in
L2 way too. And asked applications to support both. Obviously many applications
 failed to do this. Unicode did not define that L1 and L2 are equal. So big
issues with search, sort.. what not?. ml wikipedia decided to keep the data in
L2 using a force conversion. Many websites decide to stick with L1 for
stability, backward compatibility issues until there is a Unicode definition
stating L1 == L2. because that is the minimum version they(not limited to
websites, os and applications too)can support. At the same time L1 is well
supported in majority of applications(Google chrome used to support it , from
chrome 6.0 to chrome L1 it was broken, now fixed). There are fonts which does
not show same glyph for L1 and L2 because the typographers care about the
language and aware of dual encoding issues. So to make everybody happy, just
for these extreme cases, I added a feature to do L2-L1 conversion. So that
users can view/use L1 which is working in the systems for many years. It is not
meant for all languages or for all fonts. And it is a configuration entry.

L1 vs L2 is very controversial issue. And it becomes more complex when I say
that there are more than one L with this issue. 

 *Per comment 1, I'm also unclear how this could break interlinking, since
 they're all normalized to one form on the mediawiki side (While I guess it
 could if the content language is not ml, since we only do the normalization 
 for
 ml, but that seems like an edge case)

You are correct. It does not break any interlinking.

Since there is no reproducible case how this option breaks anything, I
explained my best why it was added, shall we close it? 

Finding out broken versions of the browser(In our case chrome 6 to 11) and
changing extension behavior based on that...Should we really need to do that?
Considering Chrome does not support webfonts(complex script webfonts. Malayalam
is an example) at all till Chrome 11, it seems unnecessary. Let us just declare
that Chrome was broken, and was not supporting Malayalam rendering or
Malayalam webfonts till version 12. I hope that helps. Proof is bug 45840 and
78155 of chrome.

-- 
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 29005] Unnecessary unicode Char code change

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29005

praveenp me.prav...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |

--- Comment #15 from praveenp me.prav...@gmail.com 2011-05-26 09:32:07 UTC ---
(In reply to comment #14)

Pls do not mix other issues with current problem. Even if all other bugs
including those in safari, mobile devices get fixed like chromium, why we
really want  convert encoding in database to old version encoding without
reader's direct request.

Why this converting cannot be an option other than default?  

Sticking with Unicode 5.0 font is not a good idea for Malayalam. Unicode
corrected errors like representation of zero. And new code points will
included for new symbols (eg: Rupee Symbol - Unicode 6.0).

Implementation of default Anjali old lipi is buggy.

So reopening.

-- 
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 28840] Loader broken in IE because mediawiki thinks the periods in module names is a security leak (spoof extension)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28840

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #24 from Roan Kattouw roan.katt...@gmail.com 2011-05-26 09:50:04 
UTC ---
Fixed in r3.

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

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


[Bug 28891] Regression? Clicking on non-existing image link does not redirect to upload anymore

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28891

Bug 28891 depends on bug 28840, which changed state.

Bug 28840 Summary: Loader broken in IE because mediawiki thinks the periods in 
module names is a security leak (spoof extension)
https://bugzilla.wikimedia.org/show_bug.cgi?id=28840

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 28851] Display problem on ku.wikipedia

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28851

Bug 28851 depends on bug 28840, which changed state.

Bug 28840 Summary: Loader broken in IE because mediawiki thinks the periods in 
module names is a security leak (spoof extension)
https://bugzilla.wikimedia.org/show_bug.cgi?id=28840

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 28962] ajax calls with '.' not working in IE

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28962

Bug 28962 depends on bug 28840, which changed state.

Bug 28840 Summary: Loader broken in IE because mediawiki thinks the periods in 
module names is a security leak (spoof extension)
https://bugzilla.wikimedia.org/show_bug.cgi?id=28840

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 28778] Fckeditor - error Fatal error: Call to undefined method StripState::addGeneral() when formated format is used

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28778

Rich launch...@shinyblue.net changed:

   What|Removed |Added

 CC||launch...@shinyblue.net

--- Comment #1 from Rich launch...@shinyblue.net 2011-05-26 12:33:43 UTC ---
I preferred this edit to line 249:

if (method_exists( $state, 'addGeneral' )) $state-addGeneral( $output );

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

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


[Bug 26207] Split magic linking out of core; create new magic linking extension (tracking)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

The Evil IP address theevilipaddr...@hotmail.de changed:

   What|Removed |Added

 CC||theevilipaddr...@hotmail.de
 Depends on||29025

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

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


[Bug 29025] Magic links are inconsistent with common parser rules

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29025

The Evil IP address theevilipaddr...@hotmail.de changed:

   What|Removed |Added

 Blocks||26207

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

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


[Bug 29149] New: Automatically wrap system messages in a container and give it a default class

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29149

   Web browser: ---
 Bug #: 29149
   Summary: Automatically wrap system messages in a container and
give it a default class
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: p858sn...@gmail.com
Classification: Unclassified


It would be nice if system messages (Mediawiki: NS) were automatically wrapped
in a container (span) that had the class name automagically set as the message
name.

This would make finding out what messages are being displayed so much easier
and easier for end users to customize (and/or hide) them as well.

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

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


[Bug 28936] Cannot remove watchlist junk, either in Edit Watchlist page or by editing raw watchlist

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28936

--- Comment #3 from MZMcBride b...@mzmcbride.com 2011-05-26 14:48:04 UTC ---
(In reply to comment #2)
 When you say from the raw interface I'm not sure quite what you mean. Here's
 a copy pasted bit from my Edit Watchlist page:
  (Article)
 [..]
 * Homework (talk | History)
 * HАGGER? (talk)
 * Optical calcite (talk | History)
 [..]

Sorry for the confusion. I meant from [[Special:Watchlist/raw]].

I just tried to reproduce this on test.wikipedia.org and wasn't able to,
through [[Special:Watchlist/edit]] or [[Special:Watchlist/raw]]. Both allowed
me to easily add or remove the title.

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


[Bug 29150] New: Closure of Old English Wikiquote

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29150

   Web browser: ---
 Bug #: 29150
   Summary: Closure of Old English Wikiquote
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://meta.wikimedia.org/wiki/Proposals_for_closing_p
rojects/Closure_of_Old_English_Wikiquote
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: normal
  Priority: Unprioritized
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: drevit...@gmail.com
Blocks: 28985
Classification: Unclassified


Please close the Old English Wikiquote at [[ang:q:]] according to the
discussion at Meta-Wiki in the link above. Thanks in advance.

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

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


[Bug 28985] Wikis ready for closing (tracking)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28985

TeleComNasSprVen drevit...@gmail.com changed:

   What|Removed |Added

 Depends on||29150

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

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


[Bug 29151] New: Call to undefined method SMWDIProperty::getWikiPageValue()

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29151

   Web browser: ---
 Bug #: 29151
   Summary: Call to undefined method
SMWDIProperty::getWikiPageValue()
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: mediaw...@kghoffmeyer.de
CC: jeroen_ded...@yahoo.com
Classification: Unclassified


Fatal error: Call to undefined method SMWDIProperty::getWikiPageValue() in
/export/www/html/projects/SMW-Sandbox/extensions/SemanticMediaWiki/specials/QueryPages/SMW_SpecialUnusedProperties.php
on line 70

-- 
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 29142] Add path filtering to list=coderevisions

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29142

Reedy s...@reedyboy.net changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Reedy s...@reedyboy.net 2011-05-26 16:42:43 UTC ---
r88899

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

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


[Bug 29151] Call to undefined method SMWDIProperty::getWikiPageValue()

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29151

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-05-26 
16:52:29 UTC ---
I fixed the issue in r88900, although it might not be the best fix. Markus, can
you review and see if it's done in a sane way?

-- 
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 29152] New: Special:Types

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29152

   Web browser: ---
 Bug #: 29152
   Summary: Special:Types
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: jeroen_ded...@yahoo.com
CC: jeroen_ded...@yahoo.com
Classification: Unclassified


Special:Types seems to be not quite fully working. When clicking a type, you
and up on a blank page, while I guess it should list the properties of that
type. The pagination also vanished, but this might be intentional.

Example: http://sandbox.semantic-mediawiki.org/wiki/Special:Types

-- 
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 29152] Special:Types

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29152

--- Comment #1 from Markus Krötzsch mar...@semantic-mediawiki.org 2011-05-26 
17:31:03 UTC ---
Can't confirm. See e.g.
http://sandbox.semantic-mediawiki.org/wiki/Special:Types/String

Some types do not have properties in the wiki, and this can lead to blank
pages. Also, only explicitly typed properties are taken into account -- the
default type is not checked (but I think this was always like 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 2399] Unicode normalization sorts Hebrew/Arabic/Myanmar vowels wrongly

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2399

--- Comment #50 from Amir E. Aharoni amir.ahar...@mail.huji.ac.il 2011-05-26 
17:47:09 UTC ---
See another demonstration of this problem here:

http://en.wikisource.org/wiki/User:Amire80/Havrakha

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

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


[Bug 21399] formatting problems

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21399

mybugs.m...@gmail.com changed:

   What|Removed |Added

 CC||mybugs.m...@gmail.com

--- Comment #2 from mybugs.m...@gmail.com 2011-05-26 17:47:47 UTC ---
Is this still happening?

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

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


[Bug 29153] New: Pages loading without formatting too often

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

   Web browser: ---
 Bug #: 29153
   Summary: Pages loading without formatting too often
   Product: MediaWiki
   Version: (wikimedia-deployment)
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: mybugs.m...@gmail.com
Classification: Unclassified


Occasionally the wiki pages are displayed without formatting. It seems that for
some reason the CSS in not loaded.

Usually it is enough to refresh the cache by means of SHIFT+reload, but this
has become necessary too often, so there seems to be something wrong. Besides,
sometimes even if I refresh the current page, the problem happens again after I
go to another page, making it necessary to clear the cache almost every page
load.

At the moment I'm using Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16)
Gecko/20110430 Iceweasel/3.5.16 (like Firefox/3.5.16), and I am logged in on
secure server.

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

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


[Bug 224] IPA or SAMPA module

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=224

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Blocks|26207   |

--- Comment #14 from Brion Vibber br...@wikimedia.org 2011-05-26 17:51:35 UTC 
---
I'm removing the blocker on bug 26207; these days we'd want this implemented as
a parser function, so no new syntax extension system is needed.

The old patch above should be looked over to see if it can be adapted or used
to inspire a modern version.

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

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


[Bug 26207] Split magic linking out of core; create new magic linking extension (tracking)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Depends on|224 |

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

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


[Bug 2399] Unicode normalization sorts Hebrew/Arabic/Myanmar vowels wrongly

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=2399

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED
 AssignedTo|wikibugs-l@lists.wikimedia. |br...@wikimedia.org
   |org |

--- Comment #51 from Brion Vibber br...@wikimedia.org 2011-05-26 17:54:56 UTC 
---
Assigning to me so we can look over the current state and see about fixing it
up.

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

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


[Bug 29153] Pages loading without formatting too often

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

--- Comment #1 from mybugs.m...@gmail.com 2011-05-26 17:56:26 UTC ---
Created attachment 8586
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8586
Screenshot

I've just clicked on
https://secure.wikimedia.org/wikipedia/en/wiki/Special:Random

and got redirected to
https://secure.wikimedia.org/wikipedia/en/wiki/Badia_%28Castiglione_del_Lago%29
and there was no formatting.

The problem was fixed after I pressed CTRL+SHIFT+R. I tried
https://secure.wikimedia.org/wikipedia/en/wiki/Special:Random

again and got
https://secure.wikimedia.org/wikipedia/en/wiki/Manny_Acta

without the formatting and needed to prees CTRL+SHIFT+R again.

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

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


[Bug 29153] Pages loading without formatting too often

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

--- Comment #2 from mybugs.m...@gmail.com 2011-05-26 17:58:13 UTC ---
Created attachment 8587
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8587
The second random example.

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

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


[Bug 29153] Pages loading without formatting too often

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

--- Comment #3 from mybugs.m...@gmail.com 2011-05-26 18:12:35 UTC ---
I've tried the Epiphany browser, version 2.30.6, but wasn't able to reproduce
the bug (or wasn't persistent enough ;-)

But on Iceweasel the problem happened also in the insecure server:
http://en.wikipedia.org/wiki/Special:Random
redirected to
http://en.wikipedia.org/wiki/Antelothanasis
and the formatting was missing.

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

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


[Bug 27315] Add chunk uploading and firefogg support to upload wizard

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27315

Michael Dale d...@ucsc.edu changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Michael Dale d...@ucsc.edu 2011-05-26 18:12:45 UTC ---
add support for firefogg in r88774

any issues with the integration can be added as separate bugs, closing this for
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 27313] Integrate Upload Wizard into Add Media Wizard ( tracking bug )

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27313

Bug 27313 depends on bug 27315, which changed state.

Bug 27315 Summary: Add chunk uploading and firefogg support to upload wizard
https://bugzilla.wikimedia.org/show_bug.cgi?id=27315

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 29152] Special:Types

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29152

--- Comment #2 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-05-26 
18:16:09 UTC ---
Ah, I added a string property on my local wiki and this does indeed seem to
work. However, properties of type geographic coordinate are not showing up.

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

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


[Bug 29153] Pages loading without formatting too often

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #4 from Bawolff bawolff...@gmail.com 2011-05-26 18:17:24 UTC ---
Possibly related or dupe of bug 28857 (or potentially a totally separate
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 29148] Firefogg not working on Firefox 5 beta

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29148

--- Comment #1 from j^ j...@v2v.cc 2011-05-26 18:20:32 UTC ---
what os are you using?

-- 
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 29147] Receive undefined variable error in Apache error log when uploading a 2G file via http url

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29147

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-05-26 18:22:26 UTC 
---
This was fixed in r65043 on trunk by refactoring away from the CURL-specific
code that had the error.

Trying to fetch a large Fedora DVD iso downloads for a bit, then gives an
expected timeout:

http://fedora.mirror.lstn.net/releases/15/Fedora/x86_64/iso/Fedora-15-x86_64-DVD.iso

Error fetching URL: Operation timed out after 25000 milliseconds with 62264250
out of 3596310528 bytes received 

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

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


[Bug 29153] Pages loading without formatting too often

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

--- Comment #5 from mybugs.m...@gmail.com 2011-05-26 18:29:57 UTC ---
(In reply to comment #4)
 Possibly related or dupe of bug 28857 (or potentially a totally separate
 issue).

Hmm... Or maybe this is the same as bug 28714?

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

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


[Bug 29154] New: Upload by URL doesn't handle HTTP redirects

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29154

   Web browser: ---
 Bug #: 29154
   Summary: Upload by URL doesn't handle HTTP redirects
   Product: MediaWiki
   Version: 1.19-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: br...@wikimedia.org
CC: bryan.tongm...@gmail.com
Classification: Unclassified


While testing bug 29147, I noticed that the upload-by-URL handling doesn't seem
to handle HTTP 302 redirects, at least for large files.

A direct link to this Fedora ISO download chugs through for a while before
predictably timing out:

 
http://fedora.mirror.lstn.net/releases/15/Fedora/x86_64/iso/Fedora-15-x86_64-DVD.iso

  Error fetching URL: Operation timed out after 25000 milliseconds with
62264250 out of 3596310528 bytes received


But if I copy this redirect link from Fedora's download page, it immediately
gives an 'empty file' error:

 
http://download.fedoraproject.org/pub/fedora/linux/releases/15/Fedora/x86_64/iso/Fedora-15-x86_64-DVD.iso

  The file you uploaded seems to be empty. This might be due to a typo in the
file name. Please check whether you really want to upload this file.


Inspecting the MWHttpRequest result shows that it's found the 302 redirect, but
doesn't seem to have followed it.

Link found from http://fedoraproject.org/en/get-fedora-all

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

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


[Bug 29153] Pages loading without formatting too often

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

--- Comment #6 from Bawolff bawolff...@gmail.com 2011-05-26 18:35:38 UTC ---
Honestly, all three could be the same issue, its hard to know if it is until
the underlying cause is figured out.

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

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


[Bug 29155] New: Add a what's this link to the AFT

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29155

   Web browser: ---
 Bug #: 29155
   Summary: Add a what's this link to the AFT
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ArticleFeedback
AssignedTo: tpars...@wikimedia.org
ReportedBy: dtarabore...@wikimedia.org
CC: krinklem...@gmail.com
Classification: Unclassified


Several people (VP, AFT talk page) are asking for more transparency on the AFT
(what it is, what its purpose is, how it is being deployed). We should add a
small link pointing to an appropriate documentation page. CC:ing Howie so we
can decide the best way to do so.

-- 
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 29155] Add a what's this link to the AFT

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29155

DarTar dtarabore...@wikimedia.org changed:

   What|Removed |Added

 CC||hf...@wikimedia.org

--- Comment #1 from DarTar dtarabore...@wikimedia.org 2011-05-26 18:48:17 UTC 
---
cc'ed Howie

-- 
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 28962] ajax calls with '.' not working in IE

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28962

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #7 from Mark A. Hershberger m...@everybody.org 2011-05-26 
18:54:42 UTC ---


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

-- 
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 28840] Loader broken in IE because mediawiki thinks the periods in module names is a security leak (spoof extension)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28840

--- Comment #25 from Mark A. Hershberger m...@everybody.org 2011-05-26 
18:54:42 UTC ---
*** Bug 28962 has been marked as a duplicate of this bug. ***

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

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


[Bug 26676] Milestone: MediaWiki 1.17 release tarball (tracking)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

Bug 26676 depends on bug 28962, which changed state.

Bug 28962 Summary: ajax calls with '.' not working in IE
https://bugzilla.wikimedia.org/show_bug.cgi?id=28962

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

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

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


[Bug 29156] New: Hide AFT from print view

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29156

   Web browser: ---
 Bug #: 29156
   Summary: Hide AFT from print view
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: ArticleFeedback
AssignedTo: tpars...@wikimedia.org
ReportedBy: dtarabore...@wikimedia.org
CC: krinklem...@gmail.com
Classification: Unclassified


See http://www.mediawiki.org/wiki/Talk:Article_feedback#Print_view_3825

-- 
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 29156] Hide AFT from print view

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29156

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

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2011-05-26 18:58:45 
UTC ---
This should be trivial with something like @media print { .blah { display:
none; } }

-- 
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 29153] Pages loading without formatting too often

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29153

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

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #7 from Roan Kattouw roan.katt...@gmail.com 2011-05-26 19:11:31 
UTC ---
It would be helpful if you could:
* install Firebug
* make sure Firebug is always enabled for secure.wikimedia.org (generally it's
enough to open Firebug on a secure.wm.o page, then minimize it, it should
remember your choice)
* enable the Net panel (again, Firebug should remember this choice)
* when this bug happens again, take a screenshot of the Net panel (of both the
All and CSS tabs)

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

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


[Bug 29152] Special:Types

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29152

--- Comment #3 from Markus Krötzsch mar...@semantic-mediawiki.org 2011-05-26 
19:27:28 UTC ---
Geographic coordinates work:

http://sandbox.semantic-mediawiki.org/wiki/Special:Types/Geographic_coordinate

One of the main internal changes concerns the way in which types are stored.
SMW 1.6 is still able to interpret the old information (so it works right away)
but it does not search for the old format in Special:Types. So properties will
only appear after their page has been refreshed.

-- 
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 29064] Clean up wikimania wiki closures (2005-2010)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29064

TeleComNasSprVen drevit...@gmail.com changed:

   What|Removed |Added

 CC||drevit...@gmail.com
Summary|Clean up wikimania wiki |Clean up wikimania wiki
   |closures (2006-2007)|closures (2005-2010)

--- Comment #6 from TeleComNasSprVen drevit...@gmail.com 2011-05-26 19:43:39 
UTC ---
Changed summary in header to reflect scope of the ticket.

-- 
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 29152] Special:Types

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29152

Jeroen De Dauw jeroen_ded...@yahoo.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #4 from Jeroen De Dauw jeroen_ded...@yahoo.com 2011-05-26 
19:54:14 UTC ---
Ah indeed, I ran a refresh and now they are showing up :)

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

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


[Bug 29064] Clean up wikimania wiki closures 20(0[67]|10)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29064

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

   What|Removed |Added

Summary|Clean up wikimania wiki |Clean up wikimania wiki
   |closures (2005-2010)|closures 20(0[67]|10)

--- Comment #7 from Chad H. innocentkil...@gmail.com 2011-05-26 19:54:51 UTC 
---
2008 and 2009 are already fixed, tweaking summary again ;-)

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

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


[Bug 29157] New: noprint content is hidden

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29157

   Web browser: ---
 Bug #: 29157
   Summary: noprint content is hidden
   Product: Wikipedia Mobile
   Version: .5
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: server
AssignedTo: hcat...@wikimedia.org
ReportedBy: ch...@cmbuckley.co.uk
CC: tf...@wikimedia.org
Classification: Unclassified


https://github.com/hcatlin/wikimedia-mobile/commit/e833f5364048254761d9206f17b3b1ccd5791ddd

The above commit adds .noprint to the list of items to be removed from the
page. Presumably its intention is to hide {{invitation to edit}} templates.
However, some (e.g. time-dependent) content marked as noprint is desirable on
mobile.

It would probably be better to add a more specific class to the table in the
template, which can then be removed by the mobile parser. Best guess would be
editsection, which is already removed by the parser anyway.

-- 
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 29151] Call to undefined method SMWDIProperty::getWikiPageValue()

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29151

--- Comment #2 from Markus Krötzsch mar...@semantic-mediawiki.org 2011-05-26 
20:10:26 UTC ---
I have simplified your fix a bit, and also fixed another such issue a few lines
later. The special page now should work again. I have not updated
sandbox.semantic-mediawiki.org yet.

-- 
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 28845] PostgresInstaller::canCreateAccounts() gives the wrong result

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28845

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-05-26 
20:35:18 UTC ---
r88929

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

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


[Bug 384] PostgreSQL/pgsql support (tracking)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=384

Bug 384 depends on bug 28845, which changed state.

Bug 28845 Summary: PostgresInstaller::canCreateAccounts() gives the wrong result
https://bugzilla.wikimedia.org/show_bug.cgi?id=28845

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 26676] Milestone: MediaWiki 1.17 release tarball (tracking)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

Bug 26676 depends on bug 28845, which changed state.

Bug 28845 Summary: PostgresInstaller::canCreateAccounts() gives the wrong result
https://bugzilla.wikimedia.org/show_bug.cgi?id=28845

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 29158] New: Internet Explorer does not load Vector skin CSS

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29158

   Web browser: ---
 Bug #: 29158
   Summary: Internet Explorer does not load Vector skin CSS
   Product: MediaWiki
   Version: 1.17
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Vector Skin
AssignedTo: tpars...@wikimedia.org
ReportedBy: p.ora...@xs4all.nl
CC: asha...@wikimedia.org
Classification: Unclassified


For some reason the Vector skin of mediawiki 1.17 (actually svn
mediawiki/branches/REL1_17, ccurrently at r88921) does not load on MS IE (7 and
8).

http://www.mediawiki.org/wiki/Thread:Project:Support_desk/Internet_Explorer_does_not_load_Vector_skin_CSS_-_MediaWiki_1.17b1
runs a story much alike.

-- 
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 27393] Special:UserLogout should prompt if not originating from logout link

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27393

Simon Walker stwalkers...@googlemail.com changed:

   What|Removed |Added

 CC||stwalkers...@googlemail.com
 AssignedTo|wikibugs-l@lists.wikimedia. |stwalkers...@googlemail.com
   |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 29158] Internet Explorer does not load Vector skin CSS

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29158

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

   What|Removed |Added

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

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2011-05-26 20:37:29 
UTC ---


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

-- 
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 28840] Loader broken in IE because mediawiki thinks the periods in module names is a security leak (spoof extension)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28840

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

   What|Removed |Added

 CC||p.ora...@xs4all.nl

--- Comment #26 from Roan Kattouw roan.katt...@gmail.com 2011-05-26 20:37:29 
UTC ---
*** Bug 29158 has been marked as a duplicate of this bug. ***

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

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


[Bug 29041] SMWSQLStore2::getPropertyValues() fails for some special properties

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29041

Yaron Koren yaro...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||INVALID

--- Comment #5 from Yaron Koren yaro...@gmail.com 2011-05-26 20:49:34 UTC ---
Aha! Thanks - that little script helped me to debug the issue. It turned out
that I just needed to refresh all the semantic data; I didn't realize that a
refresh was needed. After doing a full data refresh, it started to (mostly)
work, and then I was able to debug the rest in SD. I'm marking this as
invalid.

-- 
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 1965] Problems when ini_set() is disabled

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1965

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

   What|Removed |Added

  Component|Installation|General/Unknown

--- Comment #8 from Chad H. innocentkil...@gmail.com 2011-05-26 21:07:06 UTC 
---
Installation - General. We need to cleanup ini_set/get() everywhere.

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

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


[Bug 29139] API: allow listing of deleted files by sysop

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29139

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Krinkle krinklem...@gmail.com 2011-05-26 21:17:56 UTC ---
Log type by user is allready possibile.

For example, Deleted items by any sysop on commons:
* http://commons.wikimedia.org/w/index.php?title=Special:Logtype=delete
or for one particular sysop:

*
http://commons.wikimedia.org/w/index.php?title=Special:Logtype=deleteuser=Krinkle

What you want is an additional filter/dropdown menu for namespace (to only see
deleted *files*). That is already requested as bug 14711 (Implement namespace
filter for logging information)

As such, marking as duplicate of that. Please re-open if you meant something
else.

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

-- 
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 14711] Implement a namespace filter for the logging table

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14711

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 CC||duplicate...@googlemail.com

--- Comment #11 from Krinkle krinklem...@gmail.com 2011-05-26 21:17:56 UTC ---
*** Bug 29139 has been marked as a duplicate of this bug. ***

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

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


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

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

Bug 22744 depends on bug 29139, which changed state.

Bug 29139 Summary: API: allow listing of deleted files by sysop
https://bugzilla.wikimedia.org/show_bug.cgi?id=29139

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

-- 
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 29148] Firefogg not working on Firefox 5 beta

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29148

--- Comment #2 from r2 rigo...@yahoo.com 2011-05-26 21:40:19 UTC ---
Windows XP SP3

-- 
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 28172] wfGetDB called when it shouldn't be

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28172

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

   What|Removed |Added

Summary|Error on Postgres install - |wfGetDB called when it
   |wfGetDB called when it  |shouldn't be
   |shouldn't   |

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

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


[Bug 26207] Split magic linking out of core; create new magic linking extension (tracking)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

--- Comment #12 from Platonides platoni...@gmail.com 2011-05-26 21:48:07 UTC 
---
You are not doing it in the structured way of placing extensions into files (no
problem, it's easy to add later), but things like
 if( ! isset( $wgMagicalLinkers ) )
are since they produce a vulnerability if the host is configured with register
globals.

Also, you should check that MEDIAWIKI is defined before executing anything.

It makes no sense having this line:
$wgMagicalLinkers = array_reverse( $wgMagicalLinkers );

Magical::createPattern() should be lazy-loaded, or done by the function if
there's a function for registering magic words.

Using Xml::escapeTagsOnly is worse than doing no escaping at all.

With no escaping, it looks like a html injection vector but when looking at the
regex it is actually secure (my previous mention to redundant calls to
htmlspecialchars)
http://www.mediawiki.org/wiki/Security_for_developers#Demonstrable_security

Escaping with Xml::escapeTagsOnly it looks like it is secure, so that would
encourage eg. changing the regex for a more insecure one, as it is escaped, but
the delimiter you use is ' but escape for .

A comment on the $unsafePattern would be appropiate. It's quite clever.

Note that you no longer need to use the x modifier. Also, I would use / instead
of @ as it is more common. The fact that @ has to be escaped on those regex may
bite some people.

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

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


[Bug 28172] wfGetDB called when it shouldn't be

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28172

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #4 from Mark A. Hershberger m...@everybody.org 2011-05-26 
21:49:54 UTC ---
r88936

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

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


[Bug 26676] Milestone: MediaWiki 1.17 release tarball (tracking)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

Bug 26676 depends on bug 28172, which changed state.

Bug 28172 Summary: wfGetDB called when it shouldn't be
https://bugzilla.wikimedia.org/show_bug.cgi?id=28172

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 28840] Loader broken in IE because mediawiki thinks the periods in module names is a security leak (spoof extension)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28840

--- Comment #27 from Paul Oranje p.ora...@xs4all.nl 2011-05-26 21:52:36 UTC 
---
Will the patch be applied onto branches/REL1_17 (and when) so that the fix can
be got with svn update?

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

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


[Bug 29159] New: Has default form not handled correctly in SMW 1.6

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29159

   Web browser: ---
 Bug #: 29159
   Summary: Has default form not handled correctly in SMW 1.6
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: critical
  Priority: Unprioritized
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: yaro...@gmail.com
CC: jeroen_ded...@yahoo.com
Classification: Unclassified


I submitted some bugs before, relating to SMW 1.6, that are now fixed, but I
think this one is different. You can clearly see the problem here:

http://discoursedb.org/wiki/Special:Browse/Category:Authors

Has filter is handled correctly, but Has default form displays the error '
Form: cannot be used as a page name in this wiki.' I think the issue is
somehow due to the fact that Has default form is defined to point to a
specific namespace; but I don't know more than that.

-- 
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 26207] Split magic linking out of core; create new magic linking extension (tracking)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

William Demchick w...@member.fsf.org changed:

   What|Removed |Added

   Attachment #8585|0   |1
is obsolete||

--- Comment #13 from William Demchick w...@member.fsf.org 2011-05-26 22:57:54 
UTC ---
Created attachment 8588
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8588
Magical Extension (rv4)

I think this fixes most of your concerns.  Many thanks for your extensive
feedback. :)

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

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


[Bug 29160] New: importbackup of file pages doesn't seem to consistently rebind file pointers to pages in upload directory

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29160

   Web browser: ---
 Bug #: 29160
   Summary: importbackup of file pages doesn't seem to
consistently rebind file pointers to pages in upload
directory
   Product: MediaWiki
   Version: 1.16.3
  Platform: Macintosh
OS/Version: Mac OS X 10.6
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: Uploading
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: jshra...@stanford.edu
CC: bryan.tongm...@gmail.com
Classification: Unclassified


[We have this problem on many different version of mediawiki on various OSs,
and it's so obvious that there must be something we're just missing about it.
Great is this is a stupid question and you can just point us to the manual!]

When we move wiki content to a fresh install (via. importBackup and dumpBackup)
we get pages for the files, and we copy over the upload directory, but for some
reason the importBackup doesn't restore the file linkages in the database
appropriately. Actually, sometimes it seems like it does, but we cannot figure
out when it works and when it doesn't, and why. Is there a specific recipe that
one is supposed to use when copying the files over that go with an
importBackup?

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

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


[Bug 28829] Failure to subscribe to mediawiki-announce is not reported to the user

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28829

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-05-26 
23:13:42 UTC ---
r88946

The mt_rand warnings were there, but maybe they weren't showing.  I changed the
code to use MWHttpRequest and verified that errors showed.

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

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


[Bug 26676] Milestone: MediaWiki 1.17 release tarball (tracking)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26676

Bug 26676 depends on bug 28829, which changed state.

Bug 28829 Summary: Failure to subscribe to mediawiki-announce is not reported 
to the user
https://bugzilla.wikimedia.org/show_bug.cgi?id=28829

   What|Old Value   |New Value

 Status|NEW |RESOLVED
 Resolution||FIXED

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

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


[Bug 29160] importbackup of file pages doesn't seem to consistently rebind file pointers to pages in upload directory

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29160

--- Comment #1 from Brion Vibber br...@wikimedia.org 2011-05-26 23:20:05 UTC 
---
By default, dumpBackup  Special:Export only list page revisions, and don't
include any of the uploaded file data.

There is an experimental mode to include upload data, using URL links to the
source files; but beware that it may not be well tested.

  php maintenance/dumpBackup.php --uploads --full  out.xml

This will add entries like this within the file pages' page records:

upload
  timestamp2011-01-31T00:20:40Z/timestamp
  contributor
usernameBrionv/username
id1/id
  /contributor
  comment/* Modified in svg-edit */ /comment
  filenameSVG.svg/filename
  archivename20110131004503!SVG.svg/archivename
 
srchttp://stormcloud.local/trunk/images/archive/c/c7/20110131004503%21SVG.svg/src
  size221307/size
  sha1base36m0i2r1rkekul11zea86kcon2vxeu8pa/sha1base36
  relarchive/c/c7/20110131004503!SVG.svg/rel
/upload

Pass the same --uploads parameter to importDump to force it to process these:

  php maintenance/importDump.php --uploads in.xml

This should fetch the files over HTTP, save them into the uploads area, and
restore the full image  oldimage records.

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

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


[Bug 29160] importbackup of file pages doesn't seem to consistently rebind file pointers to pages in upload directory

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29160

--- Comment #2 from Brion Vibber br...@wikimedia.org 2011-05-26 23:24:45 UTC 
---
See also bug 13827, which looks like requests doing this more consistently for
Special:Export as well.

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

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


[Bug 21919] Write and implement Google News SiteMaps (GNSM) extension for Wikinews

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21919

--- Comment #66 from Bawolff bawolff...@gmail.com 2011-05-26 23:27:31 UTC ---
Alrighty, sitemap appears to work:

In order to actually submit it to google, we need someone with access to
Google Webmaster Tools for the en.wikinews domain. Hopefully someone in ops
has such access? See
http://www.google.com/support/webmasters/bin/answer.py?answer=74289

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

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


[Bug 13827] Add image data option to Special:Export

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=13827

--- Comment #14 from Brion Vibber br...@wikimedia.org 2011-05-26 23:30:20 UTC 
---
This probably needs a couple of things:

* enable upload-data export by default in the WikiExporter class (may need to
clean it up first -- you can try this with dumpBackup.php now by passing
--upload option)

* add a thingy for Special:Export similar to the 'include templates' mode to
find all images used by the requested pages and add them on to the output page
set

* find a sane way to handle untrusted/semi-trusted images on import (also
consider images that are accessible via Commons etc and may not need to be
actually copied)

* have WikiImporter handle images by default, so Special:Import and
importDump.php handle them automagically.

There's also the question of whether/how to handle full-data files... the
current export format's upload data extension only includes a URL to the
original file, so isn't suitable as an archival format for actual image data.
And of course we wouldn't want it to include the actual images in standard data
dumps because they're going to be way too big.

Probably need to break a few bugs out...

Also see bug 29160 asking about file support on the CLI dumpBackup/importDump;
the feature's there but incomplete and not on by default.

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

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


[Bug 20643] Serve SSL/HTTPS sites out of same domain names as HTTP access: https://en.wikipedia.org/

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20643

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Depends on||29053

-- 
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 29127] LiquidThreads warning about signing your post is broken

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29127

Andrew Garrett agarr...@wikimedia.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |
Summary|LiquidThreads should not|LiquidThreads warning about
   |automatically sign posted   |signing your post is broken
   |comments.   |

--- Comment #4 from Andrew Garrett agarr...@wikimedia.org 2011-05-26 23:48:51 
UTC ---
Actually, you already get a warning when you sign a post with four tildes.

It's just that it gets lost between the edit toolbar and the textbox.

Reopening this bug to fix that.

-- 
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 21919] Write and implement Google News SiteMaps (GNSM) extension for Wikinews

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21919

--- Comment #67 from Reedy s...@reedyboy.net 2011-05-27 00:04:07 UTC ---
It'll just require someone to verify authenticity, and set it up

There are 3 ways to do this from memory

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

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


[Bug 29053] Stay on the secure server even if switching to another wiki via automatically generated link in a MediaWiki: message

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29053

Matt McCutchen m...@mattmccutchen.net changed:

   What|Removed |Added

 CC||m...@mattmccutchen.net
 Blocks|20643   |
 Depends on||20643

--- Comment #5 from Matt McCutchen m...@mattmccutchen.net 2011-05-27 00:32:36 
UTC ---
The dependency should be the other way around: bug 20643 must be done first to
make a protocol-relative link work.

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

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


[Bug 20643] Serve SSL/HTTPS sites out of same domain names as HTTP access: https://en.wikipedia.org/

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20643

Matt McCutchen m...@mattmccutchen.net changed:

   What|Removed |Added

 Blocks||29053
 Depends on|29053   |

-- 
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 5875] Group similar pages in watchlist

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5875

sk...@ueb.cas.cz changed:

   What|Removed |Added

 CC||sk...@ueb.cas.cz

--- Comment #6 from sk...@ueb.cas.cz 2011-05-27 00:39:56 UTC ---
Please, someone adopt this feature, this propblem. With passing time, as one is
contributing for Wikipedia for a long time (Years.., with some inactivity in
between for example) it is untenable to use just simple watchlist. 

To high degree everyone tends to use it also as kind of awareness-list. But
when working in hurry or after time delay, such watchlist doesnt work as
practical watchlist.

When items are deleted from watchlist - it became practicle - but the item can
not be loaded back. They are lost.

If one is willing to have come-backs, the watchlist as it is now is not much
helpfull. I believe, that implementation of feature witch would help engage
long term editors is quite helpfull for the project. This might be one of the
ways to counter the continuing furtive loss of editors from the projects.

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

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


[Bug 29161] New: Search form to match keywords in page title?

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29161

   Web browser: ---
 Bug #: 29161
   Summary: Search form to match keywords in page title?
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Unprioritized
 Component: lucene-search-2
AssignedTo: rain...@eunet.rs
ReportedBy: dtarabore...@wikimedia.org
Classification: Unclassified


We are currently creating a new page structure for the Research: namespace on
Meta and we realized that creating subpages like:

http://meta.wikimedia.org/wiki/Research:Projects/Participatory_Motivation_to_Commons-based_Peer_Production

makes it really hard to find them via the internal search engine. In particular
it looks like the search form can only match phrases, not individual keywords,
and having to prefix each query with Research:Projects/ is not practical at
all.

We recently created a namespace alias (R:) which can help shorten these queries
into something more manageable (if you type R:Pro it will automatically
expand to match Research:Pro) but I was wondering if there was an easy way to
configure the search form to match keywords so that if I start typing
Participatory or Peer Production it will match the title of the above page.

-- 
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 29162] New: Automatically add encoded URL lines for entries in MediaWiki:robots.txt

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29162

   Web browser: ---
 Bug #: 29162
   Summary: Automatically add encoded URL lines for entries in
MediaWiki:robots.txt
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Unprioritized
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: rlan...@gmail.com
Classification: Unclassified


Crawlers may still index pages that should be disallowed due to encoded
characters, see the following example:

Disallow: /wiki/Wikipedia:Arbitration/
Disallow: /wiki/Wikipedia3AArbitration/
Disallow: /wiki/Wikipedia3AArbitration%2F
Disallow: /wiki/Wikipedia:Arbitration%2F

MediaWiki should generate these extra rules automatically for users.

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

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


[Bug 29161] Search form to match keywords in page title?

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29161

DarTar dtarabore...@wikimedia.org changed:

   What|Removed |Added

 AssignedTo|rain...@eunet.rs|pdha...@wikimedia.org

--- Comment #1 from DarTar dtarabore...@wikimedia.org 2011-05-27 00:46:55 UTC 
---
Reassigned to Priyanka

-- 
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 28633] AbuseFilter should respect revdel flags

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=28633

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

   What|Removed |Added

   Priority|Normal  |Lowest

-- 
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 29134] installer breaks when extensions depend on each other

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29134

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

   What|Removed |Added

   Priority|Unprioritized   |Normal

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

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


[Bug 29138] API: allow listing of deleted files uploaded by user

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29138

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

   What|Removed |Added

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

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

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


[Bug 29139] API: allow listing of deleted files by sysop

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29139

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

   What|Removed |Added

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

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

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


[Bug 29142] Add path filtering to list=coderevisions

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29142

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

   What|Removed |Added

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

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

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


[Bug 26207] Split magic linking out of core; create new magic linking extension (tracking)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=26207

--- Comment #14 from William Demchick w...@member.fsf.org 2011-05-27 02:56:57 
UTC ---
Created attachment 8589
  -- https://bugzilla.wikimedia.org/attachment.cgi?id=8589
Disable magic linking in core (temporary)

In case anyone is interested in testing this extension out, here's a quick
patch to disable magic linking in Parser.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 29143] Alias files seem undocumented MediaWiki.org

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29143

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

   What|Removed |Added

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

--- Comment #1 from Mark A. Hershberger m...@everybody.org 2011-05-27 
03:09:45 UTC ---
What are alias files?  Where are they in code?

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

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


[Bug 29144] Move action=dublincore and action=creativecommons to extensions

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29144

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

   What|Removed |Added

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

--- Comment #8 from Mark A. Hershberger m...@everybody.org 2011-05-27 
03:12:45 UTC ---
if this was done, you'd want those modules included in the tarball.

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

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


[Bug 29144] Move action=dublincore and action=creativecommons to extensions

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29144

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 CC||p858sn...@gmail.com

--- Comment #9 from p858snake p858sn...@gmail.com 2011-05-27 03:14:39 UTC ---
(In reply to comment #8)
 if this was done, you'd want those modules included in the tarball.

Not really we remove stuff to reduce bloat and to make stuff simpler. or
are we just going to make that pointless and stick everything back in?

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

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


[Bug 29145] Core features that shouldn't be in core (tracking)

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=29145

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

   What|Removed |Added

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

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

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


  1   2   >