aboutsummaryrefslogtreecommitdiffstats
path: root/cpanfile.snapshot
Commit message (Collapse)AuthorAgeLines
* Mock a date for dashboard testsHakim Cassimally2014-04-07-0/+9
| | | | | | | Fixes #365 (how appropriate) by mocking datetime to allow the dashboard test's assumptions (that we're not so near beginning of year that a report from X days ago isn't still in same year) to hold.
* Export reports as CSV on /dashboardHakim Cassimally2014-03-10-0/+11
| | | | | | | | | | | | | | | Provide a button to download the details and text of reports at the second "Look up" button on /dashboard. Provides acknowledged, fixed, closed dates by parsing updates. Fixes #692 (and mysociety/FixMyStreet-Commercial#399) Email is not shown, and name honours anonymous flag: as /dashboard is accessible to people who are from_body (who still do not see anon-users name and email in the FMS web app.) A basic test is provided as per Zurich's similar report.
* Move SOAP::WSDL requirement into UK cpanfile feature.Matthew Somerville2014-02-26-0/+173
| | | | Note how we'd like to do the same with SOAP::Lite.
* Install Carton in its own local::lib.Matthew Somerville2014-02-26-179/+250
| | | | This keeps the dependencies of carton separate from those of FixMyStreet.
* we need local::lib which wasn't previously includedStruan Donald2013-08-16-115/+1
|
* Convert carton.lock to cpanfile.snapshotStruan Donald2013-08-16-0/+6105
Carton 1.0 changed the file format of the module list Fixes #511