aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Allow RAILS_ENV to be set in sysvinit-thinhotfix/0.19.1hotfix/0.19.0.2Gareth Rees2014-08-29-2/+4
| | | | Install script on AWS uses development mode by default
* Merge remote-tracking branch 'origin/release/0.19'0.19Gareth Rees2014-08-28-3432/+4064
|\
| * Fix translation bug in variable interpolationrelease/0.19Louise Crow2014-08-28-3/+3
| |
| * Update translationsGareth Rees2014-08-26-208/+208
| |
| * Update translationsGareth Rees2014-08-26-6/+6
| |
| * Add note about HighlightHelper#excerpt backportGareth Rees2014-08-26-0/+10
| | | | | | | | Requires Hash options
| * Update ALAVETELI_VERSIONGareth Rees2014-08-26-1/+1
| |
| * note commonlib update in changelogGareth Rees2014-08-26-0/+2
| |
| * Update translationsGareth Rees2014-08-26-378/+399
| |
| * Clarify RESPONSIVE_STYLING settingGareth Rees2014-08-22-1/+3
| |
| * Update changelog version numberGareth Rees2014-08-22-1/+1
| |
| * 0.19 Release NotesGareth Rees2014-08-22-0/+50
| |
| * Merge branch 'add-installability-badge' into rails-3-developLouise Crow2014-08-22-0/+1
| |\
| | * Add badge pointing to our installability standards.Louise Crow2014-08-07-0/+1
| | |
| * | Merge branch 'issues/1647-cap-thin-support' into rails-3-developLouise Crow2014-08-22-7/+11
| |\ \
| | * | Fix typoLouise Crow2014-08-22-1/+1
| | | |
| | * | fixup! Use service for stop, start, restartLouise Crow2014-08-21-2/+2
| | | |
| | * | Use service for stop, start, restartLouise Crow2014-08-21-7/+11
| | | |
| * | | Merge branch 'remove-glibc-patch' into rails-3-developLouise Crow2014-08-22-7/+1
| |\ \ \
| | * | | Remove glibc patchLouise Crow2014-08-21-7/+1
| |/ / / | | | | | | | | | | | | Should now be patched in squeeze..thought patched in 2.11.3-1, actually patched in 2.11.3-4 http://metadata.ftp-master.debian.org/changelogs//main/e/eglibc/eglibc_2.11.3-4_changelog
| * | | Merge branch 'issues/1505-nav-browse-requests' into rails-3-developGareth Rees2014-08-21-85/+87
| |\ \ \ | | |/ / | |/| |
| | * | Use existing "View Requests" key for "Browse Requests"Gareth Rees2014-08-21-82/+82
| | | | | | | | | | | | | | | | Also for "View and search requests" --> "Browse and search requests"
| | * | Reword View Requests to Browse Requests in navGareth Rees2014-08-21-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | User testing highlighted that it was easy to mistake "View Requests" for a Facebook-style wall rather than the list of all requests. [1] [1] https://github.com/mysociety/alaveteli/issues/1505
| * | | Clean up fuzzy translations.Louise Crow2014-08-21-6/+3
| | | |
| * | | Merge branch 'consistent-init-script-names' into rails-3-developLouise Crow2014-08-21-6/+6
| |\ \ \
| | * | | fixup! Have install script use same init script names as manual install docs.Louise Crow2014-08-21-2/+2
| | | | |
| | * | | fixup! Have install script use same init script names as manual install docs.Louise Crow2014-08-21-1/+1
| | | | |
| | * | | Have install script use same init script names as manual install docs.Louise Crow2014-08-21-4/+4
| | | | |
| | * | | Use init script names that match examples in documentation at alaveteli.orgLouise Crow2014-08-21-2/+2
| | | | |
| * | | | Merge branch 'rails-3-develop' of ↵Louise Crow2014-08-21-806/+945
| |\ \ \ \ | | | |/ / | | |/| | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
| | * | | Merge branch 'issues/1181-destroy-external-request' into rails-3-developGareth Rees2014-08-21-1/+8
| | |\ \ \
| | | * | | Interpolate rather than String#+Gareth Rees2014-08-18-1/+1
| | | | | | | | | | | | | | | | | | https://github.com/bbatsov/ruby-style-guide#concat-strings
| | | * | | Use different flash for fully_destroy external InfoRequestGareth Rees2014-08-18-1/+8
| | | |/ / | | | | | | | | | | | | | | | Uses a different flash message to avoid trying to fetch a non existent user record
| | * | | Update translationsGareth Rees2014-08-21-800/+924
| | | | |
| | * | | Merge branch 'nginx-ssl' into rails-3-developGareth Rees2014-08-21-0/+7
| | |\ \ \
| | | * | | redirect HTTP to HTTPS in nginx SSL configGareth Rees2014-08-21-0/+7
| | | | | |
| | * | | | Merge branch 'issues/1744-view-as-html-stylesheet' into rails-3-developGareth Rees2014-08-21-5/+6
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Add charset to view-as-html templateGareth Rees2014-08-19-0/+2
| | | | | |
| | | * | | Add charset to view-as-html stylesheet linksGareth Rees2014-08-18-5/+4
| | | |/ /
| * | | | Merge branch 'nginx-config-tweaks' into rails-3-developLouise Crow2014-08-21-3/+5
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Remove static error page config.Louise Crow2014-08-21-3/+0
| | | | | | | | | | | | | | | | | | | | We don't have static error pages available in alaveteli
| | * | | Add download locationLouise Crow2014-08-21-0/+5
| | | | |
| * | | | Merge branch 'issues/1389-public-body-updates-spam' into rails-3-developGareth Rees2014-08-21-2/+41
| |\ \ \ \
| | * | | | Add honeypot spam protection to body update formGareth Rees2014-08-21-2/+41
| | | |/ / | | |/| | | | | | | | | | | | | | | | | Intercepts the request and redirects to the homepage if the comment field is filled in on the public body update form.
| * | | | Update NewRelic gemGareth Rees2014-08-21-1/+1
| | |/ / | |/| |
| * | | Merge branch 'rails-3-develop' of ↵Louise Crow2014-08-21-0/+0
| |\ \ \ | | | | | | | | | | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
| | * | | Rename nginx ssl config fileGareth Rees2014-08-20-0/+0
| | |/ / | | | | | | | | Use .example to avoid conflicts with internal deployment system
| * | | Merge branch 'add-lockfile-progs-to-packages' into rails-3-developLouise Crow2014-08-21-0/+4
| |\ \ \ | | |/ / | |/| |
| | * | Add lockfile-progs to dependencies.Louise Crow2014-08-19-0/+4
| |/ / | | | | | | | | | Required since 3e9aca9c0795a205b4afe069ddd403889b95ffd2.
| * | Fix httpd vhost example not sourcing conf filesGareth Rees2014-08-18-1/+1
| | |