Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | | | | | | If now query is supplied get all the requests | Matthew Landauer | 2013-01-30 | -4/+10 | |
| | | | | | | | |||||
* | | | | | | | Find is now being called with an integer rather than a string. All good | Matthew Landauer | 2013-01-30 | -1/+1 | |
| | | | | | | | |||||
* | | | | | | | Objects need to be strings before they can be cast with to_str | Matthew Landauer | 2013-01-30 | -2/+2 | |
| | | | | | | | |||||
* | | | | | | | Add dynamic_form gem as error messages helper for forms has moved there | Matthew Landauer | 2013-01-30 | -0/+3 | |
| | | | | | | | |||||
* | | | | | | | mail from_addrs now doesn't return the name | Matthew Landauer | 2013-01-29 | -1/+1 | |
| | | | | | | | |||||
* | | | | | | | errors returns an array now | Matthew Landauer | 2013-01-29 | -1/+1 | |
| | | | | | | | |||||
* | | | | | | | params_from doesn't exist anymore | Matthew Landauer | 2013-01-29 | -2/+2 | |
| | | | | | | | |||||
* | | | | | | | When matching mail.body with regex cast to string first | Matthew Landauer | 2013-01-29 | -3/+3 | |
| | | | | | | | |||||
* | | | | | | | Replace use of response.should send_email with checking ↵ | Matthew Landauer | 2013-01-29 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ActionMailer::Base.deliveries | ||||
* | | | | | | | Clear out ActionMailer::Base.deliveries before each test. Rspec should be ↵ | Matthew Landauer | 2013-01-29 | -33/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | doing this but isn't for controller tests | ||||
* | | | | | | | render_for_text doesn't exist anymore. Replace with render :text | Matthew Landauer | 2013-01-29 | -3/+2 | |
| | | | | | | | |||||
* | | | | | | | Make file_name in get_attachment route optional | Matthew Landauer | 2013-01-29 | -1/+1 | |
| | | | | | | | |||||
* | | | | | | | modernise redirect tests by converting to using url helpers | Matthew Landauer | 2013-01-29 | -7/+7 | |
| | | | | | | | |||||
* | | | | | | | Fixup up test_code_redirect_by_email_token for rspec 2 | Matthew Landauer | 2013-01-29 | -1/+2 | |
| | | | | | | | |||||
* | | | | | | | When matching the body of an email to a regex cast it to a string | Matthew Landauer | 2013-01-29 | -6/+6 | |
| | | | | | | | |||||
* | | | | | | | Email address returned from mail doesn't have the name part anymore | Matthew Landauer | 2013-01-29 | -9/+9 | |
| | | | | | | | |||||
* | | | | | | | Workaround for setting default value on attribute when exists? is called | Matthew Landauer | 2013-01-29 | -2/+7 | |
| | | | | | | | |||||
* | | | | | | | Pass string to paremeter in test | Matthew Landauer | 2013-01-29 | -1/+1 | |
| | | | | | | | |||||
* | | | | | | | When mocking ActsAsXapian can't use mock_model because it's not a model | Matthew Landauer | 2013-01-29 | -2/+2 | |
| | | | | | | | |||||
* | | | | | | | Reset Actionmailer deliveries on controller tests. Apparently rspec isn't ↵ | Matthew Landauer | 2013-01-29 | -0/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | now doing this automatically | ||||
* | | | | | | | Replace use of have_text with contain from webrat or match | Matthew Landauer | 2013-01-29 | -34/+34 | |
| | | | | | | | |||||
* | | | | | | | Remove safe_html monkeypatch workarounds because things should now be ↵ | Matthew Landauer | 2013-01-29 | -31/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly implemented | ||||
* | | | | | | | Remove rack_quote_monkeypatch because it should not be needed in Rails 3 | Matthew Landauer | 2013-01-29 | -66/+0 | |
| | | | | | | | |||||
* | | | | | | | Copy basic_auth_login spec_helper from rspec 1 to 2 | Matthew Landauer | 2013-01-29 | -0/+6 | |
| | | | | | | | |||||
* | | | | | | | Correct use of have_selector in b37586c7165afb7b3447dfe2780169a88cb0a942. | Matthew Landauer | 2013-01-29 | -9/+17 | |
| | | | | | | | |||||
* | | | | | | | Replace use of have_tag with have_selector from webrat | Matthew Landauer | 2013-01-28 | -26/+26 | |
| | | | | | | | |||||
* | | | | | | | Don't depend on javascript for button to do a post. More semantic | Matthew Landauer | 2013-01-28 | -1/+1 | |
| | | | | | | | |||||
* | | | | | | | Correctly recognise a fragment for html validation | Matthew Landauer | 2013-01-28 | -1/+1 | |
| | | | | | | | |||||
* | | | | | | | Use preceding slash on paths to fixtures files | Matthew Landauer | 2013-01-28 | -4/+4 | |
| | | | | | | | |||||
* | | | | | | | Time doesn't need to be converted from string to time anymore | Matthew Landauer | 2013-01-28 | -7/+1 | |
| | | | | | | | |||||
* | | | | | | | Calling TMail::Mail#base64_decode does not modify the mail object so doesn't ↵ | Matthew Landauer | 2013-01-28 | -12/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | do anything as used here | ||||
* | | | | | | | Fix indentation only | Henare Degan | 2013-01-27 | -6/+6 | |
| | | | | | | | |||||
* | | | | | | | This API seems to have changed so just check if there's a body | Henare Degan | 2013-01-27 | -1/+1 | |
| | | | | | | | |||||
* | | | | | | | Don't need both url_helpers | Henare Degan | 2013-01-25 | -1/+0 | |
| | | | | | | | |||||
* | | | | | | | Overwriting validate has been deprecated | Henare Degan | 2013-01-25 | -9/+12 | |
| | | | | | | | |||||
* | | | | | | | path helper should be html safe and fix up view test for rspec 2 | Matthew Landauer | 2013-01-25 | -4/+4 | |
| | | | | | | | |||||
* | | | | | | | Remove rails_xss plugin | Matthew Landauer | 2013-01-25 | -2887/+0 | |
| | | | | | | | |||||
* | | | | | | | Merge branch 'rails_xss' into rails-3-spike | Matthew Landauer | 2013-01-25 | -577/+4160 | |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile Gemfile.lock config/environment.rb lib/i18n_fixes.rb | ||||
| * | | | | | | html escaping fix | Matthew Landauer | 2013-01-15 | -1/+1 | |
| | | | | | | | |||||
| * | | | | | | Merge remote-tracking branch 'mysociety/develop' into rails_xss | Matthew Landauer | 2013-01-15 | -7521/+7097 | |
| |\| | | | | | |||||
| | * | | | | | As we're validating filename with validates_presence_of, which doesn't allow ↵ | Louise Crow | 2013-01-14 | -2/+13 | |
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | blanks, ensure_filename! should populate a default filename on a blank filename, as well as on nil. | ||||
| | * | | | | Latest translations pulled from Transifex to fix inadvertantly committed ↵ | Louise Crow | 2013-01-09 | -1250/+266 | |
| | | | | | | | | | | | | | | | | | | | | | | | | unmerged conflicted files. | ||||
| | * | | | | Merge branch 'hotfix/0.6.8.3' into develop | Louise Crow | 2013-01-09 | -21/+1649 | |
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Gemfile.lock locale/ar/app.po locale/cs/app.po locale/cy/app.po locale/en_IE/app.po locale/es/app.po locale/pt_BR/app.po | ||||
| | | * | | | Security update for newrelichotfix/0.6.8.3 | Louise Crow | 2013-01-09 | -1/+1 | |
| | | | | | | |||||
| | | * | | | Rails security update. | Louise Crow | 2013-01-09 | -20/+21 | |
| | | | |/ | | | |/| | |||||
| | | * | | Merge branch 'hotfix/0.6.8-last-translations' | Louise Crow | 2012-12-18 | -174/+4089 | |
| | | |\ \ | |||||
| | | | * | | Latest translations from Transifex. | Louise Crow | 2012-12-18 | -174/+4089 | |
| | | |/ / | |||||
| | | * | | Merge branch 'hotfix/authenticate-and-expire-download-zips'0.6.8.2 | Louise Crow | 2012-12-13 | -13/+67 | |
| | | |\ \ | |||||
| | * | | | | Don't export the fake authorities that we use for admin. | Louise Crow | 2013-01-08 | -0/+2 | |
| | | | | | | |||||
| | * | | | | Handle case where info request doesn't have a user_name | Louise Crow | 2013-01-07 | -0/+8 | |
| | | | | | |