summaryrefslogtreecommitdiffstats
path: root/askbot/views/writers.py
Commit message (Expand)AuthorAgeFilesLines
* added another signal - new_comment_posted, in hindsight maybe we should have ...Evgeny Fadeev2013-05-161-1/+6
* hopefully fixed the askbot site mounted at a sub-urlEvgeny Fadeev2013-05-051-1/+0
* added extra context to the edit answer pageEvgeny Fadeev2013-05-021-7/+7
* answer view is more customizable nowZafer CAKMAK2013-04-231-25/+12
* fixed a bug in file uploadingEvgeny Fadeev2013-04-161-1/+1
* added "auto-tweet" featureEvgeny Fadeev2013-04-151-0/+5
* show error about uploading files to anonymous usersEvgeny Fadeev2013-04-111-0/+1
* removed reputation limit to post comments and allowed users repost own answer...Evgeny Fadeev2013-04-101-2/+1
* allowed to choose plain text or rich text editor for the commentsEvgeny Fadeev2013-04-071-4/+0
* improved image and file upload menuesEvgeny Fadeev2013-04-031-5/+8
* merged the master branchEvgeny Fadeev2013-03-271-10/+49
|\
| * added signals answer_edited and answer_before_edit and setting ASKBOT_EDIT_AN...Evgeny Fadeev2013-03-271-9/+31
| * added new_answer_posted signal and ASKBOT_NEW_ANSWER_FORM settings.py settingEvgeny Fadeev2013-03-261-1/+18
* | added minor edit function to the comment editsEvgeny Fadeev2013-03-091-0/+1
* | merged with the master branchEvgeny Fadeev2013-03-081-7/+16
|\|
| * minor edit option for question and answer to suppress email alertsEvgeny Fadeev2013-03-081-5/+19
| * fixed an exception with bad data on comment deleteEvgeny Fadeev2013-03-071-2/+11
* | merged the master branchEvgeny Fadeev2013-03-061-3/+24
|\|
| * added function to repost answer as comment under the latest previously posted...Evgeny Fadeev2013-03-061-3/+24
* | improved comment posting works for tinymce editorEvgeny Fadeev2013-03-041-16/+57
|/
* fixed a bug in an error feedback on comment postingEvgeny Fadeev2013-01-311-1/+1
* fixed default language on the ask page and made small css adjustmentsEvgeny Fadeev2013-01-231-8/+6
* allowed change of language upon editing the questionEvgeny Fadeev2013-01-161-5/+12
* added language selector to the user profiles and to the ask question forEvgeny Fadeev2013-01-141-8/+10
* brokenEvgeny Fadeev2013-01-091-3/+4
* added basic support for multilingual contentEvgeny Fadeev2013-01-061-1/+1
* removed an unneeded field on AnonymousAnswer and AnonymousQuestionEvgeny Fadeev2012-12-021-3/+0
* commented out usage of useless summary field on AnonymousAnswer and Anonymous...Evgeny Fadeev2012-12-021-3/+3
* fixed comment deletionEvgeny Fadeev2012-11-281-1/+1
* fixed hardcoded maximum comment length in the answer -> comment conversionEvgeny Fadeev2012-11-261-2/+6
* added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-171-7/+7
* added lower rep barrier to accept any posts with links - as a first line of d...Evgeny Fadeev2012-11-011-20/+25
* undone the first implementation of limiting the link insertionEvgeny Fadeev2012-10-281-25/+20
* added reputation limit to insert links into questions and answersEvgeny Fadeev2012-10-281-20/+25
* added test cases and fixed some issues related to posting of private question...Evgeny Fadeev2012-10-151-7/+7
* Merge branch 'master' into haystackAdolfo Fitoria2012-10-021-40/+175
|\
| * improved tag validation messages and fixed bug where tags were lost in the in...Evgeny Fadeev2012-09-221-1/+3
| * Merge branch 'adolfo' into user-groupsEvgeny Fadeev2012-09-131-1/+6
| |\
| | * fixed bug when converting comments caused by db constraint, fixed styling errorsAdolfo Fitoria2012-09-131-1/+6
| * | merged Adolfo's branchEvgeny Fadeev2012-09-121-4/+20
| |\|
| | * added test cases for convert to comment/answerAdolfo Fitoria2012-09-111-4/+20
| * | Merge branch 'adolfo-master' into user-groupsEvgeny Fadeev2012-09-111-1/+30
| |\|
| | * Convert answer to comment.Adolfo Fitoria2012-09-101-1/+30
| * | merged with adolfos master branchEvgeny Fadeev2012-09-061-5/+21
| |\|
| | * hidding convert links, fixed styleAdolfo Fitoria2012-09-051-7/+11
| | * comment 2 answer convertion startAdolfo Fitoria2012-09-041-7/+18
| | * merged the "post under fake accounts" branchEvgeny Fadeev2012-07-301-4/+13
| | |\
| | | * completed the "admins can post under fake accounts" featureEvgeny Fadeev2012-07-301-7/+6
| | | * Post new content as any user if current user is staff. New users are created ...whit2012-07-121-4/+14
| | * | added option to limit one answer per question per personEvgeny Fadeev2012-07-181-0/+5
| | |/