aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Replace specs that left raw email (stored in a file, so not cleaned up ↵Louise Crow2013-06-07-59/+52
| | | | automatically) in a dirty state. The functionality of the old specs is tested in spec/lib/mail_handler.rb, so remove them and add some new specs that just test the OutgoingMailer methods.
* Allow the donation url to be configured. Closes #909.Louise Crow2013-06-07-2/+46
|
* Add some context blocks to group together tests with the same status.Louise Crow2013-06-07-57/+103
|
* Handle request for json for an external request. Closes #973.Louise Crow2013-06-07-1/+34
|
* We're assuming feed urls without format suffixes should serve up atom/xml, ↵Louise Crow2013-06-05-0/+15
| | | | so ignore any format from content negotiation in favour of that default.
* Merge remote-tracking branch 'origin/themes-install-refactor' into ↵Louise Crow2013-06-05-5/+7
|\ | | | | | | rails-3-develop
| * themes:install: minor refactoring of checking out a refMark Longair2013-05-24-5/+7
| |
* | Remove support for theme stylesheet inclusion via template deprecated in ↵Louise Crow2013-06-05-25/+7
| | | | | | | | version 0.5. Closes #972.
* | No need to add the rails-3 branch now - has been merged to master.Louise Crow2013-06-05-6/+6
| |
* | Base the coveralls badge on the main development branch for more immediate ↵Louise Crow2013-06-04-1/+1
| | | | | | | | feedback.
* | Restore coveralls config.Louise Crow2013-06-04-0/+12
| |
* | No need to downgrade rubygems now we're on Rails 3.Louise Crow2013-06-04-2/+0
| |
* | Merge branch 'release/0.11' into rails-3-developLouise Crow2013-06-04-34/+167
|\ \
| * | Backport ruby 1.9 fix for trailing = sign in message headers from mail 2.5release/0.11Louise Crow2013-06-04-0/+16
| | |
| * | Add exim config change to upgrade notes and exim install info.0.11.0.2Louise Crow2013-06-04-5/+7
| | |
| * | Merge branch 'hotfix/0.11.0.1' into release/0.110.11.0.1Louise Crow2013-06-03-26/+130
| |\ \
| | * | Restore public body edit form.hotfix/0.11.0.1Louise Crow2013-06-03-1/+1
| | | |
| | * | Handle json requests for hidden info requests.Louise Crow2013-06-03-19/+51
| | | |
| | * | For non-HTML requests, just return the response code for now.Louise Crow2013-06-03-1/+21
| | | |
| | * | Replace backticks with call to exec(), the former spawns a new process, and ↵Louise Crow2013-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 Crow2013-06-03-1/+19
| | | |
| | * | Fix for subject lines with invalid UTF-8 as the last characterMark Longair2013-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' of ↵0.11Louise Crow2013-06-03-2/+3
| |\ \ | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into release/0.11
| | * \ Merge branch 'rails-3-develop' into release/0.11Mark Longair2013-05-30-2/+3
| | |\ \
| * | | | Bump version number.Louise Crow2013-06-03-1/+1
| |/ / /
| * | | Add note about config/httpd.confLouise Crow2013-05-30-1/+2
| | | |
| * | | Add some upgrade notes for the 0.11 release.Louise Crow2013-05-30-0/+8
| | | |
| * | | Merge branch 'rails-3-develop' into release/0.11Louise Crow2013-05-30-866/+1250
| |\ \ \
| * \ \ \ Merge branch 'release/0.11' of ↵Louise Crow2013-05-29-0/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into release/0.11
| | * \ \ \ Merge branch 'rails-3-develop' into release/0.11Mark Longair2013-05-29-63/+0
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge in some updates to the 0.11 release, discovered on further testing on a development server with the full data set.
| * | \ \ \ \ Merge branch 'rails-3-develop' into release/0.11Louise Crow2013-05-29-87/+32
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'rails-3-develop' into release/0.11Louise Crow2013-05-29-10/+62
| |\ \ \ \ \ \
| * | | | | | | Only load commonlib spec file in the test environmentLouise Crow2013-05-28-1/+3
| | | | | | | |
* | | | | | | | We no longer run HTML validation as part of the test suite.Louise Crow2013-06-04-2/+1
| | | | | | | |
* | | | | | | | Merge remote-tracking branch 'openaustralia_github/development-setup' into ↵Louise Crow2013-06-04-0/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | rails-3-develop
| * | | | | | | | Add HTML validator to list of packagesHenare Degan2013-03-14-1/+1
| | | | | | | | |
| * | | | | | | | Add a list of packages you need to install on a fresh Ubuntu development machineHenare Degan2013-03-11-0/+9
| | | | | | | | |
* | | | | | | | | Merge remote-tracking branch ↵Louise Crow2013-06-04-113/+240
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'openaustralia_github/more_info_on_report_request' into rails-3-develop
| * | | | | | | | | User needs to choose a reasonMatthew Landauer2013-03-22-11/+29
| | | | | | | | | |
| * | | | | | | | | Reasons that request can be reported now stored in modelMatthew Landauer2013-03-22-2/+8
| | | | | | | | | |
| * | | | | | | | | Simplify a couple of routes using resourcesMatthew Landauer2013-03-22-2/+3
| | | | | | | | | |
| * | | | | | | | | Rename parameter used in routes and controllerMatthew Landauer2013-03-22-15/+15
| | | | | | | | | |
| * | | | | | | | | Rename controller actionsMatthew Landauer2013-03-22-16/+16
| | | | | | | | | |
| * | | | | | | | | Move reporting actions to their own controllerMatthew Landauer2013-03-22-144/+151
| | | | | | | | | |
| * | | | | | | | | Rename routesMatthew Landauer2013-03-22-4/+4
| | | | | | | | | |
| * | | | | | | | | Wrap in a transactionMatthew Landauer2013-03-22-3/+5
| | | | | | | | | |
| * | | | | | | | | Extract methodMatthew Landauer2013-03-22-4/+9
| | | | | | | | | |
| * | | | | | | | | Only allow posts for reporting request. Don't try redirection when not logged inMatthew Landauer2013-03-22-19/+10
| | | | | | | | | |
| * | | | | | | | | For reporting a request link to the new formMatthew Landauer2013-03-22-1/+1
| | | | | | | | | |
| * | | | | | | | | Posted reason and message gets sent out in the emailMatthew Landauer2013-03-22-1/+8
| | | | | | | | | |