Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Stub new method introduced by 7a9593a | Robin Houston | 2012-09-28 | -0/+1 |
| | ||||
* | 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/+3 |
| | ||||
* | API create_request method is working | Robin Houston | 2012-06-06 | -2/+2 |
| | | | | | | "when using the API", it "should create a new request from a POST", AND IT DOES! | |||
* | 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 | -6/+6 |
| | ||||
* | Fix brittle test | Seb Bacon | 2011-09-16 | -1/+1 |
| | ||||
* | Fix test failures resulting from commit 0f0854cd60aebde1b4a69e455ee40686c4ab0353 | Seb Bacon | 2011-09-15 | -26/+1 |
| | ||||
* | Attempt to merge current develop to theme | Seb Bacon | 2011-08-29 | -6/+5 |
|\ | ||||
| * | work around TestRequest bug to get tests to pass | Seb Bacon | 2011-08-29 | -4/+2 |
| | | ||||
| * | Fixes to get tests to pass following addition of new search / filter ↵ | Seb Bacon | 2011-08-29 | -2/+3 |
| | | | | | | | | functionality | |||
* | | first stab at improved home page | Seb Bacon | 2011-08-22 | -4/+4 |
|/ | ||||
* | Fix bug on categorisation page that was stopping game from working | Seb Bacon | 2011-07-14 | -0/+37 |
| | ||||
* | 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 |
| | ||||
* | Fix test. | Francis Irving | 2010-08-04 | -3/+6 |
| | ||||
* | Fix mocked test of charity number | Francis Irving | 2010-07-27 | -3/+7 |
| | ||||
* | Reflect change to show photos | Francis Irving | 2010-07-18 | -2/+4 |
| | ||||
* | Just check the text. | Francis Irving | 2010-06-08 | -1/+1 |
| | ||||
* | Fix URLs to Scottish charity regulator | Francis Irving | 2010-03-09 | -0/+9 |
| | ||||
* | 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 |
| | ||||
* | Rename body controller to public_body for consistency. | francis | 2009-06-22 | -8/+8 |
| | ||||
* | Stub two methods only now called in view. | francis | 2009-06-12 | -0/+2 |
| | ||||
* | 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 | -6/+6 |
| | ||||
* | 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 | -21/+21 |
| | | | | scope - will run more reliably when specs run in different orders | |||
* | Moving view specs to more standard place - helps tools like autotest handle ↵ | louise | 2009-04-14 | -3/+3 |
| | | | | them. Tweak to charity number spec - when no charity number is present, the request sidebar should still be there, but the charity link should not | |||
* | Link to Charity Commission website where we have a Charity Number | tony | 2009-04-13 | -0/+17 |
| | ||||
* | 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. | |||
* | add a validate_as_body helper method for tests | tony | 2009-03-22 | -0/+5 |
| | ||||
* | Tweak test | tony | 2009-03-22 | -1/+7 |
| | ||||
* | New view test for Body | tony | 2009-03-22 | -0/+71 |
| | ||||
* | View test for recent requests | tony | 2009-03-20 | -0/+50 |