summaryrefslogtreecommitdiffstats
path: root/askbot/models
Commit message (Expand)AuthorAgeFilesLines
* added management command apply_hinted_tagsEvgeny Fadeev2013-05-281-0/+58
* merged the "subscribe" checkbox with "follow" button functionallyEvgeny Fadeev2013-05-271-0/+14
* fix errors caused by user names with unicode dataKP2013-05-222-3/+9
* Merge branch 'github'Evgeny Fadeev2013-05-171-5/+9
|\
| * Fixes code that could produce KeyError in sorting methodsAdolfo Fitoria2013-05-151-5/+9
* | added another signal - new_comment_posted, in hindsight maybe we should have ...Evgeny Fadeev2013-05-161-0/+3
|/
* hid the "private" post feature from users who do not belong to custom groupsEvgeny Fadeev2013-05-091-1/+1
* hopefully fixed the askbot site mounted at a sub-urlEvgeny Fadeev2013-05-052-17/+14
* added extra context to the edit answer pageEvgeny Fadeev2013-05-021-3/+0
* added option to auto-follow asked questionEvgeny Fadeev2013-05-021-0/+4
* seems to work on django 1.5Evgeny Fadeev2013-04-261-4/+1
* improved user welcoming templatesEvgeny Fadeev2013-04-241-5/+10
* some work on improving responsive layoutEvgeny Fadeev2013-04-181-7/+12
* added "auto-tweet" featureEvgeny Fadeev2013-04-153-5/+37
* added frontent UI for the auto-tweeting setup in the user profileEvgeny Fadeev2013-04-151-0/+24
* added twitter fields to the auth_user modelEvgeny Fadeev2013-04-151-0/+18
* removed reputation limit to post comments and allowed users repost own answer...Evgeny Fadeev2013-04-101-2/+6
* css and bug fixesEvgeny Fadeev2013-04-071-1/+3
* merged with the master branchEvgeny Fadeev2013-04-071-0/+2
|\
| * added extra context to the questions page and to the question summary snippetEvgeny Fadeev2013-04-021-0/+2
* | allowed to choose plain text or rich text editor for the commentsEvgeny Fadeev2013-04-071-21/+19
* | merged the master branchEvgeny Fadeev2013-03-272-4/+26
|\|
| * added signals answer_edited and answer_before_edit and setting ASKBOT_EDIT_AN...Evgeny Fadeev2013-03-271-0/+6
| * added new_answer_posted signal and ASKBOT_NEW_ANSWER_FORM settings.py settingEvgeny Fadeev2013-03-261-0/+4
| * created default filler for the "followed" scope when it is the only enabled s...Evgeny Fadeev2013-03-261-3/+15
| * allowed to enable and disable scopes on the main pageEvgeny Fadeev2013-03-221-1/+1
* | merged with the master branchEvgeny Fadeev2013-03-113-3/+21
|\|
| * allowed to created tags upon subscribing to themEvgeny Fadeev2013-03-112-1/+12
| * fixed some issues in postgres full text search and transferred "deleted" info...Evgeny Fadeev2013-03-102-2/+9
* | merged with the master branchEvgeny Fadeev2013-03-082-79/+99
|\|
| * minor edit option for question and answer to suppress email alertsEvgeny Fadeev2013-03-082-79/+99
* | merged the master branchEvgeny Fadeev2013-03-062-4/+33
|\|
| * added function to repost answer as comment under the latest previously posted...Evgeny Fadeev2013-03-062-4/+33
* | improved comment posting works for tinymce editorEvgeny Fadeev2013-03-042-30/+12
|/
* fixed user search bug in postgresqlEvgeny Fadeev2013-02-211-1/+1
* fixed retagging bug for django 1.3Evgeny Fadeev2013-02-123-16/+16
* made test cases passEvgeny Fadeev2013-02-061-8/+13
* some work towards multilingual searchEvgeny Fadeev2013-02-011-0/+2
* fixed wrong user name on an error feedback related to accepting of best answerEvgeny Fadeev2013-01-291-1/+2
* added function "get_last_edited_date" to postsEvgeny Fadeev2013-01-281-0/+5
* added .all() method to the RelatedObjectSimulatorEvgeny Fadeev2013-01-241-0/+3
* fixed bug in get_absolute_url for post revision in the multilingual setupEvgeny Fadeev2013-01-221-1/+1
* allowed change of language upon editing the questionEvgeny Fadeev2013-01-161-14/+38
* added language selector to the user profiles and to the ask question forEvgeny Fadeev2013-01-143-20/+42
* fixed a bug in test cases for postgresqlEvgeny Fadeev2013-01-141-11/+11
* merged adolfos tag subscriptions featureEvgeny Fadeev2013-01-131-7/+16
* Merge branch 'master' into tag_subscriptionAdolfo Fitoria2013-01-107-34/+49
|\
| * Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2013-01-1010-46/+48
| |\
| | * Merge branch 'master' of github.com:ASKBOT/askbot-develEvgeny Fadeev2013-01-1010-45/+47
| | |\
| | | * brokenEvgeny Fadeev2013-01-0910-45/+47