Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | HTML fix. | francis | 2008-03-24 | -1/+1 |
| | | | | Test code update. | |||
* | Send email to remind people to classify their response. | francis | 2008-03-24 | -5/+32 |
| | ||||
* | Test stuff for password changing. | francis | 2008-03-21 | -0/+58 |
| | ||||
* | Test code for more admin stuff, and help pages, and related HTML fixes. | francis | 2008-03-21 | -0/+91 |
| | ||||
* | Improvements to test code for requests, users and admin. | francis | 2008-03-20 | -12/+102 |
| | ||||
* | Overdue request alerts. | francis | 2008-03-19 | -4/+34 |
| | | | | Some other tweaks to user tests. | |||
* | Test preview. | francis | 2008-03-19 | -9/+20 |
| | ||||
* | Test listing public bodies, with tags. | francis | 2008-03-19 | -2/+47 |
| | ||||
* | Test attachments. | francis | 2008-03-19 | -0/+24 |
| | ||||
* | Test code for search and the front page. | francis | 2008-03-19 | -12/+60 |
| | ||||
* | Add tests for broken case of saving info request or user when there is ↵ | francis | 2008-03-15 | -0/+25 |
| | | | | | | existing one with same title/name. Fix the bug, which was in function that makes url_title/url_name. | |||
* | Make users all have their own URL, rather than sharing if they have the same ↵ | francis | 2008-03-12 | -1/+1 |
| | | | | name. | |||
* | Fix up tests. | francis | 2008-03-06 | -25/+28 |
| | ||||
* | Some test code updates. | francis | 2008-02-28 | -6/+9 |
| | ||||
* | Use names in URLs of requests. | francis | 2008-02-27 | -13/+13 |
| | ||||
* | Store url_name in database for users | francis | 2008-02-27 | -6/+6 |
| | ||||
* | Rename simple_short_name to url_name in routing | francis | 2008-02-27 | -5/+5 |
| | ||||
* | Spell checking | francis | 2008-02-25 | -0/+2 |
| | ||||
* | Fix lots of test code errors. | francis | 2008-02-21 | -3/+3 |
| | ||||
* | Need this now, as info request listing inside user page requires getting due ↵ | francis | 2008-02-14 | -1/+1 |
| | | | | date, which requires incoming messages. | |||
* | Store historty of state changes in event log. | francis | 2008-02-06 | -3/+3 |
| | ||||
* | Make each incoming message have an info_request_event. | francis | 2008-02-01 | -7/+7 |
| | ||||
* | Adding back tests of state setting. | francis | 2008-01-30 | -25/+28 |
| | ||||
* | Fix some errors in and found by test stuff. | francis | 2008-01-30 | -26/+26 |
| | ||||
* | Include name as well as email in to address in followup messages. | francis | 2008-01-21 | -0/+1 |
| | ||||
* | Test code for message followups. | francis | 2008-01-14 | -1/+49 |
| | ||||
* | Let original requester send followup messages. | francis | 2008-01-10 | -3/+3 |
| | ||||
* | Allow viewing of individual response even when not logged in, but require ↵ | francis | 2008-01-09 | -14/+1 |
| | | | | log in for changing it. | |||
* | Change /classify URL to /request/ID/response/ID | francis | 2008-01-09 | -7/+7 |
| | ||||
* | Test code for classifying responses. | francis | 2008-01-09 | -6/+49 |
| | ||||
* | On second thoughts, use hidden field to mark submission of the form. | francis | 2008-01-04 | -6/+9 |
| | ||||
* | Merge request's create action into the new action, so if you copy | francis | 2008-01-04 | -4/+4 |
| | | | | the URL after posting the new request form it is still a working page. | |||
* | Prevent (probably accidental) double posting of the same request. | francis | 2008-01-04 | -1/+8 |
| | ||||
* | Integrate views for all controllers, so rhtml is checked | francis | 2007-12-23 | -5/+8 |
| | ||||
* | Bug in refactored function. | francis | 2007-12-20 | -0/+1 |
| | | | | Integrate views so test would have caught bug. | |||
* | Show both signin and signup forms still after error, so can choose other. | francis | 2007-12-14 | -10/+10 |
| | ||||
* | Word wrap emails. | francis | 2007-12-12 | -7/+7 |
| | | | | Fix user id references in test code. | |||
* | Add outgoing messages fixture so tests work. | francis | 2007-11-15 | -2/+6 |
| | ||||
* | Model for storing category of response (contains information, rejection etc.) | francis | 2007-11-14 | -2/+2 |
| | ||||
* | A few more tests. | francis | 2007-11-13 | -1/+10 |
| | ||||
* | Change admin interface to use new will_paginate plugin rather than old Rails | francis | 2007-11-13 | -4/+6 |
| | | | | pagination system. | |||
* | Test display of incoming emails. | francis | 2007-11-13 | -1/+9 |
| | ||||
* | Test that you can use old short name for public bodies in URLs. | francis | 2007-11-13 | -1/+6 |
| | ||||
* | Get user controller to 100% test coverage. | francis | 2007-11-09 | -8/+27 |
| | ||||
* | Add lots more tests. | francis | 2007-11-08 | -6/+121 |
| | | | | Fix an ACTUAL BUG a test found :) | |||
* | Redirect to simplified name URL if given complex one | francis | 2007-11-08 | -0/+5 |
| | ||||
* | Some test stubs to force them into code coverage. | francis | 2007-11-08 | -0/+32 |
| | ||||
* | Token for email confirmations. | francis | 2007-11-02 | -1/+1 |
| | ||||
* | Save post request properly into database with a model, as a record of where to | francis | 2007-11-01 | -1/+7 |
| | | | | | redirect back to after login. Token generation for these saved logins. | |||
* | Make "rake spec:check" not check views or helpers, as I don't think | francis | 2007-11-01 | -0/+1 |
| | | | | | | | | | we need specialist test files for them (and even if I did they are screwed, as they can't call functions in controllers/views/routes from the test framework). Move various link to URL helpers into their own file, for ease of calling from views and controllers. Document Spec directory in top level README. |