Avoid problem when testing.
[ckanext-ga-report.git] / ckanext / ga_report / controller.py
David Read Sort the dataset report by views, since we only d…
Ross Jones Changes to fix some issues around bounces and pre…
Ross Jones Changed to pageviews instead of unique pageviews
Ross Jones Handling duplicate urls in ga_url processing
Ross Jones Changes to tidy up the handling of all months;
David Read single_popular_dataset now returns a dataset dict…
Ross Jones Fixes to index for publishers
Ross Jones Modified to collect visit instead of visitors.
David Read Show top datasets cross-publisher. Drop-down for …
Ross Jones Changes to support % of bounces from /
Ross Jones Added support for a popular datasets widget.
Ross Jones Rename of all time to all months
Ross Jones Adding new social network referral information
Ross Jones Changes related to presentation, and new tabs.
Ross Jones Remove unnecessary footnote marker (*)
Ross Jones Made sure the csv is served as an attachment
Ross Jones Changes to enable proper download
Ross Jones Moved minor nav into util file and implemented
Ross Jones Fixes to show All Time data
Ross Jones Nicer 404 message
Ross Jones Make sure we 404 for non-existent groups
Ross Jones Human readable times
Ross Jones Trimming long float numbers
Ross Jones Change the rules for top datasets
Ross Jones Tidying up
Ross Jones Changing the content disposition, just in case
Ross Jones Changing the download url for csv
Ross Jones Removing cruft
Ross Jones Debugging
Ross Jones reordering maps
Ross Jones Fix to date fetching
Ross Jones Adding site analytics at /data/analytics
Ross Jones Remembered to actually limit to the top 10
Ross Jones Provides a top-10 most viewed datasets.
Ross Jones Fixing up setup.py and making sure routes exist f…
David Read Initial iteration