summaryrefslogtreecommitdiffstats
path: root/askbot/search/state_manager.py
Commit message (Expand)AuthorAgeFilesLines
* fixed bug in the main page paginationEvgeny Fadeev2013-05-181-2/+13
* allowed to enable and disable scopes on the main pageEvgeny Fadeev2013-03-221-2/+6
* refactored live_search with prototypal inheritance, there is a bug in the qu...Evgeny Fadeev2012-11-231-0/+6
* fixed search in postgres where tag is entered into the search string and the ...Evgeny Fadeev2012-06-271-0/+4
* added optional tag search boxEvgeny Fadeev2012-05-091-2/+7
* fixed urls from the tag cloudEvgeny Fadeev2012-04-151-0/+5
* Fixed a bug where a tag could be duplicated in the URLTomasz Zielinski2012-01-291-1/+7
* Main page thread summary caching BETATomasz Zielinski2012-01-241-0/+8
* Speed optimizations for the main page; bugfixes; added new tests and upgraded...Tomasz Zielinski2012-01-191-13/+36
* run_advanced_search() cleanup; fixed tags filteringTomasz Zielinski2012-01-151-0/+4
* Added reseting search page to 1 on search terms change; minor cleanup of temp...Tomasz Zielinski2012-01-141-5/+5
* Page_size removed for questionsTomasz Zielinski2012-01-141-14/+2
* Bugfix: `Ask youe question` button now get its initial title parameter from s...Tomasz Zielinski2012-01-141-1/+11
* Big cleanup of search and paginationTomasz Zielinski2012-01-141-47/+86
* Further SearchState && JS cleanup - search kind of works now but still needsTomasz Zielinski2012-01-121-162/+62
* Removed some unused code related directly or indirectly to SearchStateTomasz Zielinski2012-01-111-51/+2
* Initial refactor to remove SearchState from the sessionTomasz Zielinski2012-01-111-41/+2
* fixed issue with page numbers and page_size, fixed issue with encoded tags, c...Rosandra Cuello2011-11-181-17/+13
* Changes to url structure (still missing some parts).Rosandra Cuello2011-11-161-9/+20
* Basic restfull urls that contain scope/sort/tags/pageRosandra Cuello2011-09-291-0/+14
* allowed adding tag, user and title parameters in the search queryEvgeny Fadeev2011-07-011-1/+86
* made search state clear again, on second click over the questions tabEvgeny Fadeev2011-04-261-1/+0
* added display tag filter strategy - instead of just hide ignoredAndrei2011-03-211-0/+3
* fixed a bug in SearchState.update()Evgeny Fadeev2011-01-211-1/+1
* one more small change to the search state managerEvgeny Fadeev2011-01-211-0/+1
* made some tweaks in the search state managerEvgeny Fadeev2011-01-211-1/+5
* allowed removing search tags one-by-one, fixed a bug in the login system repo...Evgeny Fadeev2011-01-201-2/+9
* added option to make text search query not sticky and fixed two problems in t...Evgeny Fadeev2011-01-151-2/+25
* small refactoring - moved ViewLog class definition to the search subsystem, b...Evgeny Fadeev2011-01-141-0/+41
* fixed a bug preventing installation onto clean environmentEvgeny Fadeev2010-11-201-1/+2
* added support for sorting by relevanceEvgeny Fadeev2010-10-251-4/+4
* search kind of works now in postgresEvgeny Fadeev2010-10-231-2/+4
* fixed error in related tag counts, found by DarioEvgeny Fadeev2010-10-051-0/+15
* renamed main django app from forum to askbotEvgeny Fadeev2010-06-131-0/+156