summaryrefslogtreecommitdiffstats
path: root/askbot/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* small change in the PostAsSomeone formEvgeny Fadeev2013-05-041-3/+3
|
* removed possibility to have >1 account with the same email addressEvgeny Fadeev2013-05-011-11/+10
|
* fixed the answer posting bug where wiki is always trueEvgeny Fadeev2013-04-261-1/+1
|
* answer view is more customizable nowZafer CAKMAK2013-04-231-0/+16
| | | | | - answer view takes an optional form parameter to override default form. ASKBOT_NEW_ANSWER_FORM settings still works. - save logic goes to form from view so people can save extra parameters without override view.
* improved wording of the ask and edit question pageEvgeny Fadeev2013-04-201-5/+5
|
* added minor edit function to the comment editsEvgeny Fadeev2013-03-091-4/+3
|
* merged with the master branchEvgeny Fadeev2013-03-081-9/+16
|\
| * minor edit option for question and answer to suppress email alertsEvgeny Fadeev2013-03-081-1/+13
| |
| * fixed an exception with bad data on comment deleteEvgeny Fadeev2013-03-071-0/+3
| |
| * fixed a bug where an invalid query parameter triggers exception on the ↵Evgeny Fadeev2013-03-071-8/+1
| | | | | | | | question page
* | improved comment posting works for tinymce editorEvgeny Fadeev2013-03-041-4/+18
|/
* allowed change of language upon editing the questionEvgeny Fadeev2013-01-161-3/+22
|
* added language selector to the user profiles and to the ask question forEvgeny Fadeev2013-01-141-0/+1
|
* adding styles to the templatesAdolfo Fitoria2013-01-091-4/+4
|
* temporal commit, some stuff is not yet doneAdolfo Fitoria2013-01-071-0/+11
|
* merged with the master branchEvgeny Fadeev2012-12-051-7/+8
|\
| * bugfixes: 1) global subscribers get emails even if frequency is zero; 2) if ↵Evgeny Fadeev2012-12-051-1/+1
| | | | | | | | subscribed tag set is enabled users wont get emails on tag subscription; 3) if email is read-only email is lost upon editing user profile; 4) in some browsers there is horizontal scroll in the post body, which should not be there
| * fixed bug in the moderation formEvgeny Fadeev2012-11-281-6/+7
| |
* | added responsive design to a few more pagesEvgeny Fadeev2012-11-211-5/+1
|/
* applied the karma limit to post links to questions posted before signing inEvgeny Fadeev2012-11-091-15/+11
|
* added lower rep barrier to accept any posts with links - as a first line of ↵Evgeny Fadeev2012-11-011-11/+43
| | | | defense against spam
* hopefully hid the keep private within groups with groups disabledEvgeny Fadeev2012-10-311-0/+1
|
* undone the first implementation of limiting the link insertionEvgeny Fadeev2012-10-281-43/+11
|
* added reputation limit to insert links into questions and answersEvgeny Fadeev2012-10-281-11/+43
|
* cleaned up some remaining older group related functionsEvgeny Fadeev2012-10-221-4/+4
|
* improved tag validation messages and fixed bug where tags were lost in the ↵Evgeny Fadeev2012-09-221-0/+9
| | | | input box on edit
* factored out the name prefix for the personal groups to just one placeEvgeny Fadeev2012-09-161-1/+1
|
* merged Adolfo's branchEvgeny Fadeev2012-09-091-14/+14
|\
| * fixed bug in widget creationAdolfo Fitoria2012-09-071-1/+3
| |
| * fixed css for error display, fixed upload from widgets, added groups support ↵Adolfo Fitoria2012-09-061-13/+11
| | | | | | | | again for widgets
* | tinymce editor works in the popups tooEvgeny Fadeev2012-09-091-1/+13
|/
* changed order in form fieldsAdolfo Fitoria2012-08-301-1/+1
|
* forgot to include one field in formAdolfo Fitoria2012-08-301-0/+1
|
* Temporal: commented the old tag/group relationship to fix laterAdolfo Fitoria2012-08-301-14/+14
|
* merged Adolfos and my branchesEvgeny Fadeev2012-08-301-9/+17
|\
* | moved forms, partially broken due to Tag/Group model migrationAdolfo Fitoria2012-08-291-0/+41
| |
* | made tinymce work on the widgetsAdolfo Fitoria2012-08-291-2/+1
|/
* fixed autocompleter and tipped input for the ask as someone else fieldsEvgeny Fadeev2012-08-221-1/+1
|
* completed merge of user-groups with tag-editor, not tested yetEvgeny Fadeev2012-08-221-3/+11
|\
| * fixed validation error with the question body editor fieldAdolfo Fitoria2012-08-201-1/+4
| |
| * Temporal commit I'll made generic views for the widgets in this momentAdolfo Fitoria2012-08-171-1/+2
| |
| * Fixed some stylesAdolfo Fitoria2012-08-141-2/+6
| | | | | | | | | | Added text field into the widget created edit view for the widget
| * added share with people functionEvgeny Fadeev2012-08-081-1/+1
| |
| * merged Adolfo's widget work as a patchEvgeny Fadeev2012-08-081-0/+18
| |
| * first pass on sharing question with the groupEvgeny Fadeev2012-08-011-0/+4
| |
| * merged with the tag-editor branchEvgeny Fadeev2012-07-301-20/+79
| |\
| | * fixed a bug in posting under new fake accountEvgeny Fadeev2012-07-301-1/+1
| | |
| | * completed the "admins can post under fake accounts" featureEvgeny Fadeev2012-07-301-213/+400
| | |
| | * Post new content as any user if current user is staff. New users are created ↵whit2012-07-121-2/+24
| | | | | | | | | | | | if the given username doesn't exist.
| * | draft saving starts working, incomplete for answersEvgeny Fadeev2012-07-261-2/+15
| | |