Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Correctly create tracks for searches that are filtered by variety:authority ↵ | Seb Bacon | 2012-05-11 | -0/+5 |
| | | | | via the search UI | |||
* | Make the order of words in a track_thing description deterministic, so the ↵ | Seb Bacon | 2012-05-02 | -1/+1 |
| | | | | test always passes | |||
* | Load all fixtures for all tests | Robin Houston | 2012-01-31 | -1/+0 |
| | | | | | | | | | The ad hoc specification of fixtures has been an ongoing source of bugs in the tests. The straw that broke the camel’s back is that 7c6eb09 requires the fixtures to be loaded in order (i.e. children before their parents), and it would have been a painful process to reorder all the dozens of different fixture lists, but the test system ought to be more reliable this way. | |||
* | Don't raise an error if the user deletes a track through the UI. Fixes #353. | Seb Bacon | 2012-01-18 | -0/+7 |
| | ||||
* | allow specs to run independently | James McKinney | 2011-10-16 | -1/+1 |
| | ||||
* | Make custom track queries have readable names. Closes #169. | Seb Bacon | 2011-09-01 | -0/+10 |
| | ||||
* | Make path work in Ruby 1.9 | Francis Irving | 2010-09-15 | -1/+1 |
| | ||||
* | Add some new TrackThing tests | tony | 2009-03-22 | -1/+21 |
| | ||||
* | Have test file for each model. | francis | 2008-05-21 | -8/+8 |
| | ||||
* | Bullet list in credits on about page. | francis | 2008-05-21 | -0/+12 |
Rename rss_at to described_at. Email alerts based on date of description, not just creation date (so don't miss things that were created before alert but described only recently) Tidy up when described vs. newest is used for sort order. Caching of text extracted from attachments, and display in search results. Add some tests for things that aren't tested. (alright, maybe we *should* use git/hg if I'm going to keep doing this many separate commits on a train) |