Change the entry for the current month to include the date that reports are available to.
author Ross Jones
()
committer Ross Jones
()
commit b945ab5a65a6b43543c6538c2308aa6ac9628ead
tree ae50eb522a2ac9e5210b0be7d5101a85409e8fe6
parent 14a0bdd01e91d2baa1a4d6af2d2ec215a22e759e
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
ckanext/ga_report/controller.py
ckanext/ga_report/download_analytics.py
ckanext/ga_report/ga_model.py
ckanext/ga_report/templates/ga_report/ga_util.html
ckanext/ga_report/templates/ga_report/publisher/index.html
ckanext/ga_report/templates/ga_report/publisher/read.html
ckanext/ga_report/templates/ga_report/site/index.html