aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Reorder routes so view_email is not hidden. Fixes #194David Cabo2011-09-25-2/+1
|
* Add new div around public body requests for improved themingDavid Cabo2011-09-25-1/+3
|
* Wrap sentence with a span so it can be themedDavid Cabo2011-09-25-1/+3
|
* Check against default locale more robustly when importing public bodies. ↵David Cabo2011-09-24-3/+6
| | | | Fixes #193
* Add test for issues #191 and #192, and fix existing onesDavid Cabo2011-09-24-18/+28
|
* Import bodies even if name is the only known info. Fixes #192David Cabo2011-09-24-1/+1
|
* Fix null pointer exception when importing bodies with no email. Fixes #191David Cabo2011-09-24-1/+1
|
* Ignore wordpress in public folderDavid Cabo2011-09-24-0/+1
|
* Tidy up DOM for new request form, so can be themed betterDavid Cabo2011-09-23-20/+22
|
* Adjust slightly modal sign-in widthDavid Cabo2011-09-23-1/+1
|
* Remove invalid collate argument for public body searchesDavid Cabo2011-09-23-2/+29
| | | | The existing bug wasn't catched by the tests, because it only fails when running in dev: otherwise all the classes are loaded before the search is done, and acts_as_xapian can find the provided 'request_collapse' argument, even if the PublicBody class doesn't define it, since all the init options end up together in acts_as_xapian.
* Remove temporary patch, found a way of adding code from themes without new ↵David Cabo2011-09-23-14/+0
| | | | controller classes
* Fix wrong display logic in search page by matching if/end's correctly (had ↵David Cabo2011-09-22-192/+183
| | | | to fix block indentations on the way also)
* fixed a syntax errorFaton Selishta2011-09-21-0/+3
|
* Add div around successful sign-in modal message so it can be themedDavid Cabo2011-09-21-1/+3
|
* Note that PassengerMaxPoolSize should be set to a low number where there's ↵Seb Bacon2011-09-20-1/+7
| | | | small amounts of RAM. Closes #179.
* 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.