Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix regression by allowing Date objects too | Henare Degan | 2012-11-21 | -1/+3 |
| | ||||
* | Make simple_date respect the time zone | Henare Degan | 2012-11-18 | -1/+1 |
| | ||||
* | Remove svn tags that are out of date as we are now using git | Matthew Landauer | 2012-10-09 | -2/+0 |
| | ||||
* | Refactor for conciseness | Henare Degan | 2012-10-04 | -2/+1 |
| | ||||
* | Change the behaviour of admin_url to always return a full URL | Henare Degan | 2012-10-04 | -1/+1 |
| | ||||
* | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -2/+2 |
| | ||||
* | Fix for the case where an external request has no user_name | Louise Crow | 2012-08-29 | -1/+1 |
| | ||||
* | With reference to issue #560, generate better text in the case of an ↵ | Louise Crow | 2012-08-22 | -3/+4 |
| | | | | anonymous external user when being viewed by either an admin or non admin. | |||
* | Method spacing. | Louise Crow | 2012-08-22 | -0/+19 |
| | ||||
* | Helpers to support external requests | Robin Houston | 2012-08-10 | -1/+13 |
| | ||||
* | Ensure (at least in the most basic cases) that views support recent ↵ | Seb Bacon | 2012-07-09 | -0/+8 |
| | | | | "external request" changes (mainly that InfoRequests no longer necessarily have a User). | |||
* | Atom feed of request events | Robin Houston | 2012-07-04 | -6/+0 |
| | | | | | | | | | | We need not only new requests, but new outgoing correspondence of any sort. The idea is that this feed will contain any event that would have triggered an email to be sent to the public body, so can be used as an alternative, equivalent way to stay up-to-date with happenings on WDTK (or the Alaveteli installation of choice). | |||
* | Use fully-qualified URLs in feed | Robin Houston | 2012-07-04 | -1/+6 |
| | | | | The <link> tags in the feed <entry>s ought to be fully-qualified URLs. | |||
* | Atom feed approximately working (?) | Robin Houston | 2012-07-04 | -0/+1 |
| | ||||
* | Fix user links for external users | Robin Houston | 2012-06-06 | -0/+7 |
| | ||||
* | Merge from wombleton:feature/440_sparkly_admin_css | Seb Bacon | 2012-05-23 | -6/+13 |
| | | | | | | | 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 | -14/+14 |
| | | | | wombleton:feature/440_sparkly_admin_css) | |||
* | Internationalize short_date: | Seb Bacon | 2012-05-02 | -1/+3 |
| | | | | | * By default, use built-in Rails locales for date format * Allow this to be overridden in theme-specific locale | |||
* | Simplify search logic so it doesn't depend on sessions. Also fixes #338 | Seb Bacon | 2012-01-25 | -13/+14 |
| | ||||
* | Don't choke on unescaped characters in URIs. Fixes #335. | Seb Bacon | 2012-01-11 | -4/+8 |
| | ||||
* | Don't generate endlessly recursive URLs from request pages where the URL has ↵ | Seb Bacon | 2011-12-21 | -2/+9 |
| | | | | a query string. Fixes #311. | |||
* | Further work in progress on better search functionality | Seb Bacon | 2011-08-29 | -8/+13 |
| | ||||
* | more work in progress on search forms | Seb Bacon | 2011-08-29 | -1/+1 |
| | ||||
* | 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 |
| | ||||
* | 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/+1 |
| | | | | handful | |||
* | undo hard-coded domain | Seb Bacon | 2011-07-06 | -1/+1 |
| | ||||
* | 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 |
| | ||||
* | 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 |
| | ||||
* | 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 |
| |