aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Add failing test showing a bug when clicking 'Import from CSV file' on the ↵Henare Degan2012-08-11-0/+7
| | | | admin public authorities page
* Helpers to support external requestsRobin Houston2012-08-10-1/+13
|
* Merge branch 'gemnasium' of https://github.com/henare/alaveteli into developRobin Houston2012-08-10-1/+1
|\
| * Add a Gemnasium badge so you can easily check the status of Gem dependenciesHenare Degan2012-08-10-1/+1
| |
* | Add a rvmrc file so that RVM users can automatically switch to 1.8.7 and ↵Henare Degan2012-08-10-0/+52
|/ | | | it's clearer what the default version of Ruby should be when developing
* Fix typo.Louise Crow2012-08-07-1/+1
|
* Merge branch 'release/0.6.3' into developRobin Houston2012-08-04-27897/+8936
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: locale/bs/app.po locale/ca/app.po locale/cs/app.po locale/cy/app.po locale/de/app.po locale/es/app.po locale/eu/app.po locale/fr/app.po locale/gl/app.po locale/hu_HU/app.po locale/id/app.po locale/pt_BR/app.po locale/sq/app.po locale/sr@latin/app.po
| * Always provide a string for stdin (passing nil exposed an apparent bug in ↵Seb Bacon2012-07-17-1/+1
| | | | | | | | `uudecode` in Ubuntu 11.10)
| * Make the post-deploy script actually work, and for both incantations of ↵Seb Bacon2012-07-17-6/+12
| | | | | | | | theme installation
| * Fix up whitespaceSeb Bacon2012-07-17-122/+122
| |
| * Remove unwanted fuzzy strings (which were derived from ipvtheme)Seb Bacon2012-07-17-27974/+8797
| |
| * Oh dear, a "revert revert revert" that reverts the "revert revert" that ↵Seb Bacon2012-07-17-9/+2
| | | | | | | | | | | | | | | | should never have been pushed in the first place. Sorry! Revert "Revert "Revert "In the API, when parsing posted responses, assume all multipart mail parts that are Tempfiles are attachments""" This reverts commit 49ff1a1c0304cd292d3eae80dc0b91b2f83727b9.
| * Fix typo and warn about including themes in PO fileSeb Bacon2012-07-17-1/+4
| |
* | Merge remote-tracking branch 'origin/develop' into developLouise Crow2012-08-01-18/+21
|\ \
| * | Revert "Revert "Revert "In the API, when parsing posted responses, assume ↵Robin Houston2012-08-01-9/+2
| | | | | | | | | | | | | | | | | | all multipart mail parts that are Tempfiles are attachments""" This reverts commit 49ff1a1c0304cd292d3eae80dc0b91b2f83727b9.
| * | Fix loading of specific fileFOI archive email account2012-08-01-1/+4
| | | | | | | | | | | | abspath is not a standard command. Replace with a case statement.
| * | Time out pdftohtml after 30 secondsRobin Houston2012-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)
* | | Add before and after methods to isolate any effect these tests have on locale.Louise Crow2012-08-01-2/+12
|/ /
* | Move variable restore to an ensure blockRobin Houston2012-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 errorsRobin Houston2012-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 markersRobin Houston2012-07-31-207/+0
| | | | | | | | To avoid getting pages of warnings whenever you do anything.
* | Fix for 84b5d77Robin Houston2012-07-27-1/+1
| |
* | Merge branch 'develop' of https://github.com/paulogeyer/alaveteli into developRobin Houston2012-07-27-1/+1
|\ \
| * | adding squeeze to fix an issue on debianPaulo Geyer2012-07-27-1/+1
| | |
* | | Serve cached attachments directly from cacheRobin Houston2012-07-18-0/+14
| |/ |/|
* | Revert "Revert "In the API, when parsing posted responses, assume all ↵Seb Bacon2012-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 developSeb Bacon2012-07-17-44/+74
|\ \
| * \ Merge branch 'feature/public-body-api-2a' into developRobin Houston2012-07-16-44/+74
| |\ \
| | * | Beef up mocksRobin Houston2012-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 Houston2012-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 Bacon2012-07-11-2/+9
| | | | | | | | | | | | | | | | that are Tempfiles are attachments
| | * | Fix bug introduced in commit 049198bSeb Bacon2012-07-09-1/+1
| | | |
| | * | Calls to API that are expected to return JSON are always expected to return ↵Seb Bacon2012-07-09-2/+3
| | | | | | | | | | | | | | | | something, even when there are no errors.
| | * | Ensure (at least in the most basic cases) that views support recent ↵Seb Bacon2012-07-09-42/+62
| | | | | | | | | | | | | | | | "external request" changes (mainly that InfoRequests no longer necessarily have a User).
* | | | POT files from Transifex, updated with latest msgidsSeb Bacon2012-07-16-8527/+27930
| | | |
* | | | Latest translations from TransifexSeb Bacon2012-07-16-18744/+859
| | | |
* | | | Merge branch 'hotfix/0.6.2.1' into developSeb Bacon2012-07-16-2797/+1991
|\ \ \ \ | |/ / / |/| | |
| * | | Most recent translations from TransifexSeb Bacon2012-07-16-2796/+1990
| | | |
| * | | Merge branch 'release/0.6.2'0.6.2Seb Bacon2012-07-04-20/+76
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: doc/INSTALL.md
| * | | | Correct build status imageSeb Bacon2012-07-02-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: README.md
| * | | | Send build notifications to seb (can't subscribe Travis from: address to ↵Seb Bacon2012-07-02-1/+1
| | | | | | | | | | | | | | | | | | | | google groups)
| * | | | Specify notification options for TravisSeb Bacon2012-07-02-0/+5
| | | | |
| * | | | Further tweaks to support TravisSeb Bacon2012-07-02-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .travis.yml
| * | | | Latest .travis.yml for master branchSeb Bacon2012-07-02-3/+9
| | | | |
| * | | | Tell Travis to test develop and master onlySeb Bacon2012-07-02-1/+2
| | | | |
| * | | | another pointless whitespace change to try to trigger Travis github hookSeb Bacon2012-06-29-1/+1
| | | | |
| * | | | pointless whitespace change to try to trigger Travis github hookSeb Bacon2012-06-29-1/+1
| | | | |
| * | | | another experimental Travis build fileSeb Bacon2012-06-29-1/+1
| | | | |
| * | | | Travis build fileSeb Bacon2012-06-29-0/+13
| | | | |
| * | | | Merge branch 'release/0.6.1'0.6.1Seb Bacon2012-06-27-120/+800
| |\ \ \ \ | | | |_|/ | | |/| |