Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | add one more command | James McKinney | 2011-10-11 | -1/+1 | |
| | | |||||
* | | Add a more correct check for vendored Rails, and use non-vendored Rails' ↵ | James McKinney | 2011-10-11 | -1/+5 | |
|/ | | | | gem_dependency.rb if not vendored | ||||
* | Don't prepend path when loading public categories, closes #178 | David Cabo | 2011-09-19 | -1/+1 | |
| | | | | There's a quite strange interaction that I couldn't work out fully with the themes: even if I comment out the init.rb file in the theme, the theme categories under lib/ were overriding the default ones, which broke some tests. By removing the lib/ prefix it works as expected: the theme overrides the defaults only when alavetelitheme.rb is require'd | ||||
* | Wrap categories loading into singleton and add support for multiple locales ↵ | David Cabo | 2011-09-19 | -94/+109 | |
| | | | | simultaneously. Fixes #178 | ||||
* | 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 | |
|\ | | | | | | | | | | | Conflicts: config/general.yml-example spec/models/track_mailer_spec.rb | ||||
| * | 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 ↵ | Seb Bacon | 2011-09-05 | -0/+40 | |
|/ | | | | about either (a) a website in their country, or (b) the existence of Alaveteli to help them make one themselves. Closes #124. | ||||
* | 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 ↵ | Seb Bacon | 2011-08-22 | -0/+42 | |
| | | | | versions of Rubygems (such as exist in Debian Lenny). Closes #145. | ||||
* | 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 ↵ | Seb Bacon | 2011-07-27 | -1/+1 | |
| | | | | rails session cookie is redundant for the purposes of this request. Fixes #91 | ||||
* | Add FixMyTransport's strip_empty_sessions to not send a cookie if there's ↵ | Matthew Somerville | 2011-07-26 | -0/+29 | |
| | | | | nothing in the session. | ||||
* | Only prepend locales to paths when there's more than one locale to choose from. | Seb Bacon | 2011-07-15 | -0/+9 | |
| | | | | Replaces core "locale" filter with customised one. Fixes #82 | ||||
* | 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 | |
| | | | | but will do for now | ||||
* | get language names from a comprehensive list, rather than just hard-code a ↵ | Seb Bacon | 2011-07-07 | -0/+193 | |
| | | | | handful | ||||
* | initial merge of Kosovan branch; still need to get tests passing, factor out ↵ | Seb Bacon | 2011-07-06 | -0/+279 | |
|\ | | | | | | | Kosovan-specific code | ||||
| * | 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 | |
| | | | | | | | | | | | | | | (which was actually a fairly late regression, showing the benefits of formal tests vs informal testing). I believe this bug was the cause of the recent Xapian indexing errors. | ||||
* | | Replace STDERR.puts by $stderr.puts elsewhere, which is potentially more ↵ | Robin Houston | 2011-06-21 | -1/+1 | |
| | | | | | | | | flexible (because STDERR is always the system standard error file descriptor, whereas $stderr can be replaced by some other ruby object to handle error output). | ||||
* | | 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 | |
| | | | | | | | | | | | | | | global variables and methods. Move the MIME type stuff into lib/alaveteli_file_types.rb. - Correct the spelling of the word extensions (not extentions). | ||||
* | | When external converters are used to extract text from attachments | Robin Houston | 2011-06-20 | -0/+131 | |
| | | | | | | | | | | | | | | | | | | | | | | for Xapian, suppress the stderr output of these external programs unless they actually fail. It is possible this will not significantly reduce the noise from converters, because they may actually have been failing. At least with this change we’ll be able to tell which it is. Closes #52. | ||||
* | | merge WTDK changes to master (preparation for closing WTDK branch and ↵ | Seb Bacon | 2011-06-14 | -16/+67 | |
|\ \ | | | | | | | | | | deploying WTDK website straight from master) | ||||
| * | | 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 ↵ | Louise Crow | 2011-04-04 | -16/+19 | |
| | | | | | | | | | | | | for defunct categories. | ||||
* | | | 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: ↵ | Louise Crow | 2011-03-28 | -4/+54 | |
| | | | | | | | | field of an incoming email have unquoted display parts - with this patch, each address is returned by the TMail to() function, without it only the last one is returned. | ||||
* | | 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 | |
| | | |||||
* | | initial, basic i18n support with gettext | Seb Bacon | 2011-03-10 | -0/+5 | |
|/ | |||||
* | Strip any filename coming back from tmail | Louise Crow | 2011-02-23 | -0/+2 | |
| | |||||
* | Adding spec conf files. | Louise Crow | 2011-02-23 | -1/+145 | |
| | |||||
* | Not using fcgi - get rid of monkey patches | Edmund von der Burg | 2011-02-18 | -10/+0 | |
| | |||||
* | add a "cruise" target for use with CruiseControl.rb | Seb Bacon | 2010-12-02 | -1/+2 | |
| | |||||
* | add rake "test" target (alias to "spec") | Seb Bacon | 2010-12-02 | -0/+1 | |
| | |||||
* | Making spec dependent on spec:commonlib | Louise Crow | 2010-10-01 | -0/+1 | |
| | |||||
* | Add Regional Broadband Consortia to list | Francis Irving | 2010-09-07 | -0/+1 | |
| | |||||
* | Correct path | Francis Irving | 2010-06-08 | -1/+1 | |
| | |||||
* | If no attachments found in TNEF, that's an error | Francis Irving | 2010-03-20 | -0/+5 | |
| | |||||
* | In case path not there | Francis Irving | 2010-03-20 | -1/+1 | |
| | |||||
* | Support for Outlook TNEF files | Peter Collingbourne | 2010-03-15 | -0/+35 | |
| | |||||
* | Make fix for return path when using sendmail have test | Francis Irving | 2009-12-04 | -0/+21 | |
| | |||||
* | Enable monkeypatch which fixes problem with odd MIME encoding | Francis Irving | 2009-12-03 | -1/+3 | |
| |