aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Merge branch 'release/0.6.3'0.6.3Louise Crow2012-08-22-19331/+6325
|\
| * Revert inadvertently committed development environment changes.release/0.6.3Louise Crow2012-08-22-3/+3
| |
| * Rework the temporary storing of a csv file of public body info between a dry ↵Louise Crow2012-08-20-49/+175
| | | | | | | | run and real load. Use a temp file, not the session for the data. Also fixes #503.
| * Add p tags to make blockquote html valid.Louise Crow2012-08-20-15/+16
| |
| * Rollback change to activerecord session store - whilst activerecord store ↵Louise Crow2012-08-15-2/+18
| | | | | | | | has some advantages (notably avoiding permanent versus transient session hijack possibilities), I think it needs some more work/testing (we'd need to have good code for cleaning out stale activerecord sessions periodically - with activerecord store this is now our responsibility). We'd also need to reset the session key to kill all in progress sessions to prevent errors as rails tries to store long cookie keys in the limited key field of the activerecord store. For this release, it'll be more straightforward to fix the csv_upload file issue #526 in a more localized way.
| * Update commit list url to reflect the fact that develop, not master is now ↵Louise Crow2012-08-14-1/+1
| | | | | | | | the default branch.
| * Add warning about regex censor rules.Louise Crow2012-08-14-1/+3
| | | | | | | | Fix spec to accommodate validation of text presence.
| * Validate presence of text to replace in censor rules.Louise Crow2012-08-14-0/+7
| |
| * Add basic validation for regexp censor rules that a valid regexp can be ↵Louise Crow2012-08-14-6/+53
| | | | | | | | created with the text of the rule.
| * Make global validation work correctly for regex censor rules.Louise Crow2012-08-14-3/+10
| |
| * Whether a rule is a regex rule should not affect the redirect that happens ↵Louise Crow2012-08-14-2/+0
| | | | | | | | after you create it.
| * Apply global and public body censor rules to binary files.Louise Crow2012-08-14-32/+70
| |
| * Add case of a regex censor rule to test of binary masking.Louise Crow2012-08-14-13/+20
| |
| * Handle regexp rules when running censor rules on binary files.Louise Crow2012-08-14-11/+20
| |
| * Add association between public bodies and censor rules, have info_request ↵Louise Crow2012-08-14-1/+10
| | | | | | | | apply rules from its public body.
| * Add concept of global censor rules as orthogonal to regex censor rules. ↵Louise Crow2012-08-14-164/+270
| | | | | | | | Apply global rules to every request, not regex rules.
| * Add before and after methods to isolate any effect these tests have on locale.Louise Crow2012-08-13-2/+12
| |
| * Latest translation files from Transifex - with new msgids, and in Transifex ↵Louise Crow2012-08-09-64/+256
| | | | | | | | format.
| * Latest translations from Transifex.Louise Crow2012-08-09-93/+3845
| |
| * Set api_key in before_save rather than after_initialize (to avoid errors ↵Seb Bacon2012-07-19-2/+4
| | | | | | | | when uploading via CSV)
| * Use ActiveRecord to store sessions, rather than Cookies. Fixes #526.Seb Bacon2012-07-19-1/+17
| |
| * Fix bug preventing CSV upload. Fixes #525 (needs tests!)Seb Bacon2012-07-19-7/+7
| |
| * Description for 0.6.3Seb Bacon2012-07-17-0/+21
| |
| * 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
| |
| * 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
| |\ \ \ | | |/ / | |/| |
| * | | A dumb script to generate a crontabSeb Bacon2012-07-16-0/+19
| | | |
| * | | Run optional "post_install" scriptSeb Bacon2012-07-16-0/+6
| | | |
| * | | Execute the rails-post-deploy script with in the `test` environmentSeb Bacon2012-07-13-1/+1
| | | |
| * | | Style the search button with CSS so it can be overridden in themesSeb Bacon2012-07-13-2/+15
| | | |
| * | | Cleanup mixtures of tabs and spacesSeb Bacon2012-07-13-105/+104
| | | |
| * | | Merge branch 'develop' of github.com:sebbacon/alaveteli into developSeb Bacon2012-07-13-1/+1
| |\ \ \
| | * | | Fix typo.Louise Crow2012-07-12-1/+1
| | | | |
| * | | | Merge branch 'feature/czech-website-support' into developSeb Bacon2012-07-13-134/+214
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Indentation fixesSeb Bacon2012-07-13-16/+14
| | | | |