Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | html escaping fix | Matthew Landauer | 2013-01-15 | -1/+1 |
| | ||||
* | Fix bug where visitors from overseas visit a site which is not officially ↵ | Matthew Landauer | 2012-10-19 | -2/+3 |
| | | | | live yet | |||
* | Inline temporary variable | Matthew Landauer | 2012-10-19 | -3/+2 |
| | ||||
* | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -3/+3 |
| | ||||
* | Use user_name instead of user.name to handle external requests. | Louise Crow | 2012-08-22 | -4/+7 |
| | ||||
* | Move variable restore to an ensure block | Robin Houston | 2012-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 Bacon | 2012-05-30 | -0/+3 |
| | | | | browser language; and make the tests pass. | |||
* | Support easy hiding of requests for admins. Currently not exposed in core ↵ | Seb Bacon | 2012-05-25 | -0/+11 |
| | | | | admin interface (requires adminbootstraptheme). | |||
* | Remove misleading copy-pasted comment | Robin Houston | 2012-01-24 | -9/+1 |
| | ||||
* | Flash a message to users from outside the deployed country, telling them ↵ | Seb Bacon | 2011-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. |