aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/request_controller_spec.rb
Commit message (Collapse)AuthorAgeLines
* Fix test code for changed textfrancis2008-11-03-1/+1
|
* Use link to main request page with # ref in emails announcing new responses.francis2008-10-17-1/+2
| | | | | Deprecate completely the describe_state view - just use it as a controller action which does the state description.
* Updatefrancis2008-10-08-1/+1
|
* Fix up test code, and some bugs relating to splitting out raw_email data.francis2008-09-22-8/+8
|
* Tests for new followup stuff.francis2008-09-22-2/+9
|
* Test for requires admin email.francis2008-09-21-2/+17
|
* Fix tests for comment alertsfrancis2008-09-13-4/+9
|
* Transfer count value correctly and display it.francis2008-09-04-1/+1
|
* Remove debugging.francis2008-08-29-1/+1
|
* Find mime types we don't yet handle.francis2008-08-29-2/+2
| | | | Icon for BMP
* Ugh commentfrancis2008-08-29-0/+3
|
* Fix up test with month check.francis2008-08-29-0/+7
|
* Comment alerts.francis2008-08-29-0/+42
|
* Test code for comments.francis2008-08-26-1/+1
|
* Fix test code to allow for annotations.francis2008-08-19-1/+1
|
* Fixture for comments, and fix most tests relating to it.francis2008-08-15-3/+3
|
* Various sqlite compatibility fixes.francis2008-07-30-9/+14
|
* Extra test of duplicate checking.francis2008-07-29-0/+10
|
* Fix test.francis2008-07-17-1/+1
|
* Send second reminder for classification.francis2008-07-14-1/+1
|
* Show people tracking same query, when you are on search page.francis2008-05-21-0/+35
| | | | | | | | | Put name of admin user rather than import_csv. Send automated email to remind people to clarify their request. Send response overdue alerts multiple times for one request (if it becomes overdue again after a clarification etc.) Overdue response alert email click through shows how many days overdue it is near where you write your reply.
* Fix bug when comparing new requests, caused by removal of space in body ↵francis2008-05-16-2/+4
| | | | function.
* Test code for search separated by type.francis2008-05-15-3/+4
|
* Fix various things to do with event statuses. Oops.francis2008-05-12-0/+14
|
* Fix up test code with Xapian.francis2008-04-30-1/+1
|
* More stuff for Solr to Xapian changefrancis2008-04-24-6/+6
|
* Force index build in /list test.francis2008-04-02-0/+2
|
* Test search list results.francis2008-04-01-4/+4
|
* Send email to remind people to classify their response.francis2008-03-24-5/+32
|
* Improvements to test code for requests, users and admin.francis2008-03-20-5/+6
|
* 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.