summaryrefslogtreecommitdiffstats
path: root/askbot/tests/form_tests.py
Commit message (Collapse)AuthorAgeFilesLines
* added lower rep barrier to accept any posts with links - as a first line of ↵Evgeny Fadeev2012-11-011-13/+43
| | | | defense against spam
* undone the first implementation of limiting the link insertionEvgeny Fadeev2012-10-281-43/+13
|
* added reputation limit to insert links into questions and answersEvgeny Fadeev2012-10-281-13/+43
|
* Fixed some stylesAdolfo Fitoria2012-08-141-3/+4
| | | | | Added text field into the widget created edit view for the widget
* Initial work for widget creationAdolfo Fitoria2012-08-071-6/+27
| | | | | | | | | | | | | | | Widgets will work with iframes and javascript code to insert them. DONE: - View to ask a question - Form to ask a question - Initial work on templates. (no css yet) - Test for all the former TODO: - create widget builder view. - documentation, documentation, documentation! - Login view with special template and css.
* completed the "admins can post under fake accounts" featureEvgeny Fadeev2012-07-301-0/+27
|
* assigning users to groups about 2/3 way doneEvgeny Fadeev2012-03-191-0/+4
|
* made form validation work properly for testing of the minimal lenght of ↵Evgeny Fadeev2012-01-021-0/+24
| | | | answers and questions
* added extra user name validation to make it slugification safeEvgeny Fadeev2011-12-291-0/+1
|
* adding tests for UserNameFieldAdolfo Fitoria2011-08-101-0/+29
|
* admin can add administrators too, added test cases, added postgres startup ↵Adolfo Fitoria2011-08-091-1/+27
| | | | procedure
* mandatory tags workEvgeny Fadeev2011-07-131-0/+24
|
* built basic post by email featureAndrei2011-04-061-0/+79
|
* almost finished anonymous posting feature still need to fix presentational ↵Evgeny Fadeev2011-02-141-0/+114
| | | | parts and make sure that rep cannot accumulate when posts are made anonymously
* it is now possible to either force lower-casing tags or allow freehand ↵Evgeny Fadeev2011-01-301-0/+35
character case without a possibility to have duplicate tag names, and fixed the fix_question_tags management command