summaryrefslogtreecommitdiffstats
path: root/askbot/models/widgets.py
Commit message (Collapse)AuthorAgeFilesLines
* brokenEvgeny Fadeev2013-01-091-3/+3
|
* added basic support for multilingual contentEvgeny Fadeev2013-01-061-1/+1
|
* fixed css for error display, fixed upload from widgets, added groups support ↵Adolfo Fitoria2012-09-061-10/+2
| | | | again for widgets
* Temporal: commented the old tag/group relationship to fix laterAdolfo Fitoria2012-08-301-3/+4
|
* merged Adolfos and my branchesEvgeny Fadeev2012-08-301-9/+3
|\
| * temporary commit showing an import error causing syncdb to fail in postgresEvgeny Fadeev2012-08-291-2/+2
| |
* | moved forms, partially broken due to Tag/Group model migrationAdolfo Fitoria2012-08-291-87/+6
| |
* | temporal fix for syncdb bugAdolfo Fitoria2012-08-291-1/+3
| |
* | Revert "Added models/group.py to start migrationg the new Group model from Tag"Adolfo Fitoria2012-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 1975772d504efa3aab494b49f1d0c1176225ba5c. Conflicts: askbot/models/post.py askbot/models/tag.py askbot/tests/db_api_tests.py askbot/views/users.py
* | Merge branch 'user-groups-clean' into user-groupsAdolfo Fitoria2012-08-271-0/+6
|\ \
| * | added related questions to the widgetsAdolfo Fitoria2012-08-271-0/+6
| | |
* | | Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-271-2/+3
|\ \ \ | |/ / |/| / | |/
| * broken commit - migration 137 fails!Evgeny Fadeev2012-08-261-2/+3
| |
* | Added models/group.py to start migrationg the new Group model from TagAdolfo Fitoria2012-08-241-1/+1
|/ | | | model
* Fixed templates and migrationAdolfo Fitoria2012-08-191-9/+37
|
* Modified the question widget view to match the new style,Adolfo Fitoria2012-08-181-2/+15
| | | | | | | | 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-0/+2
|
* Temporal commit I'll made generic views for the widgets in this momentAdolfo Fitoria2012-08-171-1/+25
|
* fixed list_ask_widget templateAdolfo Fitoria2012-08-161-1/+8
| | | | create ask widget form now hides the group field if groups are disabled
* filtered out internal groups in the create ask widget formAdolfo Fitoria2012-08-161-2/+2
|
* Fixed bugs on the widget creator and widget js code.Adolfo Fitoria2012-08-161-2/+4
| | | | Made it work with more than two widgets at the time
* cosmetic fixes in the widget setupEvgeny Fadeev2012-08-161-5/+15
|
* Fixed some stylesAdolfo Fitoria2012-08-141-4/+2
| | | | | Added text field into the widget created edit view for the widget
* initial steps for the widget creatorAdolfo Fitoria2012-08-101-0/+39
TODO: - Templates, finish them all! - Edit view, create it - Test the embed code