summaryrefslogtreecommitdiffstats
path: root/askbot/views/widgets.py
Commit message (Expand)AuthorAgeFilesLines
* added csrf protection to the widget formsEvgeny Fadeev2013-02-261-0/+3
* added django-style template loader class and replaced render_into_skin with r...Evgeny Fadeev2012-11-171-22/+30
* removed unused importsEvgeny Fadeev2012-11-101-3/+1
* added lower rep barrier to accept any posts with links - as a first line of d...Evgeny Fadeev2012-11-011-3/+9
* undone the first implementation of limiting the link insertionEvgeny Fadeev2012-10-281-9/+3
* added reputation limit to insert links into questions and answersEvgeny Fadeev2012-10-281-3/+9
* fixed bug in widget creationAdolfo Fitoria2012-09-071-1/+19
* fixed css for error display, fixed upload from widgets, added groups support ...Adolfo Fitoria2012-09-061-8/+7
* fixed edit widget view"Adolfo Fitoria2012-09-061-2/+2
* hopefully fixed the jump issue in some browsersAdolfo Fitoria2012-09-041-3/+0
* improved stylingAdolfo Fitoria2012-08-301-0/+1
* forgot to comment out this linesAdolfo Fitoria2012-08-301-10/+10
* moved forms, partially broken due to Tag/Group model migrationAdolfo Fitoria2012-08-291-7/+11
* made tinymce work on the widgetsAdolfo Fitoria2012-08-291-1/+1
* Made WMD editor work in the widgetAdolfo Fitoria2012-08-291-1/+2
* improved related question in the widget featureAdolfo Fitoria2012-08-281-8/+2
* added related questions to the widgetsAdolfo Fitoria2012-08-271-1/+10
* completed merge of user-groups with tag-editor, not tested yetEvgeny Fadeev2012-08-221-20/+197
|\
| * added cache to the viewAdolfo Fitoria2012-08-201-3/+4
| * Fixed templates and migrationAdolfo Fitoria2012-08-191-0/+2
| * Modified the question widget view to match the new style,Adolfo Fitoria2012-08-181-6/+19
| * refactored views, made them generic, added translations into the urls.Adolfo Fitoria2012-08-181-69/+62
| * Temporal commit I'll made generic views for the widgets in this momentAdolfo Fitoria2012-08-171-15/+61
| * Moved question widget from views.readers to views.widgetsAdolfo Fitoria2012-08-171-5/+21
| * fixed group and tag issue with widget postingAdolfo Fitoria2012-08-161-1/+14
| * Fixed bugs on the widget creator and widget js code.Adolfo Fitoria2012-08-161-3/+16
| * Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-161-8/+13
| |\
| | * cosmetic fixes in the widget setupEvgeny Fadeev2012-08-161-8/+13
| * | Added delete viewAdolfo Fitoria2012-08-151-0/+9
| |/
| * Added the /widgets/ view and that link into the navigation barAdolfo Fitoria2012-08-151-0/+5
| * Fixed some stylesAdolfo Fitoria2012-08-141-5/+26
| * created functional prototype of widgetAdolfo Fitoria2012-08-121-1/+5
| * initial steps for the widget creatorAdolfo Fitoria2012-08-101-6/+40
| * fixed next url after loginAdolfo Fitoria2012-08-081-9/+8
| * Added initial work for login view, needs testing and restyling.Adolfo Fitoria2012-08-081-5/+7
| * Initial work for widget creationAdolfo Fitoria2012-08-071-0/+73
* merged with the user-groups branchEvgeny Fadeev2012-08-101-0/+74