aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Show the total number of public bodies, not the number on this pageSeb Bacon2012-01-06-1/+1
|
* Log xapian index updates.Seb Bacon2012-01-06-2/+2
|
* show the number of matches, not the number on the current pageSeb Bacon2012-01-05-1/+1
|
* Ensure attachments have been parsed before generating cached extractsSeb Bacon2012-01-05-0/+8
|
* Correctly test for auto-submitted headers. Fixes #316.Seb Bacon2012-01-05-16/+15
|
* link to full list of changes for 0.5 releaseSeb Bacon2012-01-04-0/+1
|
* typoSeb Bacon2012-01-04-1/+0
|
* Mention pdftk loop-forever bugSeb Bacon2012-01-04-0/+7
|
* Display internationalized emails correctly (specifically, RFC2047 headers, ↵Seb Bacon2012-01-04-52/+535
| | | | and HTML emails with encoding in a meta-tag). Fixes #281
* Document why we use SQL_ASCII encoding at mySocietySeb Bacon2012-01-04-0/+6
|
* Remove class file that was made redundant in ↵Seb Bacon2012-01-04-269/+0
| | | | 79fd89c5aec01ea035d57c5a71213202dafc778c
* use alaveteli theme in default setupSeb Bacon2012-01-04-1/+1
|
* Document why we use SQL_ASCII encoding at mySocietySeb Bacon2012-01-04-2/+2
|
* Correct clear-caches script to match current database schemaSeb Bacon2012-01-04-1/+1
|
* Redo commit 9030e9b47ebf52a525728103ab4b2c73f24d674e properly (remove ↵Seb Bacon2012-01-03-118/+0
| | | | accidentally added general.yml file)
* Reintroduce a "my requests" link. Fixes #289.Seb Bacon2012-01-02-37/+72
|
* Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2011-12-30-257/+1010
|\
| * Merge branch 'cache-foi-attachments-seb' into develop. Fixes #108.Seb Bacon2011-12-21-187/+730
| |\
| | * Ensure we always censor safe_mail_from; and mention new only-parse-once ↵Seb Bacon2011-12-21-17/+27
| | | | | | | | | | | | feature in CHANGES.md
| | * Ensure we only parse emails when needed by referring to a new last_parsed ↵Seb Bacon2011-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-sebSeb Bacon2011-12-21-24/+72
| | |\ | | |/ | |/| | | | | | | Conflicts: app/controllers/request_controller.rb
| * | List some recently added featuresSeb Bacon2011-12-21-0/+2
| | |
| * | Don't generate endlessly recursive URLs from request pages where the URL has ↵Seb Bacon2011-12-21-3/+42
| | | | | | | | | | | | a query string. Fixes #311.
| * | Don't do wildcard searches for partial matches in type ahead searches. ↵Seb Bacon2011-12-21-20/+28
| | | | | | | | | | | | Fixes #310.
| | * Further improvements to attachment cachingSeb Bacon2011-12-13-73/+98
| | |
| | * WIP on caching attachmentsSeb Bacon2011-12-12-142/+660
| |/
| * Don't show the country notice in the print versionSeb Bacon2011-12-09-0/+4
| |
| * Merge branch 'develop' of github.com:sebbacon/alaveteli into developSeb Bacon2011-12-09-1/+1
| |\
| * | add ability to rebuild specific terms rather than all indices -- useful for ↵Seb Bacon2011-12-05-37/+192
| | | | | | | | | | | | migrations where new terms have been added (see rake:xapian:rebuild_index help)
| * | Fix tests relating to commit dc3c642e889f887e46873ae78967ec7c893c9c1bSeb Bacon2011-12-05-10/+12
| | |
* | | Recognise a couple of newly-seen types of out-of-office messageRobin Houston2011-12-30-0/+686
| | |
* | | Merge branch 'master' of github.com:sebbacon/alaveteli into developRobin Houston2011-12-12-0/+0
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' of github.com:sebbacon/alaveteliDavid Cabo2011-10-13-0/+0
| |\ \
| * \ \ Merge branch 'release/0.4'0.4David Cabo2011-10-13-13474/+43320
| |\ \ \
* | \ \ \ Merge branch 'develop' of github.com:sebbacon/alaveteli into developRobin Houston2011-12-04-2560/+2126
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Don't make any entries in the translations table for bodies with entirely ↵Seb Bacon2011-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 Bacon2011-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 Bacon2011-12-02-15/+28
| | | | | | | | | | | | | | | | | | | | Fixes #303.
| * | | | Use `test.yml` file to derive test default settings, rather than hard coding ↵Seb Bacon2011-11-24-9/+125
| | | | | | | | | | | | | | | | | | | | in `environment.rb`. Fixes issue #294.
| * | | | Mention the fact that we now depend on Xapian 1.2Seb Bacon2011-11-24-5/+11
| | | | |
| * | | | Merge branch 'xapian-dcabo' into developSeb Bacon2011-11-24-38/+60
| |\ \ \ \
| | * \ \ \ Merge branch 'develop' into xapian-dcaboSeb Bacon2011-11-24-183/+196
| | |\ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | Conflicts: spec/models/xapian_spec.rb
| * | | | | Cater for reliance on vendored Rails as well as un-vendored. Fixes bug ↵Seb Bacon2011-11-24-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | introduced in issue #276.
| * | | | | Fix OrderedHash-related test failure. Closes issue #274.Seb Bacon2011-11-24-1/+1
| | | | | |
| * | | | | Merge remote-tracking branch 'jpmckinney/pre1.9' into developSeb Bacon2011-11-24-47/+69
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: spec/controllers/request_controller_spec.rb
| | * | | | | fix spec example for 1.9James McKinney2011-10-17-2/+2
| | | | | | |
| | * | | | | sort hash keys consistently in Ruby 1.8 and 1.9James McKinney2011-10-17-16/+16
| | | | | | |
| | * | | | | add safe_mock_model to safely handle #to_ary calls in 1.9James McKinney2011-10-17-6/+14
| | | | | | |
| | * | | | | add String#is_binary_data? in Ruby 1.9James McKinney2011-10-17-0/+9
| | | | | | |
| | * | | | | comment out commonlib tests, which are not 1.9 compatibleJames McKinney2011-10-16-1/+2
| | | | | | |