0
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix the datetimepicker witdget input format More... about 7 years ago
fix ordering of sylesheets in base.html More... about 7 years ago
remove jquerry-ui as it was only used for one animation More... about 7 years ago
Merge branch 'master' into feature_django-pipline More... about 7 years ago
fix vote assing check if user have already voted, fix style and output with assigned votes More... about 7 years ago
Change the default on new Polls to "One vote per User" More... about 7 years ago
fix group badge in own poll overwiew (fixes #76), change the ordering on the page More... about 7 years ago
fix watch poll button state, simplify code for checking if user watches a poll More... about 7 years ago
refator Poll.can_edit() to emit the error message More... about 7 years ago
fix permission check for poll watch, refactor use of can_listen as it was not realy meeningfull, most cases are now can_edit() More... about 7 years ago
show the courser pointer in the vote view on the selectable items (fixes #11 on github), add _static to .gitignore More... about 7 years ago
make the owner/the owner group see the results on restricted reult visibility in polls #73 More... about 7 years ago
add possibility to disable random slugs for the user, do not update the random string while user is changing the title More... about 7 years ago
replace StaticPrecompiler with django-pipline. More... about 7 years ago
set a default url on copy poll to get rid of the error message that the field is emty, make the randomize button work in the copy view (github: #14), fix a variable shadowning problem with groupmanagement and the settingspages More... about 7 years ago
update django-simple-csp More... about 7 years ago
fix BITPOLL-3J; Error on Assing User if user does not exists More... about 7 years ago
fix wrong headder message about deleted choices, fix style of deleted choices More... about 7 years ago
fix bug in sending watch mails More... over 7 years ago
add more examples to example local setting, fix version of django in requirements.txt More... over 7 years ago
fix error if choices where deleted in polls with "fill all choices" enabled More... over 7 years ago
Merge branch 'feature_private_votes' of 08pridoeh/bitpoll into master More... over 7 years ago
Do not leak information about the vote if hide_participants is enabled More... over 7 years ago
Update LC_MESSAGES for hide_participants option More... over 7 years ago
Add hide_participants option. Closes #73 More... over 7 years ago
Merge branch 'master' of 08pridoeh/bitpoll into master More... over 7 years ago
Fix requirements.txt (Use == instead of =) More... over 7 years ago
Fix multible deprecation warnings from Django More... over 7 years ago
change default sorting to by vote date, add option to change to by name. Fixes #10 on github More... over 7 years ago
fix for to long names of universal choices. Fixes BITPOLL-10 in sentry More... over 7 years ago