aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeLines
...
* | When external converters are used to extract text from attachmentsRobin Houston2011-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 Bacon2011-06-14-16/+67
|\ \ | | | | | | | | | deploying WTDK website straight from master)
| * | Slighlty nicer formatLouise Crow2011-05-26-6/+14
| | |
| * | Adding script for generating transaction stats.Louise Crow2011-05-26-0/+40
| | |
| * | Don't store passwords in post_params.Louise Crow2011-05-16-0/+15
| | |
| * | Adding new authority categories, moving defunct ones to new super-category ↵Louise Crow2011-04-04-16/+19
| | | | | | | | | | | | for defunct categories.
* | | Don't store passwords in post_params.Louise Crow2011-05-16-0/+15
| |/ |/|
* | Merge branch 'master' of github.com:sebbacon/alaveteliSeb Bacon2011-04-01-4/+54
|\|
| * Monkeypatching TMail parser to fix case where multiple addresses in the to: ↵Louise Crow2011-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 i18nSeb Bacon2011-03-10-0/+16
| |
* | further i18n of public bodies; start to fix testsSeb Bacon2011-03-10-0/+18
| |
* | initial support for localising model data (not fully tested)Seb Bacon2011-03-10-0/+106
| |
* | override gettext "_" behaviour to also support interpolationSeb Bacon2011-03-10-0/+37
| |
* | initial, basic i18n support with gettextSeb Bacon2011-03-10-0/+5
|/
* Strip any filename coming back from tmailLouise Crow2011-02-23-0/+2
|
* Adding spec conf files.Louise Crow2011-02-23-1/+145
|
* Not using fcgi - get rid of monkey patchesEdmund von der Burg2011-02-18-10/+0
|
* add a "cruise" target for use with CruiseControl.rbSeb Bacon2010-12-02-1/+2
|
* add rake "test" target (alias to "spec")Seb Bacon2010-12-02-0/+1
|
* Making spec dependent on spec:commonlibLouise Crow2010-10-01-0/+1
|
* Add Regional Broadband Consortia to listFrancis Irving2010-09-07-0/+1
|
* Correct pathFrancis Irving2010-06-08-1/+1
|
* If no attachments found in TNEF, that's an errorFrancis Irving2010-03-20-0/+5
|
* In case path not thereFrancis Irving2010-03-20-1/+1
|
* Support for Outlook TNEF filesPeter Collingbourne2010-03-15-0/+35
|
* Make fix for return path when using sendmail have testFrancis Irving2009-12-04-0/+21
|
* Enable monkeypatch which fixes problem with odd MIME encodingFrancis Irving2009-12-03-1/+3
|
* Move WillPaginate hack into its own fileFrancis Irving2009-12-03-0/+14
|
* Move error deletion monkeypatch into libFrancis Irving2009-12-03-0/+10
|
* Some comment tweaks.Francis Irving2009-12-03-2/+3
|
* Make HTML 4 compliancy monkeypatch a proper libFrancis Irving2009-12-03-0/+9
|
* Move span/div fix into its own lib fileFrancis Irving2009-12-03-0/+12
|
* Ooops, git error 101 (added these when I made them, rather thanFrancis Irving2009-12-02-20/+5
| | | | when they were finished being edited)
* Test for TMail fix for a particular message. Monkey patch doesn't quiteFrancis Irving2009-12-02-0/+25
| | | | work yet.
* Apply dynamic FCGI fix properly (even if we don't use it) - it used toFrancis Irving2009-12-02-0/+25
| | | | be just a version control patch.
* Apply Timezone fix patch that used to be just a change in versionFrancis Irving2009-12-02-0/+25
| | | | control, using instead a proper tested monkey patch in lib
* Better error message in admin interface if try to resend to invalid email.francis2009-10-02-1/+4
|
* Explain what this does.francis2009-09-17-0/+11
|
* oops.francis2009-09-14-0/+92
|
* Useful.francis2009-09-10-0/+63
|
* Check address to when working out holding pen addressfrancis2009-09-08-1/+7
|
* Forgot to commit.francis2009-07-01-0/+23
|
* Change attachment caching code to lower level functions.francis2009-07-01-2/+2
| | | | | | Make mime types the same for cached and uncached images. Store images from PDF/DOC etc. extraction in correct cache place. Make sure such images are authenticated with permissions to view request.
* Apply censor rules to names from incoming emails.francis2009-05-21-2/+5
|
* Removing temp taskslouise2009-05-18-12/+0
|
* Remove delaylouise2009-05-18-1/+0
|
* Temporary task for debugging regex warninglouise2009-05-18-0/+13
|
* TMail rebuilds address when constructing emails. Move our morefrancis2009-04-08-20/+15
| | | | | | aggressive quoting rule into a TMail monkey patch proper so it is always called when constructing emails, and remove the hacky function (Address.encode_quoted_string) it used to call in special places
* Tests for use of different addresses in replies.francis2009-04-08-5/+17
| | | | | Fix bug in quoting of those replies. Make it remove @ signs from name part of them.
* Move TMail monkey patches into their own filefrancis2009-04-07-0/+48