Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | Upgrade script syntax (not fully tested) | Henare Degan | 2013-02-19 | -3/+3 | |
| | | |||||
* | | Remove unused script | Henare Degan | 2013-02-19 | -4/+0 | |
| | | |||||
* | | Upgrade script script/delete-old-things | Henare Degan | 2013-02-19 | -4/+2 | |
| | | |||||
* | | Upgrade (and fix) script script/clear-caches | Henare Degan | 2013-02-19 | -3/+2 | |
| | | |||||
* | | Upgrade script script/check-recent-requests-sent | Henare Degan | 2013-02-19 | -6/+1 | |
| | | |||||
* | | Upgrade script script/cache-incoming-emails | Henare Degan | 2013-02-19 | -3/+1 | |
| | | |||||
* | | Use full arguments as they're more descriptive and you don't need to save ↵ | Henare Degan | 2013-02-19 | -1/+1 | |
| | | | | | | | | keystrokes in a file | ||||
* | | Remove unused script | Henare Degan | 2013-02-19 | -43/+0 | |
| | | |||||
* | | Upgrade script script/alert-tracks | Henare Degan | 2013-02-19 | -5/+2 | |
| | | |||||
* | | Update script script/alert-overdue-requests | Henare Degan | 2013-02-19 | -3/+1 | |
| | | |||||
* | | Upgrade script script/alert-not-clarified-request | Henare Degan | 2013-02-19 | -5/+1 | |
| | | |||||
* | | Upgrade script script/alert-new-response-reminders | Henare Degan | 2013-02-19 | -5/+1 | |
| | | |||||
* | | Upgrade script alert-comment-on-request | Henare Degan | 2013-02-19 | -5/+1 | |
| | | |||||
* | | Remove Rails 2 scripts | Henare Degan | 2013-02-19 | -18/+0 | |
| | | |||||
* | | Stop RSpec output when running load-sample-data | Henare Degan | 2013-02-19 | -2/+8 | |
| | | |||||
* | | Upgrade load-sample-data to work with Rails 3 | Henare Degan | 2013-02-19 | -6/+12 | |
| | | |||||
* | | Merge branch 'develop' into rails-3-spike | Henare Degan | 2013-02-15 | -1/+4 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/general_controller.rb app/controllers/track_controller.rb app/models/outgoing_message.rb app/models/public_body.rb app/models/user.rb app/views/general/frontpage.rhtml config/environment.rb config/initializers/inflections.rb config/initializers/mime_types.rb db/migrate/094_remove_old_tags_foreign_key.rb lib/timezone_fixes.rb spec/models/request_mailer_spec.rb spec/views/request/list.rhtml_spec.rb | ||||
| * | Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ↵ | Matthew Landauer | 2013-01-28 | -1/+1 | |
| | | | | | | | | do anything as used here | ||||
| * | Even in development, bundle should be installed in the vendor directory. ↵ | Louise Crow | 2013-01-15 | -1/+4 | |
| | | | | | | | | Fixes #730. Capistrano-based deploys don't use rails-post-deploy, so I don't think this will be a problem for them. | ||||
* | | Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ↵ | Matthew Landauer | 2013-01-28 | -1/+1 | |
| | | | | | | | | do anything as used here | ||||
* | | Remove Rails 2 scripts | Henare Degan | 2013-01-24 | -24/+0 | |
| | | |||||
* | | Merge remote-tracking branch 'mysociety/develop' into rails-3-spike | Matthew Landauer | 2013-01-04 | -0/+4 | |
|\| | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock Rakefile app/controllers/request_controller.rb lib/tasks/rspec.rake spec/controllers/services_controller_spec.rb spec/spec_helper.rb spec/views/request/_after_actions.rhtml_spec.rb | ||||
| * | Don't install the develop or development group of gems in travis. | Louise Crow | 2012-12-17 | -0/+4 | |
| | | |||||
* | | Run the Rails 3 generator | Henare Degan | 2012-12-11 | -0/+6 | |
|/ | |||||
* | Move the action mailer dependency to the mail handler so that it's only ↵ | Louise Crow | 2012-12-04 | -19/+22 | |
| | | | | active in Ruby 1.8. Use mail handler methods in handle-mail-replies. | ||||
* | Make scales of axes on admin stats graphs to be set by the data rather than ↵ | Matthew Landauer | 2012-11-25 | -2/+0 | |
| | | | | hardcoded | ||||
* | Use mail handler in handle-mail-replies.rb | Louise Crow | 2012-11-15 | -1/+3 | |
| | |||||
* | Require rather than load to avoid already defined constant error when ↵ | Louise Crow | 2012-10-17 | -1/+1 | |
| | | | | loading rails environment. | ||||
* | Merge branch 'release/0.6.7' into develop | Louise Crow | 2012-10-17 | -13/+15 | |
|\ | |||||
| * | Add load of configuration module, now code is using Configuation:: rather ↵ | Louise Crow | 2012-10-17 | -13/+15 | |
| | | | | | | | | than Config.get. | ||||
* | | Merge remote-tracking branch 'openaustralia_github/postfix_log_support' into ↵ | Louise Crow | 2012-10-12 | -4/+8 | |
|\ \ | |/ |/| | | | | | | | | | | | develop Conflicts: Gemfile.lock app/models/exim_log.rb | ||||
| * | Revert "Use modification time of log file rather than filename" | Matthew Landauer | 2012-10-12 | -1/+1 | |
| | | | | | | | | This reverts commit ea5df5680d44d9650d529b5f015188e2a3f9de8d. | ||||
| * | Rename script/load-exim-logs to script/load-mail-server-logs | Matthew Landauer | 2012-10-11 | -0/+0 | |
| | | |||||
| * | Rename models and tables exim -> mail_server | Matthew Landauer | 2012-10-11 | -3/+3 | |
| | | |||||
| * | Use modification time of log file rather than filename | Matthew Landauer | 2012-10-10 | -1/+1 | |
| | | |||||
| * | New configuration for path to mailer (MTA) log files | Matthew Landauer | 2012-10-10 | -1/+5 | |
| | | |||||
* | | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -7/+0 | |
|/ | |||||
* | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -2/+1 | |
| | |||||
* | Move the installation of themes to a Rake task so that we can use the ↵ | Louise Crow | 2012-08-29 | -27/+1 | |
| | | | | ALAVETELI_VERSION constant to check for tags in themes that indicate compatibility with this version of the Alaveteli codebase. | ||||
* | Merge branch 'release/0.6.3' into develop | Robin Houston | 2012-08-04 | -6/+12 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/bs/app.po locale/ca/app.po locale/cs/app.po locale/cy/app.po locale/de/app.po locale/es/app.po locale/eu/app.po locale/fr/app.po locale/gl/app.po locale/hu_HU/app.po locale/id/app.po locale/pt_BR/app.po locale/sq/app.po locale/sr@latin/app.po | ||||
| * | Make the post-deploy script actually work, and for both incantations of ↵ | Seb Bacon | 2012-07-17 | -6/+12 | |
| | | | | | | | | theme installation | ||||
* | | Fix loading of specific file | FOI archive email account | 2012-08-01 | -1/+4 | |
|/ | | | | abspath is not a standard command. Replace with a case statement. | ||||
* | A dumb script to generate a crontab | Seb Bacon | 2012-07-16 | -0/+16 | |
| | |||||
* | Run optional "post_install" script | Seb Bacon | 2012-07-16 | -0/+6 | |
| | |||||
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Robin Houston | 2012-06-23 | -2/+2 | |
|\ | | | | | | | | | | | | | | | Conflicts: Gemfile.lock script/handle-mail-replies script/handle-mail-replies.rb spec/controllers/request_controller_spec.rb | ||||
| * | Fix bug that was preventing Rails from loading when *not* in test mode ↵ | Seb Bacon | 2012-06-14 | -1/+1 | |
| | | | | | | | | (exposed by the bug fixed in 7c846594 that was introduced in 775e122c) | ||||
| * | Fix test failure introduced in 775e122cb4824c9734f50db0dd2967779636080e | Seb Bacon | 2012-06-14 | -1/+1 | |
| | | |||||
* | | Make handle-mail-replies tests pass again | Robin Houston | 2012-06-07 | -3/+3 | |
|/ | |||||
* | File.dirname(__FILE__) is not necessarily absolute | Robin Houston | 2012-06-03 | -1/+1 | |
| | | | | | | | It’s weird that there’s so much code here that implicitly assumes File.dirname(__FILE__) is an absolute path, because really in general it very much is not! This assumption was invalidated by the recent bundler-awareness changes. | ||||
* | Make handle-mail-replies bundler-aware too | Robin Houston | 2012-06-03 | -179/+183 | |
| |