[Bug 19576] Remove the name attribute from header tags

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19576





--- Comment #2 from Laurence 'GreenReaper' Parry   
2009-07-08 05:35:57 UTC ---
Created an attachment (id=6306)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6306)
Removes the  entirely, moving the id to the header tag

Demonstrates the alternative approach mentioned in Comment #1.


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

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


[Bug 19576] Remove the name attribute from header tags

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19576





--- Comment #1 from Laurence 'GreenReaper' Parry   
2009-07-08 05:15:17 UTC ---
It might also be possible to place the id completely inside the  tag,
removing the  line completely for even more savings.
However, I am unsure of the implications of this; in particular, whether
callers of makeHeadline (only Parser::formatHeadings()?) may have added an id
to $attribs in some circumstances.


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

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


[Bug 19576] New: Remove the name attribute from header tags

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19576

   Summary: Remove the name attribute from header  tags
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/wiki/Kevin_Pietersen
OS/Version: All
Status: NEW
  Keywords: patch
  Severity: enhancement
  Priority: Normal
 Component: Page rendering
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: greenrea...@hotmail.com


Created an attachment (id=6305)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6305)
Removes the name attribute from the  of headers, the editing , and
Monobook's 

MediaWiki currently emits both name and id attributes for  tags used for
headers. I believe the name should be removed, because it measurably increases
the size of each article with headers for no good reason.

The name attribute used in this fashion appears to only be required for
compatibility with Netscape 4, which does not recognize the id attribute for
the purpose of jumping to a point in a page (based on the portion of the URL
following the # symbol).

Netscape 4 is no longer in common or uncommon usage. It was removed from
http://www.w3schools.com/browsers/browsers_stats.asp at the start of 2005 (when
IE5 still had 10% of the market). All modern browsers recognize the id
attribute for this function, as per the HTML 4.01 standard:
http://www.w3.org/TR/REC-html40/struct/links.html#anchors-with-id 

Removing the name attribute is easy. The savings are small but measurable -
even for larger articles with high proportions of body text to headings - and I
feel they outweigh the minor loss of functionality on an obsolete browser.

For example, the current featured article on the English Wikipedia,
http://en.wikipedia.org/wiki/Kevin_Pietersen has the following size (gzip in
parentheses):

With name attribute: 251,917 (48,002) bytes
Without name attribute: 251,061 (47,863) bytes
Reduction: 856 [0.3%] (139 [0.3%]) bytes

The relative savings are increased for languages which have long names/ids due
to restrictions on the characters present in ids, and for shorter pages with
several headings.

The name attribute on the editing textarea () and Monobook's top anchor () might
also be removed, although the savings here will obviously be limited.


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

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


[Bug 19575] Extension distributor not distributing UsabilityInitiative

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19575


Roan Kattouw  changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com
  Component|UsabilityInitiative |ExtensionDistributor




-- 
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 17710] "jump to" accessibility links jump to right place but with wrong names

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17710





--- Comment #5 from Roan Kattouw   2009-07-08 03:13:10 
UTC ---
(In reply to comment #4)
> This is even worse than bug 18403.
> Yes, if it just said 'jump to "first of navigation links"' it would make more
> sense... there has to be a better way.
> Non text browser users just don't understand how (non)funny this looks.
> 

I agree that the link doesn't do what it says, but I do think that the place it
points to right now is the right place for it to point to. Maybe the caption
should be changed to be more correct.


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

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


[Bug 19559] JS addPortletLink() should perhaps have vector specific code in order to be compatible

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19559





--- Comment #3 from Roan Kattouw   2009-07-08 03:09:52 
UTC ---
(In reply to comment #2)
> How about 'personal' to 'p-personal'. As far as i can tell that portlet is
> almost identical to monobook, and there are things that add to it. (For 
> example
> the utcclock gadget on enwikinews, but thats a bad example as it was recently
> modified to detect vector, and handle the differences).
> 
This has already happened on trunk, and will likely be pushed live tomorrow.

> Well the namespace tabs don't exist on monobook, it would still be very nice 
> to
> be able to add to them, and necessary for any gadget that makes it look like
> there are more linked namespaces than the standard 2.
> 
You can do this, but you'd have to differ between skins anyway because of the
inherent incompatibility.


-- 
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 5828] ogg files lost

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5828





--- Comment #8 from Ilmari Karonen   2009-07-08 02:11:34 UTC 
---
Ps. [[File:Tuli.JPG]] on Commons seems to be in a similar kind of limbo.


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

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


[Bug 19575] New: Extension distributor not distributing UsabilityInitiative

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19575

   Summary: Extension distributor not distributing
UsabilityInitiative
   Product: MediaWiki extensions
   Version: any
  Platform: HP
OS/Version: Windows Vista
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: UsabilityInitiative
AssignedTo: tpars...@wikimedia.org
ReportedBy: driln...@gmail.com
CC: wikibugs-l@lists.wikimedia.org


This one should be simple: the extension distributor at MediaWiki.org doesn't
include the UsabilityInitiative extension, even though it is listed as being
available through that method on the extension's description page. It would be
much appreciated if it could be made available through the distributor, since I
have no idea how SVN works. Thanks!


-- 
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 17710] "jump to" accessibility links jump to right place but with wrong names

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17710





--- Comment #4 from jida...@jidanni.org  2009-07-08 01:14:53 UTC ---
This is even worse than bug 18403.
Yes, if it just said 'jump to "first of navigation links"' it would make more
sense... there has to be a better way.
Non text browser users just don't understand how (non)funny this looks.


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

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


[Bug 19559] JS addPortletLink() should perhaps have vector specific code in order to be compatible

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19559





--- Comment #2 from Bawolff   2009-07-08 01:02:00 UTC ---
How about 'personal' to 'p-personal'. As far as i can tell that portlet is
almost identical to monobook, and there are things that add to it. (For example
the utcclock gadget on enwikinews, but thats a bad example as it was recently
modified to detect vector, and handle the differences).

Well the namespace tabs don't exist on monobook, it would still be very nice to
be able to add to them, and necessary for any gadget that makes it look like
there are more linked namespaces than the standard 2.


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

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


[Bug 19562] Internal server error on non-javascript sighting

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19562


Aaron Schulz  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Aaron Schulz   2009-07-08 00:36:14 
UTC ---
Fixed in r52879


-- 
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 19562] Internal server error on non-javascript sighting

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19562





--- Comment #1 from Aaron Schulz   2009-07-08 00:26:36 
UTC ---
hmm:
Fatal error: Call to a member function getTitle() on a non-object in
B:\www\MW_changes\includes\Skin.php on line 1451


-- 
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 19573] portlets have 2x class= when selected

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19573


Trevor Parscal  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Trevor Parscal   2009-07-08 
00:24:21 UTC ---
This happened from not completely migrating from one approach to another for
defining attributes in navigation items. All better as of r52877.


-- 
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 19546] Vector skin does not support jsMsg() javascript function

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19546





--- Comment #6 from Splarka   2009-07-07 23:49:51 UTC ---
(In reply to comment #5)
> Done better in r52849
> 

Sweet!


-- 
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 19480] Vector skin doesn't support FlaggedRevs tabs

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19480


Roan Kattouw  changed:

   What|Removed |Added

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




--- Comment #3 from Roan Kattouw   2009-07-07 23:49:04 
UTC ---
(In reply to comment #2)
> By modifying flagged revs, we have not achieved compatibility with skins which
> use SkinTemplateTabs (like monobook) and also SkinTemplateNavigation (like
> Vector).
> 

For reference, this was in r52871, r52872 and r52873.


-- 
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 19480] Vector skin doesn't support FlaggedRevs tabs

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19480


Trevor Parscal  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #2 from Trevor Parscal   2009-07-07 
23:39:04 UTC ---
By modifying flagged revs, we have not achieved compatibility with skins which
use SkinTemplateTabs (like monobook) and also SkinTemplateNavigation (like
Vector).


-- 
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 18533] siteinfo and action errors should include readonly message

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18533


Splarka  changed:

   What|Removed |Added

 CC||h...@goldrush.com
 Status|RESOLVED|REOPENED
 Resolution|FIXED   |
Summary|siteinfo should include |siteinfo and action errors
   |readonly message|should include readonly
   ||message




--- Comment #2 from Splarka   2009-07-07 23:27:27 UTC ---
Can this also be applied to errors encountered when performing an action? For
example, on action=edit:

{ "code": "readonly", "info": "The wiki is currently in read-only mode" }

to something exposing wfReadOnlyReason(), eg:

{ "code": "readonly", "info": "The wiki is currently in read-only mode (reason:
blah blah blah)" }


-- 
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 19531] "namespaces" and "views" lists should not have a span in the anchor, for compatibility

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19531





--- Comment #4 from Amalthea   2009-07-07 
23:17:30 UTC ---
Hmm, that seems a little defeatist. From some playing around, there seem to be
ways to style it without the span. Could you elaborate a little about which
browsers pose the problem?

A different approach would be to simply change wikibits.js and all current
skins to always pack the text into a span tag. From a test of all current
skins, this shouldn't cause any visual changes.
It would break some existing scripts, for example the site script in
[[en:MediaWiki:Common.js]] that renames the article tab on the main page to
"Main Page", but those will need to be adapted either way if this issue is not
adressed at all.

Long-time editors *will* want to use those two areas to place their personal
shortcuts, so much so that many or most wikis will have to workaround this
issue with an adapted version of addPortletLink in the vector.js. From what I
can tell, this is the last script compatibility issue that is still unsolved,
I'm pretty happy with the way all other requests were resolved. I really hope
we can resolve this one, too.


-- 
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 19574] New: parserTests.php fails with MagicWordArray->parseMatch backtrace

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19574

   Summary: parserTests.php fails with MagicWordArray->parseMatch
backtrace
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Database
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ava...@gmail.com


I'm unable to find out why this is happening. At first I thought it had
something to do with the l10n cache but running 
maintenance/rebuildLocalisationCache.php didn't change anything:

a...@aoeu:~/mw$ php maintenance/parserTests.php 
php maintenance/parserTests.php
PHP Warning:  PHP Startup: Unable to load dynamic library
'/usr/lib/php5/20060613+lfs/gd.so' - /usr/lib/php5/20060613+lfs/gd.so: cannot
open shared object \
file: No such file or directory in Unknown on line 0
This is MediaWiki version 1.16alpha(r52869).

Reading tests from "maintenance/parserTests.txt"...
"" is not a valid magic thingie for "redirect"
"" is not a valid magic thingie for "int"
"" is not a valid magic thingie for "ns"
"" is not a valid magic thingie for "urlencode"
"" is not a valid magic thingie for "lcfirst"
"" is not a valid magic thingie for "ucfirst"
"" is not a valid magic thingie for "lc"
"" is not a valid magic thingie for "uc"
"" is not a valid magic thingie for "localurl"
"" is not a valid magic thingie for "localurle"
"" is not a valid magic thingie for "fullurl"
"" is not a valid magic thingie for "fullurle"
"" is not a valid magic thingie for "formatnum"
"" is not a valid magic thingie for "grammar"
"" is not a valid magic thingie for "gender"
"" is not a valid magic thingie for "plural"
"" is not a valid magic thingie for "numberofpages"
"" is not a valid magic thingie for "numberofusers"
"" is not a valid magic thingie for "numberofactiveusers"
"" is not a valid magic thingie for "numberofarticles"
"" is not a valid magic thingie for "numberoffiles"
"" is not a valid magic thingie for "numberofadmins"
"" is not a valid magic thingie for "numberingroup"
"" is not a valid magic thingie for "numberofedits"
"" is not a valid magic thingie for "numberofviews"
"" is not a valid magic thingie for "language"
"" is not a valid magic thingie for "padleft"
"" is not a valid magic thingie for "padright"
"" is not a valid magic thingie for "anchorencode"
"" is not a valid magic thingie for "special"
"" is not a valid magic thingie for "defaultsort"
"" is not a valid magic thingie for "filepath"
"" is not a valid magic thingie for "pagesincategory"
"" is not a valid magic thingie for "pagesize"
"" is not a valid magic thingie for "protectionlevel"
"" is not a valid magic thingie for "namespace"
"" is not a valid magic thingie for "namespacee"
"" is not a valid magic thingie for "talkspace"
"" is not a valid magic thingie for "talkspacee"
"" is not a valid magic thingie for "subjectspace"
"" is not a valid magic thingie for "subjectspacee"
"" is not a valid magic thingie for "pagename"
"" is not a valid magic thingie for "pagenamee"
"" is not a valid magic thingie for "fullpagename"
"" is not a valid magic thingie for "fullpagenamee"
"" is not a valid magic thingie for "basepagename"
"" is not a valid magic thingie for "basepagenamee"
"" is not a valid magic thingie for "subpagename"
"" is not a valid magic thingie for "subpagenamee"
"" is not a valid magic thingie for "talkpagename"
"" is not a valid magic thingie for "talkpagenamee"
"" is not a valid magic thingie for "subjectpagename"
"" is not a valid magic thingie for "subjectpagenamee"
"" is not a valid magic thingie for "tag"
"" is not a valid magic thingie for "formatdate"
"" is not a valid magic thingie for "displaytitle"
"" is not a valid magic thingie for "toc"
"" is not a valid magic thingie for "notoc"
"" is not a valid magic thingie for "nogallery"
"" is not a valid magic thingie for "forcetoc"
"" is not a valid magic thingie for "noeditsection"
"" is not a valid magic thingie for "newsectionlink"
"" is not a valid magic thingie for "nonewsectionlink"
"" is not a valid magic thingie for "hiddencat"
"" is not a valid magic thingie for "index"
"" is not a valid magic thingie for "noindex"
"" is not a valid magic thingie for "staticredirect"
MagicWordArray::parseMatch: parameter not found
Backtrace:
#0 /home/avar/src/mw/trunk/phase3/includes/MagicWord.php(665):
MagicWordArray->parseMatch(Array)
#1 /home/avar/src/mw/trunk/phase3/includes/parser/Parser.php(3360):
MagicWordArray->matchAndRemove('bla...')
#2 /home/avar/src/mw/trunk/phase3/includes/parser/Parser.php(888):
Parser->doDoubleUnderscore('blah blah')
#3 /home/avar/src/mw/trunk/phase3/includes/parser/Parser.php(327):
Parser->internalParse('blah blah')
#4 /home/avar/src/mw/trunk/phase3/includes/Article.php(2946):
Parser->parse('blah blah', Object(Title), Object(ParserOptions), true, true,
NULL)
#5 /home/avar/src/mw/trunk/phase3/includes/Article.php(1644):

[Bug 19572] API list=embeddedin times out when namespace specified

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19572


Roan Kattouw  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX




--- Comment #4 from Roan Kattouw   2009-07-07 22:32:26 
UTC ---
(In reply to comment #3)
> What do you mean by "implemented inefficiently"? (Sorry, I'm a n00b with the
> MediaWiki query building framework.)
> 
> To me, it seems like just another condition in the WHERE clause. Maybe this
> hint causes MySQL to use an inefficient query plan? Just guessing...
> 
Yes.

> Anyway, if the UI can do it without stalling, then so should the API (and not
> for a moment did I consider removing it completely). Until then, it somewhat
> impairs functionality, so this should be left open (or reassigned to other
> component, if you can confirm it's a schema/index issue).
> 

Both run the exact same query. If the API stalls because of the query, the UI
will too.


-- 
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 19572] API list=embeddedin times out when namespace specified

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19572


Misza  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |




--- Comment #3 from Misza   2009-07-07 22:24:07 UTC ---
What do you mean by "implemented inefficiently"? (Sorry, I'm a n00b with the
MediaWiki query building framework.)

To me, it seems like just another condition in the WHERE clause. Maybe this
hint causes MySQL to use an inefficient query plan? Just guessing...

Anyway, if the UI can do it without stalling, then so should the API (and not
for a moment did I consider removing it completely). Until then, it somewhat
impairs functionality, so this should be left open (or reassigned to other
component, if you can confirm it's a schema/index issue).


-- 
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 19573] New: portlets have 2x class= when selected

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19573

   Summary: portlets have 2x class= when selected
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://validator.w3.org/check?uri=http%3A%2F%2Fen.wikipe
dia.org%2Fw%2Findex.php%3Ftitle%3DMediaWiki%3AVector.css
%26action%3Dedit%26useskin%3Dvector&charset=%28detect+au
tomatically%29&doctype=Inline&ss=1&group=0&user-
agent=W3C_Validator%2F1.654#line-122
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Vector Skin
AssignedTo: tpars...@wikimedia.org
ReportedBy: hart...@videolan.org


Double inclusion of class="selected" for the li 's of the
namespace/view/actions tables.

See for instance the validator check in the URL


-- 
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 19572] API list=embeddedin times out when namespace specified

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19572


Roan Kattouw  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Comment #2 from Roan Kattouw   2009-07-07 22:03:46 
UTC ---
It seems that blnamespace/einamespace is implemented inefficiently, which
causes the timeout. I won't remove it, though, because the UI also allows such
queries. Closing as WONTFIX unless someone authoritative says this needs to go. 


-- 
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 19572] API list=embeddedin times out when namespace specified

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19572


Roan Kattouw  changed:

   What|Removed |Added

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




--- Comment #1 from Roan Kattouw   2009-07-07 21:42:12 
UTC ---
This works for me, I don't get any timeouts until I reach the end. I'll take a
look at the query it runs, though.


-- 
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 19572] New: API list=embeddedin times out when namespace specified

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19572

   Summary: API list=embeddedin times out when namespace specified
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://en.wikipedia.org/w/api.php
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: API
AssignedTo: roan.katt...@gmail.com
ReportedBy: mi...@misza.net
CC: bryan.tongm...@gmail.com, vasi...@gmail.com,
soxre...@gmail.com


I discovered this accidentally while rewriting my archiving bot to use the API.

It gets its list of pages by examining transclusions of a particular template.
Thus, we start with
http://en.wikipedia.org/w/api.php?format=jsonfm&einamespace=5&list=embeddedin&eititle=User:MiszaBot/config&eilimit=100&action=query
- this is for the 'Wikipedia talk:' namespace.

This should work fine; we get "eicontinue": "2|MiszaBot\/config|2072126", so
let's continue on to the next batch:
http://en.wikipedia.org/w/api.php?format=jsonfm&einamespace=5&list=embeddedin&eititle=User:MiszaBot/config&eilimit=100&action=query&eicontinue=2|MiszaBot/config|2072126

Which may or may not work for you when you try it; if it does, try following
the next eicontinue. At some point (especially with "cold index cache", I
presume; which is why it's not reliably reproducible), it may choke and (after
a minute or so of waiting) you get a Wikimedia error page (in HTML, not JSON,
so the parser freaks out) from a squid explaining that an ERR_READ_TIMEOUT
occured.

I wouldn't be too hasty attributing this to the squids, because I've seen it
happen even while going 10 results per request (which really shouldn't take
that long).

Oddly, there are no problems when I just omit einamespace and filter in my
program based on the "ns" parameter of the yielded pages.


-- 
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 5828] ogg files lost

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=5828





--- Comment #7 from Ilmari Karonen   2009-07-07 21:18:29 UTC 
---
It seems that these files are stuck in some sort of limbo: all the pages have
been deleted, but the records in the image table remain and are apparently
impossible to delete on-wiki.  I think what's needed at this point is for
someone with shell access to manually delete the records from the image table
(plus one oldimage record for Fa-خوشحال.ogg) as well as any possibly
remaining thumbnail directories and such.


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


[Bug 19571] Unsupported CONCAT() used for Sqlite database

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19571


Platonides  changed:

   What|Removed |Added

 CC||platoni...@gmail.com
Summary|Deny of erase uploaded file |Unsupported CONCAT() used
   ||for Sqlite database




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

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


[Bug 19571] New: Deny of erase uploaded file

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19571

   Summary: Deny of erase uploaded file
   Product: MediaWiki
   Version: 1.15.0
  Platform: Other
   URL: http://kic.konvent.ru/wiki/index.php?title=%D0%A4%D0%B0%
D0%B9%D0%BB:1022620.gif&action=delete
OS/Version: FreeBSD
Status: NEW
  Severity: minor
  Priority: Normal
 Component: Database
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ad...@zilantkon.ru


Wiki reports (in russian):
Ошибка базы данных
Материал из Kic
← Файл:1022620.gif
Перейти к: навигация, поиск
Обнаружена ошибка синтаксиса запроса к
базе данных. Последний запрос к базе
данных:

(SQL запрос скрыт)

произошёл из функции «LocalFileDeleteBatch::doDBInserts».
MySQL возвратил ошибку «1: no such function: CONCAT».

in english (sorry =) ):
Database error
Article from Kic
← Файл:1022620.gif
Syntax error:

(SQL erased)

from function «LocalFileDeleteBatch::doDBInserts». MySQL returned error «1:
no such function: CONCAT».

But wiki done in the SQLite
http://kic.konvent.ru/wiki/index.php/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:Version

php info is here
http://urh.ru/mail/info.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 19531] "namespaces" and "views" lists should not have a span in the anchor, for compatibility

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19531


Trevor Parscal  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||WONTFIX




--- Comment #3 from Trevor Parscal   2009-07-07 
20:59:42 UTC ---
After taking another look at my options, this is not possible.


-- 
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 19527] (Changed) element IDs and scripts

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19527





--- Comment #8 from Derk-Jan Hartman   2009-07-07 
20:57:23 UTC ---
actions -> p-cactions in r52855


-- 
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 19559] JS addPortletLink() should perhaps have vector specific code in order to be compatible

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19559


Roan Kattouw  changed:

   What|Removed |Added

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




--- Comment #1 from Roan Kattouw   2009-07-07 20:54:12 
UTC ---
Fixed differently in r52855 by renaming actions to p-cactions. addPortletLink()
now successfully adds dropdown actions in Vector, although it's not possible to
add namespace or action tabs (but those categories don't even exist in Monobook
and other skins 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 17398] Allow Image link= parameter when using thumb or frame

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17398





--- Comment #10 from Subfader   2009-07-07 20:49:20 UTC ---
yeah just link the magnify-clip.png in the caption to the image page if link=
is used. good idea.


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

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


[Bug 19567] White space at the top of the article

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19567


Roan Kattouw  changed:

   What|Removed |Added

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




--- Comment #5 from Roan Kattouw   2009-07-07 20:42:58 
UTC ---
(In reply to comment #3)
> This is working well now afai can test.
> 

For reference, this was done in r52855.


-- 
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 19567] White space at the top of the article

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19567


Derk-Jan Hartman  changed:

   What|Removed |Added

 CC||hart...@videolan.org




--- Comment #4 from Derk-Jan Hartman   2009-07-07 
20:38:16 UTC ---
In vector this margin was recently changed from a margin-top to a
margin-bottom. But sitenotice is not in sync with monobook at the moment.


-- 
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 19570] New: Can't save article text after installation because logging.log_user_text doesn't exist

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19570

   Summary: Can't save article text after installation because
logging.log_user_text doesn't exist
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Database
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: ava...@gmail.com


I installed MW from HEAD to a fresh database (wikidb didn't exist). Then when
saving an article I got an SQL error which indicated that logging.log_user_text
doesn't exist.

Ack-ing through the source it turns out that this field is only defined in a
maintenance patch:

ack --nocolor --nogroup  -- log_user_text
maintenance/archives/patch-log_user_text.sql:2: ADD log_user_text varchar(255)
binary NOT NULL default '',
includes/Import.php:258:#'log_user_text' => $this->user_text,
includes/Import.php:275:#'log_user_text' => $this->user_text,
includes/LogPage.php:69:'log_user_text' => $this->doer->getName()

Running maintenance/update.php fixed the issue. But the installer should
probably have created it without further intervention.


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

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


[Bug 19569] New: The namespace "Portal:" is not enabled on Urdu Wikipedia

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19569

   Summary: The namespace "Portal:" is not enabled on Urdu Wikipedia
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://ur.wikipedia.org/wiki/
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Language setup
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: kashif.aq...@hotmail.com


The namespace "Portal:" has not been enabled on Urdu Wikipedia. We are
currently creating portals by prefixing the article names with "باب:", urdu
equivalent for the word.


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


[Bug 19567] White space at the top of the article

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19567


Trevor Parscal  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Trevor Parscal   2009-07-07 
20:26:54 UTC ---
This is working well now afai can test.


-- 
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 19568] New: wrap message 'tag-filter' into a label-tag

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19568

   Summary: wrap message 'tag-filter' into a label-tag
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Change Tagging
AssignedTo: agarr...@wikimedia.org
ReportedBy: umherirrender_de...@web.de


Please use a label-tag for the message 'tag-filter' and add a id to the
input-tag for the tagfilter, so it is easier to reference to the tagfilter by
javascript. Thanks.

ChangeTags.php::buildTagFilterSelector()


-- 
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 19567] White space at the top of the article

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19567





--- Comment #2 from Gurch   2009-07-07 19:50:49 
UTC ---
In short, "0 .9em" was mis-corrected to "0.9em", when the intention was "0
0.9em"

Didn't check the other skins at the time because the change was to Monobook,
but of course Vector has copied some stuff from there.


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

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


[Bug 19567] White space at the top of the article

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19567





--- Comment #1 from Tobias   2009-07-07 19:15:44 
UTC ---
Created an attachment (id=6304)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6304)
A picture of the white space at the top of the article


-- 
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 19567] New: White space at the top of the article

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19567

   Summary: White space at the top of the article
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Vector Skin
AssignedTo: tpars...@wikimedia.org
ReportedBy: totieguard-bugzi...@ymail.com


There is a padding at the top of the article, right above the  tag. It is
caused by padding-top: 0.9em; in #siteNotice. This
bug was fixed in Monobook a while ago.

See [[19219]] for more information.


-- 
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 19460] http://www.wikibooks.org is an HTTP redirect loop

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19460


Fred Vassard  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution||FIXED




--- Comment #8 from Fred Vassard   2009-07-07 19:01:49 
UTC ---
Change completed.
Confirmed both wikibooks.org and www.wikibooks.org work as intended. 
Also confirmed that other wikibooks related link are in working order (ie:
wikibooks.com, www.wikibooks.com, en.wikibooks.org).

Resolving 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 19460] http://www.wikibooks.org is an HTTP redirect loop

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19460


Fred Vassard  changed:

   What|Removed |Added

 CC||fvass...@wikimedia.org
 Status|NEW |ASSIGNED




--- Comment #7 from Fred Vassard   2009-07-07 18:54:15 
UTC ---
Modified www.wikipedia.org to reflect change.
rolling restart of Apaches will be taking place shortly. 


-- 
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 19566] New: Modify text of Wikimedia UK error 404 page

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19566

   Summary: Modify text of Wikimedia UK error 404 page
   Product: Wikimedia
   Version: unspecified
  Platform: All
   URL: http://uk.wikimedia.org/
OS/Version: All
Status: ASSIGNED
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: rhals...@wikimedia.org
ReportedBy: mediaw...@mikepeel.net


The error 404 page on the Wikimedia UK wiki says "A project of the Wikimedia
foundation." at the bottom of it, e.g. see http://uk.wikimedia.org/Main_Page .
Could this be removed? It's not appropriate for the UK chapter wiki, which
doesn't really count as a project of the WMF. Thanks in advance.


-- 
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 19501] Background color of tables.

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19501


Trevor Parscal  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Trevor Parscal   2009-07-07 
18:29:31 UTC ---
This was happening because - although this code was copied directly from
monobook, the Vector version was more specific (using div#content as a parent
selector) so it was not being overridden by latter, less specific rules.

This is solved as of r52853.


-- 
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 19498] Horizontal Scrollbar in Special:Preferences by small windows in IE

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19498


Trevor Parscal  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #3 from Trevor Parscal   2009-07-07 
18:15:27 UTC ---
There were actually 2 problems here. One was that #preftoc had a height
specified, making wrapped tabs obscure the content below. The second problem is
that without a specified width in IE, the auto width was as wide as the entire
page plus the left position of #preftoc, making it wrap, but not soon enough.

This has all been resolved as of r52850.


-- 
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 19546] Vector skin does not support jsMsg() javascript function

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19546


Roan Kattouw  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #5 from Roan Kattouw   2009-07-07 17:46:46 
UTC ---
Done better in r52849


-- 
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 17710] "jump to" accessibility links jump to right place but with wrong names

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17710


Roan Kattouw  changed:

   What|Removed |Added

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




--- Comment #3 from Roan Kattouw   2009-07-07 17:41:03 
UTC ---
(In reply to comment #2)
> And for Vector skin, on
> http://transgender-taiwan.org/index.php?uselang=en&useskin=vector
> the link labeled "navigation",
> http://transgender-taiwan.org/index.php?uselang=en&useskin=vector#head
> jumps to "Personal tools", i.e., the same place
> http://transgender-taiwan.org/index.php?uselang=en&useskin=vector#personal
> jumps to, and not the place with the word "Navigation", i.e.,
> http://transgender-taiwan.org/index.php?uselang=en&useskin=vector#p-navigation
> 
> Can somebody please in their Firefox do View>Page Style>No style and
> confirm I'm not nuts?
> 

Confirmed it jumps there, but not sure it's wrong. Monobook doesn't jump to
navigation either, but jumps to "Views". Also, the order is different between
the skins. I understand the navigation link to jump to the first of the
bulleted lists of links, so in that sense it works. Closing as WORKSFORME
unless there's a compelling argument to change stuff; jumping to the first of
the navigation lists for convenience rather than jumping to the middle of them
for correctness sounds better to me.


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

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


[Bug 19530] follow options for paragraphs

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19530


Niklas Laxström  changed:

   What|Removed |Added

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




--- Comment #1 from Niklas Laxström   2009-07-07 
17:31:07 UTC ---
I was told Liquid Threads makes this possible.


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


[Bug 16583] MIME type detection of "application/x-php" gives false positives on any file with "

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16583





--- Comment #9 from Gurch   2009-07-07 17:09:25 
UTC ---
(In reply to comment #1)
> On second thought, there might be an issue for wikis running on poorly
> configured webservers that might try to execute PHP scripts from within the
> "images" directory.  I wouldn't expect that to happen unless the file had the
> extension ".php" (or possibly ".phpN", where N is a number), though.

In the default configuration, and on all Wikimedia configurations as far as I
am aware, .php and the others cannot be uploaded anyway. How about removing
this check and adding a note in the docs to the effect that anyone who enables
upload of such files should be careful to configure their webserver not to
execute them?


-- 
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 19529] Missing styling for file metadata table

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19529


Roan Kattouw  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #3 from Roan Kattouw   2009-07-07 17:04:56 
UTC ---
Fixed in r52846.


-- 
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 19564] Missing hook docs

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19564





--- Comment #2 from Chad H.   2009-07-07 16:57:40 UTC 
---
Ah, missed those two (accidentally ran findhooks on my branch, not trunk). 


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

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


[Bug 19564] Missing hook docs

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19564


Roan Kattouw  changed:

   What|Removed |Added

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




--- Comment #1 from Roan Kattouw   2009-07-07 16:45:29 
UTC ---
(In reply to comment #0)
> >php findhooks.php
> Undocumented: DatabaseOraclePostInit

> Undocumented: EditPageBeforeEditToolbar
Did this one in r52843.

> Undocumented: LocalisationCacheRecache

> Undocumented: SkinTemplateNavigation
> Undocumented: VectorTemplateToolboxEnd
> 
These two were already done by Trevor in r52806 and r52814.


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

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


[Bug 19555] Registration time in Preferences different from Special:ListUsers

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19555


Umherirrender  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #1 from Umherirrender   2009-07-07 
16:19:30 UTC ---
fixed in r52803 by werdna


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

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


[Bug 16583] MIME type detection of "application/x-php" gives false positives on any file with "

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16583





--- Comment #8 from Firefishy   2009-07-07 16:17:40 
UTC ---
(In reply to comment #7)
> It is a real bug, triggered in real use cases. It should be fixed.
> 
I am an idiot.

+1 vote to fix MimeMagic::doGuessMimeType().


-- 
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 16583] MIME type detection of "application/x-php" gives false positives on any file with "

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16583





--- Comment #7 from Firefishy   2009-07-07 16:08:11 
UTC ---
(In reply to comment #6)
> I vote to just drop it.  It seems to serve no useful purpose.
> 

It is a real bug, triggered in real use cases. It should be 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 18328] mwdumper java.lang.IllegalArgumentException: Invalid contributor

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18328





--- Comment #11 from Sebastian Hellmann   2009-07-07 
16:06:22 UTC ---
yes. I was not sure what to put there.
127.0.0.1 was a reasonable choice, because I was sure MediaWiki can handle it.
Other options I considered was user 'deleted' or maybe leave it blank (where
again I wasn't sure if mediawiki or the mysql-db would choke on it).

I can change it again, but I'm not sure what would be the best.

if (contrib == null){
throw new IllegalArgumentException("Invalid contributor");
}

This code says that contributor should not be null.

So if it is set to null, I'm quite sure the program will break at another
point, throwing a NullPointer Exception.

Basically, it is a hack, but still better than not being able to import
WikipediaDumps at all.
(And sorry for not answering for such a long time, I was on holiday for a
month.)


-- 
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 19447] Database update for l10n_cache fails on non-EN installs

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19447


ThomasV  changed:

   What|Removed |Added

 CC||thoma...@gmx.de




--- Comment #25 from ThomasV   2009-07-07 15:51:19 UTC ---
I have the same problem after updating at revision r52836
update.php fails with the following message : 

A database error has occurred
Query: SELECT  lc_value  FROM `l10n_cache`  WHERE lc_lang = 'en' AND lc_key =
'deps'  LIMIT 1  
Function: LCStore_DB::get
Error: 1146 Table 'wikidb.l10n_cache' doesn't exist (localhost)

it works if I create the table manually


-- 
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 19460] http://www.wikibooks.org is an HTTP redirect loop

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19460





--- Comment #6 from Platonides   2009-07-07 15:34:55 UTC 
---
I see now what you meant. Thanks.


-- 
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 18328] mwdumper java.lang.IllegalArgumentException: Invalid contributor

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18328





--- Comment #10 from Chad H.   2009-07-07 15:09:30 
UTC ---
The patch is correct yes, but I'm not sure I like your proposed fix. Correct me
if I'm wrong, but basically you're saying if the rev has been deleted to set
the contributor to 127.0.0.1?


-- 
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 18328] mwdumper java.lang.IllegalArgumentException: Invalid contributor

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18328





--- Comment #9 from Sebastian Hellmann   2009-07-07 
15:06:00 UTC ---
Created an attachment (id=6303)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6303)
diff for patching

I used:
svn diff >  invalid.contibutor.patch

hope this is correct.

@Chad: if not, please tell me how to create a unified diff, as this is the
first time I tried to create one.


-- 
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 19470] Rollback on pt.wikipedia

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19470


Rob Halsell  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Comment #2 from Rob Halsell   2009-07-07 15:03:10 
UTC ---
The 'rollbacker' group has the rollback right and can now be assigned by
sysops.


-- 
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 18328] mwdumper java.lang.IllegalArgumentException: Invalid contributor

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18328





--- Comment #8 from Sebastian Hellmann   2009-07-07 
14:56:01 UTC ---
here is a link for the jar file that fixes the bug

http://downloads.dbpedia.org/mwdumper_invalid_contributor.zip


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

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


[Bug 19565] New: abusefilter cannot check file uploading

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19565

   Summary: abusefilter cannot check file uploading
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: AbuseFilter
AssignedTo: agarr...@wikimedia.org
ReportedBy: liang...@gmail.com
CC: wikibugs-l@lists.wikimedia.org


as title.


-- 
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 17953] rdf export does not generate valid XML

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17953


Markus Krötzsch  changed:

   What|Removed |Added

 CC||knechtel+bugzi...@gmail.com




--- Comment #5 from Markus Krötzsch   2009-07-07 
14:18:00 UTC ---
*** Bug 19563 has been marked as a duplicate of this bug. ***


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


[Bug 19563] SMW 1.4.2: RDF export corrupt when imported vocabulary is used

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19563


Markus Krötzsch  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Markus Krötzsch   2009-07-07 
14:18:00 UTC ---


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


-- 
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 19564] New: Missing hook docs

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19564

   Summary: Missing hook docs
   Product: MediaWiki
   Version: 1.16-svn
  Platform: All
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: Documentation
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: innocentkil...@gmail.com


>php findhooks.php
Undocumented: DatabaseOraclePostInit
Undocumented: EditPageBeforeEditToolbar
Undocumented: LocalisationCacheRecache
Undocumented: SkinTemplateNavigation
Undocumented: VectorTemplateToolboxEnd

The authors of these hooks need to update /docs/hooks.txt


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

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


[Bug 19460] http://www.wikibooks.org is an HTTP redirect loop

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19460





--- Comment #5 from Joshua C. Lerner   2009-07-07 13:48:25 
UTC ---
There's a link to http://www.wikibooks.org/ near the bottom of the 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 19460] http://www.wikibooks.org is an HTTP redirect loop

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19460





--- Comment #4 from Platonides   2009-07-07 13:42:47 UTC 
---
(In reply to comment #3)
> (In reply to comment #2)
> > This is kinda bad - http://www.wikipedia.org/ points to
> > http://www.wikibooks.org/.
> 
> 
> That's what the bug summary says. Unless comments aid the resolution of the
> bug, they are simply noise. Thanks.

No. Nowhere is said that http://www.wikiPEDIA.org/ point to
http://www.wikiBOOKS.org/
Nor can I reproduce it. At http://www.wikipedia.org/ there's the wikipedia
portal.


-- 
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 14396] Clear new messages flag for anonymous users after a few months

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=14396


Gurch  changed:

   What|Removed |Added

   Priority|Lowest  |Normal
Summary|IPs to lose new messages|Clear new messages flag for
   |flag after a few weeks or   |anonymous users after a few
   |months  |months




--- Comment #2 from Gurch   2009-07-07 13:39:02 
UTC ---
Was just allocated a new IP address and told that I had a "new message" from
2008, reminded me of this issue.

MediaWiki should really be doing this, I think, even if only as an option. It's
pretty basic, and for new users it causes confusion and the appearence of
hostility. A scan through any regular recent changes patroller's user talk page
history, mine included, will reveal several messages from anonymous users
questioning why they were warned for a change they did not make -- and
inevitably, going to that user's talk page reveals a message months or often
years old, intended for a previous user of the IP address. The same situation
is repeated across various help pages. 

Even on the off-chance that it really is the same person a year and a half
later, they're unlikely to care about or even remember whatever prompted the
previous message. Especially on large wikis, where most messages sent to
anonymous users are templates anyway.

I would recommend three months as the default timeout for the "new messages"
flag.


-- 
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 19563] New: SMW 1.4.2: RDF export corrupt when imported vocabulary is used

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19563

   Summary: SMW 1.4.2: RDF export corrupt when imported vocabulary
is used
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: major
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: knechtel+bugzi...@gmail.com


I have a test installation with imported vocabulary from a given ontology.

In SMW 1.4.2 the RDF export is corrupt as the property name is missing and
looks like:
   < rdf:resource="&wiki;1.0"/>
In SMW 1.0.1 it works fine and the export looks like:
   http://example.org/mw/index.php/Special:URIResolver/1.0"/>

Cheers,
Martin


-- 
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 19562] New: Internal server error on non-javascript sighting

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19562

   Summary: Internal server error on non-javascript sighting
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: FlaggedRevs
AssignedTo: jschulz_4...@msn.com
ReportedBy: gti...@gmail.com


Reviewing changes to an article with the non-AJAX request (by turning
JavaScript off) results in an 500 error. The article does get sighted, but the
browser shows a white screen of death. (Tested on a couple huwiki articles.)


-- 
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 19413] white background in ul item bullet

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19413


liangent  changed:

   What|Removed |Added

 CC||xu.jimmy@gmail.com




--- Comment #3 from liangent   2009-07-07 11:07:50 UTC ---
*** Bug 19514 has been marked as a duplicate of this bug. ***


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

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


[Bug 19514] Bullet list symbol background not transparent

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19514


liangent  changed:

   What|Removed |Added

 CC||liang...@gmail.com
 Resolution|FIXED   |DUPLICATE




--- Comment #4 from liangent   2009-07-07 11:07:50 UTC ---


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


-- 
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 19547] Quotes inside of \text{...} leads to lexing errors.

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19547


Mike.lifeguard  changed:

   What|Removed |Added

 CC||mike.lifegu...@gmail.com
URL||http://en.wikibooks.org/w/in
   ||dex.php?title=Wikibooks:Read
   ||ing_room/Technical_Assistanc
   ||e&oldid=1562066#TeX_problems
   ||.




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

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


[Bug 18756] Allow Books sidebar to be hidden by default

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=18756


Mike.lifeguard  changed:

   What|Removed |Added

 CC||mike.lifegu...@gmail.com,
   ||supp...@pediapress.com




--- Comment #4 from Mike.lifeguard   2009-07-07 
11:02:29 UTC ---
Re-added PediaPress support team, as this requires coding in the extension.


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

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


[Bug 17168] Allow cross-wiki article collection per Collection extension

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17168


Mike.lifeguard  changed:

   What|Removed |Added

 CC||supp...@pediapress.com




--- Comment #3 from Mike.lifeguard   2009-07-07 
11:01:27 UTC ---
Added PediaPress support team to CC


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

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


[Bug 17214] Please think over the use of the new word "books" instead of "collections"

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=17214


Mike.lifeguard  changed:

   What|Removed |Added

 CC||supp...@pediapress.com




--- Comment #3 from Mike.lifeguard   2009-07-07 
11:00:48 UTC ---
Added supp...@pediapress.com so their team is aware of the bug report.


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

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


[Bug 16885] PHP Notice: iconv(): Detected an illegal character in input string in /.../languages/Language.php on line 1345

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16885


Niklas Laxström  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Comment #3 from Niklas Laxström   2009-07-07 
10:00:19 UTC ---
Silenced in r52830.


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


[Bug 19561] New: Temp group for arbcom of fiwiki

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19561

   Summary: Temp group for arbcom of fiwiki
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: Site requests
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: str...@wmfbz.mail.kapsi.fi


I'm requesting temp group for arbcom of fiwiki. Their group should have access
to deleted history.

'groupOverrides' => array(
  'fiwiki' => array(
'arbcom' => array( 'deletedhistory' => true ),
...

'wgAddGroups' => array(
  '+fiwiki' => array(
'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'arbcom' ),
...

'wgRemoveGroups' => array(
  '+fiwiki' => array(
'bureaucrat' => array( 'sysop', 'bureaucrat', 'bot', 'arbcom' ),
...


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

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


[Bug 19486] On FlaggedRevs wikis: Success message 'revreview-successful' not shown

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19486


Raimond Spekking  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Comment #1 from Raimond Spekking   2009-07-07 
07:57:59 UTC ---


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


-- 
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 19546] Vector skin does not support jsMsg() javascript function

2009-07-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19546


Raimond Spekking  changed:

   What|Removed |Added

 CC||raimond.spekk...@gmail.com




--- Comment #4 from Raimond Spekking   2009-07-07 
07:57:59 UTC ---
*** Bug 19486 has been marked as a duplicate of this bug. ***


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

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