-
Notifications
You must be signed in to change notification settings - Fork 0
Description
From logs on live repository, the following params need to be accounted for:
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: show_order (value: 1) has been ignored.
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: human_display (value: 1) has been ignored.
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: show_count (value: 1) has been ignored.
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: show_more (value: 1) has been ignored.
FROM: lib/plugins/EPrints/Plugin/Stats/View/Table.pm
All have values: 1|0
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: fields (value: value) has been ignored.
IRStats2 (Utils validate_non_context_params): unexpected URL parameter: do_render (value: 1) has been ignored.
FROM:
- lib/plugins/EPrints/Plugin/Stats/View/Google/GeoChart.pm
- lib/plugins/EPrints/Plugin/Stats/View/Google/Graph.pm
- lib/plugins/EPrints/Plugin/Stats/View/Google/PieChart.pm
- lib/plugins/EPrints/Plugin/Stats/View/Google/Spark.pm
- lib/plugins/EPrints/Plugin/Stats/View/Table.pm
'fields' has values of: value|datestamp|eprintid|set_value
'do_render' has values of: 1|0