aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models
Commit message (Expand)AuthorAgeLines
* Fix test for updated test dataRobin Houston2012-06-07-1/+1
* Make test more flexibleRobin Houston2012-06-07-3/+3
* Need another stub nowRobin Houston2012-06-07-0/+1
* Test to ensure users who have opted out of alert emails don't get anySeb Bacon2012-05-30-0/+7
* Fix tests that broke as result of new flag to control if email alerts should ...Seb Bacon2012-05-30-0/+2
* Correctly create tracks for searches that are filtered by variety:authority v...Seb Bacon2012-05-11-0/+5
* Empty the purge queue even for failed requests (otherwise we will be endlessl...Seb Bacon2012-05-04-1/+1
* Make the order of words in a track_thing description deterministic, so the te...Seb Bacon2012-05-02-1/+1
* More changes and refactoring to make purges work.Seb Bacon2012-04-20-0/+32
* Don't add http when https is presentHenare Degan2012-03-13-0/+6
* Don't add extra www characters to web addresses that have been explicitly def...Henare Degan2012-03-13-1/+1
* Make public authority home page links work. Fixes #271Henare Degan2012-03-13-0/+6
* Add some tests for the public body home page calculationHenare Degan2012-03-13-0/+22
* Eliminate trailing spaces in test namesRobin Houston2012-02-03-1/+1
* Better test assertionsRobin Houston2012-02-03-17/+17
* Update testRobin Houston2012-01-31-1/+1
* Load all fixtures for all testsRobin Houston2012-01-31-40/+0
* Load all raw emails for testingRobin Houston2012-01-29-22/+22
* Remove stray puts in test codeRobin Houston2012-01-27-1/+0
* Refactor test code so new test data can be addedRobin Houston2012-01-26-39/+33
* A couple more test isolation failuresRobin Houston2012-01-24-0/+2
* Make sure the raw emails are loadedRobin Houston2012-01-24-38/+14
* Improve test isolationRobin Houston2012-01-22-1/+2
* Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkSeb Bacon2012-01-19-0/+15
|\
| * Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtkRobin Houston2012-01-19-0/+7
| |\
| | * Don't raise an error if the user deletes a track through the UI. Fixes #353.Seb Bacon2012-01-18-0/+7
| * | Fix sporadic spurious test failuresRobin Houston2012-01-19-0/+8
| |/
* / Always show the right search snippet. Fixes #352.Seb Bacon2012-01-19-0/+7
|/
* Merge branch 'fast-search-hack' into wdtk. Addresses the second slow SQL exa...Seb Bacon2012-01-13-1/+4
|\
| * Changes to make normal search pages not necessarily load info_request_events ...Seb Bacon2012-01-12-1/+4
* | Fix bug introduced in cec2c545e0a10e0641c4ee67839c88d872b394b8, related to is...Seb Bacon2012-01-13-8/+11
* | To get around occasional race conditions, instead of forcing an fsync, retry ...Seb Bacon2012-01-13-9/+9
|/
* Use correct column type for sent_at date (was only preserving time and not da...Seb Bacon2012-01-10-0/+2
* Test for commit caff0a3ff2e38a5aab906baa4cc77d30587e1184 (ensure we always re...Seb Bacon2012-01-09-0/+36
* Ensure attachments have been parsed before generating cached extractsSeb Bacon2012-01-05-0/+7
* Correctly test for auto-submitted headers. Fixes #316.Seb Bacon2012-01-05-14/+13
* Display internationalized emails correctly (specifically, RFC2047 headers, an...Seb Bacon2012-01-04-0/+22
* Ensure we always censor safe_mail_from; and mention new only-parse-once featu...Seb Bacon2011-12-21-5/+3
* Further improvements to attachment cachingSeb Bacon2011-12-13-9/+12
* WIP on caching attachmentsSeb Bacon2011-12-12-31/+44
* add ability to rebuild specific terms rather than all indices -- useful for m...Seb Bacon2011-12-05-1/+82
* Always create a the Internal Admin Authority using the default locale. Fixes...Seb Bacon2011-12-02-0/+12
* Merge branch 'develop' into xapian-dcaboSeb Bacon2011-11-24-47/+48
|\
| * Merge remote-tracking branch 'jpmckinney/pre1.9' into developSeb Bacon2011-11-24-18/+19
| |\
| | * sort hash keys consistently in Ruby 1.8 and 1.9James McKinney2011-10-17-12/+12
| | * add safe_mock_model to safely handle #to_ary calls in 1.9James McKinney2011-10-17-6/+6
| | * add encoding magic comments and fix pathsJames McKinney2011-10-16-0/+1
| * | allow specs to run independentlyJames McKinney2011-10-16-29/+29
| |/
* | Merge branch 'develop' into xapian-dcaboseb2011-11-24-84/+321
|\|
| * Merge pull request #268 from jpmckinney/fix_fixtures_orderSeb Bacon2011-10-12-11/+11
| |\