aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/request_controller_spec.rb
Commit message (Collapse)AuthorAgeLines
...
* Overdue request alerts.francis2008-03-19-4/+27
| | | | Some other tweaks to user tests.
* Test preview.francis2008-03-19-9/+20
|
* Test attachments.francis2008-03-19-0/+24
|
* Add tests for broken case of saving info request or user when there is ↵francis2008-03-15-0/+25
| | | | | | existing one with same title/name. Fix the bug, which was in function that makes url_title/url_name.
* Fix up tests.francis2008-03-06-24/+1
|
* Use names in URLs of requests.francis2008-02-27-7/+7
|
* Spell checkingfrancis2008-02-25-0/+2
|
* Fix lots of test code errors.francis2008-02-21-2/+2
|
* Store historty of state changes in event log.francis2008-02-06-3/+3
|
* Make each incoming message have an info_request_event.francis2008-02-01-6/+6
|
* Adding back tests of state setting.francis2008-01-30-25/+28
|
* Fix some errors in and found by test stuff.francis2008-01-30-26/+26
|
* Include name as well as email in to address in followup messages.francis2008-01-21-0/+1
|
* Test code for message followups.francis2008-01-14-1/+49
|
* Let original requester send followup messages.francis2008-01-10-3/+3
|
* Allow viewing of individual response even when not logged in, but require ↵francis2008-01-09-14/+1
| | | | log in for changing it.
* Change /classify URL to /request/ID/response/IDfrancis2008-01-09-7/+7
|
* Test code for classifying responses.francis2008-01-09-6/+49
|
* On second thoughts, use hidden field to mark submission of the form.francis2008-01-04-6/+9
|
* Merge request's create action into the new action, so if you copyfrancis2008-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.francis2008-01-04-1/+8
|
* Integrate views for all controllers, so rhtml is checkedfrancis2007-12-23-0/+1
|
* Bug in refactored function.francis2007-12-20-0/+1
| | | | Integrate views so test would have caught bug.
* Word wrap emails.francis2007-12-12-2/+2
| | | | Fix user id references in test code.
* Add outgoing messages fixture so tests work.francis2007-11-15-2/+6
|
* Model for storing category of response (contains information, rejection etc.)francis2007-11-14-2/+2
|
* Test display of incoming emails.francis2007-11-13-1/+9
|
* Add lots more tests.francis2007-11-08-2/+5
| | | | Fix an ACTUAL BUG a test found :)
* Some test stubs to force them into code coverage.francis2007-11-08-0/+23
|
* Token for email confirmations.francis2007-11-02-1/+1
|
* Save post request properly into database with a model, as a record of where tofrancis2007-11-01-1/+7
| | | | | redirect back to after login. Token generation for these saved logins.
* Some more tests.francis2007-10-31-3/+77
|
* Requests for a controller.francis2007-10-30-0/+26