Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Redirect /help to /help/about | Gareth Rees | 2014-11-05 | -0/+4 |
| | | | | Shouldn't really 404 on an important/accessible URL | |||
* | Add honeypot spam protection to contact form | Gareth Rees | 2014-03-31 | -0/+9 |
| | | | | | Intercepts the request and redirects to the homepage if the comment field is filled in on the contact form. | |||
* | Change email address in header of source code to hello@mysociety.org | Matthew Landauer | 2013-03-26 | -1/+1 |
| | ||||
* | Rename Configuration class to avoid conflict with ActiveSupport::Configurable | Henare Degan | 2013-03-03 | -1/+1 |
| | ||||
* | Update to new mail sending API | Henare Degan | 2013-02-25 | -2/+2 |
| | ||||
* | Merge remote-tracking branch ↵ | Louise Crow | 2013-02-07 | -1/+0 |
|\ | | | | | | | 'openaustralia_github/email_fix_on_contact_page' into develop | |||
| * | Fix email link on contact page after escaping changes | Matthew Landauer | 2013-02-07 | -1/+0 |
| | | ||||
* | | Rename mailer method to avoid naming conflict in Rails 3 | Matthew Landauer | 2013-01-25 | -1/+1 |
|/ | ||||
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -2/+0 |
| | ||||
* | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -1/+1 |
| | ||||
* | Fail with NotFound if request slug doesn't exist | Robin Houston | 2012-08-20 | -1/+1 |
| | | | | Closes #554. | |||
* | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵ | Seb Bacon | 2012-05-15 | -3/+3 |
| | | | | wombleton:feature/440_sparkly_admin_css) | |||
* | Make variables local | Robin Houston | 2012-02-03 | -6/+6 |
| | | | | | | | The variables last_request_id and last_body_id were not used by the view, so it’s clearer to make them local variables so it’s obvious from the controller code which values influence the rendering. | |||
* | Ignore last-seen-item variables for the purposes of varnish caching. Fixes ↵ | Seb Bacon | 2012-01-09 | -4/+4 |
| | | | | issue #324. | |||
* | Add cache headers to various pages (in three categories: short, medium, and ↵ | Seb Bacon | 2011-07-26 | -0/+2 |
| | | | | long). | |||
* | I18n string for controllers | Faton Selishta | 2011-06-30 | -1/+1 |
| | ||||
* | Remove unnecessary controller functions. | Francis Irving | 2010-10-04 | -6/+2 |
| | ||||
* | Add initial API help | Francis Irving | 2010-10-04 | -0/+3 |
| | ||||
* | This doesn't work with all the Rails cookies. | Francis Irving | 2010-09-06 | -1/+0 |
| | ||||
* | Rename function so doesn't say "squid" in it | Francis Irving | 2010-09-06 | -1/+1 |
| | ||||
* | Add Vary header. | francis | 2009-07-14 | -2/+2 |
| | ||||
* | Cache a few more things with Squid. | francis | 2009-07-14 | -1/+2 |
| | ||||
* | Lots more internal review stuff. | francis | 2008-11-07 | -1/+8 |
| | ||||
* | Put URL of last viewed request / authority in contact form emails. | francis | 2008-10-07 | -3/+30 |
| | | | | | Get rid of details box for requires_admin, as people were using it unnecessarily, instead direct to contact form on next page. | |||
* | Give link to user page if logged in user uses contact form. | francis | 2008-10-03 | -2/+2 |
| | ||||
* | Don't modify the string - copy it before modifying, or else main email ↵ | francis | 2008-07-09 | -2/+2 |
| | | | | config gets damaged. | |||
* | Give email address on contact form. | francis | 2008-07-09 | -1/+4 |
| | ||||
* | Don't try and show IP on contact emails - not much use anyway, and doesn't ↵ | francis | 2008-02-29 | -2/+2 |
| | | | | work for some reason. | |||
* | Rename frontpage route to be called frontpage | francis | 2008-02-21 | -2/+2 |
| | ||||
* | Use login email for contact form if logged in. | francis | 2008-02-20 | -2/+6 |
| | ||||
* | Contact form. | francis | 2008-02-19 | -1/+20 |
| | ||||
* | Working days calculation. | francis | 2008-01-09 | -0/+14 |