aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/temp.rake
Commit message (Collapse)AuthorAgeLines
* Add rake tasks for checking the parsing of a random sample of emailsMark Longair2013-05-16-0/+150
| | | | | | | | | | | | For the upgrade from Rails 2 to Rails 3, we want to check that existing emails are parsed correctly. One of these tasks (temp:random_attachments_hexdigests) is for dumping a CVS file of details about each attachment, and its hexdigest, and a list of the randomly selected raw emails. (It's intended that you run this on an old Rails 2 install of Alaveteli. The other task (temp:recompute_attachments_hexdigests) is intended to be run on a Rails 3 install of Alaveteli, with the previous files as input, to check that the same results are obtained.
* A rake task to populate the request classification table based on any ↵Louise Crow2012-09-11-0/+9
| | | | existing status update info request events.
* Add temp task to delete the cached attachment files for requests that have ↵Louise Crow2012-08-16-10/+39
| | | | been deleted or are currently not publicly visible - having prominence requester_only or hidden.
* Don't store passwords in post_params.Louise Crow2011-05-16-0/+15
|
* Removing temp taskslouise2009-05-18-12/+0
|
* Remove delaylouise2009-05-18-1/+0
|
* Temporary task for debugging regex warninglouise2009-05-18-0/+13