11 years agoFixing two bugs in one, making sure All are deleted as well as period and fixing a string concat problem
Ross Jones []
Fixing two bugs in one, making sure All are deleted as well as period and fixing a string concat problem

11 years agoModified model for delete() to check != 'All' instead of 'all'
Ross Jones []
Modified model for delete() to check != 'All' instead of 'all'

11 years agoTemplate fix for broken publisher links
Ross Jones []
Template fix for broken publisher links

11 years agoReverted previous change - I found a better way to do the css in DGU.
David Read []
Reverted previous change - I found a better way to do the css in DGU.

11 years agoAdd in <hr> to box titles, in line with DGU style change
David Read []
Add in <hr> to box titles, in line with DGU style change

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 agoAvoid problem when testing.
David Read []
Avoid problem when testing.

11 years agoMake sure that the url normalization for social info takes the correct data
Ross Jones []
Make sure that the url normalization for social info takes the correct data

11 years agoMake sure clicking publishers carries the current month across
Ross Jones []
Make sure clicking publishers carries the current month across

11 years agoChange the entry for the current month to include the date that reports are available to.
Ross Jones []
Change the entry for the current month to include the date that reports are available to.

- Requires a migration
alter table ga_stat add column period_complete_day text;
- Makes sure that GA_Stat entries have the period_complete_day set
- Cleans up the template and moves the drop-down to the util template

11 years agoToken is now referenced in the config, making it easier for the gov_daily script to kick off downloads.
David Read []
Token is now referenced in the config, making it easier for the gov_daily script to kick off downloads.

11 years agoAdjust popularity score to take account of number of days in the month.
David Read []
Adjust popularity score to take account of number of days in the month.

11 years agoActually returning the score instead of 0
Ross Jones []
Actually returning the score instead of 0

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 agoAdded new method to get a recent score for a dataset
Ross Jones []
Added new method to get a recent score for a dataset

11 years agoSort the dataset report by views, since we only display that now.
David Read []
Sort the dataset report by views, since we only display that now.

11 years agoChanges to fix some issues around bounces and presentation
Ross Jones []
Changes to fix some issues around bounces and presentation

11 years agoFixed merge conflict
Ross Jones []
Fixed merge conflict

11 years agoChanged to pageviews instead of unique pageviews
Ross Jones []
Changed to pageviews instead of unique pageviews

11 years agoImproved bounce rate stuff.
David Read []
Improved bounce rate stuff.

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 agoFix display of publisher in Featured Dataset.
David Read []
Fix display of publisher in Featured Dataset.

11 years agoChecking for duplicate "All" stats
Ross Jones []
Checking for duplicate "All" stats

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 agoHandling duplicate urls in ga_url processing
Ross Jones []
Handling duplicate urls in ga_url processing

11 years agomerge
David Read []
merge

11 years agoTidy logging.
David Read []
Tidy logging.

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 agoChanges to tidy up the handling of all months;
Ross Jones []
Changes to tidy up the handling of all months;

11 years agosingle_popular_dataset now returns a dataset dict which is what is needed by DGU.
David Read []
single_popular_dataset now returns a dataset dict which is what is needed by DGU.

11 years agoFixes to index for publishers
Ross Jones []
Fixes to index for publishers

11 years agoModified to collect visit instead of visitors.
Ross Jones []
Modified to collect visit instead of visitors.

11 years agomerge
David Read []
merge

11 years agoShow top datasets cross-publisher. Drop-down for the publisher. Browser version numbers filtered on download, so you get this version in the CSV too - for privacy. single_popular_dataset now copes when not much data, and can return the figures so DGU can reskin it in its own repo. Notes about usage stats centralised to notes.html.
David Read []
Show top datasets cross-publisher. Drop-down for the publisher. Browser version numbers filtered on download, so you get this version in the CSV too - for privacy. single_popular_dataset now copes when not much data, and can return the figures so DGU can reskin it in its own repo. Notes about usage stats centralised to notes.html.

11 years agoChanges to support % of bounces from /
Ross Jones []
Changes to support % of bounces from /

11 years agoNew single entry random dataset helper
Ross Jones []
New single entry random dataset helper

11 years agoAdded support for a popular datasets widget.
Ross Jones []
Added support for a popular datasets widget.

The widget will look in the ga_publishers for the 30 top publishers
and then randomly choose one from that list to show the top 10 datasets
of all time

11 years agoRemoving unused file
Ross Jones []
Removing unused file

11 years agoChanged the icons in the minor nav to simpler icons
Ross Jones []
Changed the icons in the minor nav to simpler icons

11 years agoAdding back a link to the publisher
Ross Jones []
Adding back a link to the publisher

11 years agoRename of all time to all months
Ross Jones []
Rename of all time to all months

11 years agoAdding new social network referral information
Ross Jones []
Adding new social network referral information

11 years agoChanges related to presentation, and new tabs.
Ross Jones []
Changes related to presentation, and new tabs.

- Changed nearly all values to percentages of the total
- Added non-version info for OS and browsers
- Made tabs into dropdowns for Browser/OS

11 years agoRemove unnecessary footnote marker (*)
Ross Jones []
Remove unnecessary footnote marker (*)

11 years agoMade sure the csv is served as an attachment