aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeLines
* Changed rule.francis2009-09-09-2/+2
|
* Some more URL name/title tests.francis2009-09-07-2/+34
|
* Don't allow numeric only URL names.francis2009-09-07-1/+17
| | | | Test the URL name code a bit.
* Force correct filename for attachments.francis2009-09-02-2/+13
|
* Handle 301 redirectsfrancis2009-09-02-2/+2
|
* Fix subtle bug, which caused error with old data and new ↵francis2009-08-19-3/+7
| | | | not-sending-to-auto-annotations code
* Don't send alert for annotation on your own request.francis2009-08-18-5/+21
|
* Don't allow duplicate followup messages to the same request.francis2009-08-18-0/+12
| | | | Prevent requests, followups and annotations which have all capitals or all lowercase letters.
* Some (as yet unused) profile photo code done on a whim on the train while itfrancis2009-08-05-0/+78
| | | | was my birthday.
* Clear deliveries before running test to make sure test is self-containedlouise2009-07-09-0/+1
|
* Ignore an error in expanding an attached zipfile when indexing textlouise2009-07-09-0/+13
|
* Requester only prominence.francis2009-07-03-24/+78
|
* Needs a filename for cache code nowfrancis2009-07-01-2/+2
|
* hecks prominence too, to show message if hidden for super userfrancis2009-06-30-2/+3
|
* Use caching that allows pre-authentication.francis2009-06-30-0/+25
| | | | | Add test code for hidden requests. Make super users able to view hidden requests.
* Auto-generated header on tracks.francis2009-06-27-0/+16
|
* Rename body controller to public_body for consistency.francis2009-06-22-12/+12
|
* Change name of historic URL finding function.francis2009-06-16-3/+22
| | | | Make it remove duplicates - so if finds same short name multiple times in history of one body, it returns that body.
* Fix bug with bouncing messages.francis2009-06-15-0/+7
|
* Whoops, didn't work with name part in from address.francis2009-06-15-1/+1
|
* Fancier options for stopping new responses to requests.francis2009-06-15-6/+84
|
* Stub two methods only now called in view.francis2009-06-12-0/+2
|
* Don't send to DoNotReply addresses.francis2009-05-19-0/+4
|
* Provide more explanation to users when someone else updates theirtony2009-05-14-3/+8
| | | | request status.
* Link redactions of email address and mobile phone numbers to the helptony2009-05-09-0/+4
| | | | pages about this.
* Simplifying fixtures for general controllerlouise2009-05-05-1/+1
|
* Spec tweak to work with debugging infolouise2009-05-05-1/+2
|
* Text change to encourage people to update the status of old requestslouise2009-04-27-2/+2
|
* Factor out common bit of tests into a function.francis2009-04-27-28/+14
|
* Don't allow reply to Auto_Reply emailsfrancis2009-04-27-0/+50
|
* Get multiline URLs right.francis2009-04-23-0/+28
|
* Don't be greedy, or will eat to many newlines that span to next URL.francis2009-04-23-2/+4
|
* use the new is_incoming_message? etc methodstony2009-04-23-6/+6
|
* Cope with multiline onesfrancis2009-04-23-1/+2
|
* Format (some) links in angle brackets that have newlines in themfrancis2009-04-23-0/+22
|
* Add is_incoming_message?/is_outgoing_message?/is_comment? so we can justtony2009-04-23-0/+25
| | | | ask "event.is_incoming_message?" instead of "!event.incoming_message.nil?"
* Various test fixes.francis2009-04-22-34/+23
|
* When URL of request changes, reindex its events.francis2009-04-22-0/+32
|
* Test search for when URL name of user changes.francis2009-04-22-0/+42
| | | | Remove duplicate code that dealt with that already.
* When user's URL changes, update Xapian index of requests made by them.francis2009-04-21-1/+41
|
* Update Xapian properly when body URL changesfrancis2009-04-21-2/+42
|
* Fix bug with not escaping name when used in regexp.francis2009-04-21-0/+19
|
* Remove outdated teststony2009-04-16-9/+0
|
* Log when anyone other than the request owner updates its statuslouise2009-04-15-0/+21
|
* Making "update status" link and other text more consistent with the ability ↵louise2009-04-15-6/+53
| | | | of anyone to update the status of an old unclassified request
* Adding form for anyone logged in to update the status of a request that is ↵louise2009-04-14-58/+149
| | | | old and unclassified
* Added method for sending email to requester when someone has updated an old ↵louise2009-04-14-4/+25
| | | | unclassified request
* Allowing xapian reindexing to be skipped if a no_xapian_reindex flag is set ↵louise2009-04-14-15/+57
| | | | on the model
* Moving view specs to more standard place, moving helper method inside spec ↵louise2009-04-14-21/+21
| | | | scope - will run more reliably when specs run in different orders
* Moving view specs to more standard place - helps tools like autotest handle ↵louise2009-04-14-3/+3
| | | | them. Tweak to charity number spec - when no charity number is present, the request sidebar should still be there, but the charity link should not