Last modified: 2014-02-12 23:38:16 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T37868, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 35868 - Some parameters to graph format always have default values.
Some parameters to graph format always have default values.
Status: UNCONFIRMED
Product: MediaWiki extensions
Classification: Unclassified
SemanticResultFormats (Other open bugs)
unspecified
All All
: Unprioritized major (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-04-10 22:55 UTC by Fernando Carpani
Modified: 2014-02-12 23:38 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Fernando Carpani 2012-04-10 22:55:01 UTC
Some parameters have always the default value. This is happen in graphviz format (graph).

This is a "manual trace" in several functions from QueryProcessor.


...
====> /export/www/inco/grupos/csi/wiki/webspace/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php: processFunctionParams: 314: querystring=[[C
ategory:Tema]]
====> /export/www/inco/grupos/csi/wiki/webspace/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php: getProcessedParams: 49: Params=Array
(
    [format] => graph
    [graphsize] => "8,4"
    [graphcolor] => "yes"
    [graphlegend] => "yes"
    [graphlink] => "yes"
    [graphlabel] => "QuienSabeQueEs"
    [limit] => 500
)

====> /export/www/inco/grupos/csi/wiki/webspace/extensions/SemanticMediaWiki/includes/SMW_QueryProcessor.php: getProcessedParams: 54: Params=Array
(
    [format] => graph
    [limit] => 500
    [sort] => Array
        (
            [0] =>
        )

    [order] => Array
        (
        )

    [offset] => 0
    [headers] => show
    [mainlabel] =>
    [link] => all
    [searchlabel] =>
    [graphname] => QueryResult
    [graphsize] =>
    [graphlegend] =>
    [graphlabel] =>
    [graphlink] =>
    [graphcolor] =>
    [arrowdirection] => LR
Comment 1 MWJames 2012-06-05 01:52:27 UTC
It would be helpful for anyone who wants to diagnose the problem to provide him/her some information about the SMW, MW and SRF version you are using/reporting the problem to.

Cheers

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links