Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Enable rails-post-deploy to be run from any directory | Mark Longair | 2013-04-02 | -2/+7 |
| | | | | | | | The BASH_SOURCE variable reliably gives the path of the script, so we can make the script work regardless of what the current working directory is on running the script. | |||
* | Change email address in header of source code to hello@mysociety.org | Matthew Landauer | 2013-03-26 | -3/+3 |
| | ||||
* | Stop AlaveteliConfiguration class being loaded twice | Matthew Landauer | 2013-03-19 | -4/+0 |
| | ||||
* | This won't work anymore so remove it | Henare Degan | 2013-03-16 | -8/+0 |
| | ||||
* | autospec wasn't working so remove until someone complains. Closes #824 | Henare Degan | 2013-03-16 | -6/+0 |
| | ||||
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-develop | Henare Degan | 2013-03-14 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock app/controllers/admin_request_controller.rb app/controllers/admin_track_controller.rb app/controllers/request_controller.rb app/controllers/services_controller.rb app/helpers/link_to_helper.rb app/mailers/request_mailer.rb app/models/application_mailer.rb app/models/info_request.rb app/views/admin_censor_rule/edit.html.erb app/views/admin_censor_rule/new.html.erb app/views/admin_public_body/_form.html.erb app/views/admin_public_body/_locale_selector.html.erb app/views/admin_public_body/_one_list.html.erb app/views/admin_public_body/edit.html.erb app/views/admin_public_body/list.html.erb app/views/admin_public_body/new.html.erb app/views/admin_request/_incoming_message_actions.html.erb app/views/admin_request/edit.html.erb app/views/admin_request/edit_comment.html.erb app/views/admin_request/edit_outgoing.html.erb app/views/admin_request/list.html.erb app/views/admin_request/list_old_unclassified.html.erb app/views/admin_request/show.html.erb app/views/admin_track/_some_tracks.html.erb app/views/admin_track/list.html.erb app/views/admin_user/edit.html.erb app/views/admin_user/list.html.erb app/views/admin_user/show.html.erb app/views/general/_footer.html.erb app/views/general/exception_caught.html.erb app/views/help/contact.html.erb app/views/layouts/default.html.erb app/views/public_body/_alphabet.html.erb app/views/request/_request_listing_single.html.erb app/views/request/_sidebar.html.erb app/views/request/new.html.erb app/views/request/show.html.erb app/views/request_mailer/external_response.rhtml app/views/request_mailer/fake_response.rhtml config/environment.rb config/environments/production.rb config/routes.rb spec/controllers/admin_censor_rule_controller_spec.rb spec/controllers/request_controller_spec.rb spec/controllers/track_controller_spec.rb spec/helpers/link_to_helper_spec.rb spec/mailers/request_mailer_spec.rb spec/models/info_request_spec.rb spec/spec_helper.rb spec/views/public_body/show.html.erb_spec.rb spec/views/request/show.html.erb_spec.rb vendor/plugins/rails_xss/lib/rails_xss/erubis.rb | |||
| * | Move test runner disabling to request mailer in order to have access to ↵ | Louise Crow | 2013-02-19 | -5/+1 |
| | | | | | | | | rails environment and make hack specific to ruby 1.9. | |||
| * | Prevent Autorunner from test-unit from hooking into the exit of script/runner | Louise Crow | 2013-02-17 | -2/+6 |
| | | ||||
* | | Revert "Remove unused script" - It is used you insensitive clod! | Henare Degan | 2013-03-06 | -0/+4 |
| | | | | | | | | This reverts commit 13e2ee3ee80d8a768ebd0ab12aed5421e6368463. | |||
* | | Fixtures is namespaced in ActiveRecord now | Henare Degan | 2013-03-05 | -2/+2 |
| | | ||||
* | | Rename Configuration class to avoid conflict with ActiveSupport::Configurable | Henare Degan | 2013-03-03 | -1/+1 |
| | | ||||
* | | Specify the full path as Ruby 1.9.3 doesn't include the current directory in ↵ | Henare Degan | 2013-02-20 | -2/+2 |
| | | | | | | | | the load path | |||
* | | Upgrade script script/runner by Doing The Dumb Thing. #822 | Henare Degan | 2013-02-20 | -3/+2 |
| | | ||||
* | | Shouldn't be needed as we use Travis | Henare Degan | 2013-02-19 | -5/+0 |
| | | ||||
* | | Use Spork instead of writing our own | Henare Degan | 2013-02-19 | -116/+0 |
| | | ||||
* | | Upgrade script script/stop-new-responses-on-old-requests | Henare Degan | 2013-02-19 | -5/+1 |
| | | ||||
* | | This is what 'config.order' is for | Henare Degan | 2013-02-19 | -81/+0 |
| | | ||||
* | | Remove unnecessary script | Henare Degan | 2013-02-19 | -10/+0 |
| | | ||||
* | | Upgrade script script/purge-varnish | Henare Degan | 2013-02-19 | -2/+2 |
| | | ||||
* | | 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 |