[Bug 24357] wikidiff2: make error with GCC 4.4

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24357

--- Comment #1 from Tim Starling tstarl...@wikimedia.org 2010-07-13 07:14:41 
UTC ---
I am using GCC 4.4 and I don't see any such error. What version of PHP? Did you
customise CXXFLAGS or CFLAGS?

-- 
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 24357] wikidiff2: make error with GCC 4.4

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24357

--- Comment #2 from Kkkdc @jawiki kai...@gmail.com 2010-07-13 07:30:14 UTC ---
$ php --version
PHP 5.2.13 (cli) (built: Mar  6 2010 12:40:51)
Copyright (c) 1997-2010 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2010 Zend Technologies
with eAccelerator v0.9.5.3, Copyright (c) 2004-2006 eAccelerator, by
eAccelerator


$ phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No:  20060613
Zend Extension Api No:   220060519


$ gcc --version
gcc (GCC) 4.4.1 20090725 (Red Hat 4.4.1-2)


I don't customize CXXFLAGS and CFLAGS, thanks.

(in Makefile)
CFLAGS = -g -O2
CXXFLAGS = -g -O2

-- 
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 24358] New: document.attachEvent is not a function on hi.wiki

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24358

   Summary: document.attachEvent is not a function on hi.wiki
   Product: MediaWiki
   Version: unspecified
  Platform: All
   URL: http://hi.wikipedia.org
OS/Version: All
Status: NEW
  Severity: normal
  Priority: Normal
 Component: User interface
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: s...@reedyboy.net


Firebug is reporting a document.attachEvent is not a function error on the
Hindi Wikipedia

Chrome reports the same

/w/index.php?title=-action=rawsmaxage=0gen=jsuseskin=monobook283l:83

They're using monobook. Doesn't seem to occur on en when ?useskin=monobook

-- 
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 24358] document.attachEvent is not a function on hi.wiki

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24358

Liangent liang...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Liangent liang...@gmail.com 2010-07-13 07:48:57 UTC ---
Is it a MediaWiki bug? They are calling document.attachEvent in their
[[hi:MediaWiki:Common.js]].

-- 
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 24340] Multiple instance templates - large gaps between instances

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24340

--- Comment #4 from Neill Mitchell mitchell_ne...@hotmail.com 2010-07-13 
08:08:04 UTC ---
Hi Yaron.

If I edit rather than edit with form then there are no br's in the page.

Here's an example:
{{Meeting Minutes Template
|Title=DB Schema meeting
|Attendees=Peter Cowan, Neill Mitchell, Simon Ford,
|Meeting Date=March 1, 2010
|Open={{PAGENAME}}
}}
{{Minute Item
|Minute Item=Started looking at the database schema but it was decided it was
too out of date. Agreed to relook at it on Weds.
}}
{{Minute Item
|Minute Item=Fixed session for Weds at PC's to review deal as well as DB schema
and enhancements
}}
{{Action Item
|Action=Simon to try and update schema diagram as much as possible for Weds
meeting
|Who=Simon Ford,
|Due Date=March 3, 2010
|Action Status=Open
}}
{{Action Item
|Action=Make sure I clean the kitchen
|Who=Peter Cowan,
|Due Date=March 3, 2010
|Action Status=Open
}}

Yet there are large gaps between the Minute Items and Action Items and
pbr/p in the html. So any idea where are they coming from?

Thanks
Neill.

-- 
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 24113] Values= does not seem to work with show on select functionality

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24113

--- Comment #1 from Neill Mitchell mitchell_ne...@hotmail.com 2010-07-13 
08:15:28 UTC ---
Unfortunately this problem is worse than I thought. It does not work with
property= either.

e.g:

div id=black
{| class=formtable
!
| {{{field|Ethnic Origin|no autocomplete|property=Ethnic Black}}}
|}/div

Where the Ethnic Black property holds the values: 
African
African American
Caribbean

You save the form and the chosen value is not populated into Ethnic Origin.
Edit again and the previously chosen value is not selected.

-- 
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 24359] New: Adding an e-mail to friends link to Wikipedia Mobile App

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24359

   Summary: Adding an e-mail to friends link to Wikipedia Mobile
App
   Product: Wikipedia Mobile
   Version: .5
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: iphone
AssignedTo: hcat...@wikimedia.org
ReportedBy: malr...@gmail.com
CC: tf...@wikimedia.org


Someone suggested adding a link that allows you to e-mail interesting articles
to a friend.

-- 
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 24360] New: can't register to our wiki - wikimania 2011

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24360

   Summary: can't register to our wiki - wikimania 2011
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: it...@infra.co.il


http://wikimania2011.wikimedia.org

when I try to register my username (itzike) i'm getting:
Cannot create account: the requested username is already taken in the unified
login system

when i try login with this username, or forget the password option i'm
getting:
There is no user by the name Itzike. User names are case sensitive. Check
your spelling, or create a new account.

-- 
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 24361] New: Special:SpecialPages throws an Error unsing MW 1.16beta3 an SMW 1.5.1

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24361

   Summary: Special:SpecialPages throws an Error unsing MW
1.16beta3 an SMW 1.5.1
   Product: MediaWiki extensions
   Version: any
  Platform: PC
OS/Version: Windows Server 2003
Status: NEW
  Severity: blocker
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: simon.bachenb...@gmail.com


I installed a new MW 1.16 beta 3 and SMW 1.5.1 and got the following error,
when opened Special:SpecialPages

Fatal error: Class 'SMWSpecialPage' not found in
D:\...\wiki\includes\GlobalFunctions.php on line 2784

I tried: SMW_setup.php,SMW_refreshData.php and \maintenance\update.php

After downgrading to SMW version 1.5.0 everything works fine.

-- 
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 24362] New: Don't use tables for error/warning messages.

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24362

   Summary: Don't use tables for error/warning messages.
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: p858sn...@yahoo.com.au


Created an attachment (id=7568)
 -- (https://bugzilla.wikimedia.org/attachment.cgi?id=7568)
Example of the table output

Using tables to display error messages is just evil, Even more so when there is
more than one, which means they could be stacked into the one table coding
somehow. Example messages: newarticletext, jswarning, userinvalidcssjstitle
(See attachment).

Reproduce:
Go to create tab for a .js page in the user space for a skin that doesn't exist
(Example:
http://en.wikipedia.org/w/index.php?title=User:Peachey88/EditCounterOptIn.jsaction=edit)

-- 
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 24311] Page containing query not being refreshed in cache when adding a template to another page

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24311

--- Comment #1 from Bernie Innocenti ber...@codewiz.org 2010-07-13 11:56:43 
UTC ---
This is with Mediawiki 1.15.1 (I can't test with newer releases at this time).

-- 
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 24363] New: rebuildall.php job fails with fatal error in SMW_SQLStore2.php

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24363

   Summary: rebuildall.php job fails with fatal error in
SMW_SQLStore2.php
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: major
  Priority: Normal
 Component: Semantic MediaWiki
AssignedTo: mar...@semantic-mediawiki.org
ReportedBy: rjchal...@gmail.com


Following these instructions:

http://www.mediawiki.org/wiki/Manual:Moving_a_wiki
http://lists.wikimedia.org/pipermail/mediawiki-l/2008-August/028294.html

resulted in a wiki where the pages all were reproduced, their history could be
reviewed but had no displayable content but in them, and could not be edited.
Presumably because of some breakage between the version numbering.

Calling a rebuildall.php or a SMW_refreshData.php on the migrated wiki does not
seem to work. 

PHP Fatal error:  Call to a member function isValid() on a non-object in
/usr/local/apache2/htdocs/informatics/extensions/SemanticMediaWiki/includes/storage/SMW_SQLStore2.php
on line 776

Version details:
MediaWiki 1.15.1
PHP 5.3.0 (apache2handler)
MySQL 5.1.37
Semantic MediaWiki (Version 1.5.1.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 24363] rebuildall.php job fails with fatal error in SMW_SQLStore2.php

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24363

David Gerard dger...@gmail.com changed:

   What|Removed |Added

 CC||dger...@gmail.com

--- Comment #1 from David Gerard dger...@gmail.com 2010-07-13 13:04:40 UTC ---
Note - I'm working with Rob on this one (I'm the sysadmin for the server we're
trying to put it on). The MySQL is actually 5.0.77 and the PHP is 5.1.6, both
the system packages from RHEL 5.5.

-- 
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 22486] Edit window scrolls to top when using link dialog

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=22486

Adam Miller amil...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #3 from Adam Miller amil...@wikimedia.org 2010-07-13 16:38:39 UTC 
---
I am not able to replicate this. I'm assuming it's been fixed in the meantime.

-- 
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 23920] JA (Firefox) SimpleSearch does not provide suggestion

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23920

Adam Miller amil...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME

--- Comment #2 from Adam Miller amil...@wikimedia.org 2010-07-13 16:39:43 UTC 
---
Closing this pending 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 24340] Multiple instance templates - large gaps between instances

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24340

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

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID

--- Comment #5 from Yaron Koren yaro...@gmail.com 2010-07-13 16:41:22 UTC ---
This is definitely not a Semantic Forms issue, then; setting to 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 21860] Add checksum field to text table; expose it in API

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

--- Comment #16 from Max Semenik maxsem.w...@gmail.com 2010-07-13 17:03:47 
UTC ---
 The API function must get the content for the revisions from the database, but
 only the digest is transfered. The database request will be heavy but serving
 the request to the client will not. For most uses there will never be a need 
 to
 calculate the more heavy hash functions.

This bug was closed exactly because it will put an extra load on database, not
due to bandwidth issues.

-- 
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 21860] Add checksum field to text table; expose it in API

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=21860

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 CC||b...@mzmcbride.com

--- Comment #17 from MZMcBride b...@mzmcbride.com 2010-07-13 17:06:15 UTC ---
There's a definite use-case for adding a column to the recentchanges table.
It's not that expensive to store an extra column.

-- 
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 24363] rebuildall.php job fails with fatal error in SMW_SQLStore2.php

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24363

--- Comment #2 from Rob Challen rjchal...@gmail.com 2010-07-13 17:12:37 UTC 
---
The root cause looks like it is a Latin1 / UTF8 encoding mix up during the
database dump (ahem). Will try and confirm whether the problem persists when we
have corrected 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 24362] Don't use tables for error/warning messages.

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24362

Bawolff bawolff...@gmail.com changed:

   What|Removed |Added

 CC||bawolff...@gmail.com

--- Comment #1 from Bawolff bawolff...@gmail.com 2010-07-13 17:42:32 UTC ---
I think thats wikipedia customizing their error messages. Compare with
http://en.wikinews.org/w/index.php?title=special:mypage/some_non_existant_js.jsaction=edit
which has no tables.

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

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


[Bug 4598] Order of title recognition and bold / italic rendering should be reversed

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=4598

Platonides platoni...@gmail.com changed:

   What|Removed |Added

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

--- Comment #15 from Platonides platoni...@gmail.com 2010-07-13 17:50:27 UTC 
---
Fixed by r68491

-- 
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 24354] Categorymembers counting behaviour when searching in a namespace

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24354

duplicate...@googlemail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||duplicate...@googlemail.com
 Resolution||DUPLICATE

--- Comment #2 from duplicate...@googlemail.com 2010-07-13 17:56:57 UTC ---
From http://en.wikipedia.org/w/api.php * list=categorymembers (cm) *

NOTE: Due to $wgMiserMode, using this may result in fewer than limit results
returned before continuing; in extreme cases, zero results may be returned.

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

-- 
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 19640] Categorymembers namespace filtering is inefficient, uses ugly hack in miser mode

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=19640

duplicate...@googlemail.com changed:

   What|Removed |Added

 CC||alphos.og...@gmail.com

--- Comment #16 from duplicate...@googlemail.com 2010-07-13 17:56:57 UTC ---
*** Bug 24354 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 24362] Don't use tables for error/warning messages.

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24362

duplicate...@googlemail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||duplicate...@googlemail.com
 Resolution||INVALID

--- Comment #2 from duplicate...@googlemail.com 2010-07-13 18:09:50 UTC ---
See [[wikipedia:MediaWiki:Customcssjsprotected]],
[[wikipedia:MediaWiki:Newarticletext]],
[[wikipedia:MediaWiki:Userinvalidcssjstitle]]

-- 
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 20678] List of essential features for AJAXCategories

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=20678

--- Comment #9 from Neil Kandalgaonkar ne...@wikimedia.org 2010-07-13 
18:43:46 UTC ---
Lupo: could you explain what the use cases are for hierarchically browsing
categories?

At least the way I'm using HotCat, it seems to be easier to enter a category,
then replace it with a category found by traversing the up or down
directions. But I'm assuming that the point is not to replace categories, but
somehow indicate that there could be more general and less general choices. I'm
wondering if an ipod style drilldown menu is actually the better choice,
although without writing new API methods, this involves more AJAX requests to
figure out which categories have sub and super-cats. 

http://www.filamentgroup.com/lab/jquery_ipod_style_drilldown_menu/

The other problem is that it almost feels like one ought to be able to create a
new category as a subcategory of another. That is, if I browse to Animals -
Felines - Felix lolcatus I should be able to add Felix lolcatus
canhazcheeseburger. Currently, Categories can be spontaneously created, but
not with hierarchical relations.

-- 
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 24364] New: Install Extension:Collection for PDF export on foundation wiki

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24364

   Summary: Install Extension:Collection for PDF export on
foundation wiki
   Product: Wikimedia
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Keywords: shell
  Severity: enhancement
  Priority: Normal
 Component: General/Unknown
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: church.of.emacs...@gmail.com


Hi,

it has been suggested to allow PDF exports of pages on the foundation wiki:
http://meta.wikimedia.org/wiki/Foundation_wiki_feedback#Export_page_as_PDF

This seems to be part of Extension:Collection. Please enable this Extension in
a way that allows PDF exports of single pages, but not building book
collections (which would seem like an overkill).

-- 
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 16746] Need better way to handle Talk:Image:Foo.jpg page titles

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=16746

Phillip Patriakeas dragonlordofxant...@gmail.com changed:

   What|Removed |Added

 CC||dragonlordofxant...@gmail.c
   ||om

--- Comment #2 from Phillip Patriakeas dragonlordofxant...@gmail.com 
2010-07-13 22:19:32 UTC ---
Currently such titles return a Bad title error (not just for Talk:Image but
for Talk:{{NAMESPACE}} in general), but I feel this is a sub-optimal solution -
at the very least, users should be redirected to the appropriate
{{TALKNAMESPACE}} 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 23490] Right-click on navigation tab links doesn't work in IE

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=23490

Adam Miller amil...@wikimedia.org changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #11 from Adam Miller amil...@wikimedia.org 2010-07-13 22:33:04 
UTC ---
Switched the markup around in r69317 to fix 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 24365] New: Optionally do not automatically add redirect pages created to the watchlist

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24365

   Summary: Optionally do not automatically add redirect pages
created to the watchlist
   Product: MediaWiki
   Version: unspecified
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: Watchlist
AssignedTo: wikibugs-l@lists.wikimedia.org
ReportedBy: si...@tagish.co.uk


When Preferences / Watchlist / Add pages I create to my watchlist is set, any
redirect created is added to the watchlist.

I advocate more granularity in this area of preferences (i.e. covering the four
options when I Edit, Move, Create, or Review, add to watchlist) such that
redirect pages can be excluded. I don't find it useful to watch them, but do
like watching other pages I've created.

Full granularity in this area would be options that allow the user to specify
for which namespaces they wish to see articles automatically added to the
watchlist, together with options for all namespaces, and to exclude redirects.

-- 
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 24355] Namespace changes - si.wikipedia

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24355

--- Comment #2 from බිඟුවා mmnanurud...@gmail.com 2010-07-14 03:23:21 UTC ---
Hi,

There is an additional information from the Community. We need to change
another namespace to Sinhala;

Portal  = ද්වාරය
Portal_talk = ද්වාරය_සාකච්ඡාව


Community discussion has updated  approved from them. 


Could anyone please do the both changes (Wikipedia  Portal namespaces) . 


Thank you. 

Best Regards,
/Binguwa

-- 
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 24366] New: ID or class needed for relative-positioned container

2010-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=24366

   Summary: ID or class needed for relative-positioned container
   Product: MediaWiki extensions
   Version: any
  Platform: All
OS/Version: All
Status: NEW
  Severity: enhancement
  Priority: Normal
 Component: FlaggedRevs
AssignedTo: jschulz_4...@msn.com
ReportedBy: entli...@gmx-topmail.de
CC: innocentkil...@gmail.com


It would be nice if the relative-positioned div in the following structure

div id=mw-fr-revisiontag class=flaggedrevs_short
  div class=flaggedrevs_short_basic.../div
  div style=position:relative;
div id=mw-fr-revisiondetails class=flaggedrevs_short_details.../div
  /div
/div

had an ID or a class so that a z-index can be applied to it. The z-index is
needed because of templates like [[Template:Location map]], and it needs to be
on the relative-positioned div because of a bug in IE = 7
(http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html).

[[de:MediaWiki:Common.css]] currently uses div.flaggedrevs_short div {
z-index: 1; }, but this is ugly because it applies to 3 divs where just 1 is
needed, and there is no better choice that works in IE 6.

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

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