summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* improved format of feedback email message, thanks to SamuelEvgeny Fadeev2011-06-083-18/+15
|
* revision bumpEvgeny Fadeev2011-06-061-1/+1
|
* fixed errors in file upload javascriptEvgeny Fadeev2011-06-063-7/+38
|
* russian locale fixnuclearworm2011-06-072-1137/+632
|
* User.add_missing_askbot_subscriptions() is run on User post_save signal when ↵Evgeny Fadeev2011-06-055-20/+54
| | | | create == True
* support for alternative login apps finishedEvgeny Fadeev2011-06-0511-65/+145
|
* almost finished support of other login apps to be used with askbotEvgeny Fadeev2011-06-0524-61/+170
|
* decoupling login app. missing subscriptions should not be a problemEvgeny Fadeev2011-06-047-9/+70
|
* removed follow app from the setup_templates/settings.pyEvgeny Fadeev2011-06-031-1/+1
|
* incremented versionEvgeny Fadeev2011-06-031-1/+1
|
* removed django-follow from the list of dependencies in setup.pyEvgeny Fadeev2011-06-031-1/+0
|
* made some of the missing email alert settings "create themselves" when they ↵Evgeny Fadeev2011-06-035-28/+37
| | | | are accessed the first time
* bumped versionEvgeny Fadeev2011-06-021-1/+1
|
* corrected path to the expected template in the page load test casesEvgeny Fadeev2011-06-021-1/+1
|
* moved logout.html temlpate to django_authopenid app and made an ↵Evgeny Fadeev2011-06-027-36/+48
| | | | openid-related statement conditional on enable/disable status of federated logins
* bumped the minor revisionEvgeny Fadeev2011-06-011-1/+1
|
* added possibility to disable login method management by the users in the ↵Evgeny Fadeev2011-06-014-35/+50
| | | | user policy settings and fixed a bug in the removal of login methods
* updated the MANIFEST file and incremented versionEvgeny Fadeev2011-06-012-2/+2
|
* added url import to the default urls.pyEvgeny Fadeev2011-06-011-1/+1
|
* fixed Russian translation in one placeEvgeny Fadeev2011-06-012-575/+617
|
* added clear errors block in the ShowQuestionFormEvgeny Fadeev2011-05-311-0/+5
|
* added ignore_missing optional parameter to the media resolverEvgeny Fadeev2011-05-312-3/+3
|