Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix remember me. | Francis Irving | 2009-12-22 | -0/+9 |
| | ||||
* | Test for attaching attachments case, where the email attached is off | Francis Irving | 2009-12-22 | -0/+74 |
| | | | | 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 for previewing followups | Francis Irving | 2009-12-22 | -0/+11 |
| | ||||
* | Fix bug that stopped re-editing requests working | Francis Irving | 2009-12-22 | -0/+9 |
| | ||||
* | 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/+35 |
| | ||||
* | Make query in this test reflect what happens in actual controller more | Francis Irving | 2009-12-17 | -4/+4 |
| | ||||
* | Email when request becomes long overdue | Francis Irving | 2009-12-16 | -0/+25 |
| | ||||
* | Fix overdue email text for new policy and for schools. | Francis Irving | 2009-12-16 | -2/+19 |
| | ||||
* | Save the model that was changed. | Francis Irving | 2009-12-16 | -1/+1 |
| | ||||
* | Mock the new is_school? function | Francis Irving | 2009-12-16 | -1/+2 |
| | ||||
* | Fix some tests. | Francis Irving | 2009-12-13 | -2/+20 |
| | ||||
* | 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 | -21/+56 |
| | ||||
* | Function to call Xapian index update. | Francis Irving | 2009-12-07 | -0/+5 |
| | ||||
* | 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 |
| | ||||
* | Fixing specs - stub render_partial not render | Louise Crow | 2009-12-06 | -11/+11 |
| | ||||
* | Change salutation from "Sir or Madam" to name of authority. | Francis Irving | 2009-12-04 | -5/+5 |
| | ||||
* | Correctly take delivery of mail in new test | Francis Irving | 2009-12-04 | -1/+20 |
| | ||||
* | Make IO.popen mocking not break later calls to popen | Francis Irving | 2009-12-04 | -6/+10 |
| | ||||
* | Make fix for return path when using sendmail have test | Francis Irving | 2009-12-04 | -0/+72 |
| | ||||
* | Rename spec files to libs, and to end _spec | Francis Irving | 2009-12-03 | -0/+0 |
| | ||||
* | Remove clause seemingly not needed in new Rails | Francis Irving | 2009-12-03 | -2/+2 |
| | ||||
* | 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 |
| | ||||
* | Ooops, git error 101 (added these when I made them, rather than | Francis Irving | 2009-12-02 | -72/+5 |
| | | | | when they were finished being edited) | |||
* | Test for TMail fix for a particular message. Monkey patch doesn't quite | Francis Irving | 2009-12-02 | -0/+164 |
| | | | | work yet. | |||
* | Apply dynamic FCGI fix properly (even if we don't use it) - it used to | Francis Irving | 2009-12-02 | -0/+81 |
| | | | | be just a version control patch. | |||
* | Apply Timezone fix patch that used to be just a change in version | Francis Irving | 2009-12-02 | -0/+81 |
| | | | | control, using instead a proper tested monkey patch in lib | |||
* | Changing rspec / rspec_on_rails version | Francis Irving | 2009-12-02 | -12/+2 |
| | ||||
* | Part of upgrade to rails 2.3.2 | Francis Irving | 2009-12-02 | -0/+10 |
| | ||||
* | 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 | -5/+5 |
| | | | | | | 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 | -3/+4 |
| | ||||
* | Make it always run rake tasks in same order (fixtures for view tests can | Francis Irving | 2009-10-29 | -3/+0 |
| | | | | otherwise behave unpredictably) | |||
* | Reflect behaviour change in 1e74ce210dd3584fbed6f53d2c0360045d7161b5 | Francis Irving | 2009-10-29 | -3/+3 |
| | ||||
* | Give this the right name. | Francis Irving | 2009-10-29 | -0/+0 |
| | ||||
* | Make number of days explicit. | francis | 2009-10-26 | -3/+3 |
| | ||||
* | Add extra test. | francis | 2009-10-19 | -0/+11 |
| | ||||
* | League table for classification game. | francis | 2009-10-14 | -2/+2 |
| | | | | | Show progress of game with Google chart. Don't require login for main game page. | |||
* | Remove debugging. | francis | 2009-10-04 | -2/+3 |
| | ||||
* | 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/+3 |
| | ||||
* | Don't send overdue alerts, or request for clarification alerts to banned users | francis | 2009-10-03 | -1/+31 |
| |