]> git.openstreetmap.org Git - osqa.git/commit
fixes osqa-152: interesting and ignored tags work again. also fixed potential perfor...
authorqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 27 Apr 2010 21:58:24 +0000 (21:58 +0000)
committerqw3rty <qw3rty@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 27 Apr 2010 21:58:24 +0000 (21:58 +0000)
commit7f5e25a1b44bd8ad23ecb5d8194306b319998a72
tree8b6c283fe32f30858a2218c5e781fb1b5d90d77d
parent1eb51aa3f7a7add93f837456759d453288e6a454
fixes osqa-152: interesting and ignored tags work again.  also fixed potential performance problem on systems with lots of tags.  We no longer shove ALL the tags into the HTML, we now hit a URL that pulls back only tags that start with the query you're typing.  All pages that used the old method have been updated.

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@80 0cfe37f9-358a-4d5e-be75-b63607b5c754
forum/skins/default/media/js/osqa.main.js
forum/skins/default/templates/ask.html
forum/skins/default/templates/question_retag.html
forum/urls.py
forum/views/commands.py
forum/views/readers.py
forum/views/writers.py