summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
|
* 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
| |
| * basic user follow function worksEvgeny Fadeev2011-05-126-29/+115
| |
| * fixed IE bugs reported by BenoitEvgeny Fadeev2011-05-042-3/+3
| |
| * moved follower app to an external app which is now renamed as followitEvgeny Fadeev2011-05-023-6/+4
| |
| * removed python2.4 from setup.py and added python2.5Evgeny Fadeev2011-05-021-1/+1
| |
| * created a simple "follower" app that allows users to follow any modelEvgeny Fadeev2011-05-028-9/+227
| |
| * added a requirements fileEvgeny Fadeev2011-05-011-0/+16
| |
| * removed junk code and added follow registration for QuestionsEvgeny Fadeev2011-05-012-22/+26
| |
| * initial additions for the follow user featureEvgeny Fadeev2011-04-204-0/+6
| |
* | bumped version to 0.6.87Evgeny Fadeev2011-05-171-1/+1
| |
* | fixed bug where apostrophe in search query caused an exceptionEvgeny Fadeev2011-05-172-1/+9
| |