summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* changed ajax_only decorator to return status 200 even if there was error, lik...Evgeny Fadeev2011-06-232-6/+12
* incremented versionEvgeny Fadeev2011-06-221-1/+1
* Merge branch 'comment-vote'Evgeny Fadeev2011-06-2215-17/+300
|\
| * voting for comments worksEvgeny Fadeev2011-06-227-91/+100
| * almost done with comment votingEvgeny Fadeev2011-06-2212-24/+248
| * started working on comment upvoteEvgeny Fadeev2011-06-215-1/+51
* | added Tomasz to the list of contributorsEvgeny Fadeev2011-06-221-2/+3
* | Edited askbot/doc/source/initial-configuration.rst via GitHubtszynalski2011-06-221-4/+5
* | Edited askbot/doc/source/initial-configuration.rst via GitHubtszynalski2011-06-221-13/+34
* | Edited askbot/doc/source/install.rst via GitHubtszynalski2011-06-221-0/+5
* | Edited askbot/doc/source/initialize-database-tables.rst via GitHubtszynalski2011-06-221-2/+2
* | Edited askbot/doc/source/initialize-database-tables.rst via GitHubtszynalski2011-06-221-1/+1
* | Edited askbot/doc/source/initialize-database-tables.rst via GitHubtszynalski2011-06-221-1/+6
* | Merge pull request #8 from xist/masterASKBOT2011-06-202-2/+2
|\ \ | |/ |/|
| * fix link in localenuclearworm2011-06-202-2/+2
* | added offensive_flag_count to Comment model and made sure that comment votes ...Evgeny Fadeev2011-06-197-23/+389
* | fixed a styling bug where question view, vote and answer counts were pushed t...Evgeny Fadeev2011-06-193-25/+26
* | incremented version to 0.7Evgeny Fadeev2011-06-181-1/+1
* | fixed deployment docEvgeny Fadeev2011-06-181-1/+1
* | fixed a typo bug in the add_missing_subscriptions management commandEvgeny Fadeev2011-06-181-1/+1
* | added a startup check for USE_I18N = TrueEvgeny Fadeev2011-06-181-6/+14
* | bumped versionEvgeny Fadeev2011-06-171-1/+1
* | Merge branch 'zendesk-import'Evgeny Fadeev2011-06-1718-20/+693
|\ \
| * | show swap question with answer link only to admins and moderatorsEvgeny Fadeev2011-06-173-2/+14
| * | striptagged and escaped the meta keywords injection from the question templateEvgeny Fadeev2011-06-171-1/+1
| * | added dummy transaction module to ease debugging of code under transaction co...Evgeny Fadeev2011-06-171-0/+24
| * | added documentation for zendesk importEvgeny Fadeev2011-06-172-7/+27
| * | added swap answer with question featureEvgeny Fadeev2011-06-177-6/+160
| * | added option to allow swapping answer with questionEvgeny Fadeev2011-06-161-0/+14
| * | zendesk import works, but need a tool to swap answer with questionsEvgeny Fadeev2011-06-152-39/+163
| * | all zendesk data read, still need to post questions and answersEvgeny Fadeev2011-06-156-133/+283
| * | user import from zendesk kinda worksEvgeny Fadeev2011-06-143-7/+182
* | | fixed unicode bug in get_request_info debugging functionEvgeny Fadeev2011-06-162-2/+5
* | | bumped versionEvgeny Fadeev2011-06-161-1/+1
* | | added redirect to the login page on views where authorized user is requiredEvgeny Fadeev2011-06-162-7/+8