Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 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 |