aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/temp.rake
Commit message (Collapse)AuthorAgeLines
* Ruby 1.8 compatibility fixes.Louise Crow2013-11-26-3/+3
|
* Add a rake task to analyse the distribution of hits to requests.Louise Crow2013-11-25-284/+32
| | | | Also removes old temp tasks.
* Fix wrong method name.hotfix/0.13.0.1Louise Crow2013-08-28-1/+1
|
* Mark all events for the fixed requests as needing a reindex.release/0.13Louise Crow2013-08-20-9/+16
|
* Add task for cleaning up bad request histories.Louise Crow2013-08-15-0/+30
|
* Add a rake task to re-extract any missing attachmentsMark Longair2013-06-12-0/+22
| | | | | | | | | | | | | | You can see the number of emails that would be reparsed by doing: bundle exec rake temp:reextract_missing_attachments To actually reparse the incoming emails and rextract attachments for any that were missing, you would do: bundle exec rake temp:reextract_missing_attachments[commit] (In fact, the 'commit' can be any non-empty string.)
* Add extra debug linehotfix/0.11.0.7Louise Crow2013-06-10-0/+1
|
* Fix syntax errors, add some debug output.Louise Crow2013-06-10-8/+22
|
* Add a task for cleaning up user accounts that were created with a space in ↵Louise Crow2013-06-10-0/+65
| | | | the email address.
* Remove old temp tasks.Louise Crow2013-06-10-50/+0
|
* 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