aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models
Commit message (Expand)AuthorAgeLines
* 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
| |\
| | * fix fixtures order to avoid postgresql foreign key errorsJames McKinney2011-10-11-11/+11
| * | test folded sections and fix fixture orderingJames McKinney2011-10-11-4/+16
| |/
| * Improve signature folding regexp. Fixes issue #253.Seb Bacon2011-10-11-0/+9
| * Ensure we only return true from alert-tracks process when we've actually done...Seb Bacon2011-10-03-0/+6
| * Check against default locale more robustly when importing public bodies. Fixe...David Cabo2011-09-24-1/+4
| * Add test for issues #191 and #192, and fix existing onesDavid Cabo2011-09-24-18/+28
| * Add support for add/replace tags when importing public bodies from CSV. Fixes...David Cabo2011-09-19-24/+46
| * Add support for tags to CSV import, via field "tag_string" (issue #60)David Cabo2011-09-13-6/+26
| * Make tag optional when importing public bodies through CSV (issue #60)David Cabo2011-09-13-0/+22
| * Improve detection of autoresponse emails, so we can discourage users from rep...Seb Bacon2011-09-09-7/+53
| * Remove stray (debugging?) puts statementRobin Houston2011-09-08-1/+0
| * Merge branch 'wdtk' into developRobin Houston2011-09-08-1/+55
| |\
| | * Fix User.should_be_emailed?Robin Houston2011-09-08-0/+12
| | * Fix “email bounced” recordingRobin Houston2011-09-07-1/+43
| * | Merge branch 'develop' of github.com:sebbacon/alaveteli into developDavid Cabo2011-09-03-1/+12
| |\ \
| | * | Store user's locale against profile, so we can send them localised track emai...Seb Bacon2011-09-03-1/+2
| | * | Make custom track queries have readable names. Closes #169.Seb Bacon2011-09-01-0/+10
| * | | Due to ca6fd3700c7c439d6ea969afcba2d2656d5b123f, theme_display_status for cus...David Cabo2011-09-01-10/+10
| |/ /