aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers
Commit message (Collapse)AuthorAgeLines
* Simplify search logic so it doesn't depend on sessions. Also fixes #338Seb Bacon2012-01-25-13/+14
|
* Don't choke on unescaped characters in URIs. Fixes #335.Seb Bacon2012-01-11-4/+8
|
* Don't generate endlessly recursive URLs from request pages where the URL has ↵Seb Bacon2011-12-21-2/+9
| | | | a query string. Fixes #311.
* Make HTML ids unique even with multiple localesRobin Houston2011-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.
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developDavid Cabo2011-09-03-0/+15
|\
| * Some i18n strings for homepage, and fix up more HTML parsing test failuresSeb Bacon2011-09-01-0/+15
| |
* | Merge branch 'asktheeu-new-design' into develop (update New Request workflow ↵David Cabo2011-09-01-0/+4
|\ \ | |/ |/| | | to match new wireframes)
| * Add sign-in at beginning of New Request process (configurable)David Cabo2011-08-23-0/+4
| |
| * Extend "new public body" form to support multiple locales (closes #142)David Cabo2011-08-17-1/+1
| |
* | Further work in progress on better search functionalitySeb Bacon2011-08-29-8/+13
| |
* | more work in progress on search formsSeb Bacon2011-08-29-1/+1
| |
* | Extend "new public body" form to support multiple locales (closes #142)David Cabo2011-08-23-1/+1
| |
* | Use rails localisation function to return date. Fixes #152.Seb Bacon2011-08-22-1/+1
|/
* I18n'd hardcoded WhatDoTheyKnow strings, mostly in mails. Use named variable ↵David Cabo2011-08-11-1/+9
| | | | substitution in gettext strings.
* Add the ADMIN_BASE_URL variable to general.yml-example, and make the codeRobin Houston2011-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 itRobin Houston2011-07-14-1/+1
|
* get language names from a comprehensive list, rather than just hard-code a ↵Seb Bacon2011-07-07-7/+6
| | | | handful
* undo hard-coded domainSeb Bacon2011-07-06-1/+1
|
* initial merge of Kosovan branch; still need to get tests passing, factor out ↵Seb Bacon2011-07-06-3/+9
|\ | | | | | | Kosovan-specific code
| * I18n string for modelsFaton Selishta2011-06-30-1/+7
| |
| * change an harcodet linkFaton Selishta2011-06-14-1/+1
| |
| * I18n fixFaton Selishta2011-06-02-1/+1
| |
* | The error messages are clearly designed to be used *without* theRobin Houston2011-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 switcherSeb Bacon2011-03-10-0/+6
|
* .json form for RSS feedsFrancis Irving2010-10-09-1/+1
|
* Serve CSS from secure URL for adminFrancis Irving2010-09-16-6/+0
|
* Remove old commented parts.Francis Irving2010-09-06-3/+0
|
* Change the foi_cache to be explicit everywhere, so Interlock can use theFrancis Irving2010-09-06-2/+19
| | | | rails cache
* Use our algorithm for view cache fragments tooFrancis Irving2010-05-19-0/+6
|
* Table showing event history.Francis Irving2010-01-20-0/+4
|
* Show times on timeline, not just dates.Francis Irving2009-10-31-0/+4
|
* Remove some uses of gsub!, which might be clobbering other versions of stringsfrancis2009-04-08-2/+2
| | | | which are really members of some other class
* Allowing extra parameters to be passed to request_urllouise2009-04-03-3/+8
|
* Give a bit more privacy about join datafrancis2009-02-12-1/+5
|
* Make all links in RSS feeds absolute, rather than relative, as readers don'tfrancis2008-12-17-1/+7
| | | | expand them.
* Fix unhappy URLsfrancis2008-11-07-2/+2
|
* Lots more internal review stuff.francis2008-11-07-3/+7
|
* Oops, forgot to commitfrancis2008-10-20-1/+4
|
* View Word docs as HTMLfrancis2008-10-17-2/+2
|
* State of a request when response is to be by post.francis2008-10-03-1/+12
|
* Oopsfrancis2008-09-24-2/+2
|
* Note about which bug this isfrancis2008-09-24-2/+4
|
* Work round Rails bug to do with escaping of slashes in path components.francis2008-09-24-1/+11
|
* Alphabetfrancis2008-09-07-1/+4
|
* Fixs routing related bugs in search (I think caused by rails upgrade).francis2008-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 objectfrancis2008-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.francis2008-08-26-4/+7
|
* Most of comments code.francis2008-08-13-1/+4
|
* Feeds/alerts for authorities and users now includes responses and followups asfrancis2008-08-07-2/+2
| | | | | well as original requests. Add RSS autodetection.
* RSS feeds without tracking (just underlying code, not linked from anywhere yet)francis2008-07-18-9/+9
|