summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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, ↵Evgeny Fadeev2011-06-232-6/+12
| | | | like permission denied as more rigorous handling for some reason prevented apache from transmitting documents correctly
* 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
|\ \ | |/ |/| merged a russian locale fix by xist
| * 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
| | | | | | | | and flags are read by the stackexchange importer
* | fixed a styling bug where question view, vote and answer counts were pushed ↵Evgeny Fadeev2011-06-193-25/+26
| | | | | | | | to the left when user name is long
* | 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 ↵Evgeny Fadeev2011-06-171-0/+24
| | | | | | | | | | | | control
| * | 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
| | |
* | | added dedicated url to user subscriptions pageEvgeny Fadeev2011-06-165-9/+44
| | |
* | | added setting to settings.py ASKBOT_ADD_STACKEXCHANGE_URLSEvgeny Fadeev2011-06-152-6/+14
| | |
* | | allowed more characters in the user nameEvgeny Fadeev2011-06-151-1/+1
|/ /
* | added doc page on skin customizationEvgeny Fadeev2011-06-132-0/+185
| |
* | added absolutization of relative urls in anchors for the instant email alertsEvgeny Fadeev2011-06-104-8/+19
| |
* | added absolutized urls to images in the instant email alertsEvgeny Fadeev2011-06-094-1/+26
| |
* | removed junk fileEvgeny Fadeev2011-06-081-7/+0
| |
* | placed login fields into a table as suggested by Samuel, and incremented the ↵Evgeny Fadeev2011-06-083-19/+29
| | | | | | | | version