]> git.openstreetmap.org Git - osqa.git/commit
Improvements on full text search.
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 19 May 2010 23:06:16 +0000 (23:06 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Wed, 19 May 2010 23:06:16 +0000 (23:06 +0000)
commit80e81e8ba3e132d6b51a0bb4c794d8f2c1f600d9
treee95db2eee0a606239d2b459f2ff9b3d3f5c5cc90
parentb1c8df390750f696ba75cdc3220db589d5a49d21
Improvements on full text search.
Related question suggestions when asking (thanks Justin).
Option to make sidebar custom blocks not wraped by the default container.

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@306 0cfe37f9-358a-4d5e-be75-b63607b5c754
18 files changed:
forum/models/base.py
forum/models/question.py
forum/settings/sidebar.py
forum/skins/default/media/style/style.css
forum/skins/default/templates/ask.html
forum/skins/default/templates/notifications/answeraccepted.html
forum/skins/default/templates/sidebar/user_blocks.html
forum/templatetags/email_tags.py [new file with mode: 0644]
forum/templatetags/extra_tags.py
forum/templatetags/general_sidebar_tags.py
forum/urls.py
forum/views/commands.py
forum/views/readers.py
forum_modules/pgfulltext/handlers.py
forum_modules/pgfulltext/pg_fts_install.sql
forum_modules/pgfulltext/startup.py
settings.py
settings_local.py.dist