Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Show the total number of public bodies, not the number on this page | Seb Bacon | 2012-01-06 | -1/+1 |
| | ||||
* | Log xapian index updates. | Seb Bacon | 2012-01-06 | -2/+2 |
| | ||||
* | show the number of matches, not the number on the current page | Seb Bacon | 2012-01-05 | -1/+1 |
| | ||||
* | Ensure attachments have been parsed before generating cached extracts | Seb Bacon | 2012-01-05 | -0/+8 |
| | ||||
* | Correctly test for auto-submitted headers. Fixes #316. | Seb Bacon | 2012-01-05 | -16/+15 |
| | ||||
* | link to full list of changes for 0.5 release | Seb Bacon | 2012-01-04 | -0/+1 |
| | ||||
* | typo | Seb Bacon | 2012-01-04 | -1/+0 |
| | ||||
* | Mention pdftk loop-forever bug | Seb Bacon | 2012-01-04 | -0/+7 |
| | ||||
* | Display internationalized emails correctly (specifically, RFC2047 headers, ↵ | Seb Bacon | 2012-01-04 | -52/+535 |
| | | | | and HTML emails with encoding in a meta-tag). Fixes #281 | |||
* | Document why we use SQL_ASCII encoding at mySociety | Seb Bacon | 2012-01-04 | -0/+6 |
| | ||||
* | Remove class file that was made redundant in ↵ | Seb Bacon | 2012-01-04 | -269/+0 |
| | | | | 79fd89c5aec01ea035d57c5a71213202dafc778c | |||
* | use alaveteli theme in default setup | Seb Bacon | 2012-01-04 | -1/+1 |
| | ||||
* | Document why we use SQL_ASCII encoding at mySociety | Seb Bacon | 2012-01-04 | -2/+2 |
| | ||||
* | Correct clear-caches script to match current database schema | Seb Bacon | 2012-01-04 | -1/+1 |
| | ||||
* | Redo commit 9030e9b47ebf52a525728103ab4b2c73f24d674e properly (remove ↵ | Seb Bacon | 2012-01-03 | -118/+0 |
| | | | | accidentally added general.yml file) | |||
* | Reintroduce a "my requests" link. Fixes #289. | Seb Bacon | 2012-01-02 | -37/+72 |
| | ||||
* | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Robin Houston | 2011-12-30 | -257/+1010 |
|\ | ||||
| * | Merge branch 'cache-foi-attachments-seb' into develop. Fixes #108. | Seb Bacon | 2011-12-21 | -187/+730 |
| |\ | ||||
| | * | Ensure we always censor safe_mail_from; and mention new only-parse-once ↵ | Seb Bacon | 2011-12-21 | -17/+27 |
| | | | | | | | | | | | | feature in CHANGES.md | |||
| | * | Ensure we only parse emails when needed by referring to a new last_parsed ↵ | Seb Bacon | 2011-12-21 | -52/+43 |
| | | | | | | | | | | | | field on incoming_messages. Currently mails are always parsed just-in-time, but could be parsed as a queue in the future. | |||
| | * | Merge branch 'develop' into cache-foi-attachments-seb | Seb Bacon | 2011-12-21 | -24/+72 |
| | |\ | | |/ | |/| | | | | | | | Conflicts: app/controllers/request_controller.rb | |||
| * | | List some recently added features | Seb Bacon | 2011-12-21 | -0/+2 |
| | | | ||||
| * | | Don't generate endlessly recursive URLs from request pages where the URL has ↵ | Seb Bacon | 2011-12-21 | -3/+42 |
| | | | | | | | | | | | | a query string. Fixes #311. | |||
| * | | Don't do wildcard searches for partial matches in type ahead searches. ↵ | Seb Bacon | 2011-12-21 | -20/+28 |
| | | | | | | | | | | | | Fixes #310. | |||
| | * | Further improvements to attachment caching | Seb Bacon | 2011-12-13 | -73/+98 |
| | | | ||||
| | * | WIP on caching attachments | Seb Bacon | 2011-12-12 | -142/+660 |
| |/ | ||||
| * | Don't show the country notice in the print version | Seb Bacon | 2011-12-09 | -0/+4 |
| | | ||||
| * | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Seb Bacon | 2011-12-09 | -1/+1 |
| |\ | ||||
| * | | add ability to rebuild specific terms rather than all indices -- useful for ↵ | Seb Bacon | 2011-12-05 | -37/+192 |
| | | | | | | | | | | | | migrations where new terms have been added (see rake:xapian:rebuild_index help) | |||
| * | | Fix tests relating to commit dc3c642e889f887e46873ae78967ec7c893c9c1b | Seb Bacon | 2011-12-05 | -10/+12 |
| | | | ||||
* | | | Recognise a couple of newly-seen types of out-of-office message | Robin Houston | 2011-12-30 | -0/+686 |
| | | | ||||
* | | | Merge branch 'master' of github.com:sebbacon/alaveteli into develop | Robin Houston | 2011-12-12 | -0/+0 |
|\ \ \ | |_|/ |/| | | ||||
| * | | Merge branch 'master' of github.com:sebbacon/alaveteli | David Cabo | 2011-10-13 | -0/+0 |
| |\ \ | ||||
| * \ \ | Merge branch 'release/0.4'0.4 | David Cabo | 2011-10-13 | -13474/+43320 |
| |\ \ \ | ||||
* | \ \ \ | Merge branch 'develop' of github.com:sebbacon/alaveteli into develop | Robin Houston | 2011-12-04 | -2560/+2126 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||
| * | | | | Don't make any entries in the translations table for bodies with entirely ↵ | Seb Bacon | 2011-12-02 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | empty strings in all their fields. See issue #280. | |||
| * | | | | When listing public bodies, instead of showing only those with translations ↵ | Seb Bacon | 2011-12-02 | -7/+20 |
| | | | | | | | | | | | | | | | | | | | | in the current locale, show all those that have entries in the default locale. When there is no translation present for a locale, it will fall back to the default translation. Fixes #280. | |||
| * | | | | Always create a the Internal Admin Authority using the default locale. ↵ | Seb Bacon | 2011-12-02 | -15/+28 |
| | | | | | | | | | | | | | | | | | | | | Fixes #303. | |||
| * | | | | Use `test.yml` file to derive test default settings, rather than hard coding ↵ | Seb Bacon | 2011-11-24 | -9/+125 |
| | | | | | | | | | | | | | | | | | | | | in `environment.rb`. Fixes issue #294. | |||
| * | | | | Mention the fact that we now depend on Xapian 1.2 | Seb Bacon | 2011-11-24 | -5/+11 |
| | | | | | ||||
| * | | | | Merge branch 'xapian-dcabo' into develop | Seb Bacon | 2011-11-24 | -38/+60 |
| |\ \ \ \ | ||||
| | * \ \ \ | Merge branch 'develop' into xapian-dcabo | Seb Bacon | 2011-11-24 | -183/+196 |
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | Conflicts: spec/models/xapian_spec.rb | |||
| * | | | | | Cater for reliance on vendored Rails as well as un-vendored. Fixes bug ↵ | Seb Bacon | 2011-11-24 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | introduced in issue #276. | |||
| * | | | | | Fix OrderedHash-related test failure. Closes issue #274. | Seb Bacon | 2011-11-24 | -1/+1 |
| | | | | | | ||||
| * | | | | | Merge remote-tracking branch 'jpmckinney/pre1.9' into develop | Seb Bacon | 2011-11-24 | -47/+69 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: spec/controllers/request_controller_spec.rb | |||
| | * | | | | | fix spec example for 1.9 | James McKinney | 2011-10-17 | -2/+2 |
| | | | | | | | ||||
| | * | | | | | sort hash keys consistently in Ruby 1.8 and 1.9 | James McKinney | 2011-10-17 | -16/+16 |
| | | | | | | | ||||
| | * | | | | | add safe_mock_model to safely handle #to_ary calls in 1.9 | James McKinney | 2011-10-17 | -6/+14 |
| | | | | | | | ||||
| | * | | | | | add String#is_binary_data? in Ruby 1.9 | James McKinney | 2011-10-17 | -0/+9 |
| | | | | | | | ||||
| | * | | | | | comment out commonlib tests, which are not 1.9 compatible | James McKinney | 2011-10-16 | -1/+2 |
| | | | | | | |