10 years agoMissed one when fixing 777 merge
Ross Jones []
Missed one when fixing 777 merge

10 years agoFix the broken 777 merge
Ross Jones []
Fix the broken 777 merge

10 years ago[854] Replace ALL occurrences of publisher with organization
Ross Jones []
[854] Replace ALL occurrences of publisher with organization

10 years ago[854] Replace query for type-"publisher" with type="organization"
Ross Jones []
[854] Replace query for type-"publisher" with type="organization"

10 years ago[854] Fixes unexplained failure with fetching publisher information.
Ross Jones []
[854] Fixes unexplained failure with fetching publisher information.

Whilst we are still using the google lib we only let it do the oauth dance
before we take over making the requests using the python-requests library.

In cases where it fails with a 401 we will retry the request ONCE after
trying to obtain a new token.

Re-enabled all of the relevant links and html blocks that were commented out.

10 years ago[noticket] Temporary change to remove link to publisher site-usage whilst it gets fixed
Ross Jones []
[noticket] Temporary change to remove link to publisher site-usage whilst it gets fixed

10 years agoRemove logging
Ross Jones []
Remove logging

10 years agoForce debugging logging for external libs and disables publisher/dataset
Ross Jones []
Force debugging logging for external libs and disables publisher/dataset

Because of the issue in #854, we've temporarily disabled the publisher and
datasets views of the site-usage data until we can resolve the issue.

10 years agoMerge branch 'master' of github.com:datagovuk/ckanext-ga-report
Ross Jones []
Merge branch 'master' of github.com:datagovuk/ckanext-ga-report

10 years ago[854] Better error handling for download failure and a fix for publisher hierarchy navigation
Ross Jones []
[854] Better error handling for download failure and a fix for publisher hierarchy navigation

10 years ago[#777] Refactor to handle core template changes
Tom Rees []
[#777] Refactor to handle core template changes

10 years ago[#469] Moved Modernizr.js in here. Only used in this repo.
Tom Rees []
[#469] Moved Modernizr.js in here. Only used in this repo.

10 years ago[601] Make sure only active datasets are shown in popular datasets on publisher homepage
Ross Jones []
[601] Make sure only active datasets are shown in popular datasets on publisher homepage

10 years ago[385] Use page_heading helper function consistently
Tom Rees []
[385] Use page_heading helper function consistently

10 years ago[423] Handle many more graphing edge-cases.
Tom Rees []
[423] Handle many more graphing edge-cases.

Prepare graphs for an expected time period (since July 2012) rather than for the time period found in the DB, which can be reduced to absurdity with certain queries. Graphs always have a consistent X-axis, ugly logic to combine disparate data series can be removed.

On 'Publisher' and 'Dataset' tabs, always graph the *top 20* series regardless of the month currently rendered in the table. This makes more sense from a useability POV.

Finally, some client side error checking was improved.

10 years agoMerge branch 'stable' of github.com:datagovuk/ckanext-ga-report
David Read []
Merge branch 'stable' of github.com:datagovuk/ckanext-ga-report

10 years ago[403] Fix rickshaw choking if there is an empty 'Others' series.
Tom Rees []
[403] Fix rickshaw choking if there is an empty 'Others' series.

10 years ago[403] Rickshaw graph always renders all series, no matter which month is selected.
Tom Rees []
[403] Rickshaw graph always renders all series, no matter which month is selected.

10 years ago[403] Fix rickshaw choking if there is an empty 'Others' series.
Tom Rees []
[403] Fix rickshaw choking if there is an empty 'Others' series.

10 years ago[403] Rickshaw graph always renders all series, no matter which month is selected.
Tom Rees []
[403] Rickshaw graph always renders all series, no matter which month is selected.

11 years ago[304] most_popular_datasets can render a preview image
Tom Rees []
[304] most_popular_datasets can render a preview image

11 years ago[304] Don't show No Graph Loaded text on Publishers page.
Tom Rees []
[304] Don't show No Graph Loaded text on Publishers page.

11 years ago[304] No need to declare a content_class any longer.
Tom Rees []
[304] No need to declare a content_class any longer.

11 years ago[304] Restyled sidebar
Tom Rees []
[304] Restyled sidebar

11 years ago[304] Remove minornavigation elements from ga-report extension.
Tom Rees []
[304] Remove minornavigation elements from ga-report extension.

11 years ago[noticket] Hide momentary flash of text on sparkline cells.
Tom Rees []
[noticket] Hide momentary flash of text on sparkline cells.

11 years ago[329] Rebase hashchange tab code on core plugin developed for ticket 329.
Tom Rees []
[329] Rebase hashchange tab code on core plugin developed for ticket 329.

11 years ago[321] Added month selector. Colorising graphs in Safari and IE.
Tom Rees []
[321] Added month selector. Colorising graphs in Safari and IE.

11 years ago[321] Redraw sparklines on tab refresh
Tom Rees []
[321] Redraw sparklines on tab refresh

11 years agoMerge branch 'master' of github.com:datagovuk/ckanext-ga-report
David Read []
Merge branch 'master' of github.com:datagovuk/ckanext-ga-report

11 years ago[162] Force browers to refresh JS and CSS with revamp.
David Read []
[162] Force browers to refresh JS and CSS with revamp.

11 years ago[162] Subtle hinting that graph legends can be toggled.
Tom Rees []
[162] Subtle hinting that graph legends can be toggled.

11 years ago[162] Assertions were overzealous. Code can handle more broken data now.
Tom Rees []
[162] Assertions were overzealous. Code can handle more broken data now.

11 years ago[273] Change alignment of numeric values in tables.
Tom Rees []
[273] Change alignment of numeric values in tables.

11 years ago[172] Maintain current month when navigating around Analytics sections.
Tom Rees []
[172] Maintain current month when navigating around Analytics sections.

11 years ago[162] Cleaning up IE7 issues.
Tom Rees []
[162] Cleaning up IE7 issues.

11 years ago[162] Rearranging ga_reports graphs per ticket feedback. Series are sensibly ordered. Page is restructured.
Tom Rees []
[162] Rearranging ga_reports graphs per ticket feedback. Series are sensibly ordered. Page is restructured.

11 years ago#167 Refactoring controller's logic to create better Percentage graphs
Tom Rees []
#167 Refactoring controller's logic to create better Percentage graphs

11 years ago#167 Togglable graph legend. Disabled mouseover.
Tom Rees []
#167 Togglable graph legend. Disabled mouseover.

11 years ago#167 Reverted modifications to libraries. Wrote rickshaw_ie7_shim.js to get libs loading without errors on IE7.
Tom Rees []
#167 Reverted modifications to libraries. Wrote rickshaw_ie7_shim.js to get libs loading without errors on IE7.

11 years ago#167 Patching to make render error-free in IE7. Modernizr is used to disable libraries.
Tom Rees []
#167 Patching to make render error-free in IE7. Modernizr is used to disable libraries.

11 years ago#167 Fixing for /dataset and /publishers
Tom Rees []
#167 Fixing for /dataset and /publishers

11 years ago#167 JS development of hashchange-dependant tabbing mechanism, and of Rickshaw graphs with separate legends.
Tom Rees []
#167 JS development of hashchange-dependant tabbing mechanism, and of Rickshaw graphs with separate legends.

11 years agoA fix for the copy and paste error that accounts for #211
Ross Jones []
A fix for the copy and paste error that accounts for #211

11 years agoMerge branch 'master' of gi