summaryrefslogtreecommitdiffstats
path: root/askbot/views/widgets.py
Commit message (Collapse)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 ↵Evgeny Fadeev2012-11-171-22/+30
| | | | render
* removed unused importsEvgeny Fadeev2012-11-101-3/+1
|
* added lower rep barrier to accept any posts with links - as a first line of ↵Evgeny Fadeev2012-11-011-3/+9
| | | | defense against spam
* 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
| | | | again for widgets
* 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
| | | | | | | | | | | | | | | | added test case for this one, Modified the migration number 0135 to add the question widget table TODO: real life testing.
| * 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
| | | | | | | | Made it work with more than two widgets at the time
| * 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
| | | | | | | | | | Added text field into the widget created edit view for the widget
| * created functional prototype of widgetAdolfo Fitoria2012-08-121-1/+5
| |
| * initial steps for the widget creatorAdolfo Fitoria2012-08-101-6/+40
| | | | | | | | | | | | | | TODO: - Templates, finish them all! - Edit view, create it - Test the embed code
| * 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
| | | | | | | | fixed yesterday's bug
| * Initial work for widget creationAdolfo Fitoria2012-08-071-0/+73
| | | | | | | | | | | | | | | 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.
* merged with the user-groups branchEvgeny Fadeev2012-08-101-0/+74