aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models
Commit message (Expand)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
* Some (as yet unused) profile photo code done on a whim on the train while itfrancis2009-08-05-0/+72
* 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
* Auto-generated header on tracks.francis2009-06-27-0/+16
* Change name of historic URL finding function.francis2009-06-16-3/+22
* 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-2/+79
* 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
* Link redactions of email address and mobile phone numbers to the helptony2009-05-09-0/+4
* 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-1/+1
* 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
* Add is_incoming_message?/is_outgoing_message?/is_comment? so we can justtony2009-04-23-0/+25
* 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
* 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
* Added method for sending email to requester when someone has updated an old u...louise2009-04-14-4/+25
* Allowing xapian reindexing to be skipped if a no_xapian_reindex flag is set o...louise2009-04-14-15/+57
* it's -> itstony2009-04-13-4/+4
* Adding a flag to allow user model to be saved without reindexing associated m...louise2009-04-09-8/+59
* Adding specs for track alert emails. All users get updated, which I think cau...louise2009-04-09-1/+94
* Reminders sent to users to update the status of their request now use InfoReq...louise2009-04-08-2/+2
* Make old_unclassfied function a bit more flexible for reuse elsewhere e.g. in...louise2009-04-08-16/+26
* Adding specs for current behaviour of RequestMailer when sending out reminder...louise2009-04-08-1/+79
* Moving logic for determining old and unclassified requests to the model in pr...louise2009-04-08-0/+64
* TMail rebuilds address when constructing emails. Move our morefrancis2009-04-08-3/+31
* Tests for use of different addresses in replies.francis2009-04-08-16/+51
* Start to add test for the mail reply address functions.francis2009-04-07-1/+31
* Allow request owners or admins to update the status of a request at any time ...louise2009-04-07-6/+6
* Remove real_owning_user method - not requiredlouise2009-04-06-28/+1
* Added methods to InfoRequest for figuring out if a user is the real owner of ...louise2009-04-06-2/+53
* Add a convenience method User.requires_admin_power? for determining whether a...louise2009-04-06-1/+21
* Adding is_owning_user? method to info request to replace logic in RequestCont...louise2009-04-06-0/+29
* Add method to info request for getting last event that needs a description - ...louise2009-04-03-80/+103
* Need history loaded in fixture in order to find by it.francis2009-03-30-1/+1
* Move Xapian tests into one file so they don't slow down normal modeltony2009-03-22-21/+40
* Add admin + banned tests to Usertony2009-03-22-0/+18
* Test for specific errors in Usertony2009-03-22-3/+3
* Add some new TrackThing teststony2009-03-22-1/+21
* split into distinct named teststony2009-03-22-10/+11
* rspec provides a useful errors_on testtony2009-03-22-4/+5