summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | group description editing works againEvgeny Fadeev2012-09-1412-62/+514
| | | |
* | | | corrected Thread.get_users_shared_with filteringEvgeny Fadeev2012-09-141-5/+14
| | | |
* | | | Merge branch 'adolfo' into user-groupsEvgeny Fadeev2012-09-133-1/+10
|\| | |
| * | | fixed bug when converting comments caused by db constraint, fixed styling errorsAdolfo Fitoria2012-09-133-1/+10
| | | |
* | | | hopefully fixed the answer publishing problem where asker and answerer share ↵Evgeny Fadeev2012-09-133-6/+32
| | | | | | | | | | | | | | | | custom groups
* | | | Merge branch 'adolfo' into user-groupsEvgeny Fadeev2012-09-132-3/+4
|\ \ \ \
| * | | | solved issue with widget validation output and cssAdolfo Fitoria2012-09-122-3/+4
| | | | |
* | | | | answer publishing seems to work fullyEvgeny Fadeev2012-09-1312-36/+107
| | | | |
* | | | | merged Adolfo's branchEvgeny Fadeev2012-09-124-6/+113
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | fixed convert to comment link hidingAdolfo Fitoria2012-09-111-1/+1
| | | | |
| * | | | added test cases for convert to comment/answerAdolfo Fitoria2012-09-112-4/+96
| | | | |
| * | | | Fixed hiding comment convert linksAdolfo Fitoria2012-09-111-1/+1
| | | | |
* | | | | added simple UI for publishing selected answersEvgeny Fadeev2012-09-128-8/+102
| |/ / / |/| | |
* | | | moderated response sharing model seems to work internallyEvgeny Fadeev2012-09-124-8/+90
| | | |
* | | | added toggle to the group profile page allowing to publish only selected ↵Evgeny Fadeev2012-09-113-1/+21
| | | | | | | | | | | | | | | | answers to outsiders
* | | | added model field for the moderated publishing of answersEvgeny Fadeev2012-09-114-5/+798
| | | |
* | | | Merge branch 'adolfo-master' into user-groupsEvgeny Fadeev2012-09-1110-16/+139
|\| | |
| * | | Convert answer to comment.Adolfo Fitoria2012-09-1010-16/+139
| | | |
* | | | added several test cases for groups-related functionsEvgeny Fadeev2012-09-115-17/+87
| | | |
* | | | merged Adolfo's branchEvgeny Fadeev2012-09-097-52/+460
|\ \ \ \
| * | | | fixed bug in widget creationAdolfo Fitoria2012-09-072-2/+22
| | | | |
| * | | | fixed css for error display, fixed upload from widgets, added groups support ↵Adolfo Fitoria2012-09-066-50/+417
| | | | | | | | | | | | | | | | | | | | again for widgets
| * | | | fixed edit widget view"Adolfo Fitoria2012-09-061-2/+2
| | | | |
* | | | | merged fix for hiding the convert comment to answer linksEvgeny Fadeev2012-09-092-1/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | fixed the hide functions in javascriptAdolfo Fitoria2012-09-062-1/+1
| | |_|/ | |/| |
* | | | added beautifusoup4 library to the list of requirementsEvgeny Fadeev2012-09-092-0/+2
| | | |
* | | | tinymce editor works in the popups tooEvgeny Fadeev2012-09-0913-57/+176
| |/ / |/| |
* | | Merge branch 'adolfo' into user-groupsEvgeny Fadeev2012-09-062-7/+3
|\ \ \
| * | | hopefully fixed the jump issue in some browsersAdolfo Fitoria2012-09-042-7/+3
| | | |
* | | | merged with adolfos master branchEvgeny Fadeev2012-09-0623-46/+230
|\ \ \ \ | | |/ / | |/| |
| * | | hidding convert links, fixed styleAdolfo Fitoria2012-09-055-9/+29
| | | |
| * | | added convertlink to the utils.js and post.jsAdolfo Fitoria2012-09-044-1/+48
| | | |
| * | | comment 2 answer convertion startAdolfo Fitoria2012-09-045-51/+169
| | | |
| * | | Merge branch 'master' of github.com:ASKBOT/askbot-develAdolfo Fitoria2012-09-0420-40/+124
| |\ \ \
| | * | | added items per transaction on the clean_session management commandEvgeny Fadeev2012-09-011-0/+9
| | | | |
| | * | | simplified the clean_session commandEvgeny Fadeev2012-09-011-30/+17
| | | | |
| | * | | added null=True to text fields in the first migrationEvgeny Fadeev2012-08-251-5/+5
| | | | |
| | * | | fix for usage of web fonts in IE8Evgeny Fadeev2012-08-251-1/+2
| | | | |
| | * | | Merge branch 'tmp'Evgeny Fadeev2012-08-250-0/+0
| | |\ \ \
| | | * | | allowed user names > 30 charsEvgeny Fadeev2012-08-238-2/+29
| | | | | |
| | * | | | added js patch for the noscript tag to hide red margin on IE and disabled ↵Evgeny Fadeev2012-08-2510-3/+44
| | |/ / / | | | | | | | | | | | | | | | Lamson on Windows
| | * | | applied the blockquote bug in Chrome as suggested by dajafaEvgeny Fadeev2012-08-233-0/+48
| | | | |
* | | | | group join moderation worksEvgeny Fadeev2012-09-0619-261/+286
| | | | |
* | | | | a part of "ask to join group" moderationEvgeny Fadeev2012-09-0511-18/+245
| | | | |
* | | | | Merge branch 'adolfo' into user-groupsEvgeny Fadeev2012-09-042-10/+31
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | fixed css issue with bootstrapAdolfo Fitoria2012-09-031-5/+1
| | | | |
| * | | | Merge branch 'user-groups' of github.com:ASKBOT/askbot-devel into user-groupsAdolfo Fitoria2012-09-037-41/+68
| |\ \ \ \
| * | | | | fixes tinymce upload file/image issueAdolfo Fitoria2012-09-031-1/+9
| | | | | |
| * | | | | fixed display of form validation errorsAdolfo Fitoria2012-09-032-5/+22
| | | | | |
* | | | | | users now can ask to join group, but there is no approval process yetEvgeny Fadeev2012-09-045-28/+89
| | | | | |