aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/services_controller.rb
Commit message (Collapse)AuthorAgeLines
* html escaping fixMatthew Landauer2013-01-15-1/+1
|
* Fix bug where visitors from overseas visit a site which is not officially ↵Matthew Landauer2012-10-19-2/+3
| | | | live yet
* Inline temporary variableMatthew Landauer2012-10-19-3/+2
|
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-3/+3
|
* Use user_name instead of user.name to handle external requests.Louise Crow2012-08-22-4/+7
|
* Move variable restore to an ensure blockRobin Houston2012-08-01-8/+12
| | | | | | I think this whole thing is redundant anyway, since the locale is set at the start of each request, but if we’re going to save/restore this value then we might as well do so correctly.
* Make the logic that tells you about other countries' Alavetelis prefer the ↵Seb Bacon2012-05-30-0/+3
| | | | browser language; and make the tests pass.
* Support easy hiding of requests for admins. Currently not exposed in core ↵Seb Bacon2012-05-25-0/+11
| | | | admin interface (requires adminbootstraptheme).
* Remove misleading copy-pasted commentRobin Houston2012-01-24-9/+1
|
* Flash a message to users from outside the deployed country, telling them ↵Seb Bacon2011-09-05-0/+32
about either (a) a website in their country, or (b) the existence of Alaveteli to help them make one themselves. Closes #124.