[Bug 34813] cannot use template parameter for map result within Drilldown Has display parameters property

2014-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34813

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

   What|Removed |Added

   Assignee|jeroen_ded...@yahoo.com |yaro...@gmail.com

-- 
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 34813] cannot use template parameter for map result within Drilldown Has display parameters property

2012-08-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34813

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

   What|Removed |Added

 AssignedTo|yaro...@gmail.com   |jeroen_ded...@yahoo.com

--- Comment #7 from Yaron Koren yaro...@gmail.com 2012-08-24 18:04:20 UTC ---
Sorry about the very long delay on this. I just looked at this again, and I'm
pretty sure that the issue is with Semantic Maps - or at least, that would be
the easiest place to put a fix for it. Jeroen, I'm reassigning this to you;
feel free to reassign it back if you think the issue is actually with SD.

By the way, you can see the issue here (this is using the latest SMW, SM, SD,
etc.):

http://discoursedb.org/wiki/Special:BrowseData/Cities

-- 
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 34813] cannot use template parameter for map result within Drilldown Has display parameters property

2012-03-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34813

--- Comment #4 from Yaron Koren yaro...@gmail.com 2012-03-09 13:13:40 UTC ---
Hi,

This might be hard to debug, because I can't duplicate the problem - see here:

http://discoursedb.org/wiki/Special:BrowseData/Cities

Is this happening on a public wiki? If not, maybe you could try reproducing it
on http://scratchpad.referata.com? Referata is currently running MW 1.18.1, as
well as the latest versions of those other extensions.

-- 
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 34813] cannot use template parameter for map result within Drilldown Has display parameters property

2012-03-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34813

--- Comment #5 from Paul Oranje p.ora...@xs4all.nl 2012-03-09 15:52:03 UTC ---
Have a look at the wiki http://www.culturalheritageconnections.org/
MW version is 1.18.1 (see
http://www.culturalheritageconnections.org/wiki/Special:Version)

The error (see bug description) occurs when
http://www.culturalheritageconnections.org/mediawiki/index.php?title=Category:Site
contains the following statement:

 {{#set: Has display
parameters=?Site-at-geocode;format=map;centre=20,20;zoom=2;icon=Blue_marker.png;template=Country-show-related}}

The http://discoursedb.org/wiki/Category:Cities page does not use a template as
SD display parameter.

-- 
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 34813] cannot use template parameter for map result within Drilldown Has display parameters property

2012-03-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34813

--- Comment #6 from Yaron Koren yaro...@gmail.com 2012-03-09 19:18:56 UTC ---
Oh - I missed the fact that you mentioned the template parameter. I was able to
easily reproduce the problem. I just looked into this a little, though, and I
couldn't figure out the issue - it comes somehow from the interplay of SD, SMW,
SM and MediaWiki. Hopefully I, or someone else, will be able to debug it soon.

-- 
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 34813] cannot use template parameter for map result within Drilldown Has display parameters property

2012-03-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34813

--- Comment #3 from Paul Oranje p.ora...@xs4all.nl 2012-03-06 17:43:31 UTC ---
SM_QueryHandler.php sets $parser to clone of $wgParser when MW  1.18.
Could this be the reason that $parser-getTitle does not yield a Title object?

-- 
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 34813] cannot use template parameter for map result within Drilldown Has display parameters property

2012-03-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34813

--- Comment #2 from Paul Oranje p.ora...@xs4all.nl 2012-03-02 11:55:00 UTC ---
Problem still present in trunk r112877.

-- 
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 34813] cannot use template parameter for map result within Drilldown Has display parameters property

2012-03-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34813

--- Comment #1 from Yaron Koren yaro...@gmail.com 2012-03-01 22:58:08 UTC ---
Is this still an issue for the latest SVN version of Semantic Drilldown?

-- 
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 34813] cannot use template parameter for map result within Drilldown Has display parameters property

2012-02-29 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=34813

Paul Oranje p.ora...@xs4all.nl changed:

   What|Removed |Added

Summary|cannot use template |cannot use template
   |parameter for map result|parameter for map result
   |within Drilldow Has|within Drilldown Has
   |display parameters |display parameters
   |property|property

-- 
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