Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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. | |||
* | 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 | |||
| * | Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5 | Seb Bacon | 2012-01-09 | -3/+4 |
| |\ | ||||
| * | | 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. | |||
* | | | 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 | |||
* | | 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 |
|\| | ||||
| * | Ensure pagination works when running behind Passenger | 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' of github.com:sebbacon/alaveteli into release/0.5 | Seb Bacon | 2012-01-09 | -1/+533 |
| |\ | ||||
| * | | Test for commit caff0a3ff2e38a5aab906baa4cc77d30587e1184 (ensure we always ↵ | Seb Bacon | 2012-01-09 | -0/+36 |
| | | | | | | | | | | | | regenerate attachments cache when necessary) | |||
| * | | Ensure model schema documentation is up to date. | Seb Bacon | 2012-01-09 | -71/+89 |
| | | | ||||
| * | | Ensure we regenerate cache if for some reason it's missing | Seb Bacon | 2012-01-09 | -1/+7 |
| | | | ||||
| * | | estimate number of requests, not number of bodies! | Seb Bacon | 2012-01-09 | -1/+1 |
| | | | ||||
* | | | Merge branch 'release/0.5' into wdtk | Seb Bacon | 2012-01-09 | -5/+541 |
|\ \ \ | | |/ | |/| | ||||
| * | | 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 | |||
| | * | Make sure paging authority list works even when using typeahead search | Seb Bacon | 2012-01-09 | -3/+8 |
| | | | ||||
| | * | Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5 | Seb Bacon | 2012-01-09 | -6/+4 |
| | |\ | ||||
| | * | | remove stray cut&paste cruft | Seb Bacon | 2012-01-09 | -1/+0 |
| | | | | ||||
| * | | | Send email notifications on exceptions | Seb Bacon | 2012-01-09 | -1/+521 |
| | |/ | |/| | ||||
* | | | Merge branch 'release/0.5' into wdtk | Seb Bacon | 2012-01-09 | -17/+63 |
|\| | | ||||
| * | | 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. | |||
| * | Bump up font size on public body page header | Seb Bacon | 2012-01-09 | -0/+1 |
| | | ||||
| * | paginate authority search results on first step of new request workflow | Seb Bacon | 2012-01-09 | -1/+1 |
| | | ||||
| * | Ensure pagination works even on general search page | Seb Bacon | 2012-01-09 | -15/+58 |
| | | ||||
| * | add paging to authority search results | Seb Bacon | 2012-01-09 | -1/+3 |
| | | ||||
| * | Ensure xapian database is always created before starting index update | Seb Bacon | 2012-01-09 | -1/+1 |
| | | ||||
* | | Merge branch 'wdtk' of https://github.com/sebbacon/alaveteli into wdtk | Seb Bacon | 2012-01-09 | -1/+1 |
|\| | ||||
| * | Correctly show total count of user's requests | Seb Bacon | 2012-01-08 | -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. | |||
* | remove unecessary "<br>" tag from text | Seb Bacon | 2012-01-08 | -1/+1 |
| | ||||
* | smaller default logged-in-bar | Seb Bacon | 2012-01-08 | -1/+1 |
| | ||||
* | Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5 | Seb Bacon | 2012-01-08 | -3686/+3789 |
|\ | ||||
| * | Fix syntax error | Seb Bacon | 2012-01-06 | -1/+2 |
| | | ||||
| * | Fix user profile validation errors not showing. Fixes #317 | David Cabo | 2012-01-06 | -1/+1 |
| | | ||||
| * | Fix variable issue in German translation | David Cabo | 2012-01-06 | -3685/+3788 |
| | | ||||
| * | Merge branch 'release/0.5' of github.com:sebbacon/alaveteli into release/0.5 | David Cabo | 2012-01-06 | -558/+1418 |
| |\ | ||||
| * \ | Merge branch 'cache-foi-attachments-seb' | Seb Bacon | 2011-12-21 | -3378/+3670 |
| |\ \ | ||||
* | | | | Paginate user searches | Seb Bacon | 2012-01-08 | -0/+2 |
| | | | | ||||
* | | | | Don't highlight "home" nav item when doing a search | Seb Bacon | 2012-01-08 | -2/+2 |
| | | | | ||||
* | | | | Left align annoation header lines. | Seb Bacon | 2012-01-08 | -2/+0 |
| | | | |