diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-12-21 14:26:41 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-12-21 14:26:41 +0000 |
commit | ef29e5ef9618a4b1e965408df87ed2f4217da6ae (patch) | |
tree | f4fc163184f92e2a7cc29669765ccdf5c16796ff /doc | |
parent | 4075d5a70a6e08c1d55e97dbfc13fda4a2faaf84 (diff) | |
parent | 54acb0afaca770c14a7529f292eba3768e3a5040 (diff) |
Merge branch 'develop' into cache-foi-attachments-seb
Conflicts:
app/controllers/request_controller.rb
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index ea09de187..9afdc9e7c 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -3,6 +3,8 @@ ## Highlighted features * It should now be possible to develop the software on OSX * Base design refactored: CSS simplified and reduced, base design colours removed, now provided in example Alaveteli theme override +* It is now possible to rebuild the xapian index for specific terms, rather than having to drop and rebuild the entire database every time (as previously). See rake xapian:rebuild_index for more info. +* When listing authorities, show all authorities in default locale, rather than only those in the currently selected locale. ## 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. |