Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix the debug page. I have no idea why this line breaks the debug page (and ↵ | Seb Bacon | 2012-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 Bacon | 2012-01-12 | -4/+16 |
| | ||||
* | Accounts using expired PostRedirects were still causing 500 errors. Fixes ↵ | Seb Bacon | 2012-01-12 | -13/+5 |
| | | | | #334 (again) | |||
* | Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5 | Seb Bacon | 2012-01-12 | -2/+2 |
|\ | ||||
| * | Escape error details to avoid XSS potential | Robin Houston | 2012-01-11 | -2/+2 |
| | | ||||
* | | mention elinks config in the upgrade notes | Seb Bacon | 2012-01-12 | -0/+1 |
| | | ||||
* | | Return 404 for non-existent 'details' pages. Fixes #325 | Seb Bacon | 2012-01-12 | -4/+11 |
| | | ||||
* | | Return 403 when attachment "folders" are spidered. Fixes #340 | Seb Bacon | 2012-01-12 | -4/+16 |
|/ | ||||
* | Discourage spiders from crawling old, wrongly generated URLs as per issue #311. | Seb Bacon | 2012-01-11 | -0/+6 |
| | ||||
* | Attempt to fix #333 ('attempt' because hard to test!) | Seb Bacon | 2012-01-11 | -0/+1 |
| | ||||
* | Fix typeahead search specs to match recent API change | Seb Bacon | 2012-01-11 | -5/+5 |
| | ||||
* | Fix problem with typeahead searches containing " - " characters and similar. ↵ | Seb Bacon | 2012-01-11 | -15/+40 |
| | | | | Closes #328 | |||
* | Make sure tests related to public body editing pass | Seb Bacon | 2012-01-11 | -4/+5 |
| | ||||
* | Ensure we always clean up after reindexes correctly (fix nasty ↵ | Seb Bacon | 2012-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 Bacon | 2012-01-11 | -5/+21 |
| | ||||
* | Don't give an error to users with an invalid postredirect token. Closes #334. | Seb Bacon | 2012-01-11 | -2/+17 |
| | ||||
* | Make public body editing form use relative link for saving it, so we don't ↵ | Seb Bacon | 2012-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.5 | Seb Bacon | 2012-01-10 | -16/+30 |
|\ | ||||
| * | Merge remote-tracking branch 'origin/wdtk' into release/0.5 | Robin Houston | 2012-01-09 | -1/+8 |
| |\ | ||||
| | * | Old feed URLs should continue to work | Robin Houston | 2012-01-09 | -1/+8 |
| | | | ||||
| * | | Merge branch 'wdtk' into release/0.5 | Robin Houston | 2012-01-09 | -3/+3 |
| |\| | ||||
| | * | Really don’t require flint format | Robin Houston | 2012-01-09 | -1/+1 |
| | | | ||||
| | * | Indent the YAML list | Robin Houston | 2012-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.5 | Robin Houston | 2012-01-09 | -3886/+5201 |
| |\| | ||||
| | * | Unindexed event types can appear transiently | Robin Houston | 2012-01-09 | -10/+13 |
| | | | ||||
| | * | Link to the relevant question on the help page | Robin Houston | 2012-01-09 | -1/+1 |
| | | | ||||
| | * | Merge branch 'release/0.5' of https://github.com/sebbacon/alaveteli into ↵ | Robin Houston | 2012-01-09 | -12/+13 |
| | |\ | | | | | | | | | | | | | release/0.5 | |||
| | * | | Argh no | Seb Bacon | 2012-01-09 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | The width needs to be fixed on the authority page, but not on the authority preview, so use a more specific CSS rule for the latter | |||
| * | | | Merge branch 'wdtk' into release/0.5 | Robin Houston | 2012-01-09 | -6/+6 |
| |\ \ \ | ||||
* | | | | | Use correct column type for sent_at date (was only preserving time and not ↵ | Seb Bacon | 2012-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-example | Seb Bacon | 2012-01-10 | -1/+5 |
| |_|_|/ |/| | | | ||||
* | | | | Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5 | Seb Bacon | 2012-01-09 | -3/+4 |
|\ \ \ \ | | |_|/ | |/| | | ||||
| * | | | Scroll to top on click | Seb Bacon | 2012-01-09 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | When the name of a public authority is clicked, on the select_authority page, scroll to the top so the user can see the green Start button. | |||
| * | | | Make the width of the request be the width of the parent element | Seb Bacon | 2012-01-09 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Using a fixed width for the request would cause text overflow in some places, such as the select_authority page. | |||
| * | | | Merge branch 'release/0.5' into wdtk | Seb Bacon | 2012-01-09 | -1/+1 |
| |\ \ \ | ||||
| | * | | | Do not print useless message into the log file. | Seb Bacon | 2012-01-09 | -1/+1 |
| | | | | | ||||
| * | | | | Merge branch 'release/0.5' of https://github.com/sebbacon/alaveteli into wdtk | Seb Bacon | 2012-01-09 | -2/+4 |
| |\| | | | ||||
| * | | | | Merge branch 'release/0.5' into wdtk | Seb Bacon | 2012-01-09 | -73/+133 |
| |\ \ \ \ | ||||
| * \ \ \ \ | Merge branch 'release/0.5' into wdtk | Seb Bacon | 2012-01-09 | -5/+541 |
| |\ \ \ \ \ | ||||
| * \ \ \ \ \ | Merge branch 'release/0.5' into wdtk | Seb Bacon | 2012-01-09 | -17/+63 |
| |\ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ | Merge branch 'wdtk' of https://github.com/sebbacon/alaveteli into wdtk | Seb Bacon | 2012-01-09 | -1/+1 |
| |\ \ \ \ \ \ \ | ||||
| * | | | | | | | | What an extraordinary bug | Seb Bacon | 2012-01-09 | -6/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The admin timeline code was fetching *all* outgoing messages, rather than just the one particular one we wanted; and similarly for comments. Unsurprising this was rather slow. | |||
* | | | | | | | | | Match public bodies by tag regardless of locale | Seb Bacon | 2012-01-09 | -1/+1 |
| | | | | | | | | | ||||
* | | | | | | | | | Ignore last-seen-item variables for the purposes of varnish caching. Fixes ↵ | Seb Bacon | 2012-01-09 | -11/+12 |
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | issue #324. | |||
* | | | | | | | | Ensure pagination works when running behind Passenger | Seb Bacon | 2012-01-09 | -2/+4 |
| |_|_|_|/ / / |/| | | | | | | ||||
* | | | | | | | Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5 | Seb Bacon | 2012-01-09 | -1/+533 |
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | ||||
| * | | | | | | Document new config variables | Seb Bacon | 2012-01-09 | -0/+9 |
| | | | | | | | ||||
| * | | | | | | Send email notifications on exceptions | Seb Bacon | 2012-01-09 | -0/+3 |
| | | | | | | | ||||
| * | | | | | | Merge branch 'release/0.5' of https://github.com/sebbacon/alaveteli into ↵ | Seb Bacon | 2012-01-09 | -4/+8 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | release/0.5 | |||
| * | | | | | | | Send email notifications on exceptions | Seb Bacon | 2012-01-09 | -1/+521 |
| | |_|_|/ / / | |/| | | | | |