aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers
Commit message (Collapse)AuthorAgeLines
* Most put rebuild in begin, or else it just builds when the class loads.francis2009-03-18-1/+4
|
* Make it redirect to email subscription # reference in user page when youfrancis2009-03-17-1/+8
| | | | click unsubscribe link in email.
* It didn't seem to rebuild unless I put it in begin like this.francis2009-03-16-1/+5
|
* Call rebuild_xapian_index in more tests to reduce order dependencytony2009-03-13-6/+3
|
* use have_tag() to narrow the test to the correct scopetony2009-03-09-3/+4
|
* Display "You" as username in comments you've made.tony2009-03-07-0/+19
|
* Text change reflected in test code.francis2009-02-28-1/+1
|
* Updates to test code with move of controller.francis2009-02-02-1/+1
|
* Update with new list page defaults.francis2009-01-14-4/+4
|
* Fix of test.francis2008-11-07-1/+1
|
* Lots more internal review stuff.francis2008-11-07-6/+12
|
* 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-13/+13
|
* 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
|
* Fix bug in call to sort_by_ascending (boolean || true is always true!) in ↵francis2008-09-12-3/+3
| | | | | | acts_as_xapian Alter WDTK code to use correct meaning of ascending in Xapian.
* Rename new_frontpage to frontpage.francis2008-09-08-11/+0
| | | | Remove public_body_query, only used by old frontpage.
* Bah.francis2008-09-07-1/+1
|
* Boofrancis2008-09-07-1/+1
|
* Tweeks for test codefrancis2008-09-07-1/+1
|
* Migration to Rails 2.1francis2008-09-04-1/+1
|
* Transfer count value correctly and display it.francis2008-09-04-1/+1
|
* Update text nor user emails are formattedfrancis2008-08-29-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
|
* Update changed URL.francis2008-08-29-1/+1
|
* Fix up test with month check.francis2008-08-29-0/+7
|
* Comment alerts.francis2008-08-29-0/+42
|
* Prevent double posting of comments, and test code for that.francis2008-08-26-23/+8
|
* Test code for comments.francis2008-08-26-1/+77
|
* 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-9/+10
|
* Basic test of RSS feedfrancis2008-08-09-0/+19
|
* Fix up test code now we only have email tracks.francis2008-08-09-17/+2
|
* Various sqlite compatibility fixes.francis2008-07-30-9/+14
|
* Extra test of duplicate checking.francis2008-07-29-0/+10
|
* RSS feeds without tracking (just underlying code, not linked from anywhere yet)francis2008-07-18-4/+4
|
* Fix test.francis2008-07-17-1/+1
|
* 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
|