Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add pagination to the list of requests on the admin page for a public body | Louise Crow | 2013-06-20 | -1/+5 |
| | ||||
* | Merge branch 'hotfix/0.11.0.14' into wdtk | 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 branch 'wdtk' of ssh://git.mysociety.org/data/git/public/alaveteli ↵ | Louise Crow | 2013-06-17 | -0/+22 |
|\ \ | | | | | | | | | | into wdtk | |||
| * \ | Merge tag '0.11.0.12' into wdtk | Mark Longair | 2013-06-17 | -5/+5 |
| |\ \ | | | | | | | | | | | | | 0.11.0.12 | |||
| * | | | 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.13' into wdtk | Louise Crow | 2013-06-17 | -8/+36 |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||
| * | | 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 |
| |\ | ||||
| | * | 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 |
| |\ | ||||
| | * | 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 wdtk | 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 branch 'hotfix/0.11.0.8'0.11.0.8 | Louise Crow | 2013-06-11 | -7/+4 |
| |\ | ||||
* | \ | Merge branch 'hotfix/0.11.0.8' into wdtk | 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 |
| |\ | ||||
* | \ | Merge branch 'hotfix/0.11.0.7' into wdtk | Louise Crow | 2013-06-10 | -0/+1 |
|\ \ \ | | |/ | |/| | ||||
| * | | Add extra debug linehotfix/0.11.0.7 | Louise Crow | 2013-06-10 | -0/+1 |
| | | | ||||
* | | | Merge branch 'wdtk' of ssh://git.mysociety.org/data/git/public/alaveteli ↵ | Louise Crow | 2013-06-10 | -0/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | into wdtk Conflicts: spec/models/info_request_spec.rb | |||
| * \ \ | Merge branch 'hotfix/0.11.0.5' into wdtk | Mark Longair | 2013-06-06 | -1/+13 |
| |\ \ \ | ||||
| | * | | | Cope with replying to a message with a missing or empty Subjecthotfix/0.11.0.5 | Mark Longair | 2013-06-06 | -1/+13 |
| |/ / / | ||||
* | | | | Merge branch 'hotfix/0.11.0.7' into wdtk | Louise Crow | 2013-06-10 | -59/+107 |
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | Conflicts: lib/tasks/temp.rake spec/models/info_request_spec.rb | |||
| * | | Merge branch 'fix-emails-with-spaces' into hotfix/0.11.0.7 | Louise Crow | 2013-06-10 | -39/+68 |
| |\ \ | ||||
| | * | | Fix syntax errors, add some debug output. | Louise Crow | 2013-06-10 | -8/+22 |
| | | | | ||||
| | * | | Add a task for cleaning up user accounts that were created with a space in ↵ | Louise Crow | 2013-06-10 | -0/+65 |
| | | | | | | | | | | | | | | | | the email address. | |||
| | * | | Remove old temp tasks. | Louise Crow | 2013-06-10 | -50/+0 |
| | |/ | ||||
| * / | Update commonlib to get fix for email addresses with spaces in them being ↵ | Louise Crow | 2013-06-10 | -0/+0 |
| |/ | | | | | | | considered valid. | |||
| * | Cope with replying to a message with a missing or empty Subject | Mark Longair | 2013-06-07 | -1/+13 |
| | | | | | | | | | | | | Conflicts: spec/models/info_request_spec.rb | |||
| * | Merge branch 'hotfix/0.11.0.4' | Louise Crow | 2013-06-05 | -0/+15 |
| |\ | ||||
* | \ | Merge branch 'hotfix/0.11.0.4' into wdtk | Louise Crow | 2013-06-05 | -5/+38 |
|\ \ \ | | |/ | |/| | ||||
| * | | We're assuming feed urls without format suffixes should serve up atom/xml, ↵0.11.0.4hotfix/0.11.0.4 | Louise Crow | 2013-06-05 | -0/+15 |
| |/ | | | | | | | so ignore any format from content negotiation in favour of that default. | |||
| * | Merge branch 'release/0.11'0.11.0.3 | Louise Crow | 2013-06-04 | -16489/+11776 |
| |\ | ||||
| | * | Backport ruby 1.9 fix for trailing = sign in message headers from mail 2.5release/0.11 | Louise Crow | 2013-06-04 | -0/+16 |
| | | | ||||
| | * | Add exim config change to upgrade notes and exim install info.0.11.0.2 | Louise Crow | 2013-06-04 | -5/+7 |
| | | | ||||
| | * | Merge branch 'hotfix/0.11.0.1' into release/0.110.11.0.1 | Louise Crow | 2013-06-03 | -26/+130 |
| | |\ | ||||
* | | \ | Merge branch 'hotfix/0.11.0.1' into wdtk | Louise Crow | 2013-06-03 | -26/+130 |
|\ \ \ \ | | |_|/ | |/| | | ||||
| * | | | Restore public body edit form.hotfix/0.11.0.1 | Louise Crow | 2013-06-03 | -1/+1 |
| | | | | ||||
| * | | | Handle json requests for hidden info requests. | Louise Crow | 2013-06-03 | -19/+51 |
| | | | | ||||
| * | | | For non-HTML requests, just return the response code for now. | Louise Crow | 2013-06-03 | -1/+21 |
| | | | | ||||
| * | | | Replace backticks with call to exec(), the former spawns a new process, and ↵ | Louise Crow | 2013-06-03 | -2/+3 |
| | | | | | | | | | | | | | | | | the latter replaces the current process. In the daemon context we care about the process id so that calls to startstopdaemon won't spawn a new daemon. | |||
| * | | | Parse the 'to' address as if on a real mail to trigger quoted string encoding. | Louise Crow | 2013-06-03 | -1/+19 |
| | | | | ||||
| * | | | Fix for subject lines with invalid UTF-8 as the last character | Mark Longair | 2013-06-03 | -2/+35 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This seems to be the bug mentioned here: http://po-ru.com/diary/fixing-invalid-utf-8-in-ruby-revisited/ That explains that some versions of Iconv don't ignore invalid characters when converting to UTF-8 even with //IGNORE if that invalid character happens to be at the end of the string. In fact, as Matthew Somerville pointed out, with some versions of iconv (e.g. 1.14 on Mac OS, apparently) it's necessary to add and remove more than one space at the end, in case the first character of the byte sequence indicates a long sequence. We add and remove 4 to be on the safe side. | |||
* | | | Merge branch 'release/0.11' into wdtk | Louise Crow | 2013-06-03 | -16464/+11629 |
|\| | | ||||
| * | | Merge branch 'release/0.11' of ↵0.11 | Louise Crow | 2013-06-03 | -2/+3 |
| |\ \ | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into release/0.11 |