aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models
Commit message (Collapse)AuthorAgeLines
* Some more fixtures (which weren't needed if the tests are run in aFrancis Irving2010-05-19-3/+3
| | | | certain order, but are in other orders)
* Merge commit 'peter/tnef'Francis Irving2010-03-20-0/+18
|\
| * Support for Outlook TNEF filesPeter Collingbourne2010-03-15-0/+18
| |
* | Do not binary mask the pdf if pdftk silently fails producing no outputPeter Collingbourne2010-03-15-0/+7
|/
* Only change email address when they confirm the email, so there is noFrancis Irving2010-03-10-1/+1
| | | | security leak that someone is registered with an email
* Another missing fixture.Francis Irving2010-03-10-1/+1
|
* Add another missing fixtureFrancis Irving2010-03-10-1/+1
|
* Add missing fixtureFrancis Irving2010-03-10-1/+1
| | | | This bug only happened when the tests were run in a certain order.
* Prefer HTML to other alternative typesFrancis Irving2010-03-09-1/+1
|
* Use better subject when replying to delivery error notificationsFrancis Irving2010-03-09-0/+11
|
* Merge commit 'peter/master'Francis Irving2010-03-09-0/+18
|\ | | | | | | | | | | | | Conflicts: config/environment.rb Merge patch from Peter Collingbourne for handling Outlook attachments.
| * Implement decoding of Outlook msg/oft filesPeter Collingbourne2010-02-18-0/+18
| |
* | Note on this test failing for certain version of pdftkFrancis Irving2010-03-09-0/+3
| |
* | Use "Re:" the subject that the authority used for replies.Francis Irving2010-02-18-0/+47
|/
* Test for attaching attachments case, where the email attached is offFrancis Irving2009-12-22-0/+20
| | | | type octet-stream, so we don't know it is an email until later.
* Remove test that doesn't seem to matter, and should be fixed in coreFrancis Irving2009-12-22-8/+12
| | | | Rails
* Test case for substring bug due to stemming, and fix for it.Francis Irving2009-12-18-5/+10
|
* Basic test of loading CSV into modelFrancis Irving2009-12-17-0/+32
|
* Make query in this test reflect what happens in actual controller moreFrancis Irving2009-12-17-4/+4
|
* Extend long stop deadline to 60 working days for schools.Francis Irving2009-12-11-2/+54
| | | | Change basic display text.
* Add very overdue state with 40 working days.Francis Irving2009-12-10-2/+16
|
* Symmetrically, put a time in this testFrancis Irving2009-12-10-1/+1
|
* Make sure fixture has expected sent date.Francis Irving2009-12-10-0/+4
|
* Test case for search where a user name is substring of anotherFrancis Irving2009-12-07-19/+51
|
* Note that profile photo isn't finished.Francis Irving2009-12-07-2/+2
|
* Comment what bug this is testing.Francis Irving2009-12-07-0/+3
|
* Correctly take delivery of mail in new testFrancis Irving2009-12-04-0/+7
|
* Fix test to work with new way of uudecodingFrancis Irving2009-12-03-2/+6
|
* Simpler check works on new Rails, when the other doesn'tFrancis Irving2009-12-03-1/+1
|
* Test for PostgreSQL slash escaping bugFrancis Irving2009-12-01-0/+25
| | | | | http://blog.aradine.com/2009/09/rubys-marshal-and-activerecord-and.html https://rails.lighthouseapp.com/projects/8994/tickets/1063-binary-data-broken-with-postgresql-adapter
* Migrate to using a binary database field for storing raw emails, rather than ↵Francis Irving2009-10-30-4/+4
| | | | | | text. Does it gradually, so existing column is left alone to speed things up.
* So fixtures and deliveries are right when run in alphabetical order.Francis Irving2009-10-29-1/+2
|
* Make number of days explicit.francis2009-10-26-2/+2
|
* Remove debugging.francis2009-10-04-1/+1
|
* Forgot to add this.francis2009-10-04-0/+69
|
* Move the actual messages sent to authorities into a separate mailer model ↵francis2009-10-04-66/+0
| | | | class (so can give them different layout, but is nice anyhow)
* Change formatting of outgoing emails.francis2009-10-04-1/+2
|
* Don't send overdue alerts, or request for clarification alerts to banned usersfrancis2009-10-03-0/+1
|
* how different flash if going back to game, vs staying on page of request. ↵francis2009-10-03-8/+8
| | | | Link to request in former case.
* Need associated incoming message so it can get the filetype.francis2009-09-20-1/+1
|
* Fix another case.francis2009-09-17-5/+5
|
* Count weekends like our lawyer says too.francis2009-09-17-3/+6
|
* Method renamedfrancis2009-09-17-3/+3
|
* Make a few more calls modify strings in place to reduce memory use.francis2009-09-15-1/+1
|
* More tests.francis2009-09-15-0/+36
|
* Change censor rules to apply to strings in place, so using less memory on ↵francis2009-09-15-14/+137
| | | | | | large strings. Add lots of test code for censor rules.
* 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.
* Some (as yet unused) profile photo code done on a whim on the train while itfrancis2009-08-05-0/+72
| | | | was my birthday.