Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Extend "new public body" form to support multiple locales (closes #142) | David Cabo | 2011-08-23 | -1/+1 |
| | ||||
* | Use rails localisation function to return date. Fixes #152. | Seb Bacon | 2011-08-22 | -1/+1 |
| | ||||
* | I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵ | David Cabo | 2011-08-11 | -1/+9 |
| | | | | substitution in gettext strings. | |||
* | Add the ADMIN_BASE_URL variable to general.yml-example, and make the code | Robin Houston | 2011-07-26 | -1/+2 |
| | | | | | treat an empty value the same as if the variable were absent (i.e. to use the default admin path). | |||
* | Use the ADMIN_BASE_URL config variable if present, rather than ignoring it | Robin Houston | 2011-07-14 | -1/+1 |
| | ||||
* | get language names from a comprehensive list, rather than just hard-code a ↵ | Seb Bacon | 2011-07-07 | -7/+6 |
| | | | | handful | |||
* | undo hard-coded domain | Seb Bacon | 2011-07-06 | -1/+1 |
| | ||||
* | initial merge of Kosovan branch; still need to get tests passing, factor out ↵ | Seb Bacon | 2011-07-06 | -3/+9 |
|\ | | | | | | | Kosovan-specific code | |||
| * | I18n string for models | Faton Selishta | 2011-06-30 | -1/+7 |
| | | ||||
| * | change an harcodet link | Faton Selishta | 2011-06-14 | -1/+1 |
| | | ||||
| * | I18n fix | Faton Selishta | 2011-06-02 | -1/+1 |
| | | ||||
* | | 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. | |||
* | add global locale switcher | Seb Bacon | 2011-03-10 | -0/+6 |
| | ||||
* | .json form for RSS feeds | Francis Irving | 2010-10-09 | -1/+1 |
| | ||||
* | Serve CSS from secure URL for admin | Francis Irving | 2010-09-16 | -6/+0 |
| | ||||
* | 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 |
| | ||||
* | Table showing event history. | Francis Irving | 2010-01-20 | -0/+4 |
| | ||||
* | Show times on timeline, not just dates. | Francis Irving | 2009-10-31 | -0/+4 |
| | ||||
* | Remove some uses of gsub!, which might be clobbering other versions of strings | francis | 2009-04-08 | -2/+2 |
| | | | | which are really members of some other class | |||
* | Allowing extra parameters to be passed to request_url | louise | 2009-04-03 | -3/+8 |
| | ||||
* | Give a bit more privacy about join data | francis | 2009-02-12 | -1/+5 |
| | ||||
* | Make all links in RSS feeds absolute, rather than relative, as readers don't | francis | 2008-12-17 | -1/+7 |
| | | | | expand them. | |||
* | Fix unhappy URLs | francis | 2008-11-07 | -2/+2 |
| | ||||
* | Lots more internal review stuff. | francis | 2008-11-07 | -3/+7 |
| | ||||
* | Oops, forgot to commit | francis | 2008-10-20 | -1/+4 |
| | ||||
* | View Word docs as HTML | francis | 2008-10-17 | -2/+2 |
| | ||||
* | State of a request when response is to be by post. | francis | 2008-10-03 | -1/+12 |
| | ||||
* | Oops | francis | 2008-09-24 | -2/+2 |
| | ||||
* | Note about which bug this is | francis | 2008-09-24 | -2/+4 |
| | ||||
* | Work round Rails bug to do with escaping of slashes in path components. | francis | 2008-09-24 | -1/+11 |
| | ||||
* | Alphabet | francis | 2008-09-07 | -1/+4 |
| | ||||
* | Fixs routing related bugs in search (I think caused by rails upgrade). | francis | 2008-09-05 | -8/+8 |
| | | | | | Add stuff so when you search for bodies from front page gives different help. Make new front page live. | |||
* | Make way links work in admin interface consistent - so name of object | francis | 2008-08-29 | -10/+7 |
| | | | | | always links to real page, and in brackets after it (admin) goes to admin page. | |||
* | Prevent double posting of comments, and test code for that. | francis | 2008-08-26 | -4/+7 |
| | ||||
* | Most of comments code. | francis | 2008-08-13 | -1/+4 |
| | ||||
* | Feeds/alerts for authorities and users now includes responses and followups as | francis | 2008-08-07 | -2/+2 |
| | | | | | well as original requests. Add RSS autodetection. | |||
* | RSS feeds without tracking (just underlying code, not linked from anywhere yet) | francis | 2008-07-18 | -9/+9 |
| | ||||
* | Remove unused function. | francis | 2008-07-09 | -6/+1 |
| | ||||
* | Wrong comment. | francis | 2008-07-09 | -2/+2 |
| | ||||
* | Remove escaping of HTML from text alert emails. | francis | 2008-05-27 | -2/+4 |
| | ||||
* | Show more similar requests. | francis | 2008-05-18 | -1/+4 |
| | | | | Remove display of requests to same person / authority as overlaps too much anyway. | |||
* | Track things for arbitary search queries. | francis | 2008-05-15 | -1/+3 |
| | ||||
* | Track requests by a particular user. | francis | 2008-05-12 | -1/+3 |
| | ||||
* | Track new requests to a particular public authority. | francis | 2008-05-12 | -1/+3 |
| | ||||
* | Alert about successful requests. | francis | 2008-05-12 | -2/+4 |
| | ||||
* | Generalise links to tracking. | francis | 2008-05-12 | -1/+12 |
| | ||||
* | Get date range searches working. | francis | 2008-04-30 | -1/+10 |
| | ||||
* | Change from acts_as_solr to acts_as_xapian | francis | 2008-04-24 | -3/+16 |
| |