summaryrefslogtreecommitdiffstats
path: root/askbot/models/post.py
Commit message (Expand)AuthorAgeFilesLines
* hopefully fixed the askbot site mounted at a sub-urlEvgeny Fadeev2013-05-051-2/+2
* seems to work on django 1.5Evgeny Fadeev2013-04-261-4/+1
* added "auto-tweet" featureEvgeny Fadeev2013-04-151-5/+26
* css and bug fixesEvgeny Fadeev2013-04-071-1/+3
* allowed to choose plain text or rich text editor for the commentsEvgeny Fadeev2013-04-071-21/+19
* merged with the master branchEvgeny Fadeev2013-03-081-13/+19
|\
| * minor edit option for question and answer to suppress email alertsEvgeny Fadeev2013-03-081-13/+19
* | merged the master branchEvgeny Fadeev2013-03-061-4/+26
|\|
| * added function to repost answer as comment under the latest previously posted...Evgeny Fadeev2013-03-061-4/+26
* | improved comment posting works for tinymce editorEvgeny Fadeev2013-03-041-7/+5
|/
* fixed retagging bug for django 1.3Evgeny Fadeev2013-02-121-3/+3
* made test cases passEvgeny Fadeev2013-02-061-8/+13
* some work towards multilingual searchEvgeny Fadeev2013-02-011-0/+2
* added function "get_last_edited_date" to postsEvgeny Fadeev2013-01-281-0/+5
* 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-141-1/+13
* fixed a bug in test cases for postgresqlEvgeny Fadeev2013-01-141-11/+11
* Merge branch 'master' of github.com:ASKBOT/askbot-develEvgeny Fadeev2013-01-101-2/+1
|\
| * brokenEvgeny Fadeev2013-01-091-2/+1
* | fixed a bug in the answer postingEvgeny Fadeev2013-01-081-1/+1
|/
* added basic support for multilingual contentEvgeny Fadeev2013-01-061-2/+2
* bugfixes: 1) global subscribers get emails even if frequency is zero; 2) if s...Evgeny Fadeev2012-12-051-3/+18
* fixed bug not allowing highlighting of text with tinymceEvgeny Fadeev2012-11-261-2/+2
* added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-171-4/+4
* 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-011-11/+0
* reimplemented the link insertion rep barrierEvgeny Fadeev2012-10-291-1/+1
* undone the first implementation of limiting the link insertionEvgeny Fadeev2012-10-281-0/+11
* added reputation limit to insert links into questions and answersEvgeny Fadeev2012-10-281-11/+0
* moved a celery task from models/__init__.py to tasks.pyEvgeny Fadeev2012-10-251-1/+1
* cleaned up some remaining older group related functionsEvgeny Fadeev2012-10-221-1/+1
* moved get_global_group() onto GroupManagerEvgeny Fadeev2012-10-221-6/+5
* cleaned up mysql-specific utility functionsEvgeny Fadeev2012-10-161-1/+1
* added test cases and fixed some issues related to posting of private question...Evgeny Fadeev2012-10-151-15/+17
* Merge branch 'master' into haystackAdolfo Fitoria2012-10-081-1/+7
|\
| * moved post summary to text field from varchar to accomodate unicode betterEvgeny Fadeev2012-10-071-1/+1
| * added "vip" option to groupsEvgeny Fadeev2012-10-031-0/+6
* | Merge branch 'master' into haystackAdolfo Fitoria2012-10-021-160/+448
|\|
| * tried to fix the delayed notification issueEvgeny Fadeev2012-09-281-1/+4
| * merged with notification-delays branchEvgeny Fadeev2012-09-281-4/+9
| |\
| | * fixes bug in notifications delayAdolfo Fitoria2012-09-271-4/+9
| * | refactored the absolutize_urls function and the with_settings decorator for t...Evgeny Fadeev2012-09-271-1/+1
| |/
| * fixed a missing notifications bug with enabled groupsEvgeny Fadeev2012-09-241-15/+27
| * improved tag validation messages and fixed bug where tags were lost in the in...Evgeny Fadeev2012-09-221-9/+9
| * uploaded images work again on emails notificationsAdolfo Fitoria2012-09-201-3/+0
| * group description editing works againEvgeny Fadeev2012-09-141-1/+2
| * hopefully fixed the answer publishing problem where asker and answerer share ...Evgeny Fadeev2012-09-131-2/+10
| * answer publishing seems to work fullyEvgeny Fadeev2012-09-131-0/+4
| * moderated response sharing model seems to work internallyEvgeny Fadeev2012-09-121-2/+10