Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | fix selector typo | Seb Bacon | 2011-10-05 | -1/+1 |
| | ||||
* | Moved "todo" notes into individual issues in github tracker. | Seb Bacon | 2011-09-29 | -559/+0 |
| | ||||
* | Merge release 0.3 (noop, I think) | Seb Bacon | 2011-09-20 | -3/+6 |
|\ | ||||
| * | Mention new search features and upgrade instructions | Seb Bacon | 2011-08-31 | -0/+1 |
| | | ||||
| * | Correct previously unfixed merge | Seb Bacon | 2011-08-31 | -4/+0 |
| | | ||||
| * | new CHANGES file | Seb Bacon | 2011-08-30 | -0/+7 |
| | | ||||
* | | Ugly hack to fix _() in production when themes define controllers (kind of) | David Cabo | 2011-09-20 | -1/+15 |
| | | ||||
* | | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | David Cabo | 2011-09-19 | -9/+372 |
|\ \ | ||||
| * \ | Merge branch 'wdtk' into develop | Robin Houston | 2011-09-19 | -9/+372 |
| |\ \ | ||||
| | * | | Detect OOF messages that identify themselves by a X-POST-MessageClass header | Robin Houston | 2011-09-08 | -0/+72 |
| | | | | ||||
| | * | | Extend the detection of DNR addresses | Robin Houston | 2011-09-08 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the detection of do-not-reply addresses to detect <do_not_reply@> <do-not-reply@>, etc. Example: http://www.whatdotheyknow.com/request/the_number_of_complaints_for_ace#incoming-207024 | |||
| | * | | Remove spurious puts (added for debugging?) | Robin Houston | 2011-09-08 | -1/+0 |
| | | | | ||||
| | * | | Admin for user bounces | Robin Houston | 2011-09-08 | -2/+26 |
| | | | | ||||
| | * | | Make OOF-detection subject matches case-insensitive | Robin Houston | 2011-09-08 | -5/+5 |
| | | | | ||||
| | * | | Use absolute path to tmail | Robin Houston | 2011-09-08 | -1/+1 |
| | | | | ||||
| | * | | Defer the loading of Rails | Robin Houston | 2011-09-08 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | Do not load Rails till we need it, which makes this script run faster and use less memory. | |||
| | * | | More out-of-office message detection | Robin Houston | 2011-09-08 | -0/+70 |
| | | | | ||||
| | * | | Malformed messages are just passed on verbatim | Robin Houston | 2011-09-08 | -1/+7 |
| | | | | ||||
| | * | | More out-of-office message detection | Robin Houston | 2011-09-08 | -0/+66 |
| | | | | ||||
| | * | | Improved OOF detection | Robin Houston | 2011-09-08 | -1/+124 |
| | | | | | | | | | | | | | | | | Slightly improved detection of out-of-office messages, + tests. | |||
* | | | | Add support for add/replace tags when importing public bodies from CSV. ↵ | David Cabo | 2011-09-19 | -28/+85 |
|/ / / | | | | | | | | | | Fixes #60 | |||
* | | | Don't prepend path when loading public categories, closes #178 | David Cabo | 2011-09-19 | -1/+1 |
| | | | | | | | | | | | | There's a quite strange interaction that I couldn't work out fully with the themes: even if I comment out the init.rb file in the theme, the theme categories under lib/ were overriding the default ones, which broke some tests. By removing the lib/ prefix it works as expected: the theme overrides the defaults only when alavetelitheme.rb is require'd | |||
* | | | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | David Cabo | 2011-09-19 | -0/+0 |
|\ \ \ | ||||
| * | | | Wrap categories loading into singleton and add support for multiple locales ↵ | David Cabo | 2011-09-19 | -112/+119 |
| | | | | | | | | | | | | | | | | simultaneously. Fixes 178 | |||
* | | | | Wrap categories loading into singleton and add support for multiple locales ↵ | David Cabo | 2011-09-19 | -112/+119 |
|/ / / | | | | | | | | | | simultaneously. Fixes #178 | |||
* | | | Use post timestamp as link anchor when displaying the Blog page. Fixes #189 | David Cabo | 2011-09-19 | -1/+1 |
| | | | ||||
* | | | Add custom-routes file for themes to override | David Cabo | 2011-09-19 | -1/+5 |
| | | | ||||
* | | | Minor fix to default layout to ensure content div wraps around all floating ↵ | David Cabo | 2011-09-19 | -0/+1 |
| | | | | | | | | | | | | children divs | |||
* | | | Move footer from layout to partial so it can be overriden | David Cabo | 2011-09-16 | -6/+7 |
| | | | ||||
* | | | Move topnav links from layout into partial, so can be overriden in themes | David Cabo | 2011-09-16 | -10/+11 |
| | | | ||||
* | | | Only store last visited public body for logged in users. Otherwise it ↵ | Seb Bacon | 2011-09-16 | -5/+9 |
| | | | | | | | | | | | | breaks caching rather a lot, for little benefit. | |||
* | | | Improved error logging when zipfile PDF creation fails | Seb Bacon | 2011-09-16 | -1/+1 |
| | | | ||||
* | | | Differentiate incoming, outoing requests, and comments, with coloured ↵ | Seb Bacon | 2011-09-16 | -7/+12 |
| | | | | | | | | | | | | backgrounds and the word "From" as a signpost. Fixes #180. | |||
* | | | Note that in development mode, the zip download function will fail | Seb Bacon | 2011-09-16 | -0/+1 |
| | | | ||||
* | | | Fix brittle test | Seb Bacon | 2011-09-16 | -1/+1 |
| | | | ||||
* | | | Make the result of a form submit on the first step of "make new request" ↵ | Seb Bacon | 2011-09-16 | -11/+34 |
| | | | | | | | | | | | | behave the same as the find-as-you-type implementation. Fixes #181. | |||
* | | | Make search result preview top align with "Search" page heading | Seb Bacon | 2011-09-16 | -0/+1 |
| | | | ||||
* | | | Make clicks to filter requests on public body page jump to search results ↵ | Seb Bacon | 2011-09-16 | -6/+7 |
| | | | | | | | | | | | | (i.e. beyond filter boxes) | |||
* | | | Fix unecessary horizontal scrolling in layout | Seb Bacon | 2011-09-16 | -1/+2 |
| | | | ||||
* | | | Fix stray comma | Seb Bacon | 2011-09-16 | -2/+1 |
| | | | ||||
* | | | Explain "latest_*" varieties of term. | Seb Bacon | 2011-09-16 | -1/+3 |
| | | | ||||
* | | | Make the "request an internal review" link into a nice, big button. | Seb Bacon | 2011-09-16 | -1/+1 |
| | | | ||||
* | | | Preserve search text when flipping between result types. Fixes #187. | Seb Bacon | 2011-09-16 | -5/+16 |
| | | | ||||
* | | | Bump up the size of text on form notes (it's often quite important) | Seb Bacon | 2011-09-16 | -0/+1 |
| | | | ||||
* | | | Update spanish translation with latest from Transifex | David Cabo | 2011-09-16 | -164/+277 |
| | | | ||||
* | | | Update .pot file to include recently added strings | David Cabo | 2011-09-16 | -157/+265 |
| | | | ||||
* | | | Show requests in sidebar when selecting authority, fixes #182 | David Cabo | 2011-09-15 | -20/+20 |
| | | | ||||
* | | | I18n'ize some additional strings | David Cabo | 2011-09-15 | -11/+11 |
| | | | ||||
* | | | Don't repeat the download-zip link | Seb Bacon | 2011-09-15 | -7/+4 |
| | | | ||||
* | | | swap highlights and upgrade notes | Seb Bacon | 2011-09-15 | -9/+9 |
| | | |