summaryrefslogtreecommitdiffstats
path: root/askbot/views
Commit message (Expand)AuthorAgeFilesLines
* made user response counts update by actually counting items in the databaseEvgeny Fadeev2011-04-251-18/+4
* added csrf tokens to all post formsEvgeny Fadeev2011-04-196-2/+23
* fixed a bug on question editEvgeny Fadeev2011-04-141-0/+1
* fixed a bug on answer editEvgeny Fadeev2011-04-141-0/+2
* Converted logout meta link to directly logout user, and display an informatio...Andy Knotts2011-04-081-9/+1
* added support to receive email updates on interesting and exclude ignored wil...Evgeny Fadeev2011-04-031-0/+1
* expanded range of supported versions of django and added patches for csrf_tokenEvgeny Fadeev2011-03-281-0/+1
* replaced the tag autocompleter with the fresher version from google code, ref...Evgeny Fadeev2011-03-263-23/+12
* added display tag filter strategy - instead of just hide ignoredAndrei2011-03-212-29/+26
* added small tweaks to the ask pre-searchEvgeny Fadeev2011-03-021-0/+1
* question ask pre-search doneEvgeny Fadeev2011-03-021-4/+36
* increased max number of wildcard subtags to 20 from 10Evgeny Fadeev2011-03-011-1/+1
* fixed a small glitch with the tag subscription functionEvgeny Fadeev2011-02-281-1/+1
* finished tag subscription featureandrei2011-02-281-37/+41
* finished the wildcard tag featureandrei2011-02-281-4/+19
* instant email alerts probably work with the wildcard tag selectionsandrei2011-02-231-6/+5
* created part of the backend for the wildcard tag featureandrei2011-02-221-18/+52
* fixed bug in close questionEvgeny Fadeev2011-02-141-0/+4
* finished the anonymous posting feature on the first passEvgeny Fadeev2011-02-143-2/+10
* almost finished anonymous posting feature still need to fix presentational pa...Evgeny Fadeev2011-02-141-24/+58
* added display of country flagsEvgeny Fadeev2011-02-112-0/+7
* fixed a bug where askbot would not work without the avatar app, and excluded ...Evgeny Fadeev2011-02-091-1/+3
* added subtitle to the user profile pages and added small styling modification...Evgeny Fadeev2011-02-091-0/+3
* custom avatars work, still need to improve styling of the change avatar pagesEvgeny Fadeev2011-02-093-0/+186
* merged the master branchEvgeny Fadeev2011-02-015-97/+46
|\
| * skins can now be switched on the goEvgeny Fadeev2011-01-315-96/+42
| * it is now possible to either force lower-casing tags or allow freehand charac...Evgeny Fadeev2011-01-301-1/+4
* | split main page into blocksEvgeny Fadeev2011-01-271-1/+1
|/
* refactored css classes on question stat countersEvgeny Fadeev2011-01-271-1/+1
* added page class to add user profile viewsEvgeny Fadeev2011-01-261-1/+10
* removed view_name context variable and added page_class variable in some view...Evgeny Fadeev2011-01-262-10/+6
* finalized the SE import app and documented it, fixed some testsEvgeny Fadeev2011-01-251-9/+15
* removed some debugging statementsEvgeny Fadeev2011-01-241-3/+0
* SE import works through the web interface, but still needs visual enhancementEvgeny Fadeev2011-01-241-3/+81
* made some tweaks in the search state managerEvgeny Fadeev2011-01-211-14/+9
* allowed removing search tags one-by-one, fixed a bug in the login system repo...Evgeny Fadeev2011-01-203-15/+30
* adjusted css for the question pageEvgeny Fadeev2011-01-151-0/+8
* added option to make text search query not sticky and fixed two problems in t...Evgeny Fadeev2011-01-151-11/+1
* small refactoring - moved ViewLog class definition to the search subsystem, b...Evgeny Fadeev2011-01-141-4/+2
* added logging statements around the user registration form, email subscriptio...Evgeny Fadeev2011-01-121-0/+3
* some refactoring and removal of dead codeEvgeny Fadeev2011-01-102-26/+4
* re-introduced template paginator to fix a glitch in the live search and made ...Evgeny Fadeev2011-01-091-1/+1
* removed unused importsEvgeny Fadeev2011-01-095-33/+8
* made sure that every page uses h1 tagEvgeny Fadeev2011-01-092-0/+2
* made multiple tags work in interested/ignored selectionsEvgeny Fadeev2011-01-071-9/+20
* made the enthusiast badge work and added version display to the footer templateEvgeny Fadeev2011-01-051-2/+0
* moved most includable templates to directory blocks and user templates to the...Evgeny Fadeev2010-12-311-9/+9
* added class meta for the body elementEvgeny Fadeev2010-12-281-5/+8
* added options to insert custom css and jsEvgeny Fadeev2010-12-261-0/+8
* finished permalinksEvgeny Fadeev2010-12-101-61/+61