| Commit message (Expand) | Author | Age | Lines |
* | Remove stray puts in test code | Robin Houston | 2012-01-27 | -1/+0 |
* | Refactor test code so new test data can be added | Robin Houston | 2012-01-26 | -39/+33 |
* | A couple more test isolation failures | Robin Houston | 2012-01-24 | -0/+2 |
* | Make sure the raw emails are loaded | Robin Houston | 2012-01-24 | -38/+14 |
* | Improve test isolation | Robin Houston | 2012-01-22 | -1/+2 |
* | Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtk | Seb Bacon | 2012-01-19 | -0/+15 |
|\ |
|
| * | Merge branch 'wdtk' of github.com:sebbacon/alaveteli into wdtk | Robin Houston | 2012-01-19 | -0/+7 |
| |\ |
|
| | * | Don't raise an error if the user deletes a track through the UI. Fixes #353. | Seb Bacon | 2012-01-18 | -0/+7 |
| * | | Fix sporadic spurious test failures | Robin Houston | 2012-01-19 | -0/+8 |
| |/ |
|
* / | Always show the right search snippet. Fixes #352. | Seb Bacon | 2012-01-19 | -0/+7 |
|/ |
|
* | Merge branch 'fast-search-hack' into wdtk. Addresses the second slow SQL exa... | Seb Bacon | 2012-01-13 | -1/+4 |
|\ |
|
| * | Changes to make normal search pages not necessarily load info_request_events ... | Seb Bacon | 2012-01-12 | -1/+4 |
* | | Fix bug introduced in cec2c545e0a10e0641c4ee67839c88d872b394b8, related to is... | Seb Bacon | 2012-01-13 | -8/+11 |
* | | To get around occasional race conditions, instead of forcing an fsync, retry ... | Seb Bacon | 2012-01-13 | -9/+9 |
|/ |
|
* | Use correct column type for sent_at date (was only preserving time and not da... | Seb Bacon | 2012-01-10 | -0/+2 |
* | Test for commit caff0a3ff2e38a5aab906baa4cc77d30587e1184 (ensure we always re... | Seb Bacon | 2012-01-09 | -0/+36 |
* | Ensure attachments have been parsed before generating cached extracts | Seb Bacon | 2012-01-05 | -0/+7 |
* | Correctly test for auto-submitted headers. Fixes #316. | Seb Bacon | 2012-01-05 | -14/+13 |
* | Display internationalized emails correctly (specifically, RFC2047 headers, an... | Seb Bacon | 2012-01-04 | -0/+22 |
* | Ensure we always censor safe_mail_from; and mention new only-parse-once featu... | Seb Bacon | 2011-12-21 | -5/+3 |
* | Further improvements to attachment caching | Seb Bacon | 2011-12-13 | -9/+12 |
* | WIP on caching attachments | Seb Bacon | 2011-12-12 | -31/+44 |
* | add ability to rebuild specific terms rather than all indices -- useful for m... | Seb Bacon | 2011-12-05 | -1/+82 |
* | Always create a the Internal Admin Authority using the default locale. Fixes... | Seb Bacon | 2011-12-02 | -0/+12 |
* | Merge branch 'develop' into xapian-dcabo | Seb Bacon | 2011-11-24 | -47/+48 |
|\ |
|
| * | Merge remote-tracking branch 'jpmckinney/pre1.9' into develop | Seb Bacon | 2011-11-24 | -18/+19 |
| |\ |
|
| | * | sort hash keys consistently in Ruby 1.8 and 1.9 | James McKinney | 2011-10-17 | -12/+12 |
| | * | add safe_mock_model to safely handle #to_ary calls in 1.9 | James McKinney | 2011-10-17 | -6/+6 |
| | * | add encoding magic comments and fix paths | James McKinney | 2011-10-16 | -0/+1 |
| * | | allow specs to run independently | James McKinney | 2011-10-16 | -29/+29 |
| |/ |
|
* | | Merge branch 'develop' into xapian-dcabo | seb | 2011-11-24 | -84/+321 |
|\| |
|
| * | Merge pull request #268 from jpmckinney/fix_fixtures_order | Seb Bacon | 2011-10-12 | -11/+11 |
| |\ |
|
| | * | fix fixtures order to avoid postgresql foreign key errors | James McKinney | 2011-10-11 | -11/+11 |
| * | | test folded sections and fix fixture ordering | James McKinney | 2011-10-11 | -4/+16 |
| |/ |
|
| * | Improve signature folding regexp. Fixes issue #253. | Seb Bacon | 2011-10-11 | -0/+9 |
| * | Ensure we only return true from alert-tracks process when we've actually done... | Seb Bacon | 2011-10-03 | -0/+6 |
| * | Check against default locale more robustly when importing public bodies. Fixe... | David Cabo | 2011-09-24 | -1/+4 |
| * | Add test for issues #191 and #192, and fix existing ones | David Cabo | 2011-09-24 | -18/+28 |
| * | Add support for add/replace tags when importing public bodies from CSV. Fixes... | David Cabo | 2011-09-19 | -24/+46 |
| * | Add support for tags to CSV import, via field "tag_string" (issue #60) | David Cabo | 2011-09-13 | -6/+26 |
| * | Make tag optional when importing public bodies through CSV (issue #60) | David Cabo | 2011-09-13 | -0/+22 |
| * | Improve detection of autoresponse emails, so we can discourage users from rep... | Seb Bacon | 2011-09-09 | -7/+53 |
| * | Remove stray (debugging?) puts statement | Robin Houston | 2011-09-08 | -1/+0 |
| * | Merge branch 'wdtk' into develop | Robin Houston | 2011-09-08 | -1/+55 |
| |\ |
|
| | * | Fix User.should_be_emailed? | Robin Houston | 2011-09-08 | -0/+12 |
| | * | Fix “email bounced” recording | Robin Houston | 2011-09-07 | -1/+43 |
| * | | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | David Cabo | 2011-09-03 | -1/+12 |
| |\ \ |
|
| | * | | Store user's locale against profile, so we can send them localised track emai... | Seb Bacon | 2011-09-03 | -1/+2 |
| | * | | Make custom track queries have readable names. Closes #169. | Seb Bacon | 2011-09-01 | -0/+10 |
| * | | | Due to ca6fd3700c7c439d6ea969afcba2d2656d5b123f, theme_display_status for cus... | David Cabo | 2011-09-01 | -10/+10 |
| |/ / |
|