Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Reorder routes so view_email is not hidden. Fixes #194 | David Cabo | 2011-09-25 | -2/+1 |
| | ||||
* | Add new div around public body requests for improved theming | David Cabo | 2011-09-25 | -1/+3 |
| | ||||
* | Wrap sentence with a span so it can be themed | David Cabo | 2011-09-25 | -1/+3 |
| | ||||
* | Check against default locale more robustly when importing public bodies. ↵ | David Cabo | 2011-09-24 | -3/+6 |
| | | | | Fixes #193 | |||
* | Add test for issues #191 and #192, and fix existing ones | David Cabo | 2011-09-24 | -18/+28 |
| | ||||
* | Import bodies even if name is the only known info. Fixes #192 | David Cabo | 2011-09-24 | -1/+1 |
| | ||||
* | Fix null pointer exception when importing bodies with no email. Fixes #191 | David Cabo | 2011-09-24 | -1/+1 |
| | ||||
* | Ignore wordpress in public folder | David Cabo | 2011-09-24 | -0/+1 |
| | ||||
* | Tidy up DOM for new request form, so can be themed better | David Cabo | 2011-09-23 | -20/+22 |
| | ||||
* | Adjust slightly modal sign-in width | David Cabo | 2011-09-23 | -1/+1 |
| | ||||
* | Remove invalid collate argument for public body searches | David Cabo | 2011-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 Cabo | 2011-09-23 | -14/+0 |
| | | | | controller classes | |||
* | Fix wrong display logic in search page by matching if/end's correctly (had ↵ | David Cabo | 2011-09-22 | -192/+183 |
| | | | | to fix block indentations on the way also) | |||
* | fixed a syntax error | Faton Selishta | 2011-09-21 | -0/+3 |
| | ||||
* | Add div around successful sign-in modal message so it can be themed | David Cabo | 2011-09-21 | -1/+3 |
| | ||||
* | Note that PassengerMaxPoolSize should be set to a low number where there's ↵ | Seb Bacon | 2011-09-20 | -1/+7 |
| | | | | small amounts of RAM. Closes #179. | |||
* | 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. |