| Commit message (Expand) | Author | Age | Lines |
* | Force the 'C' locale for elinks | Robin Houston | 2012-01-17 | -1/+1 |
* | Replace all `which command` calls | Robin Houston | 2012-01-17 | -2/+2 |
* | Paths for external commands | Robin Houston | 2012-01-17 | -1/+16 |
* | Ensure pagination works when running behind Passenger | Seb Bacon | 2012-01-09 | -2/+4 |
* | Make sure paging authority list works even when using typeahead search | Seb Bacon | 2012-01-09 | -1/+5 |
* | remove stray cut&paste cruft | Seb Bacon | 2012-01-09 | -1/+0 |
* | Ensure pagination works even on general search page | Seb Bacon | 2012-01-09 | -14/+54 |
* | Display internationalized emails correctly (specifically, RFC2047 headers, an... | Seb Bacon | 2012-01-04 | -1/+1 |
* | Merge remote-tracking branch 'jpmckinney/pre1.9' into develop | Seb Bacon | 2011-11-24 | -2/+12 |
|\ |
|
| * | add String#is_binary_data? in Ruby 1.9 | James McKinney | 2011-10-17 | -0/+8 |
| * | comment out commonlib tests, which are not 1.9 compatible | James McKinney | 2011-10-16 | -1/+2 |
| * | call #first on from_addrs and to_addrs before calling #to_s | James McKinney | 2011-10-16 | -1/+1 |
| * | add encoding magic comments and fix paths | James McKinney | 2011-10-16 | -0/+1 |
* | | Merge pull request #264 from jpmckinney/flexible_binary_paths_dev | Seb Bacon | 2011-11-22 | -1/+1 |
|\ \
| |/
|/| |
|
| * | add one more command | James McKinney | 2011-10-11 | -1/+1 |
* | | Add a more correct check for vendored Rails, and use non-vendored Rails' gem_... | James McKinney | 2011-10-11 | -1/+5 |
|/ |
|
* | Don't prepend path when loading public categories, closes #178 | David Cabo | 2011-09-19 | -1/+1 |
* | Wrap categories loading into singleton and add support for multiple locales s... | David Cabo | 2011-09-19 | -94/+109 |
* | Provide ability to download zip file containing complete request. Closes #11 | Seb Bacon | 2011-09-13 | -0/+33 |
* | Merge branch 'wdtk' into develop | Robin Houston | 2011-09-08 | -135/+0 |
|\ |
|
| * | Move external_command.rb to commonlib | Robin Houston | 2011-09-07 | -135/+0 |
* | | Flash a message to users from outside the deployed country, telling them abou... | Seb Bacon | 2011-09-05 | -0/+40 |
|/ |
|
* | Produce transaction stats up to and including August 2011. | Robin Houston | 2011-08-24 | -2/+2 |
* | Ensure that recent Rails upgrade doesn't break compatibility with older versi... | Seb Bacon | 2011-08-22 | -0/+42 |
* | New files I forgot to add in a7df6f479f452503e3a9 | Seb Bacon | 2011-08-15 | -0/+65 |
* | include "locale" in list of session data keys that are used to decide if a ra... | Seb Bacon | 2011-07-27 | -1/+1 |
* | Add FixMyTransport's strip_empty_sessions to not send a cookie if there's not... | Matthew Somerville | 2011-07-26 | -0/+29 |
* | Only prepend locales to paths when there's more than one locale to choose from. | Seb Bacon | 2011-07-15 | -0/+9 |
* | moved jurisdiction-specific files to theme | Seb Bacon | 2011-07-07 | -186/+0 |
* | fallbacks for public_body_categories (this needs to be done in a better way, ... | Seb Bacon | 2011-07-07 | -78/+1 |
* | get language names from a comprehensive list, rather than just hard-code a ha... | Seb Bacon | 2011-07-07 | -0/+193 |
* | initial merge of Kosovan branch; still need to get tests passing, factor out ... | Seb Bacon | 2011-07-06 | -0/+279 |
|\ |
|
| * | I18n fix | Faton Selishta | 2011-06-02 | -0/+279 |
* | | Add tests for the external_command library, and fix a bug | Robin Houston | 2011-06-22 | -4/+8 |
* | | Replace STDERR.puts by $stderr.puts elsewhere, which is potentially more flex... | Robin Houston | 2011-06-21 | -1/+1 |
* | | Improve parameter name | Robin Houston | 2011-06-21 | -3/+3 |
* | | - Refactor models/incoming_message.rb to get rid of the hideous | Robin Houston | 2011-06-21 | -0/+92 |
* | | When external converters are used to extract text from attachments | Robin Houston | 2011-06-20 | -0/+131 |
* | | merge WTDK changes to master (preparation for closing WTDK branch and deployi... | Seb Bacon | 2011-06-14 | -16/+67 |
|\ \ |
|
| * | | Slighlty nicer format | Louise Crow | 2011-05-26 | -6/+14 |
| * | | Adding script for generating transaction stats. | Louise Crow | 2011-05-26 | -0/+40 |
| * | | Don't store passwords in post_params. | Louise Crow | 2011-05-16 | -0/+15 |
| * | | Adding new authority categories, moving defunct ones to new super-category fo... | Louise Crow | 2011-04-04 | -16/+19 |
* | | | Don't store passwords in post_params. | Louise Crow | 2011-05-16 | -0/+15 |
| |/
|/| |
|
* | | Merge branch 'master' of github.com:sebbacon/alaveteli | Seb Bacon | 2011-04-01 | -4/+54 |
|\| |
|
| * | Monkeypatching TMail parser to fix case where multiple addresses in the to: f... | Louise Crow | 2011-03-28 | -4/+54 |
* | | monkeypatch gettext_i18n_rails to interop correctly with rails i18n | Seb Bacon | 2011-03-10 | -0/+16 |
* | | further i18n of public bodies; start to fix tests | Seb Bacon | 2011-03-10 | -0/+18 |
* | | initial support for localising model data (not fully tested) | Seb Bacon | 2011-03-10 | -0/+106 |
* | | override gettext "_" behaviour to also support interpolation | Seb Bacon | 2011-03-10 | -0/+37 |