summaryrefslogtreecommitdiffstats
path: root/askbot/tests/search_state_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* added an optional service url prefix to later support namespacesEvgeny Fadeev2013-05-191-10/+10
|
* allowed to enable and disable scopes on the main pageEvgeny Fadeev2013-03-221-4/+4
|
* Fixed a bug where a tag could be duplicated in the URLTomasz Zielinski2012-01-291-0/+16
|
* Speed optimizations for the main page; bugfixes; added new tests and ↵Tomasz Zielinski2012-01-191-18/+102
| | | | upgraded some old ones
* Page_size removed for questionsTomasz Zielinski2012-01-141-19/+11
|
* Big cleanup of search and paginationTomasz Zielinski2012-01-141-87/+187
|
* Further SearchState && JS cleanup - search kind of works now but still needsTomasz Zielinski2012-01-121-0/+2
| | | | a lot of attention
* Fixed some SearchState tests, still one is brokenTomasz Zielinski2012-01-111-10/+2
|
* allowed adding tag, user and title parameters in the search queryEvgeny Fadeev2011-07-011-1/+41
|
* made search state clear again, on second click over the questions tabEvgeny Fadeev2011-04-261-1/+8
|
* made some tweaks in the search state managerEvgeny Fadeev2011-01-211-2/+13
|
* allowed removing search tags one-by-one, fixed a bug in the login system ↵Evgeny Fadeev2011-01-201-0/+49
reported by Bill, removed snippet of unportable sql reported by Graeme and added support for proper i18n in javascript