aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers
Commit message (Collapse)AuthorAgeLines
* Send second reminder for classification.francis2008-07-14-1/+1
|
* Remove escaping of HTML from text alert emails.francis2008-05-27-1/+3
|
* 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.
* Bullet list in credits on about page.francis2008-05-21-0/+10
| | | | | | | | | | | Rename rss_at to described_at. Email alerts based on date of description, not just creation date (so don't miss things that were created before alert but described only recently) Tidy up when described vs. newest is used for sort order. Caching of text extracted from attachments, and display in search results. Add some tests for things that aren't tested. (alright, maybe we *should* use git/hg if I'm going to keep doing this many separate commits on a train)
* Fix bug when comparing new requests, caused by removal of space in body ↵francis2008-05-16-2/+4
| | | | function.
* Highlight search terms in emails.francis2008-05-16-2/+2
|
* Test code for search separated by type.francis2008-05-15-25/+16
|
* Fix various things to do with event statuses. Oops.francis2008-05-12-0/+14
|
* Test update.francis2008-05-09-1/+1
|
* Get test code working with Xapian index.francis2008-05-05-6/+13
|
* Fix up test code with Xapian.francis2008-04-30-5/+5
|
* More stuff for Solr to Xapian changefrancis2008-04-24-17/+18
|
* More tests stufffrancis2008-04-14-1/+1
|
* Spec changefrancis2008-04-09-1/+1
|
* Remove silly indexfrancis2008-04-04-1/+1
|
* Email alerts for tracking a particular request.francis2008-04-03-0/+72
|
* Force index build in /list test.francis2008-04-02-0/+2
|
* Test search list results.francis2008-04-01-4/+4
|
* Search index by events, rather than by requests/messagesfrancis2008-03-31-4/+4
|
* HTML fix.francis2008-03-24-1/+1
| | | | Test code update.
* Send email to remind people to classify their response.francis2008-03-24-5/+32
|
* Test stuff for password changing.francis2008-03-21-0/+58
|
* Test code for more admin stuff, and help pages, and related HTML fixes.francis2008-03-21-0/+91
|
* Improvements to test code for requests, users and admin.francis2008-03-20-12/+102
|
* Overdue request alerts.francis2008-03-19-4/+34
| | | | Some other tweaks to user tests.
* Test preview.francis2008-03-19-9/+20
|
* Test listing public bodies, with tags.francis2008-03-19-2/+47
|
* Test attachments.francis2008-03-19-0/+24
|
* Test code for search and the front page.francis2008-03-19-12/+60
|
* 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.
* Make users all have their own URL, rather than sharing if they have the same ↵francis2008-03-12-1/+1
| | | | name.
* Fix up tests.francis2008-03-06-25/+28
|
* Some test code updates.francis2008-02-28-6/+9
|
* Use names in URLs of requests.francis2008-02-27-13/+13
|
* Store url_name in database for usersfrancis2008-02-27-6/+6
|
* Rename simple_short_name to url_name in routingfrancis2008-02-27-5/+5
|
* Spell checkingfrancis2008-02-25-0/+2
|
* Fix lots of test code errors.francis2008-02-21-3/+3
|
* Need this now, as info request listing inside user page requires getting due ↵francis2008-02-14-1/+1
| | | | date, which requires incoming messages.
* 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-7/+7
|
* 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
|