Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix loading of specific file | FOI archive email account | 2012-08-01 | -1/+4 |
| | | | | abspath is not a standard command. Replace with a case statement. | |||
* | Time out pdftohtml after 30 seconds | Robin Houston | 2012-08-01 | -8/+15 |
| | | | | | | | | We have a PDF document that appears to send pdftohtml into a loop where it creates millions of tiny PDF files and consumes ever-increasing amounts of memory. (This document: http://www.whatdotheyknow.com/request/119267/response/296719/attach/5/Document%203.pdf) | |||
* | Move variable restore to an ensure block | Robin Houston | 2012-08-01 | -8/+12 |
| | | | | | | I think this whole thing is redundant anyway, since the locale is set at the start of each request, but if we’re going to save/restore this value then we might as well do so correctly. | |||
* | Set locale even for errors | Robin Houston | 2012-08-01 | -0/+7 |
| | | | | | | | | | | | The locale was not being set correctly for error pages, causing some order-dependent test failures, e.g.: script/spec spec/controllers/services_controller_spec.rb spec/integration/errors_spec.rb was failing. Many many many thanks to Louise Crow for tracking this one down! | |||
* | Lose the fuzzy markers | Robin Houston | 2012-07-31 | -207/+0 |
| | | | | To avoid getting pages of warnings whenever you do anything. | |||
* | Fix for 84b5d77 | Robin Houston | 2012-07-27 | -1/+1 |
| | ||||
* | Merge branch 'develop' of https://github.com/paulogeyer/alaveteli into develop | Robin Houston | 2012-07-27 | -1/+1 |
|\ | ||||
| * | adding squeeze to fix an issue on debian | Paulo Geyer | 2012-07-27 | -1/+1 |
| | | ||||
* | | Serve cached attachments directly from cache | Robin Houston | 2012-07-18 | -0/+14 |
| | | ||||
* | | Revert "Revert "In the API, when parsing posted responses, assume all ↵ | Seb Bacon | 2012-07-17 | -2/+9 |
| | | | | | | | | | | | | multipart mail parts that are Tempfiles are attachments"" This reverts commit d4a700da1760fc2ba09cf19613a995569e4965ea. | |||
* | | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Seb Bacon | 2012-07-17 | -44/+74 |
|\ \ | ||||
| * \ | Merge branch 'feature/public-body-api-2a' into develop | Robin Houston | 2012-07-16 | -44/+74 |
| |\ \ | ||||
| | * | | Beef up mocks | Robin Houston | 2012-07-16 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | Add the user_name and is_external? properties to the InfoRequest mock objects used for view testing, where necessary. | |||
| | * | | Revert "In the API, when parsing posted responses, assume all multipart mail ↵ | Robin Houston | 2012-07-16 | -9/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | parts that are Tempfiles are attachments" This change makes the tests fail, I think, and doesn’t have (IMHO) a desperately strong rationale, so let’s try it without for now. This reverts commit 4490482cedf362390b25efe453232ac1b7dfce99. | |||
| | * | | In the API, when parsing posted responses, assume all multipart mail parts ↵ | Seb Bacon | 2012-07-11 | -2/+9 |
| | | | | | | | | | | | | | | | | that are Tempfiles are attachments | |||
| | * | | Fix bug introduced in commit 049198b | Seb Bacon | 2012-07-09 | -1/+1 |
| | | | | ||||
| | * | | Calls to API that are expected to return JSON are always expected to return ↵ | Seb Bacon | 2012-07-09 | -2/+3 |
| | | | | | | | | | | | | | | | | something, even when there are no errors. | |||
| | * | | Ensure (at least in the most basic cases) that views support recent ↵ | Seb Bacon | 2012-07-09 | -42/+62 |
| | | | | | | | | | | | | | | | | "external request" changes (mainly that InfoRequests no longer necessarily have a User). | |||
* | | | | POT files from Transifex, updated with latest msgids | Seb Bacon | 2012-07-16 | -8527/+27930 |
| | | | | ||||
* | | | | Latest translations from Transifex | Seb Bacon | 2012-07-16 | -18744/+859 |
| | | | | ||||
* | | | | Merge branch 'hotfix/0.6.2.1' into develop | Seb Bacon | 2012-07-16 | -2797/+1991 |
|\ \ \ \ | |/ / / |/| | | | ||||
| * | | | Most recent translations from Transifex | Seb Bacon | 2012-07-16 | -2796/+1990 |
| | | | | ||||
| * | | | Merge branch 'release/0.6.2'0.6.2 | Seb Bacon | 2012-07-04 | -20/+76 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/INSTALL.md | |||
| * | | | | Correct build status image | Seb Bacon | 2012-07-02 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md | |||
| * | | | | Send build notifications to seb (can't subscribe Travis from: address to ↵ | Seb Bacon | 2012-07-02 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | google groups) | |||
| * | | | | Specify notification options for Travis | Seb Bacon | 2012-07-02 | -0/+5 |
| | | | | | ||||
| * | | | | Further tweaks to support Travis | Seb Bacon | 2012-07-02 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .travis.yml | |||
| * | | | | Latest .travis.yml for master branch | Seb Bacon | 2012-07-02 | -3/+9 |
| | | | | | ||||
| * | | | | Tell Travis to test develop and master only | Seb Bacon | 2012-07-02 | -1/+2 |
| | | | | | ||||
| * | | | | another pointless whitespace change to try to trigger Travis github hook | Seb Bacon | 2012-06-29 | -1/+1 |
| | | | | | ||||
| * | | | | pointless whitespace change to try to trigger Travis github hook | Seb Bacon | 2012-06-29 | -1/+1 |
| | | | | | ||||
| * | | | | another experimental Travis build file | Seb Bacon | 2012-06-29 | -1/+1 |
| | | | | | ||||
| * | | | | Travis build file | Seb Bacon | 2012-06-29 | -0/+13 |
| | | | | | ||||
| * | | | | Merge branch 'release/0.6.1'0.6.1 | Seb Bacon | 2012-06-27 | -120/+800 |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||
* | | | | | A dumb script to generate a crontab | Seb Bacon | 2012-07-16 | -0/+19 |
| | | | | | ||||
* | | | | | Run optional "post_install" script | Seb Bacon | 2012-07-16 | -0/+6 |
| | | | | | ||||
* | | | | | Execute the rails-post-deploy script with in the `test` environment | Seb Bacon | 2012-07-13 | -1/+1 |
| | | | | | ||||
* | | | | | Style the search button with CSS so it can be overridden in themes | Seb Bacon | 2012-07-13 | -2/+15 |
| | | | | | ||||
* | | | | | Cleanup mixtures of tabs and spaces | Seb Bacon | 2012-07-13 | -105/+104 |
| | | | | | ||||
* | | | | | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Seb Bacon | 2012-07-13 | -1/+1 |
|\ \ \ \ \ | ||||
| * | | | | | Fix typo. | Louise Crow | 2012-07-12 | -1/+1 |
| | | | | | | ||||
* | | | | | | Merge branch 'feature/czech-website-support' into develop | Seb Bacon | 2012-07-13 | -134/+214 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | Indentation fixes | Seb Bacon | 2012-07-13 | -16/+14 |
| | | | | | | ||||
| * | | | | | Misc fixes to get tests to pass - notably a MonkeyPatch to work around ↵ | Seb Bacon | 2012-07-13 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | problem testing template results | |||
| * | | | | | Don't fail when a banner is completely absent. | Seb Bacon | 2012-07-13 | -1/+1 |
| | | | | | | ||||
| * | | | | | Ensure the alert banner on every page is hidden if the relevant cookie is set | Seb Bacon | 2012-07-13 | -3/+8 |
| | | | | | | ||||
| * | | | | | Factor out showing user info so it can easily be specialised in a theme | Seb Bacon | 2012-07-13 | -19/+21 |
| | | | | | | ||||
| * | | | | | Some missing i18n strings (and whitespace changes) | Seb Bacon | 2012-07-13 | -30/+30 |
| | | | | | | ||||
| * | | | | | Fix bug that only occurs when loading sample data - sometimes an InfoRequest ↵ | Seb Bacon | 2012-07-13 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | doesn't have a PublicBody at the time its slug is being calculated. | |||
| * | | | | | Factor popup banner out into own partial, for easier setting/unsetting ↵ | Seb Bacon | 2012-07-13 | -15/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | (including from themes). Fixes #524 |