| Commit message (Expand) | Author | Age | Lines |
* | Bump ALAVETELI_VERSION. | Louise Crow | 2012-08-30 | -1/+1 |
* | Add Alaveteli application version. | Louise Crow | 2012-08-29 | -8/+11 |
* | More changes and refactoring to make purges work. | Seb Bacon | 2012-04-20 | -1/+1 |
* | Merge branch 'develop' into purge-requests | Seb Bacon | 2012-04-19 | -15/+1 |
|\ |
|
| * | use Rails.root, not RAILS_ROOT | James McKinney | 2012-04-02 | -1/+1 |
| * | Merge jpmckinney/bundler | Seb Bacon | 2012-02-15 | -14/+0 |
* | | first stab at sending PURGE requests to upstream varnish for request pages. N... | Seb Bacon | 2012-03-13 | -0/+1 |
|/ |
|
* | Send email notifications on exceptions | Seb Bacon | 2012-01-09 | -0/+3 |
* | Ensure pagination works even on general search page | Seb Bacon | 2012-01-09 | -1/+4 |
* | Use `test.yml` file to derive test default settings, rather than hard coding ... | Seb Bacon | 2011-11-24 | -9/+7 |
* | add String#is_binary_data? in Ruby 1.9 | James McKinney | 2011-10-17 | -0/+1 |
* | RAILS_GEM_VERSION ought to match the version of Rails that is vendored, for c... | James McKinney | 2011-10-11 | -1/+1 |
* | Ensure I18n.available_locales is a list of symbols, not strings. Fixes #244 | David Cabo | 2011-10-02 | -1/+1 |
* | Provide ability to download zip file containing complete request. Closes #11 | Seb Bacon | 2011-09-13 | -0/+1 |
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop, fix con... | Seb Bacon | 2011-09-05 | -1/+1 |
|\ |
|
| * | Allow newer versions of rdoc gem | David Cabo | 2011-09-01 | -1/+1 |
* | | Flash a message to users from outside the deployed country, telling them abou... | Seb Bacon | 2011-09-05 | -0/+1 |
|/ |
|
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Robin Houston | 2011-08-31 | -1/+1 |
|\ |
|
| * | first stab at improved home page | Seb Bacon | 2011-08-22 | -1/+1 |
* | | Add rdoc as dependency and update gem specification files (suppress more nois... | Seb Bacon | 2011-08-29 | -0/+1 |
|/ |
|
* | Ensure that recent Rails upgrade doesn't break compatibility with older versi... | Seb Bacon | 2011-08-22 | -0/+6 |
* | Monkey patch around bug that was stripping out quotes from search phrases. F... | Seb Bacon | 2011-08-15 | -0/+1 |
* | Ensure we use sensible fallbacks for setting the default / initial locale for... | Seb Bacon | 2011-08-08 | -0/+1 |
* | Add FixMyTransport's strip_empty_sessions to not send a cookie if there's not... | Matthew Somerville | 2011-07-22 | -9/+0 |
* | Only prepend locales to paths when there's more than one locale to choose from. | Seb Bacon | 2011-07-15 | -0/+4 |
* | Explicitly set default locale when testing as well as in production | Seb Bacon | 2011-07-13 | -5/+7 |
* | for reasons that are as yet unclear, I18n.default_locale doesn't always deleg... | Seb Bacon | 2011-07-12 | -4/+4 |
* | use routing-filter gem to prepend locale to URL | Seb Bacon | 2011-07-07 | -0/+1 |
* | Get default locale from config, and set default values to work with tests etc | Seb Bacon | 2011-07-06 | -2/+4 |
* | initial merge of Kosovan branch; still need to get tests passing, factor out ... | Seb Bacon | 2011-07-06 | -4/+3 |
|\ |
|
| * | Specific code for our requirements (kosovo law, our request etc..) | Faton Selishta | 2011-06-02 | -3/+2 |
* | | Update boot.rb, update rails gem version | Louise Crow | 2011-07-04 | -1/+1 |
* | | Get rid of (at least some instances of) the deprecation warning that says :se... | Robin Houston | 2011-06-17 | -1/+1 |
* | | Change the default value of ADMIN_PUBLIC_URL from "/" to "", because absolute... | Robin Houston | 2011-06-13 | -1/+1 |
* | | Since some of the tests rely on the availability of the "es" locale, we overr... | Robin Houston | 2011-06-10 | -2/+7 |
* | | Bundle the locale and gettext gems | Robin Houston | 2011-06-09 | -0/+2 |
|/ |
|
* | correct a bad merge (made test database setup fail) | Seb Bacon | 2011-04-07 | -1/+1 |
* | some test fixage | Seb Bacon | 2011-03-11 | -3/+0 |
* | fix bad merges from rebase with master | Seb Bacon | 2011-03-10 | -2/+6 |
* | load available locales from our local config file | Seb Bacon | 2011-03-10 | -0/+6 |
* | override gettext "_" behaviour to also support interpolation | Seb Bacon | 2011-03-10 | -1/+1 |
* | initial support for localising model data (not fully tested) | Seb Bacon | 2011-03-10 | -1/+3 |
* | override gettext "_" behaviour to also support interpolation | Seb Bacon | 2011-03-10 | -1/+1 |
* | initial, basic i18n support with gettext | Seb Bacon | 2011-03-10 | -10/+6 |
* | Remove gem dependency on ruby-ole | Louise Crow | 2011-02-24 | -1/+0 |
* | Include ruby-ole from commonlib on path | Louise Crow | 2011-02-24 | -0/+2 |
* | Adding dependency on rspec. | Louise Crow | 2011-02-24 | -1/+1 |
* | Adding translation via fast_gettext. | Louise Crow | 2011-02-24 | -1/+2 |
* | Remove TODO - extra gems not needed in deployment environment. | Louise Crow | 2011-02-23 | -9/+0 |
* | Update symbol used for session key | Louise Crow | 2011-02-23 | -1/+1 |