summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* 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
* 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 a...Evgeny Fadeev2011-06-035-28/+37
* 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 openid-relate...Evgeny Fadeev2011-06-027-36/+48
* bumped the minor revisionEvgeny Fadeev2011-06-011-1/+1
* added possibility to disable login method management by the users in the user...Evgeny Fadeev2011-06-014-35/+50
* 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
* fixed an edge case issue for comment and answer url handlingEvgeny Fadeev2011-05-251-4/+12
* small fixes in the user follow intefaceEvgeny Fadeev2011-05-242-3/+2
* merged follow user featureEvgeny Fadeev2011-05-2421-99/+340
|\
| * follow user feature works, still need to modify the subscription modelEvgeny Fadeev2011-05-2414-66/+167
| * a tiny change in the stylesheetEvgeny Fadeev2011-05-231-0/+4