Tom Rees [Fri, 29 Mar 2013 14:52:32 +0000 ]
[304] Don't show No Graph Loaded text on Publishers page.
Tom Rees [Thu, 21 Mar 2013 16:18:07 +0000 ]
[304] No need to declare a content_class any longer.
Tom Rees [Tue, 19 Mar 2013 17:10:54 +0000 ]
[304] Restyled sidebar
Tom Rees [Tue, 19 Mar 2013 16:41:09 +0000 ]
[304] Remove minornavigation elements from ga-report extension.
Tom Rees [Thu, 14 Mar 2013 14:38:24 +0000 ]
[noticket] Hide momentary flash of text on sparkline cells.
Tom Rees [Thu, 28 Feb 2013 17:08:19 +0000 ]
[329] Rebase hashchange tab code on core plugin developed for ticket 329.
Tom Rees [Thu, 21 Feb 2013 17:28:53 +0000 ]
[321] Added month selector. Colorising graphs in Safari and IE.
Tom Rees [Thu, 21 Feb 2013 12:13:00 +0000 ]
[321] Redraw sparklines on tab refresh
David Read [Thu, 14 Feb 2013 15:19:55 +0000 ]
Merge branch 'master' of github.com:datagovuk/ckanext-ga-report
David Read [Thu, 14 Feb 2013 15:19:26 +0000 ]
[162] Force browers to refresh JS and CSS with revamp.
Tom Rees [Thu, 14 Feb 2013 14:09:04 +0000 ]
[162] Subtle hinting that graph legends can be toggled.
Tom Rees [Thu, 14 Feb 2013 12:52:31 +0000 ]
[162] Assertions were overzealous. Code can handle more broken data now.
Tom Rees [Fri, 08 Feb 2013 15:58:40 +0000 ]
[273] Change alignment of numeric values in tables.
Tom Rees [Fri, 08 Feb 2013 15:29:59 +0000 ]
[172] Maintain current month when navigating around Analytics sections.
Tom Rees [Fri, 08 Feb 2013 13:19:25 +0000 ]
[162] Cleaning up IE7 issues.
Tom Rees [Fri, 08 Feb 2013 13:01:58 +0000 ]
[162] Rearranging ga_reports graphs per ticket feedback. Series are sensibly ordered. Page is restructured.
Tom Rees [Fri, 25 Jan 2013 12:06:59 +0000 ]
#167 Refactoring controller's logic to create better Percentage graphs
Tom Rees [Fri, 25 Jan 2013 11:36:22 +0000 ]
#167 Togglable graph legend. Disabled mouseover.
Tom Rees [Fri, 25 Jan 2013 11:08:49 +0000 ]
#167 Reverted modifications to libraries. Wrote rickshaw_ie7_shim.js to get libs loading without errors on IE7.
Tom Rees [Thu, 24 Jan 2013 20:28:25 +0000 ]
#167 Patching to make render error-free in IE7. Modernizr is used to disable libraries.
Tom Rees [Thu, 24 Jan 2013 18:44:25 +0000 ]
#167 Fixing for /dataset and /publishers
Tom Rees [Thu, 24 Jan 2013 18:37:03 +0000 ]
#167 JS development of hashchange-dependant tabbing mechanism, and of Rickshaw graphs with separate legends.
Ross Jones [Wed, 23 Jan 2013 16:09:34 +0000 ]
A fix for the copy and paste error that accounts for #211
Ross Jones [Wed, 23 Jan 2013 12:55:50 +0000 ]
Merge branch 'master' of github.com:datagovuk/ckanext-ga-report
Ross Jones [Wed, 23 Jan 2013 12:55:39 +0000 ]
Fixed problem with counting current position
David Read [Wed, 23 Jan 2013 12:18:26 +0000 ]
[xs] #219 Improved punctuation.
Ross Jones [Wed, 23 Jan 2013 10:26:11 +0000 ]
Makes sure we don't add (and log) when we can't find the dataset for popular, fixes #242
Ross Jones [Wed, 23 Jan 2013 10:00:38 +0000 ]
Adds info on 'No data' to fix #219
David Read [Tue, 22 Jan 2013 17:08:05 +0000 ]
Merge commit 'd0db210'
David Read [Tue, 22 Jan 2013 17:05:58 +0000 ]
Improved debug logging.
David Read [Tue, 22 Jan 2013 16:34:33 +0000 ]
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).
Tom Rees [Thu, 17 Jan 2013 18:18:43 +0000 ]
#167 Render percentages on the site_usage graphs
Tom Rees [Thu, 17 Jan 2013 18:16:21 +0000 ]
#167 Render legends correctly.
Tom Rees [Thu, 17 Jan 2013 18:12:33 +0000 ]
#167 Refactoring graph JS. Added mouseovers.
Tom Rees [Thu, 17 Jan 2013 12:52:04 +0000 ]
Remove January data from graphs. Allow pages to select their colorscheme.
Tom Rees [Thu, 17 Jan 2013 12:30:37 +0000 ]
Stacked graphs with sane server-side data wrangling working. Percentage mode half-impemented.
Tom Rees [Thu, 17 Jan 2013 00:20:53 +0000 ]
Done integrating graphs onto site_usage/publishers and site_usage/datasets. Including some interesting queries.
Tom Rees [Wed, 16 Jan 2013 17:45:18 +0000 ]
Refactor graph code. Querying to build a Top Packages graph.
Tom Rees [Wed, 16 Jan 2013 15:27:14 +0000 ]
Graphing dataset downloads.
Tom Rees [Wed, 16 Jan 2013 13:23:37 +0000 ]
Refactoring and tidying Rickshaw code. Placeholder graphs inserted. Front page sparklines are sensibly sorted.
Tom Rees [Sun, 13 Jan 2013 16:37:38 +0000 ]
Feature #162: Added Rickshaw graphs to most panes of statistics. Needs a little tidying for clarity.
Tom Rees [Thu, 10 Jan 2013 17:08:10 +0000 ]
Feature #162: Added sparkline graphs to the overview of analytics. Could be query optimised.
Tom Rees [Thu, 10 Jan 2013 16:48:03 +0000 ]
Added modified version of the JQuery sparkline library.
Ross Jones [Fri, 11 Jan 2013 14:52:07 +0000 ]
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).
Ross Jones [Wed, 09 Jan 201