Ross Jones [Wed, 09 Jan 2013 10:10:35 +0000 ]
Only show the months for Downloads that we have
Ross Jones [Fri, 04 Jan 2013 15:29:14 +0000 ]
Minor tweaks
Ross Jones [Fri, 04 Jan 2013 14:41:36 +0000 ]
Minor tweak to naming
Ross Jones [Fri, 04 Jan 2013 13:50:21 +0000 ]
Update to handle missing downloads data
Ross Jones [Fri, 04 Jan 2013 13:48:38 +0000 ]
Error check for potentially missing data
Ross Jones [Fri, 04 Jan 2013 13:46:29 +0000 ]
Make sure we total the vals for 'All' rather than just duplicate the entry
Ross Jones [Fri, 04 Jan 2013 13:33:47 +0000 ]
Remove write to stdout
Ross Jones [Fri, 04 Jan 2013 13:29:07 +0000 ]
Adds the ability to fetch information on download events
Ross Jones [Thu, 13 Dec 2012 10:12:15 +0000 ]
Force len in avg calc to be a float too
Ross Jones [Thu, 13 Dec 2012 09:56:18 +0000 ]
Change bounce calculation to use visitBounceRate rather than calculated
Ross Jones [Thu, 06 Dec 2012 16:30:31 +0000 ]
Updated count of deleted records
Ross Jones [Thu, 06 Dec 2012 16:25:17 +0000 ]
Typoe
Ross Jones [Thu, 06 Dec 2012 16:24:04 +0000 ]
Minor tweak to see what is going on with delete()
Ross Jones [Thu, 06 Dec 2012 15:28:08 +0000 ]
Updated with more logging
Ross Jones [Thu, 06 Dec 2012 15:08:20 +0000 ]
Fixing two bugs in one, making sure All are deleted as well as period and fixing a string concat problem
Ross Jones [Tue, 04 Dec 2012 18:59:48 +0000 ]
Modified model for delete() to check != 'All' instead of 'all'
Ross Jones [Tue, 04 Dec 2012 18:40:47 +0000 ]
Template fix for broken publisher links
David Read [Tue, 27 Nov 2012 15:58:06 +0000 ]
Reverted previous change - I found a better way to do the css in DGU.
David Read [Tue, 27 Nov 2012 14:42:45 +0000 ]
Add in <hr> to box titles, in line with DGU style change
David Read [Wed, 21 Nov 2012 14:30:10 +0000 ]
Merge branch 'master' of github.com:datagovuk/ckanext-ga-report
David Read [Wed, 21 Nov 2012 14:29:53 +0000 ]
Avoid problem when testing.
Ross Jones [Thu, 15 Nov 2012 12:41:34 +0000 ]
Make sure that the url normalization for social info takes the correct data
Ross Jones [Thu, 15 Nov 2012 12:09:08 +0000 ]
Make sure clicking publishers carries the current month across
Ross Jones [Thu, 15 Nov 2012 11:04:32 +0000 ]
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
David Read [Wed, 14 Nov 2012 23:13:23 +0000 ]
Token is now referenced in the config, making it easier for the gov_daily script to kick off downloads.
David Read [Fri, 09 Nov 2012 16:15:35 +0000 ]
Adjust popularity score to take account of number of days in the month.
Ross Jones [Thu, 08 Nov 2012 15:27:34 +0000 ]
Actually returning the score instead of 0
Ross Jones [Thu, 08 Nov 2012 15:05:53 +0000 ]
Merge branch 'master' of github.com:datagovuk/ckanext-ga-report
Ross Jones [Thu, 08 Nov 2012 15:04:32 +0000 ]
Added new method to get a recent score for a dataset
David Read [Thu, 08 Nov 2012 10:08:08 +0000 ]
Sort the dataset report by views, since we only display that now.
Ross Jones [Wed, 07 Nov 2012 19:44:36 +0000 ]
Changes to fix some issues around bounces and presentation
Ross Jones [Wed, 07 Nov 2012 19:21:21 +0000 ]
Fixed merge conflict
Ross Jones [Wed, 07 Nov 2012 19:20:34 +0000 ]
Changed to pageviews instead of unique pageviews
David Read [Wed, 07 Nov 2012 18:18:56 +0000 ]
Improved bounce rate stuff.
David Read [Wed, 07 Nov 2012 15:06:58 +0000 ]
Merge branch 'master' of github.com:datagovuk/ckanext-ga-report
David Read [Wed, 07 Nov 2012 15:06:53 +0000 ]
Fix display of publisher in Featured Dataset.
Ross Jones [Wed, 07 Nov 2012 14:35:17 +0000 ]
Checking for duplicate "All" stats
Ross Jones [Wed, 07 Nov 2012 14:11:42 +0000 ]
Merge branch 'master' of github.com:datagovuk/ckanext-ga-report
Ross Jones [Wed, 07 Nov 2012 14:11:35 +0000 ]
Handling duplicate urls in ga_url processing
David Read [Wed, 07 Nov 2012 13:40:27 +0000 ]
merge
David Read [Wed, 07 Nov 2012 13:38:29 +0000 ]
Tidy logging.
Ross Jones [Wed, 07 Nov 2012 13:36:44 +0000 ]
Merge branch 'master' of github.com:datagovuk/ckanext-ga-report
Ross Jones [Wed, 07 Nov 2012 13:36:39 +0000 ]
Changes to tidy up the handling of all months;
David Read [Wed, 07 Nov 2012 12:49:47 +0000 ]
single_popular_dataset now returns a dataset dict which is what is needed by DGU.
Ross Jones [Wed, 07 Nov 2012 10:16:44 +0000 ]
Fixes to index for publishers
Ross Jones [Tue, 06 Nov 2012 19:24:15 +0000 ]