Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove the confusing "time remaining" message | Mark Longair | 2013-10-29 | -12/+1 |
| | | | | | | | | | The time estimates were confusing on two counts: - The messages mixed locales - The estimates were hugely inaccurate, since the import slows down as time goes on | |||
* | Make sure that the temporary file is closed before reading from it | Mark Longair | 2013-10-29 | -2/+5 |
| | | | | Thanks to Louise Crow for pointing out this problem. | |||
* | Add a rake task to import public bodies from a CSV file | Mark Longair | 2013-10-15 | -0/+86 |
For importing a very large number of public bodies, it's mostly likely less frustrating to import them from the CSV file using this rake task instead of using the form in the admin interface. Fixes #1132 |