aboutsummaryrefslogtreecommitdiffstats
path: root/script
Commit message (Expand)AuthorAgeLines
...
* | Upgrade script syntax (not fully tested)Henare Degan2013-02-19-3/+3
* | Remove unused scriptHenare Degan2013-02-19-4/+0
* | Upgrade script script/delete-old-thingsHenare Degan2013-02-19-4/+2
* | Upgrade (and fix) script script/clear-cachesHenare Degan2013-02-19-3/+2
* | Upgrade script script/check-recent-requests-sentHenare Degan2013-02-19-6/+1
* | Upgrade script script/cache-incoming-emailsHenare Degan2013-02-19-3/+1
* | Use full arguments as they're more descriptive and you don't need to save key...Henare Degan2013-02-19-1/+1
* | Remove unused scriptHenare Degan2013-02-19-43/+0
* | Upgrade script script/alert-tracksHenare Degan2013-02-19-5/+2
* | Update script script/alert-overdue-requestsHenare Degan2013-02-19-3/+1
* | Upgrade script script/alert-not-clarified-requestHenare Degan2013-02-19-5/+1
* | Upgrade script script/alert-new-response-remindersHenare Degan2013-02-19-5/+1
* | Upgrade script alert-comment-on-requestHenare Degan2013-02-19-5/+1
* | Remove Rails 2 scriptsHenare Degan2013-02-19-18/+0
* | Stop RSpec output when running load-sample-dataHenare Degan2013-02-19-2/+8
* | Upgrade load-sample-data to work with Rails 3Henare Degan2013-02-19-6/+12
* | Merge branch 'develop' into rails-3-spikeHenare Degan2013-02-15-1/+4
|\|
| * Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ...Matthew Landauer2013-01-28-1/+1
| * Even in development, bundle should be installed in the vendor directory. Fixe...Louise Crow2013-01-15-1/+4
* | Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ...Matthew Landauer2013-01-28-1/+1
* | Remove Rails 2 scriptsHenare Degan2013-01-24-24/+0
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-spikeMatthew Landauer2013-01-04-0/+4
|\|
| * Don't install the develop or development group of gems in travis.Louise Crow2012-12-17-0/+4
* | Run the Rails 3 generatorHenare Degan2012-12-11-0/+6
|/
* Move the action mailer dependency to the mail handler so that it's only activ...Louise Crow2012-12-04-19/+22
* Make scales of axes on admin stats graphs to be set by the data rather than h...Matthew Landauer2012-11-25-2/+0
* Use mail handler in handle-mail-replies.rbLouise Crow2012-11-15-1/+3
* Require rather than load to avoid already defined constant error when loading...Louise Crow2012-10-17-1/+1
* Merge branch 'release/0.6.7' into developLouise Crow2012-10-17-13/+15
|\
| * Add load of configuration module, now code is using Configuation:: rather tha...Louise Crow2012-10-17-13/+15
* | Merge remote-tracking branch 'openaustralia_github/postfix_log_support' into ...Louise Crow2012-10-12-4/+8
|\ \ | |/ |/|
| * Revert "Use modification time of log file rather than filename"Matthew Landauer2012-10-12-1/+1
| * Rename script/load-exim-logs to script/load-mail-server-logsMatthew Landauer2012-10-11-0/+0
| * Rename models and tables exim -> mail_serverMatthew Landauer2012-10-11-3/+3
| * Use modification time of log file rather than filenameMatthew Landauer2012-10-10-1/+1
| * New configuration for path to mailer (MTA) log filesMatthew Landauer2012-10-10-1/+5
* | Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-7/+0
|/
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-2/+1
* Move the installation of themes to a Rake task so that we can use the ALAVETE...Louise Crow2012-08-29-27/+1
* Merge branch 'release/0.6.3' into developRobin Houston2012-08-04-6/+12
|\
| * Make the post-deploy script actually work, and for both incantations of theme...Seb Bacon2012-07-17-6/+12
* | Fix loading of specific fileFOI archive email account2012-08-01-1/+4
|/
* A dumb script to generate a crontabSeb Bacon2012-07-16-0/+16
* Run optional "post_install" scriptSeb Bacon2012-07-16-0/+6
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2012-06-23-2/+2
|\
| * Fix bug that was preventing Rails from loading when *not* in test mode (expos...Seb Bacon2012-06-14-1/+1
| * Fix test failure introduced in 775e122cb4824c9734f50db0dd2967779636080eSeb Bacon2012-06-14-1/+1
* | Make handle-mail-replies tests pass againRobin Houston2012-06-07-3/+3
|/
* File.dirname(__FILE__) is not necessarily absoluteRobin Houston2012-06-03-1/+1
* Make handle-mail-replies bundler-aware tooRobin Houston2012-06-03-179/+183