]> git.openstreetmap.org Git - osqa.git/commit
Improves the pagination, adds a new sorting method for searches. Fixes some issues...
authorhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 6 Jul 2010 20:25:06 +0000 (20:25 +0000)
committerhernani <hernani@0cfe37f9-358a-4d5e-be75-b63607b5c754>
Tue, 6 Jul 2010 20:25:06 +0000 (20:25 +0000)
commit5c27752e396ef1b6e794a489b577b0f7be3126b6
treea3265b3e4fa678e43b85f97aba8ed807aaf1ba21
parent988c0eb318f4af28bad7d7714e7410699d7cae30
Improves the pagination, adds a new sorting method for searches. Fixes some issues with the module system.

git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@490 0cfe37f9-358a-4d5e-be75-b63607b5c754
13 files changed:
forum/models/question.py
forum/settings/base.py
forum/skins/default/media/style/style.css
forum/skins/default/templates/paginator/page_numbers.html [new file with mode: 0644]
forum/skins/default/templates/paginator/page_sizes.html [new file with mode: 0644]
forum/skins/default/templates/paginator/sort_tabs.html [new file with mode: 0644]
forum/skins/default/templates/questions.html
forum/templatetags/ui_registry.py
forum/utils/pagination.py [new file with mode: 0644]
forum/views/commands.py
forum/views/decorators.py
forum/views/readers.py
forum_modules/pgfulltext/handlers.py