aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeLines
...
| * Make test less brittleSeb Bacon2012-01-06-2/+2
| |
| * Reduce excess flush operations (they're slooow)Seb Bacon2012-01-06-1/+1
| |
| * Further work in progressSeb Bacon2012-01-06-1/+2
| |
* | Fix zip-attachment functionalitySeb Bacon2012-01-06-3/+3
|/
* 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, ↵Seb Bacon2012-01-04-0/+484
| | | | and HTML emails with encoding in a meta-tag). Fixes #281
* Reintroduce a "my requests" link. Fixes #289.Seb Bacon2012-01-02-0/+10
|
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2011-12-30-71/+274
|\
| * Ensure we always censor safe_mail_from; and mention new only-parse-once ↵Seb Bacon2011-12-21-5/+3
| | | | | | | | feature in CHANGES.md
| * Ensure we only parse emails when needed by referring to a new last_parsed ↵Seb Bacon2011-12-21-2/+4
| | | | | | | | field on incoming_messages. Currently mails are always parsed just-in-time, but could be parsed as a queue in the future.
| * Merge branch 'develop' into cache-foi-attachments-sebSeb Bacon2011-12-21-10/+40
| |\ | | | | | | | | | | | | Conflicts: app/controllers/request_controller.rb
| | * Don't generate endlessly recursive URLs from request pages where the URL has ↵Seb Bacon2011-12-21-0/+32
| | | | | | | | | | | | a query string. Fixes #311.
| | * Don't do wildcard searches for partial matches in type ahead searches. ↵Seb Bacon2011-12-21-10/+8
| | | | | | | | | | | | Fixes #310.
| * | Further improvements to attachment cachingSeb Bacon2011-12-13-17/+22
| | |
| * | WIP on caching attachmentsSeb Bacon2011-12-12-36/+113
| |/
| * add ability to rebuild specific terms rather than all indices -- useful for ↵Seb Bacon2011-12-05-3/+92
| | | | | | | | migrations where new terms have been added (see rake:xapian:rebuild_index help)
| * Fix tests relating to commit dc3c642e889f887e46873ae78967ec7c893c9c1bSeb Bacon2011-12-05-10/+12
| |
* | Recognise a couple of newly-seen types of out-of-office messageRobin Houston2011-12-30-0/+677
|/
* When listing public bodies, instead of showing only those with translations ↵Seb Bacon2011-12-02-1/+14
| | | | in the current locale, show all those that have entries in the default locale. When there is no translation present for a locale, it will fall back to the default translation. Fixes #280.
* Always create a the Internal Admin Authority using the default locale. ↵Seb Bacon2011-12-02-0/+12
| | | | Fixes #303.
* Merge branch 'develop' into xapian-dcaboSeb Bacon2011-11-24-134/+154
|\ | | | | | | | | Conflicts: spec/models/xapian_spec.rb
| * Merge remote-tracking branch 'jpmckinney/pre1.9' into developSeb Bacon2011-11-24-38/+49
| |\ | | | | | | | | | | | | Conflicts: spec/controllers/request_controller_spec.rb
| | * fix spec example for 1.9James McKinney2011-10-17-2/+2
| | |
| | * 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/+14
| | |
| | * call #first on from_addrs and to_addrs before calling #to_sJames McKinney2011-10-16-12/+12
| | |
| | * add encoding magic comments and fix pathsJames McKinney2011-10-16-6/+10
| | |
| * | Merge pull request #275 from jpmckinney/independent-specsSeb Bacon2011-11-22-96/+105
| |\ \ | | | | | | | | Allow specs to run independently
| | * | add more fixtures to one specJames McKinney2011-10-17-4/+4
| | | |
| | * | allow specs to run independentlyJames McKinney2011-10-16-97/+105
| | |/
* | | Merge branch 'develop' into xapian-dcaboseb2011-11-24-280/+1987
|\| | | | | | | | | | | | | | Conflicts: spec/models/xapian_spec.rb
| * | Username from users logged in as ADMIN_USERNAME should appear in ↵seb2011-11-21-1/+1
| | | | | | | | | | | | administrative interface event logs. Fixes #287.
| * | Fix occasional test failures due to two events happening in the same second ↵seb2011-11-21-2/+2
| |/ | | | | | | being treated as one for the purposes of caching. Fixes #290.
| * Merge pull request #268 from jpmckinney/fix_fixtures_orderSeb Bacon2011-10-12-38/+38
| |\ | | | | | | Fix fixtures order
| | * fix fixtures order to avoid postgresql foreign key errorsJames McKinney2011-10-11-38/+38
| | |
| * | test folded sections and fix fixture orderingJames McKinney2011-10-11-4/+16
| |/
| * Improve signature folding regexp. Fixes issue #253.Seb Bacon2011-10-11-0/+426
| |
| * Merge branch 'release/0.4' into developSeb Bacon2011-10-10-22/+87
| |\
| | * Ensure we only return true from alert-tracks process when we've actually ↵Seb Bacon2011-10-03-0/+6
| | | | | | | | | | | | done something. Fixes #247.
| | * Respect admin password and username. Fixes #245.Seb Bacon2011-09-30-3/+22
| | |
| | * Check against default locale more robustly when importing public bodies. ↵David Cabo2011-09-24-1/+4
| | | | | | | | | | | | Fixes #193
| | * Add test for issues #191 and #192, and fix existing onesDavid Cabo2011-09-24-18/+28
| | |
| | * Remove invalid collate argument for public body searchesDavid Cabo2011-09-23-0/+27
| | | | | | | | | | | | The existing bug wasn't catched by the tests, because it only fails when running in dev: otherwise all the classes are loaded before the search is done, and acts_as_xapian can find the provided 'request_collapse' argument, even if the PublicBody class doesn't define it, since all the init options end up together in acts_as_xapian.
| * | Extra tests to sanity check UTF conversion (see issue #128 for background)Seb Bacon2011-10-10-0/+84
| |/
| * Merge branch 'develop' of github.com:sebbacon/alaveteli into developDavid Cabo2011-09-19-0/+318
| |\
| | * Merge branch 'wdtk' into developRobin Houston2011-09-19-0/+318
| | |\
| | | * Detect OOF messages that identify themselves by a X-POST-MessageClass headerRobin Houston2011-09-08-0/+68
| | | |
| | | * Remove spurious puts (added for debugging?)Robin Houston2011-09-08-1/+0
| | | |
| | | * More out-of-office message detectionRobin Houston2011-09-08-0/+67
| | | |