summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Modified the question widget view to match the new style,Adolfo Fitoria2012-08-187-36/+123
| | | | | | | | added test case for this one, Modified the migration number 0135 to add the question widget table TODO: real life testing.
* Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-187-137/+91
|\
| * fixed shared with user countEvgeny Fadeev2012-08-171-2/+2
| |
| * fixed migration 135Evgeny Fadeev2012-08-171-1/+1
| |
| * Merge branch 'adolfo-user-groups' into user-groupsEvgeny Fadeev2012-08-179-28/+131
| |\
| * | limited shared with list on thread pageEvgeny Fadeev2012-08-175-14/+90
| | |
* | | Merge branch 'master' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-1811-93/+359
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: askbot/deps/django_authopenid/views.py askbot/doc/source/changelog.rst askbot/views/meta.py
| * | | fixed error in the password registration viewEvgeny Fadeev2012-08-151-1/+1
| | | |
| * | | removed a duplicate message in the anonymous ask formEvgeny Fadeev2012-08-151-1/+0
| | | |
| * | | updated the changelogEvgeny Fadeev2012-08-131-3/+4
| | | |
| * | | added option to disable feedback form for the anonymous usersEvgeny Fadeev2012-08-133-11/+33
| | | |
| * | | Added options to restrict email addresses and requirement to validate an ↵Evgeny Fadeev2012-08-129-192/+311
| | | | | | | | | | | | | | | | email before joining the site
* | | | refactored views, made them generic, added translations into the urls.Adolfo Fitoria2012-08-189-141/+123
| | | |
* | | | Temporal commit I'll made generic views for the widgets in this momentAdolfo Fitoria2012-08-1713-21/+125
| | | |
* | | | Moved question widget from views.readers to views.widgetsAdolfo Fitoria2012-08-173-28/+27
| |_|/ |/| |
* | | fixed list_ask_widget templateAdolfo Fitoria2012-08-162-6/+22
| | | | | | | | | | | | 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 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-167-21/+53
| | | | | | | | | | | | 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-166-33/+69
|\ \ \ | | |/ | |/|
| * | cosmetic fixes in the widget setupEvgeny Fadeev2012-08-166-33/+69
| | |
* | | Added delete viewAdolfo Fitoria2012-08-155-1/+43
|/ /
* | added edit link into the templateAdolfo Fitoria2012-08-151-3/+2
| |
* | Added the /widgets/ view and that link into the navigation barAdolfo Fitoria2012-08-155-3/+39
| |
* | Fixed some stylesAdolfo Fitoria2012-08-1411-21/+95
| | | | | | | | | | Added text field into the widget created edit view for the widget
* | Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-142-7/+9
|\ \
| * \ Merge branch 'adolfo-user-groups' into user-groupsEvgeny Fadeev2012-08-143-17/+325
| |\ \
| * | | emails to groups result in questions posted into the groupsEvgeny Fadeev2012-08-142-7/+9
| | | |
| * | | Merge branch 'adolfo-user-groups' into user-groupsEvgeny Fadeev2012-08-132-1/+2
| |\ \ \
| * | | | undone the label damageEvgeny Fadeev2012-08-131-1/+1
| | | | |
| * | | | added label to the modelEvgeny Fadeev2012-08-131-1/+1
| | | | |
* | | | | Fixed widget styles.Adolfo Fitoria2012-08-133-286/+13
| |_|/ / |/| | |
* | | | fixed complete templateAdolfo Fitoria2012-08-132-1/+280
| | | |
* | | | fixed widget jsAdolfo Fitoria2012-08-131-16/+45
| |/ / |/| |
* | | fixed issues with iframe's javascriptAdolfo Fitoria2012-08-132-1/+2
|/ /
* | created functional prototype of widgetAdolfo Fitoria2012-08-127-4/+77
| |
* | Merge branch 'user-groups' into widget-creatorAdolfo Fitoria2012-08-108-165/+224
|\ \
| * | made notifications work for the thread sharingEvgeny Fadeev2012-08-107-34/+78
| | |
| * | refactored the notification issuing function on the postEvgeny Fadeev2012-08-093-120/+135
| | |
| * | Merge branch 'user-groups' into adolfo-user-groupsEvgeny Fadeev2012-08-091-20/+20
| |\ \
| | * | fixed filtering of notifications by the user groupsEvgeny Fadeev2012-08-091-20/+20
| | | |
* | | | initial steps for the widget creatorAdolfo Fitoria2012-08-1010-24/+530
|/ / / | | | | | | | | | | | | | | | | | | TODO: - Templates, finish them all! - Edit view, create it - Test the embed code
* | | Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-08-097-26/+86
|\| | | | | | | | | | | | | | | | | | | | Conflicts: askbot/skins/default/templates/widget_base.html askbot/tests/widget_tests.py askbot/views/widgets.py
| * | added share with people functionEvgeny Fadeev2012-08-086-19/+78
| | |
| * | deleted junk fileEvgeny Fadeev2012-08-081-19/+0
| | |
| * | Merge branch 'master' into user-groupsEvgeny Fadeev2012-08-084-18/+29
| |\|
| | * fixed voting bug in js on the question pageEvgeny Fadeev2012-08-082-7/+8
| | |
| * | merged Adolfo's widget work as a patchEvgeny Fadeev2012-08-0811-45/+283
| | |
| * | allow people sharing questions with "foreign" groupsEvgeny Fadeev2012-08-0812-18/+458
| | |
* | | fixed next url after loginAdolfo Fitoria2012-08-081-9/+8
| | |