diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES.md | 5 | ||||
-rw-r--r-- | doc/INSTALL.md | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 758e6b56e..289f64b44 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -8,12 +8,13 @@ * Ensure incoming emails are only ever parsed once (should give a performance boost) ## Upgrade notes -* **IMPORTANT! We now depend on Xapian 1.2**, which means you may need to install Xapian from backports. See [issue #159] for more info. +* **IMPORTANT! We now depend on Xapian 1.2**, which means you may need to install Xapian from backports. See [issue #159](https://github.com/sebbacon/alaveteli/issues/159) for more info. +* * Themes created for 0.4 and below should be changed to match the new format (although the old way should continue to work): * You should create a resources folder at `<yourtheme>/public/` and symlink to it from the main rails app. See the `install.rb` in `alaveteli-theme` example theme for details. * Your styles should be moved from `general/custom_css.rhtml` to a standalone stylesheet in `<yourtheme>/public/stylesheets/` * The partial at `general/_before_head_end.rhtml` should be changed in the theme to include this stylesheet - +* [issue #281](https://github.com/sebbacon/alaveteli/issues/281) fixes some bugs relating to display of internationalised emails. To fix any wrongly displayed emails, you'll need to run the script at `script/clear-caches` so that the caches can be regenerated # Version 0.4 diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 3f794e2fb..2304a9a51 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -301,8 +301,9 @@ is supplied in `../conf/varnish-alaveteli.vcl`. to `/etc/elinks/elinks.conf`: set document.codepage.assume = "utf-8" - - You should also check that your locale is set up wrongly. See + set document.codepage.force_assumed = 1 + + You should also check that your locale is set up correctly. See [https://github.com/sebbacon/alaveteli/issues/128#issuecomment-1814845](this issue followup) for further discussion. |