Table of Contents
Overview
Theme: search and queries
Date: 2007-12-03
Wagn 0.9 is a big one: the first release with all the core features of a true wiki database. New features include a query language, search cards that perform those queries, pointer cards, a cleaner interface for new users, and significant improvements to the templating and transclusion systems. The initial migration path has also been streamlined to ease installations.
Point releases:
New Features
(currently only in Postgres -- requires additional installation / configuration)
Bug Fixes
...
Tickets
Remaining (tickets here after release are targets for next point release.)
(0)
Completed
(0)
Upgrade Notes
sudo gem install json
ActionController::Base.fragment_cache_store = :file_store
(mem_cache also works, if you've got it installed)Installing postgres fulltext search
requires: postgres 8.2.x cd $PSQL_SRC_DIR/contrib/tsearch2/ make sudo make install sudo -u postgres make installcheck System.enable_postgres_fulltext = true System.postgres_src_dir = "$PSQL_SRC_DIR" rake wagn:prepare_fulltext
this step makes a number of assumptions- that you have sudo permissions,
there is a user postgres with priveleges to add c-functions to the db. etc.
if these cause trouble, edit lib/tasks/prepare_fulltext.rake
Discussion
Add +discussion


Wagn Wheels
Documentation