aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'release/0.5' into developRobin Houston2012-01-12-0/+7
|\
| * Set RailsEnv to production in the Apache configRobin Houston2012-01-12-0/+1
| |
| * Merge branch 'release/0.5' of https://github.com/sebbacon/alaveteli into ↵Robin Houston2012-01-12-46/+105
| |\ | | | | | | | | | | | | | | | | | | release/0.5 Conflicts: app/controllers/request_controller.rb
| * | Set a variable the view relies onRobin Houston2012-01-12-0/+1
| | |
| * | Improve test isolationRobin Houston2012-01-12-0/+5
| | | | | | | | | | | | | | | I was seeing some test failures, apparently caused by inadequate test isolation. This change fixed them.
* | | Merge branch 'release/0.5' into developRobin Houston2012-01-12-45/+104
|\ \ \ | | |/ | |/|
| * | Retry if we get a DatabaseModifiedError from XapianRobin Houston2012-01-12-1/+24
| | |
| * | Merge branch 'release/0.5' into wdtkRobin Houston2012-01-12-5/+16
| |\ \
| | * \ Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5Robin Houston2012-01-12-3972/+5409
| | |\ \
| | | * | Further fix for issue #328.Seb Bacon2012-01-12-4/+4
| | |/ / | |/| |
| * | | Changes to attempt to ensure we always get a consistent state for an ↵Seb Bacon2012-01-12-14/+17
| | | | | | | | | | | | | | | | incoming message's attachments. May fix #339.
| * | | Fix the debug page. I have no idea why this line breaks the debug page (and ↵Seb Bacon2012-01-12-2/+0
| | | | | | | | | | | | | | | | only on the first time it's loaded); but the line isn't very important and I've got more important things to worry about :). Fixes #332.
| * | | Further fix for issue #328.Seb Bacon2012-01-12-4/+16
| | | |
| * | | Accounts using expired PostRedirects were still causing 500 errors. Fixes ↵Seb Bacon2012-01-12-13/+5
| | | | | | | | | | | | | | | | #334 (again)
| * | | Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5Seb Bacon2012-01-12-2/+2
| |\ \ \ | | | |/ | | |/|
| * | | mention elinks config in the upgrade notesSeb Bacon2012-01-12-0/+1
| | | |
| * | | Return 404 for non-existent 'details' pages. Fixes #325Seb Bacon2012-01-12-4/+11
| | | |
| * | | Return 403 when attachment "folders" are spidered. Fixes #340Seb Bacon2012-01-12-4/+16
| | | |
| | | * Improve SQL performanceRobin Houston2012-01-12-1/+12
| | | | | | | | | | | | | | | | Replace a slow query with a much faster equivalent one.
* | | | Merge branch 'release/0.5' into developRobin Houston2012-01-11-39/+125
|\ \ \ \ | | |/ / | |/| |
| * | | Escape error details to avoid XSS potentialRobin Houston2012-01-11-2/+2
| |/ /
| * | Discourage spiders from crawling old, wrongly generated URLs as per issue #311.Seb Bacon2012-01-11-0/+6
| | |
| * | Attempt to fix #333 ('attempt' because hard to test!)Seb Bacon2012-01-11-0/+1
| | |
| * | 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-15/+40
| | | | | | | | | | | | Closes #328
| * | Make sure tests related to public body editing passSeb Bacon2012-01-11-4/+5
| | |
| * | Ensure we always clean up after reindexes correctly (fix nasty ↵Seb Bacon2012-01-11-3/+7
| | | | | | | | | | | | low-predecence binding of OR operator, and also make sure we always reset dp_path).
| * | Don't choke on unescaped characters in URIs. Fixes #335.Seb Bacon2012-01-11-5/+21
| | |
| * | Don't give an error to users with an invalid postredirect token. Closes #334.Seb Bacon2012-01-11-2/+17
| | |
| * | Make public body editing form use relative link for saving it, so we don't ↵Seb Bacon2012-01-11-6/+6
| | | | | | | | | | | | break WhatDoTheyKnow's special admin URLs (needs a more elegant general solution at some point!)
| * | Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5Seb Bacon2012-01-10-16/+30
| |\ \
| | * \ Merge remote-tracking branch 'origin/wdtk' into release/0.5Robin Houston2012-01-09-1/+8
| | |\ \
| * | | | Use correct column type for sent_at date (was only preserving time and not ↵Seb Bacon2012-01-10-0/+14
| | | | | | | | | | | | | | | | | | | | date, resulting in incoming_messages all apparently being sent on January 1, 2000)
| * | | | Keep test.yml up to date with current general.yml-exampleSeb Bacon2012-01-10-1/+5
| | | | |
* | | | | Merge remote-tracking branch 'origin/wdtk' into developRobin Houston2012-01-09-1/+8
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Old feed URLs should continue to workRobin Houston2012-01-09-1/+8
| | | | |
* | | | | Merge branch 'release/0.5' into developRobin Houston2012-01-09-3/+3
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'wdtk' into release/0.5Robin Houston2012-01-09-3/+3
| |\| | |
| | * | | Really don’t require flint formatRobin Houston2012-01-09-1/+1
| | | | |
| | * | | Indent the YAML listRobin Houston2012-01-09-2/+2
| | | | | | | | | | | | | | | | | | | | ...or else some YAML parsers will choke on it, though the Ruby one does not.
| * | | | Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5Robin Houston2012-01-09-3886/+5201
| |\| | |
| * | | | Merge branch 'wdtk' into release/0.5Robin Houston2012-01-09-6/+6
| |\ \ \ \
* | \ \ \ \ Merge branch 'release/0.5' into developRobin Houston2012-01-09-11/+14
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Unindexed event types can appear transientlyRobin Houston2012-01-09-10/+13
| | | | | |
| * | | | | Link to the relevant question on the help pageRobin Houston2012-01-09-1/+1
| | | | | |
* | | | | | Merge branch 'release/0.5' into developRobin Houston2012-01-09-13/+18
|\| | | | |
| * | | | | Merge branch 'release/0.5' of https://github.com/sebbacon/alaveteli into ↵Robin Houston2012-01-09-12/+13
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | release/0.5
| | * | | | Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5Seb Bacon2012-01-09-3/+4
| | |\ \ \ \
| | * | | | | Match public bodies by tag regardless of localeSeb Bacon2012-01-09-1/+1
| | | | | | |
| | * | | | | Ignore last-seen-item variables for the purposes of varnish caching. Fixes ↵Seb Bacon2012-01-09-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | issue #324.