Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Some more fixtures (which weren't needed if the tests are run in a | Francis Irving | 2010-05-19 | -3/+3 |
| | | | | certain order, but are in other orders) | |||
* | Merge commit 'peter/tnef' | Francis Irving | 2010-03-20 | -0/+18 |
|\ | ||||
| * | Support for Outlook TNEF files | Peter Collingbourne | 2010-03-15 | -0/+18 |
| | | ||||
* | | Do not binary mask the pdf if pdftk silently fails producing no output | Peter Collingbourne | 2010-03-15 | -0/+7 |
|/ | ||||
* | Only change email address when they confirm the email, so there is no | Francis Irving | 2010-03-10 | -1/+1 |
| | | | | security leak that someone is registered with an email | |||
* | Another missing fixture. | Francis Irving | 2010-03-10 | -1/+1 |
| | ||||
* | Add another missing fixture | Francis Irving | 2010-03-10 | -1/+1 |
| | ||||
* | Add missing fixture | Francis Irving | 2010-03-10 | -1/+1 |
| | | | | This bug only happened when the tests were run in a certain order. | |||
* | Prefer HTML to other alternative types | Francis Irving | 2010-03-09 | -1/+1 |
| | ||||
* | Use better subject when replying to delivery error notifications | Francis Irving | 2010-03-09 | -0/+11 |
| | ||||
* | Merge commit 'peter/master' | Francis Irving | 2010-03-09 | -0/+18 |
|\ | | | | | | | | | | | | | Conflicts: config/environment.rb Merge patch from Peter Collingbourne for handling Outlook attachments. | |||
| * | Implement decoding of Outlook msg/oft files | Peter Collingbourne | 2010-02-18 | -0/+18 |
| | | ||||
* | | Note on this test failing for certain version of pdftk | Francis Irving | 2010-03-09 | -0/+3 |
| | | ||||
* | | Use "Re:" the subject that the authority used for replies. | Francis Irving | 2010-02-18 | -0/+47 |
|/ | ||||
* | Test for attaching attachments case, where the email attached is off | Francis Irving | 2009-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 core | Francis Irving | 2009-12-22 | -8/+12 |
| | | | | Rails | |||
* | Test case for substring bug due to stemming, and fix for it. | Francis Irving | 2009-12-18 | -5/+10 |
| | ||||
* | Basic test of loading CSV into model | Francis Irving | 2009-12-17 | -0/+32 |
| | ||||
* | Make query in this test reflect what happens in actual controller more | Francis Irving | 2009-12-17 | -4/+4 |
| | ||||
* | Extend long stop deadline to 60 working days for schools. | Francis Irving | 2009-12-11 | -2/+54 |
| | | | | Change basic display text. | |||
* | Add very overdue state with 40 working days. | Francis Irving | 2009-12-10 | -2/+16 |
| | ||||
* | Symmetrically, put a time in this test | Francis Irving | 2009-12-10 | -1/+1 |
| | ||||
* | Make sure fixture has expected sent date. | Francis Irving | 2009-12-10 | -0/+4 |
| | ||||
* | Test case for search where a user name is substring of another | Francis Irving | 2009-12-07 | -19/+51 |
| | ||||
* | Note that profile photo isn't finished. | Francis Irving | 2009-12-07 | -2/+2 |
| | ||||
* | Comment what bug this is testing. | Francis Irving | 2009-12-07 | -0/+3 |
| | ||||
* | Correctly take delivery of mail in new test | Francis Irving | 2009-12-04 | -0/+7 |
| | ||||
* | Fix test to work with new way of uudecoding | Francis Irving | 2009-12-03 | -2/+6 |
| | ||||
* | Simpler check works on new Rails, when the other doesn't | Francis Irving | 2009-12-03 | -1/+1 |
| | ||||
* | Test for PostgreSQL slash escaping bug | Francis Irving | 2009-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 Irving | 2009-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 Irving | 2009-10-29 | -1/+2 |
| | ||||
* | Make number of days explicit. | francis | 2009-10-26 | -2/+2 |
| | ||||
* | Remove debugging. | francis | 2009-10-04 | -1/+1 |
| | ||||
* | Forgot to add this. | francis | 2009-10-04 | -0/+69 |
| | ||||
* | Move the actual messages sent to authorities into a separate mailer model ↵ | francis | 2009-10-04 | -66/+0 |
| | | | | class (so can give them different layout, but is nice anyhow) | |||
* | Change formatting of outgoing emails. | francis | 2009-10-04 | -1/+2 |
| | ||||
* | Don't send overdue alerts, or request for clarification alerts to banned users | francis | 2009-10-03 | -0/+1 |
| | ||||
* | how different flash if going back to game, vs staying on page of request. ↵ | francis | 2009-10-03 | -8/+8 |
| | | | | Link to request in former case. | |||
* | Need associated incoming message so it can get the filetype. | francis | 2009-09-20 | -1/+1 |
| | ||||
* | Fix another case. | francis | 2009-09-17 | -5/+5 |
| | ||||
* | Count weekends like our lawyer says too. | francis | 2009-09-17 | -3/+6 |
| | ||||
* | Method renamed | francis | 2009-09-17 | -3/+3 |
| | ||||
* | Make a few more calls modify strings in place to reduce memory use. | francis | 2009-09-15 | -1/+1 |
| | ||||
* | More tests. | francis | 2009-09-15 | -0/+36 |
| | ||||
* | Change censor rules to apply to strings in place, so using less memory on ↵ | francis | 2009-09-15 | -14/+137 |
| | | | | | | large strings. Add lots of test code for censor rules. | |||
* | Changed rule. | francis | 2009-09-09 | -2/+2 |
| | ||||
* | Some more URL name/title tests. | francis | 2009-09-07 | -2/+34 |
| | ||||
* | Don't allow numeric only URL names. | francis | 2009-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 it | francis | 2009-08-05 | -0/+72 |
| | | | | was my birthday. |