summaryrefslogtreecommitdiffstats
path: root/askbot/models
Commit message (Expand)AuthorAgeFilesLines
...
| * | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2013-01-0710-33/+46
| |\|
| | * added basic support for multilingual contentEvgeny Fadeev2013-01-0610-33/+46
* | | added testcaseAdolfo Fitoria2013-01-092-7/+11
* | | uncommenting linesAdolfo Fitoria2013-01-081-5/+4
* | | added signal to add missing tag subscriptions to newly created usersAdolfo Fitoria2013-01-081-0/+13
* | | Merge branch 'tag_change' into tag_subscriptionAdolfo Fitoria2013-01-081-9/+3
|\ \ \
| * | | allowing zero used count for the tagsAdolfo Fitoria2013-01-031-9/+3
| |/ /
* | | Create, add, delete done.Adolfo Fitoria2013-01-082-4/+49
* | | temporal commit, some stuff is not yet doneAdolfo Fitoria2013-01-072-5/+20
|/ /
* | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-12-262-4/+11
|\|
| * 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-212-3/+10
* | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-12-122-3/+21
|\|
| * changed gravatar url to protocol-relativeEvgeny Fadeev2012-12-121-1/+1
| * merged with the master branchEvgeny Fadeev2012-12-053-6/+20
| |\
| * | added title full text search indices for postgresql and mysqlEvgeny Fadeev2012-11-272-3/+8
| * | added full text title search for mysqlEvgeny Fadeev2012-11-271-1/+5
| * | Merge branch 'master' into responsiveEvgeny Fadeev2012-11-261-2/+2
| |\ \
| * | | added search dropdown and the ask buttonEvgeny Fadeev2012-11-231-0/+9
* | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-12-062-5/+20
|\ \ \ \ | | |_|/ | |/| |
| * | | bugfixes: 1) global subscribers get emails even if frequency is zero; 2) if s...Evgeny Fadeev2012-12-052-5/+20
* | | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-12-051-1/+0
|\| | |
| * | | removed an unneeded field on AnonymousAnswer and AnonymousQuestionEvgeny Fadeev2012-12-021-1/+0
| | |/ | |/|
* | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-11-271-2/+2
|\| |
| * | fixed bug not allowing highlighting of text with tinymceEvgeny Fadeev2012-11-261-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-275-127/+37
| |\
| * \ Merge branch 'master' into group-messagingEvgeny Fadeev2012-10-192-12/+19
| |\ \
| * \ \ merged the master branch and fixed issues when you visit a thread by url and ...Evgeny Fadeev2012-10-166-120/+185
| |\ \ \
| * | | | 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-173-7/+7
* | | | | hopefully fixed the stackexchange importerEvgeny Fadeev2012-11-131-1/+1
* | | | | merged the django1.4 compatibility branch by AdolfoEvgeny Fadeev2012-11-102-1/+62
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into django1.4Adolfo Fitoria2012-10-245-50/+32
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into django1.4Adolfo Fitoria2012-10-223-49/+85
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'master' into django1.4Adolfo Fitoria2012-10-122-7/+9
| |\ \ \ \ \ \
| * | | | | | | added Message model workaround for django >= 1.4.1Adolfo Fitoria2012-10-112-24/+45
| * | | | | | | 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-092-11/+47
* | | | | | | | added thread cache invalidation upon posting answers before logging inEvgeny Fadeev2012-11-071-0/+1
* | | | | | | | added lower rep barrier to accept any posts with links - as a first line of d...Evgeny Fadeev2012-11-013-14/+6
* | | | | | | | added logging of response boundaries in the emailed responsesEvgeny Fadeev2012-10-311-1/+0
* | | | | | | | reimplemented the link insertion rep barrierEvgeny Fadeev2012-10-292-1/+22
* | | | | | | | undone the first implementation of limiting the link insertionEvgeny Fadeev2012-10-282-4/+12
* | | | | | | | added reputation limit to insert links into questions and answersEvgeny Fadeev2012-10-282-12/+4
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | added a comment explaining why I moved the delete statement downEvgeny Fadeev2012-10-261-0/+2
* | | | | | | fixed one failing test case on sqlite3 engineEvgeny Fadeev2012-10-261-2/+2
* | | | | | | moved a celery task from models/__init__.py to tasks.pyEvgeny Fadeev2012-10-252-75/+1
| |_|_|/ / / |/| | | | |