aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Collapse)AuthorAgeLines
* Test for commit 9099f63a364242764da529c109166e69fd2ec606Seb Bacon2012-01-17-2/+2
|
* Test belonging to commit a39f71ee21739eb754688f185c59c3a7f209aaaSeb Bacon2012-01-17-3/+3
|
* Test fix that belongs to e82ca928a140400f8446dba85014a0c9059e789bSeb Bacon2012-01-17-1/+1
|
* Actually do a proper ORed and partial match query, rather than fix parsing ↵Seb Bacon2012-01-17-2/+12
| | | | errors ad hoc as I find them that result from the workaround code. Fixes #328 (for good, I hope).
* Fail silently if third party services are broken or unavailable. Fixes #354.Seb Bacon2012-01-17-6/+31
|
* Merge branch 'fast-search-hack' into wdtk. Addresses the second slow SQL ↵Seb Bacon2012-01-13-1/+4
|\ | | | | | | example at issue #327, at least in part.
| * Changes to make normal search pages not necessarily load info_request_events ↵Seb Bacon2012-01-12-1/+4
| | | | | | | | every time
* | Fix bug introduced in cec2c545e0a10e0641c4ee67839c88d872b394b8, related to ↵Seb Bacon2012-01-13-20/+77
| | | | | | | | issue #343.
* | Show internal_review (and some other) items in the "unresolved" list. Fixes ↵Seb Bacon2012-01-13-0/+10
| | | | | | | | #344.
* | Ensure we show "all requests" in order that they were last updated. FIxes #343.Seb Bacon2012-01-13-3/+6
| |
* | Further refinement for issue #340Seb Bacon2012-01-13-0/+2
| |
* | Fix further special character searches as per issue #328Seb Bacon2012-01-13-1/+2
| |
* | To get around occasional race conditions, instead of forcing an fsync, retry ↵Seb Bacon2012-01-13-9/+9
| | | | | | | | getting the body a few times before failing. May be related to issue #333 and #339
* | Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5Seb Bacon2012-01-13-0/+5
|\ \ | |/ |/|
| * Merge branch 'release/0.5' of https://github.com/sebbacon/alaveteli into ↵Robin Houston2012-01-12-4/+26
| |\ | | | | | | | | | | | | | | | | | | release/0.5 Conflicts: app/controllers/request_controller.rb
| * | Improve test isolationRobin Houston2012-01-12-0/+5
| | | | | | | | | | | | | | | I was seeing some test failures, apparently caused by inadequate test isolation. This change fixed them.
* | | Force rails_env always to be test. The previous setting caused me to drop ↵Seb Bacon2012-01-12-1/+1
| |/ |/| | | | | production databases by accident more than once....
* | Further fix for issue #328.Seb Bacon2012-01-12-2/+2
| |
* | Further fix for issue #328.Seb Bacon2012-01-12-2/+15
| |
* | Accounts using expired PostRedirects were still causing 500 errors. Fixes ↵Seb Bacon2012-01-12-2/+3
| | | | | | | | #334 (again)
* | Return 404 for non-existent 'details' pages. Fixes #325Seb Bacon2012-01-12-0/+4
| |
* | Return 403 when attachment "folders" are spidered. Fixes #340Seb Bacon2012-01-12-0/+4
|/
* Fix typeahead search specs to match recent API changeSeb Bacon2012-01-11-5/+5
|
* Fix problem with typeahead searches containing " - " characters and similar. ↵Seb Bacon2012-01-11-1/+17
| | | | Closes #328
* Don't choke on unescaped characters in URIs. Fixes #335.Seb Bacon2012-01-11-0/+12
|
* Don't give an error to users with an invalid postredirect token. Closes #334.Seb Bacon2012-01-11-0/+13
|
* Use correct column type for sent_at date (was only preserving time and not ↵Seb Bacon2012-01-10-0/+2
| | | | date, resulting in incoming_messages all apparently being sent on January 1, 2000)
* Test for commit caff0a3ff2e38a5aab906baa4cc77d30587e1184 (ensure we always ↵Seb Bacon2012-01-09-0/+36
| | | | regenerate attachments cache when necessary)
* Don't give error when viewing HTML versions. Fixes issue #321Seb Bacon2012-01-08-2/+554
|
* Merge branch 'fixing-xapian-reindexing' into release/0.5Seb Bacon2012-01-06-4/+5
|\
| * 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.