Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Change email address in header of source code to hello@mysociety.org | Matthew Landauer | 2013-03-26 | -1/+1 |
| | ||||
* | Mark output of highlight_words helper as html_safe | Matthew Landauer | 2013-02-01 | -1/+1 |
| | ||||
* | Small refactor to make method more concise | Matthew Landauer | 2013-02-01 | -6/+3 |
| | ||||
* | Escape error messages in foi_error_messages_for | Matthew Landauer | 2013-01-03 | -3/+3 |
| | ||||
* | 3093f5d97d89dfa3518babe00d3aefea9cde15ad contained a reversion for WDTK - ↵ | Louise Crow | 2012-11-20 | -0/+7 |
| | | | | where due to the proxied admin interface, we can't rely on a shared session between front end and admin interface requests. So show the admin bar for all superusers. | |||
* | Remove unused method. | Louise Crow | 2012-11-08 | -19/+0 |
| | ||||
* | Fix bug where errors were rendered like: <ul>["<li>Please enter a ↵ | James McKinney | 2012-11-01 | -1/+1 |
| | | | | subject</li>"]</ul> | |||
* | Only reference the admin stylesheet if we're actually going to show the ↵ | Louise Crow | 2012-11-01 | -5/+1 |
| | | | | admin navbar. | |||
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -2/+1 |
| | ||||
* | Show the admin navigation bar when browsing the main site. Fixes #512 | Seb Bacon | 2012-06-27 | -0/+4 |
| | ||||
* | Reformat function so it doesn't confuse gettext | Seb Bacon | 2012-06-14 | -1/+3 |
| | ||||
* | Factor out `contact_from_name_and_email` so it can be used from anywhere in ↵ | Seb Bacon | 2012-05-25 | -0/+3 |
| | | | | the app. | |||
* | Merge from wombleton:feature/440_sparkly_admin_css | Seb Bacon | 2012-05-23 | -0/+14 |
| | | | | | | | Includes a couple of additional fixes: * Remember to HTML-quote things that could come from users * Fix form post action for editing users | |||
* | Remove trailing whitespace (to make a cleaner forthcoming merge with ↵ | Seb Bacon | 2012-05-15 | -7/+7 |
| | | | | wombleton:feature/440_sparkly_admin_css) | |||
* | Make HTML ids unique even with multiple locales | Robin Houston | 2011-09-08 | -2/+6 |
| | | | | | | In situations where a block of HTML is generated for each enabled locale, we need to include the locale name in generated ids otherwise the id will not be unique within the document, resulting in invalid HTML. | |||
* | Some i18n strings for homepage, and fix up more HTML parsing test failures | Seb Bacon | 2011-09-01 | -0/+15 |
| | ||||
* | I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵ | David Cabo | 2011-08-11 | -1/+4 |
| | | | | substitution in gettext strings. | |||
* | get language names from a comprehensive list, rather than just hard-code a ↵ | Seb Bacon | 2011-07-07 | -0/+5 |
| | | | | handful | |||
* | The error messages are clearly designed to be used *without* the | Robin Houston | 2011-06-23 | -10/+17 |
| | | | | | | field name being prepended, so change the ApplicationHelper::foi_error_messages_for method to not prepend the field name, and add the field name back to the two messages from which we previously removed it. | |||
* | Remove old commented parts. | Francis Irving | 2010-09-06 | -3/+0 |
| | ||||
* | Change the foi_cache to be explicit everywhere, so Interlock can use the | Francis Irving | 2010-09-06 | -2/+19 |
| | | | | rails cache | |||
* | Use our algorithm for view cache fragments too | Francis Irving | 2010-05-19 | -0/+6 |
| | ||||
* | Remove unused function. | francis | 2008-07-09 | -6/+1 |
| | ||||
* | Remove escaping of HTML from text alert emails. | francis | 2008-05-27 | -2/+4 |
| | ||||
* | Change from acts_as_solr to acts_as_xapian | francis | 2008-04-24 | -3/+16 |
| | ||||
* | Email alerts for tracking a particular request. | francis | 2008-04-03 | -3/+4 |
| | ||||
* | Remove unused function. | francis | 2008-03-19 | -19/+1 |
| | ||||
* | Highlighting | francis | 2008-03-06 | -1/+26 |
| | ||||
* | Redirect to appropriate messages for most of the classification options. | francis | 2008-01-29 | -7/+1 |
| | ||||
* | Say it is development site on about page. | francis | 2008-01-21 | -1/+6 |
| | ||||
* | Comments | francis | 2008-01-14 | -2/+2 |
| | ||||
* | Make login have signin and signup on same page, side by side. | francis | 2007-11-07 | -2/+1 |
| | ||||
* | Make "rake spec:check" not check views or helpers, as I don't think | francis | 2007-11-01 | -26/+6 |
| | | | | | | | | | we need specialist test files for them (and even if I did they are screwed, as they can't call functions in controllers/views/routes from the test framework). Move various link to URL helpers into their own file, for ease of calling from views and controllers. Document Spec directory in top level README. | |||
* | Search history of public body short names in URLs and redirect from that. | francis | 2007-10-30 | -12/+8 |
| | ||||
* | Use nicer URLs for user names with funny characters in them. | francis | 2007-10-30 | -2/+13 |
| | ||||
* | Name named routes consistently | francis | 2007-10-30 | -4/+6 |
| | ||||
* | Evil CSS speech bubble to try and make the FOI request page make more sense. | francis | 2007-10-24 | -2/+9 |
| | ||||
* | Added some named routes | louise | 2007-10-16 | -1/+9 |
| | ||||
* | Display dates more nicely. | francis | 2007-10-09 | -1/+6 |
| | ||||
* | Some cosmetic changes to code. | francis | 2007-09-12 | -1/+8 |
| | ||||
* | Do HTML 4.0 output in a nicer way | francis | 2007-09-05 | -6/+0 |
| | ||||
* | Fix text of error messages. | francis | 2007-08-23 | -0/+27 |
| | ||||
* | Make it HTML 4.0 strict. | francis | 2007-08-23 | -0/+7 |
| | ||||
* | Default Rails gumph. | francis | 2007-08-01 | -0/+3 |