Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Rename ALL THE TEMPLATES!!1!!!one!!1!! | Henare Degan | 2013-02-27 | -0/+0 |
| | | | | .rhtml is deprecated in favour of .erb in Rails 3 | |||
* | Merge branch 'develop' into rails-3-spike | Henare Degan | 2013-02-15 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||
| * | Remove interlock as it's not compatible with Rails 3 and is unmaintained | Henare Degan | 2013-01-18 | -2/+0 |
| | | ||||
* | | In test we have 3 available locales so these URLs should contain the locale ↵ | Henare Degan | 2013-02-08 | -2/+2 |
| | | | | | | | | in the path | |||
* | | Update test to use Webrat matchers instead of removed methods | Henare Degan | 2013-02-07 | -2/+8 |
| | | ||||
* | | Don't need a regex here, it uses #include? | Henare Degan | 2013-02-07 | -1/+1 |
| | | ||||
* | | Merge remote-tracking branch 'mysociety/develop' into rails-3-spike | Matthew Landauer | 2013-01-04 | -1/+17 |
|\| | | | | | | | | | | | | | | | | | | | | | 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 | |||
| * | Only offer download links on publicly visible requests | Louise Crow | 2012-12-13 | -1/+17 |
| | | ||||
| * | Revert "Revert "Merge remote-tracking branch 'henare_github/patch-1'"" | Louise Crow | 2012-10-17 | -35/+36 |
| | | | | | | | | This reverts commit 211fe84dc40d97df8aa8724906d9170ed4f78477. | |||
| * | Revert "Merge remote-tracking branch 'henare_github/patch-1'" | Louise Crow | 2012-10-09 | -36/+35 |
| | | | | | | | | | | | | | | Mistakenly merged into master. Please note that we'll want to merge this work into master on the next release, at which point we'll want to revert this reversion in order that the changes are properly re-applied. This reverts commit 54281fd50c3271835a54ab4bc08d40da09d643ee, reversing changes made to 793ca358c37458e6cc4385d2366621aaee93a25e. | |||
* | | Update render syntax in rspec | Matthew Landauer | 2013-01-04 | -2/+3 |
| | | ||||
* | | Get rid of resetting of ActionController::Routing::Routes.filters | Matthew Landauer | 2013-01-04 | -10/+0 |
| | | ||||
* | | Remove tests for partials being rendered. Was testing the implementation not ↵ | Matthew Landauer | 2013-01-04 | -10/+0 |
| | | | | | | | | the behaviour | |||
* | | url in css selector should have been quoted. Using alternate syntax | Matthew Landauer | 2013-01-04 | -2/+2 |
| | | ||||
* | | Update test to use Webrat matchers and remove methods that complicate the ↵ | Henare Degan | 2012-12-18 | -35/+20 |
| | | | | | | | | intention of the tests | |||
* | | Update view tests to use Webrat matchers | Henare Degan | 2012-12-18 | -19/+19 |
| | | ||||
* | | Update view spec | Henare Degan | 2012-12-12 | -8/+8 |
| | | ||||
* | | view replaces template | Henare Degan | 2012-12-12 | -3/+3 |
| | | ||||
* | | Remove workaround | Henare Degan | 2012-12-12 | -2/+0 |
| | | ||||
* | | Update view test assignment API | Henare Degan | 2012-12-12 | -22/+22 |
| | | ||||
* | | Remove interlock as it's not compatible with Rails 3 and is unmaintained | Henare Degan | 2012-12-11 | -2/+0 |
|/ | ||||
* | Updating spec for 550f143. | Louise Crow | 2012-09-20 | -35/+36 |
| | ||||
* | Beef up mocks | Robin Houston | 2012-07-16 | -1/+10 |
| | | | | | Add the user_name and is_external? properties to the InfoRequest mock objects used for view testing, where necessary. | |||
* | Beef up mocks with new method | Robin Houston | 2012-06-07 | -1/+2 |
| | ||||
* | Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtk | Robin Houston | 2012-01-20 | -0/+2 |
|\ | ||||
| * | Don't allow users to page beyond a certain number of results (because in ↵ | Seb Bacon | 2012-01-20 | -0/+2 |
| | | | | | | | | large databases, the sorting of such large batches causes an extreme slowdown). | |||
* | | Be sure to restore RoutingFilters | Robin Houston | 2012-01-20 | -2/+12 |
|/ | | | | | | There were some order-dependent test failures that turned out to be caused by the fact that the RoutingFilters were cleared and not subsequently restored, by some tests. | |||
* | add encoding magic comments and fix paths | James McKinney | 2011-10-16 | -4/+4 |
| | ||||
* | Fix test failures resulting from commit 0f0854cd60aebde1b4a69e455ee40686c4ab0353 | Seb Bacon | 2011-09-15 | -26/+1 |
| | ||||
* | work around TestRequest bug to get tests to pass | Seb Bacon | 2011-08-29 | -4/+2 |
| | ||||
* | changes to get tests to pass with IZ fork and new routing-filter gem | Seb Bacon | 2011-07-11 | -1/+3 |
| | ||||
* | Make view tests work with interlock. | Francis Irving | 2010-09-14 | -9/+11 |
| | ||||
* | Reflect change to show photos | Francis Irving | 2010-07-18 | -2/+4 |
| | ||||
* | Mock the new is_school? function | Francis Irving | 2009-12-16 | -1/+2 |
| | ||||
* | Fixing specs - stub render_partial not render | Louise Crow | 2009-12-06 | -11/+11 |
| | ||||
* | hecks prominence too, to show message if hidden for super user | francis | 2009-06-30 | -2/+3 |
| | ||||
* | Text change to encourage people to update the status of old requests | louise | 2009-04-27 | -1/+1 |
| | ||||
* | use the new is_incoming_message? etc methods | tony | 2009-04-23 | -3/+3 |
| | ||||
* | Making "update status" link and other text more consistent with the ability ↵ | louise | 2009-04-15 | -6/+53 |
| | | | | of anyone to update the status of an old unclassified request | |||
* | Adding form for anyone logged in to update the status of a request that is ↵ | louise | 2009-04-14 | -8/+34 |
| | | | | old and unclassified | |||
* | Moving view specs to more standard place, moving helper method inside spec ↵ | louise | 2009-04-14 | -0/+50 |
| | | | | scope - will run more reliably when specs run in different orders | |||
* | Removed debug line | louise | 2009-04-07 | -1/+0 |
| | ||||
* | Allow request owners or admins to update the status of a request at any time ↵ | louise | 2009-04-07 | -2/+219 |
| | | | | from the main request page | |||
* | Adding specs for describe_state partial - think this can be reused for new ↵ | louise | 2009-04-03 | -0/+97 |
feature to let owner change request status at any time, and want to specify current behaviour before modifying. |