Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove notes for c1b3324922687778b316ee1a180582013bcf6d0e, it was reverted ↵release/0.12 | Louise Crow | 2013-06-26 | -1/+0 |
| | | | | in 9452a2e5fffd35be383250ada139b349a5866acb as it causes ajax requests to be refused in the new request process. | |||
* | Revert "Assume that format will be specified in the url requested, or ↵ | Louise Crow | 2013-06-26 | -11/+0 |
| | | | | | | default to HTML. Fixes #989." This reverts commit c1b3324922687778b316ee1a180582013bcf6d0e. | |||
* | Latest translations from Transifex. | Louise Crow | 2013-06-26 | -44/+3647 |
| | ||||
* | Bump version number to 0.12 | Louise Crow | 2013-06-25 | -1/+1 |
| | ||||
* | Clearer explanation. | Louise Crow | 2013-06-24 | -1/+1 |
| | ||||
* | Add list of changes in 0.12 | Louise Crow | 2013-06-24 | -1/+19 |
| | ||||
* | Add linebreaks. | Louise Crow | 2013-06-24 | -1/+3 |
| | ||||
* | Latest strings for translation. | Louise Crow | 2013-06-24 | -337/+944 |
| | ||||
* | Latest translations from Transifex. | Louise Crow | 2013-06-24 | -492/+3898 |
| | ||||
* | Split the string interpolation and translation into two steps so that the ↵ | Louise Crow | 2013-06-24 | -2/+5 |
| | | | | translation gets picked up by rake gettext:find. Add a bit more explanation. | |||
* | Don't call out to external urls during controller tests | Louise Crow | 2013-06-20 | -0/+12 |
| | ||||
* | Use request.params to generate a json format url when @has_json is true, not ↵ | Louise Crow | 2013-06-20 | -1/+8 |
| | | | | request.query_parameters. The latter has unexpected results when a querystring parameter of 'action' or 'controller' is supplied. Fixes #981. | |||
* | Assume that format will be specified in the url requested, or default to ↵ | Louise Crow | 2013-06-20 | -0/+11 |
| | | | | HTML. Fixes #989. | |||
* | Respond to a (currently unsupported) json request for a public body list ↵ | Louise Crow | 2013-06-20 | -2/+7 |
| | | | | with a 406, not a 500 caused by a missing template. | |||
* | Add pagination to the list of requests on the admin page for a public body | Louise Crow | 2013-06-20 | -1/+5 |
| | ||||
* | Add note about adding site user to exim trusted_users list. | Louise Crow | 2013-06-20 | -1/+1 |
| | ||||
* | Merge branch 'hotfix/0.11.0.14' into rails-3-develop | Louise Crow | 2013-06-19 | -1/+11 |
|\ | ||||
| * | Allow the HTML display of the body of an email to handle the case where the ↵0.11.0.14hotfix/0.11.0.14 | Louise Crow | 2013-06-19 | -1/+11 |
| | | | | | | | | body is only quoted text and there is no subject. | |||
* | | Merge remote-tracking branch 'openaustralia_github/app_version_api_feature' ↵ | Louise Crow | 2013-06-18 | -1/+15 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | into rails-3-develop Conflicts: app/controllers/application_controller.rb app/controllers/general_controller.rb config/routes.rb | |||
| * | | Add publicly accesible json api to query alaveteli and ruby version. ↵ | Matthew Landauer | 2013-02-24 | -1/+10 |
| | | | | | | | | | | | | Implements #834 | |||
| * | | Extract method | Matthew Landauer | 2013-02-24 | -1/+6 |
| | | | ||||
* | | | Use daemon_name as service name rather than hardcoding to give more ↵ | Louise Crow | 2013-06-18 | -6/+6 |
| | | | | | | | | | | | | flexibility in running multiple instances on a server. | |||
* | | | Ignore a crontab file in the config directory | Louise Crow | 2013-06-18 | -0/+1 |
| | | | ||||
* | | | Add a symlink to an httpd.conf file in the shared directory. | Louise Crow | 2013-06-18 | -0/+1 |
| | | | ||||
* | | | Merge branch 'hotfix/0.11.0.13' into rails-3-develop | Louise Crow | 2013-06-17 | -5/+33 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: spec/mailers/outgoing_mailer_spec.rb | |||
| * | | Explicitly set I18n.locale in set_gettext_locale in order to get Rails to ↵0.11.0.13hotfix/0.11.0.13 | Louise Crow | 2013-06-17 | -3/+31 |
| | | | | | | | | | | | | expire the template cache and trigger a lookup. | |||
| * | | Fix a security vulnerability: eval used in quoting display name0.11.0.12 | Mark Longair | 2013-06-17 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This use of eval allows arbitrary remote code execution on parsing of a maliciously formed email. Two tests are updated to match the behaviour of the new code to return the display name - these introduce extra escaping, so should be innocous. | |||
| * | | Merge branch 'hotfix/0.11.0.11' | Louise Crow | 2013-06-12 | -1/+1 |
| |\ \ | ||||
* | | | | Remove obsolete comment. | Louise Crow | 2013-06-17 | -1/+0 |
| | | | | ||||
* | | | | Merge branch 'feature/crontab-example' into rails-3-develop | Louise Crow | 2013-06-17 | -6/+6 |
|\ \ \ \ | ||||
| * | | | | Move crontab.ugly to crontab-example | Louise Crow | 2013-06-12 | -6/+6 |
| | | | | | ||||
* | | | | | Fix typo | Louise Crow | 2013-06-12 | -1/+1 |
| | | | | | ||||
* | | | | | Make sure raw emails are loaded before running test. | Louise Crow | 2013-06-12 | -0/+4 |
| | | | | | ||||
* | | | | | Merge branch 'rails-3-develop' of ↵ | Louise Crow | 2013-06-12 | -0/+22 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop | |||
| * \ \ \ \ | Merge branch 'hotfix/0.11.0.11' into rails-3-develop | Mark Longair | 2013-06-12 | -0/+22 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||
| | * | | | | Add a rake task to re-extract any missing attachments | Mark Longair | 2013-06-12 | -0/+22 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | You can see the number of emails that would be reparsed by doing: bundle exec rake temp:reextract_missing_attachments To actually reparse the incoming emails and rextract attachments for any that were missing, you would do: bundle exec rake temp:reextract_missing_attachments[commit] (In fact, the 'commit' can be any non-empty string.) | |||
* | | | | | Merge branch 'hotfix/0.11.0.11' into rails-3-develop | Louise Crow | 2013-06-12 | -1/+1 |
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | | ||||
| * | | | Allow an item to have an author, not a creatorhotfix/0.11.0.11 | Louise Crow | 2013-06-12 | -1/+1 |
| |/ / | ||||
| * | | Merge branch 'hotfix/0.11.0.10' | Louise Crow | 2013-06-12 | -1/+1 |
| |\ \ | ||||
* | \ \ | Merge branch 'hotfix/0.11.0.10' into rails-3-develop | Louise Crow | 2013-06-12 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | ||||
| * | | | Now that we removed the readlink command to allow rails-post-deploy to be ↵hotfix/0.11.0.10 | Louise Crow | 2013-06-12 | -1/+1 |
| |/ / | | | | | | | | | | easily run on e.g. OSX, use a relative path for the softlink. | |||
| * | | Merge branch 'hotfix/0.11.0.9'0.11.0.9 | Louise Crow | 2013-06-11 | -9/+7 |
| |\ \ | ||||
* | \ \ | Merge branch 'hotfix/0.11.0.9' into rails-3-develop | Louise Crow | 2013-06-11 | -9/+7 |
|\ \ \ \ | | |/ / | |/| | | ||||
| * | | | Only do time calculation once.hotfix/0.11.0.9 | Louise Crow | 2013-06-11 | -1/+2 |
| | | | | ||||
| * | | | Get user records in batches, remove unneeded clause. | Louise Crow | 2013-06-11 | -8/+5 |
| |/ / | ||||
* | | | Merge commit '0.11.0.8' into rails-3-develop | Louise Crow | 2013-06-11 | -7/+4 |
|\| | | ||||
| * | | Merge branch 'hotfix/0.11.0.8'0.11.0.8 | Louise Crow | 2013-06-11 | -7/+4 |
| |\ \ | ||||
| | * | | Cache a user's profile photo rather than repulling it each time.hotfix/0.11.0.8 | Louise Crow | 2013-06-11 | -0/+1 |
| | | | | ||||
| | * | | Only render the popup banner in the layout where it's actually used. | Louise Crow | 2013-06-11 | -7/+3 |
| |/ / | ||||
| * | | Merge branch 'hotfix/0.11.0.7' | Louise Crow | 2013-06-10 | -39/+69 |
| |\ \ |