summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* removed recaptcha_django module from bundled dependencies, now need to get th...Evgeny Fadeev2011-07-275-4/+4
* removed recaptcha django module from the depsEvgeny Fadeev2011-07-2612-312/+0
* removed askbot settings from recaptcha django, maybe will package it laterEvgeny Fadeev2011-07-243-4/+18
* fixed a doc string in the askbot.deps moduleEvgeny Fadeev2011-07-241-5/+0
* removed yui compressorEvgeny Fadeev2011-07-241-0/+0
* removed the bundled copy of python openid libraryEvgeny Fadeev2011-07-24129-27253/+12
* disabled facebook in edit login methodsEvgeny Fadeev2011-07-231-0/+2
* Merge branch 'github-master'Evgeny Fadeev2011-07-2117-154/+375
|\
| * added NoahY to the list of contributorsEvgeny Fadeev2011-07-211-5/+6
| * moved google plusone js to load at the endEvgeny Fadeev2011-07-211-2/+4
| * Merge remote-tracking branch 'upstream/master'NoahY2011-07-2127-153/+442
| |\
| | * merged Noah's mods on answer accept, still need test casesEvgeny Fadeev2011-07-196-29/+112
| | |\
| | * \ Merge branch 'sphinx-search'Evgeny Fadeev2011-07-1810-117/+251
| | |\ \
| | | * | fixed style for comment upvote a bitEvgeny Fadeev2011-07-181-3/+3
| | | * | Merge branch 'tomasz' into sphinx-searchEvgeny Fadeev2011-07-184-55/+96
| | | |\ \
| | | | * \ Merge branch 'comment-vote-fixes'Tomasz P. Szynalski2011-07-124-55/+96
| | | | |\ \
| | | | | * | fixed comment textarea alignment, cross-browser issues - tested in FF, Chrome...Tomasz P. Szynalski2011-07-052-11/+16
| | | | | * | fixed bug in post.js (comments of exactly 10 chars being rejected by JS despi...Tomasz P. Szynalski2011-07-051-1/+1
| | | | | * | duplicated comment markup in post.js to reflect template changes, fixed bug i...Tomasz P. Szynalski2011-07-054-14/+30
| | | | | * | improved comment css, changed up arrow position w.r.t comment scoreTomasz P. Szynalski2011-07-052-33/+53
| | | | | * | removed horrible height-setting hack in post.jsTomasz P. Szynalski2011-07-051-2/+2
| | | * | | | added documentation for sphinx searchEvgeny Fadeev2011-07-181-0/+48
| | | * | | | made sphinx search work againEvgeny Fadeev2011-07-173-11/+21
| | | * | | | started working on reviving sphinx searchEvgeny Fadeev2011-07-174-57/+92
| | * | | | | Merge branch 'github-master'Evgeny Fadeev2011-07-175-12/+4
| | |\| | | |
| | * | | | | a small tweak in SE importer, making import of guppy debugging library condit...Evgeny Fadeev2011-07-171-3/+2
| * | | | | | added google plus buttonNoahY2011-07-211-0/+2
| | |_|_|_|/ | |/| | | |
| * | | | | modded arrow style, fixed reputation coming beside name in answersNoahY2011-07-132-2/+2
| * | | | | added answer own question limitations and accept own answer capability.NoahY2011-07-125-26/+113
| | |_|/ / | |/| | |
* | | | | removed the unused grapefruit moduleEvgeny Fadeev2011-07-213-2000/+0
| |_|/ / |/| | |
* | | | pull followit from pypi from now onEvgeny Fadeev2011-07-163-12/+2
* | | | excluded avatars directory from the repo and the pypiEvgeny Fadeev2011-07-142-0/+2
| |/ / |/| |
* | | bumped versionEvgeny Fadeev2011-07-141-1/+1
* | | avatar upload works with chinese user names and with spaces in the user namesEvgeny Fadeev2011-07-144-4/+22
* | | mandatory tags workEvgeny Fadeev2011-07-1312-8/+158
|/ /
* | fixed one more error in chinese localeEvgeny Fadeev2011-07-112-1/+1
* | added csrf token to the group settings formEvgeny Fadeev2011-07-111-1/+1
* | fixed errors in chinese localeEvgeny Fadeev2011-07-104-40/+40
|/
* incremented versionEvgeny Fadeev2011-07-051-1/+1
* replaced _() with gettext() in the templatesEvgeny Fadeev2011-07-051-15/+15
* fixed a bug in the live search where question list was not redrawn correctlyEvgeny Fadeev2011-07-011-4/+5
* bumped versionEvgeny Fadeev2011-07-011-1/+1
* allowed adding tag, user and title parameters in the search queryEvgeny Fadeev2011-07-014-8/+153
* fixed a small issue in SE importEvgeny Fadeev2011-06-272-1/+12
* fixed css for the comment edit textareaEvgeny Fadeev2011-06-261-2/+2
* removed debugging statementsEvgeny Fadeev2011-06-261-2/+0
* incremented version and fixed a bug on comment editEvgeny Fadeev2011-06-264-4/+6
* added possibility to create custom login modulesEvgeny Fadeev2011-06-266-8/+218
* a minor modification and a small bugfix to the SE importEvgeny Fadeev2011-06-261-5/+11
* fixed some issues in SE importEvgeny Fadeev2011-06-262-63/+145