summaryrefslogtreecommitdiffstats
path: root/askbot/models/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* merged the "subscribe" checkbox with "follow" button functionallyEvgeny Fadeev2013-05-271-0/+14
* 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-051-15/+12
* added option to auto-follow asked questionEvgeny Fadeev2013-05-021-0/+4
* 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-151-0/+8
* 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
* allowed to created tags upon subscribing to themEvgeny Fadeev2013-03-111-0/+11
* fixed some issues in postgres full text search and transferred "deleted" info...Evgeny Fadeev2013-03-101-0/+3
* minor edit option for question and answer to suppress email alertsEvgeny Fadeev2013-03-081-66/+80
* fixed user search bug in postgresqlEvgeny Fadeev2013-02-211-1/+1
* fixed retagging bug for django 1.3Evgeny Fadeev2013-02-121-1/+1
* fixed wrong user name on an error feedback related to accepting of best answerEvgeny Fadeev2013-01-291-1/+2
* added .all() method to the RelatedObjectSimulatorEvgeny Fadeev2013-01-241-0/+3
* added language selector to the user profiles and to the ask question forEvgeny Fadeev2013-01-141-12/+19
* added testcaseAdolfo Fitoria2013-01-091-5/+7
* uncommenting linesAdolfo Fitoria2013-01-081-5/+4
* added signal to add missing tag subscriptions to newly created usersAdolfo Fitoria2013-01-081-0/+13
* Create, add, delete done.Adolfo Fitoria2013-01-081-4/+5
* temporal commit, some stuff is not yet doneAdolfo Fitoria2013-01-071-0/+1
* Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-12-261-4/+8
|\
| * made all test cases pass and small refactoring of the user activity pageEvgeny Fadeev2012-12-251-1/+1
| * fixed retagging bug for django 1.4Evgeny Fadeev2012-12-211-3/+7
* | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-12-121-2/+2
|\|
| * changed gravatar url to protocol-relativeEvgeny Fadeev2012-12-121-1/+1
| * merged with the master branchEvgeny Fadeev2012-12-051-2/+2
| |\
| * | added title full text search indices for postgresql and mysqlEvgeny Fadeev2012-11-271-1/+1
* | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-12-061-2/+2
|\ \ \ | | |/ | |/|
| * | bugfixes: 1) global subscribers get emails even if frequency is zero; 2) if s...Evgeny Fadeev2012-12-051-2/+2
| |/
* / Changed the way on how askbot does django version check.Adolfo Fitoria2012-11-221-3/+6
|/
* merged with the group-messaging branchEvgeny Fadeev2012-11-181-4/+5
|\
| * Merge branch 'master' into group-messagingEvgeny Fadeev2012-10-271-82/+2
| |\
| * \ merged the master branch and fixed issues when you visit a thread by url and ...Evgeny Fadeev2012-10-161-27/+32
| |\ \
| * | | added url to the personal message notification, sidebar message counter to th...Evgeny Fadeev2012-10-091-4/+5
* | | | added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-171-2/+2
* | | | merged the django1.4 compatibility branch by AdolfoEvgeny Fadeev2012-11-101-1/+37
|\ \ \ \
| * \ \ \ Merge branch 'master' into django1.4Adolfo Fitoria2012-10-241-8/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into django1.4Adolfo Fitoria2012-10-221-8/+9
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'master' into django1.4Adolfo Fitoria2012-10-121-2/+1
| |\ \ \ \ \
| * | | | | | added Message model workaround for django >= 1.4.1Adolfo Fitoria2012-10-111-24/+20
| * | | | | | Fixed issue with feed, changed settings.py template, fixed issue withAdolfo Fitoria2012-10-101-5/+8
| * | | | | | added fix for Message modelAdolfo Fitoria2012-10-101-1/+38
* | | | | | | applied the karma limit to post links to questions posted before signing inEvgeny Fadeev2012-11-091-0/+16
* | | | | | | added lower rep barrier to accept any posts with links - as a first line of d...Evgeny Fadeev2012-11-011-2/+2
* | | | | | | reimplemented the link insertion rep barrierEvgeny Fadeev2012-10-291-0/+21
| |_|_|_|_|/ |/| | | | |
* | | | | | moved a celery task from models/__init__.py to tasks.pyEvgeny Fadeev2012-10-251-74/+0
| |_|_|/ / |/| | | |
* | | | | cleaned up some remaining older group related functionsEvgeny Fadeev2012-10-221-4/+1