aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* fix selector typoSeb Bacon2011-10-05-1/+1
|
* Moved "todo" notes into individual issues in github tracker.Seb Bacon2011-09-29-559/+0
|
* Merge release 0.3 (noop, I think)Seb Bacon2011-09-20-3/+6
|\
| * Mention new search features and upgrade instructionsSeb Bacon2011-08-31-0/+1
| |
| * Correct previously unfixed mergeSeb Bacon2011-08-31-4/+0
| |
| * new CHANGES fileSeb Bacon2011-08-30-0/+7
| |
* | Ugly hack to fix _() in production when themes define controllers (kind of)David Cabo2011-09-20-1/+15
| |
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into developDavid Cabo2011-09-19-9/+372
|\ \
| * \ Merge branch 'wdtk' into developRobin Houston2011-09-19-9/+372
| |\ \
| | * | Detect OOF messages that identify themselves by a X-POST-MessageClass headerRobin Houston2011-09-08-0/+72
| | | |
| | * | Extend the detection of DNR addressesRobin Houston2011-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 Houston2011-09-08-1/+0
| | | |
| | * | Admin for user bouncesRobin Houston2011-09-08-2/+26
| | | |
| | * | Make OOF-detection subject matches case-insensitiveRobin Houston2011-09-08-5/+5
| | | |
| | * | Use absolute path to tmailRobin Houston2011-09-08-1/+1
| | | |
| | * | Defer the loading of RailsRobin Houston2011-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 detectionRobin Houston2011-09-08-0/+70
| | | |
| | * | Malformed messages are just passed on verbatimRobin Houston2011-09-08-1/+7
| | | |
| | * | More out-of-office message detectionRobin Houston2011-09-08-0/+66
| | | |
| | * | Improved OOF detectionRobin Houston2011-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 Cabo2011-09-19-28/+85
|/ / / | | | | | | | | | Fixes #60
* | | Don't prepend path when loading public categories, closes #178David Cabo2011-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 developDavid Cabo2011-09-19-0/+0
|\ \ \
| * | | Wrap categories loading into singleton and add support for multiple locales ↵David Cabo2011-09-19-112/+119
| | | | | | | | | | | | | | | | simultaneously. Fixes 178
* | | | Wrap categories loading into singleton and add support for multiple locales ↵David Cabo2011-09-19-112/+119
|/ / / | | | | | | | | | simultaneously. Fixes #178
* | | Use post timestamp as link anchor when displaying the Blog page. Fixes #189David Cabo2011-09-19-1/+1
| | |
* | | Add custom-routes file for themes to overrideDavid Cabo2011-09-19-1/+5
| | |
* | | Minor fix to default layout to ensure content div wraps around all floating ↵David Cabo2011-09-19-0/+1
| | | | | | | | | | | | children divs
* | | Move footer from layout to partial so it can be overridenDavid Cabo2011-09-16-6/+7
| | |
* | | Move topnav links from layout into partial, so can be overriden in themesDavid Cabo2011-09-16-10/+11
| | |
* | | Only store last visited public body for logged in users. Otherwise it ↵Seb Bacon2011-09-16-5/+9
| | | | | | | | | | | | breaks caching rather a lot, for little benefit.
* | | Improved error logging when zipfile PDF creation failsSeb Bacon2011-09-16-1/+1
| | |
* | | Differentiate incoming, outoing requests, and comments, with coloured ↵Seb Bacon2011-09-16-7/+12
| | | | | | | | | | | | backgrounds and the word "From" as a signpost. Fixes #180.
* | | Note that in development mode, the zip download function will failSeb Bacon2011-09-16-0/+1
| | |
* | | Fix brittle testSeb Bacon2011-09-16-1/+1
| | |
* | | Make the result of a form submit on the first step of "make new request" ↵Seb Bacon2011-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 headingSeb Bacon2011-09-16-0/+1
| | |
* | | Make clicks to filter requests on public body page jump to search results ↵Seb Bacon2011-09-16-6/+7
| | | | | | | | | | | | (i.e. beyond filter boxes)
* | | Fix unecessary horizontal scrolling in layoutSeb Bacon2011-09-16-1/+2
| | |
* | | Fix stray commaSeb Bacon2011-09-16-2/+1
| | |
* | | Explain "latest_*" varieties of term.Seb Bacon2011-09-16-1/+3
| | |
* | | Make the "request an internal review" link into a nice, big button.Seb Bacon2011-09-16-1/+1
| | |
* | | Preserve search text when flipping between result types. Fixes #187.Seb Bacon2011-09-16-5/+16
| | |
* | | Bump up the size of text on form notes (it's often quite important)Seb Bacon2011-09-16-0/+1
| | |
* | | Update spanish translation with latest from TransifexDavid Cabo2011-09-16-164/+277
| | |
* | | Update .pot file to include recently added stringsDavid Cabo2011-09-16-157/+265
| | |
* | | Show requests in sidebar when selecting authority, fixes #182David Cabo2011-09-15-20/+20
| | |
* | | I18n'ize some additional stringsDavid Cabo2011-09-15-11/+11
| | |
* | | Don't repeat the download-zip linkSeb Bacon2011-09-15-7/+4
| | |
* | | swap highlights and upgrade notesSeb Bacon2011-09-15-9/+9
| | |