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 github.com:datagovuk/ckanext-ga-report
Ross Jones []
Merge branch 'master' of github.com:datagovuk/ckanext-ga-report

11 years agoFixed problem with counting current position
Ross Jones []
Fixed problem with counting current position

11 years ago[xs] #219 Improved punctuation.
David Read []
[xs] #219 Improved punctuation.

11 years agoMakes sure we don't add (and log) when we can't find the dataset for popular, fixes #242
Ross Jones []
Makes sure we don't add (and log) when we can't find the dataset for popular, fixes #242

11 years agoAdds info on 'No data' to fix #219
Ross Jones []
Adds info on 'No data' to fix #219

11 years agoMerge commit 'd0db210'
David Read []
Merge commit 'd0db210'

11 years agoImproved debug logging.
David Read []
Improved debug logging.

11 years agoWhen downloading this month, and specifying this month (rather than "latest"), note that it only goes up to today (instead of the end of the month).
David Read []
When downloading this month, and specifying this month (rather than "latest"), note that it only goes up to today (instead of the end of the month).

11 years ago#167 Render percentages on the site_usage graphs
Tom Rees []
#167 Render percentages on the site_usage graphs

11 years ago#167 Render legends correctly.
Tom Rees []
#167 Render legends correctly.

11 years ago#167 Refactoring graph JS. Added mouseovers.
Tom Rees []
#167 Refactoring graph JS. Added mouseovers.

11 years agoRemove January data from graphs. Allow pages to select their colorscheme.
Tom Rees []
Remove January data from graphs. Allow pages to select their colorscheme.

11 years agoStacked graphs with sane server-side data wrangling working. Percentage mode half-impemented.
Tom Rees []
Stacked graphs with sane server-side data wrangling working. Percentage mode half-impemented.

11 years agoDone integrating graphs onto site_usage/publishers and site_usage/datasets. Including some interesting queries.
Tom Rees []
Done integrating graphs onto site_usage/publishers and site_usage/datasets. Including some interesting queries.

11 years agoRefactor graph code. Querying to build a Top Packages graph.
Tom Rees []
Refactor graph code. Querying to build a Top Packages graph.

11 years agoGraphing dataset downloads.
Tom Rees []
Graphing dataset downloads.

11 years agoRefactoring and tidying Rickshaw code. Placeholder graphs inserted. Front page sparklines are sensibly sorted.
Tom Rees []
Refactoring and tidying Rickshaw code. Placeholder graphs inserted. Front page sparklines are sensibly sorted.

11 years agoFeature #162: Added Rickshaw graphs to most panes of statistics. Needs a little tidying for clarity.
Tom Rees []
Feature #162: Added Rickshaw graphs to most panes of statistics. Needs a little tidying for clarity.

11 years agoFeature #162: Added sparkline graphs to the overview of analytics. Could be query optimised.
Tom Rees []
Feature #162: Added sparkline graphs to the overview of analytics. Could be query optimised.

11 years agoAdded modified version of the JQuery sparkline library.
Tom Rees []
Added modified version of the JQuery sparkline library.

11 years agoImplements downloads counts (for dataset resources) and fixes an issue with 'All' records.
Ross Jones []
Implements downloads counts (for dataset resources) and fixes an issue with 'All' records.

- Fetches the data for downloads (either direct or cached) from when a user clicked on a
Download button. We lookup the resource for this url (based on .url or .cache_url) and
then associate the download count with the package it belongs to.
- Fixes a bug (#211) where the All records are deleted for every url, even if that url was
not fetched (and therefore won't get a new All record).

11 years agoOnly show the months for Downloads that we have
Ross Jones []
Only show the months for Downloads that we have

11 years agoMinor tweaks
Ross Jones []
Minor tweaks

11 years agoMinor tweak to naming
Ross Jones []
Minor tweak to naming

11 years agoUpdate to handle missing downloads data
Ross Jones []
Update to handle missing downloads data

11 years agoError check for potentially missing data
Ross Jones []
Error check for potentially missing data