aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/help_controller.rb
Commit message (Collapse)AuthorAgeLines
* Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-1/+1
|
* Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-1/+1
|
* Update to new mail sending APIHenare Degan2013-02-25-2/+2
|
* Merge remote-tracking branch ↵Louise Crow2013-02-07-1/+0
|\ | | | | | | 'openaustralia_github/email_fix_on_contact_page' into develop
| * Fix email link on contact page after escaping changesMatthew Landauer2013-02-07-1/+0
| |
* | Rename mailer method to avoid naming conflict in Rails 3Matthew Landauer2013-01-25-1/+1
|/
* Remove svn tags that are out of date as we are now using gitMatthew Landauer2012-10-09-2/+0
|
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-1/+1
|
* Fail with NotFound if request slug doesn't existRobin Houston2012-08-20-1/+1
| | | | Closes #554.
* Remove trailing whitespace (to make a cleaner forthcoming merge with ↵Seb Bacon2012-05-15-3/+3
| | | | wombleton:feature/440_sparkly_admin_css)
* Make variables localRobin Houston2012-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 Bacon2012-01-09-4/+4
| | | | issue #324.
* Add cache headers to various pages (in three categories: short, medium, and ↵Seb Bacon2011-07-26-0/+2
| | | | long).
* I18n string for controllersFaton Selishta2011-06-30-1/+1
|
* Remove unnecessary controller functions.Francis Irving2010-10-04-6/+2
|
* Add initial API helpFrancis Irving2010-10-04-0/+3
|
* This doesn't work with all the Rails cookies.Francis Irving2010-09-06-1/+0
|
* Rename function so doesn't say "squid" in itFrancis Irving2010-09-06-1/+1
|
* Add Vary header.francis2009-07-14-2/+2
|
* Cache a few more things with Squid.francis2009-07-14-1/+2
|
* Lots more internal review stuff.francis2008-11-07-1/+8
|
* Put URL of last viewed request / authority in contact form emails.francis2008-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.francis2008-10-03-2/+2
|
* Don't modify the string - copy it before modifying, or else main email ↵francis2008-07-09-2/+2
| | | | config gets damaged.
* Give email address on contact form.francis2008-07-09-1/+4
|
* Don't try and show IP on contact emails - not much use anyway, and doesn't ↵francis2008-02-29-2/+2
| | | | work for some reason.
* Rename frontpage route to be called frontpagefrancis2008-02-21-2/+2
|
* Use login email for contact form if logged in.francis2008-02-20-2/+6
|
* Contact form.francis2008-02-19-1/+20
|
* Working days calculation.francis2008-01-09-0/+14