5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 13 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bumps version to 0.11.4 More... about 1 year ago
upgrades celery to 5.2.7 More... about 1 year ago
askbot/tasks.py: PEP8 fixes More... about 1 year ago
askbot/tasks.py: removes unused import More... about 1 year ago
askbot/jinja2/macros.html:comment_widget - adds missing csrf token to convert comment to answer form More... about 1 year ago
* fix_revisionless_posts management command: print progress during applying the revision * models.post.Post.save: removes the block for the anonymous answers More... over 1 year ago
askbot/__init__.py, askbot_requirements.txt: sets dependency versions for aiohttp, urllib3 More... over 1 year ago
fixes the truncated post expander More... over 1 year ago
askbot_markdownify_content: use html2text instead of markdownify askbot.utils.markup.format_mention_in_html: adds try/except More... over 1 year ago
* components/user_nav/moderation_queue_link.html: bug fix * moderation queue: - bug fix in acting on individually selected items - reject reasons dialog: css fixes, reset dialog on close More... over 1 year ago
* link to moderation queue show when there are messages * moderation queue page: - css fixes - fixes post expand/collapse More... over 1 year ago
moderation is functionally working More... over 1 year ago
WIP: moderation featue - on adding a new reject reason UI is updated More... over 1 year ago
merges the master branch More... over 1 year ago
* settings: FILE_UPLOADS_ENABLED -> ATTACHMENT_UPLOADS_ENABLED * settings: adds IMAGE_UPLOADS_ENABLED * markdown_help.html: removes section on inserting images if user cannot upload images * meta/head_javascript.html: propagates above settings to askbot.data.user.{canUploadAttachment,canUploadImage} * users/group_settings.html, js/editors/group_settings_editor.js: adds per group toggles for above setttings * js/editors/wmd.js, wmd/wmd.js: hide/show image and attachment buttons accordingly * models/__init__.py: adds User.can_upload_attachment, User.can_upload_file * models/user.py: Group - can_upload_files -> can_upload_attachments, +can_upload_images * views/writers.py: upload - allows upload if either attachments or images are allowed More... over 1 year ago
fixes test case More... over 1 year ago
* adds Group.can_upload_files field * conf/forum_data_rules.py: adds setting FILE_UPLOADS_ENABLED, default=True * users by group page: adds toggle "can upload files" * media/wmd/wmd.js: attachment and image buttons disabled if user cannot upload files * User.assert_can_upload_file: respects FILE_UPLOADS_ENABLED setting and if groups are enabled - respects permissions to upload files by group * views/commands.py: toggle_group_profile_property - allows to edit property can_upload_files More... over 1 year ago
* jinja2/meta/head_javascript.html: adds askbot.data.userCanUploadFile boolean * media/js/editors/wmd.js: shows upload files and attachment buttons to users who can upload files * askbot/models/__init__.py: adds User.can_upload_file() More... over 1 year ago
WIP: fixing the moderation queue More... over 1 year ago
Merge pull request #922 from bradyab/patch-1 More... over 1 year ago
remove duplicate section in README More... over 1 year ago
utils/forms.py: get_next_url - bug fix jinja2/user_profile/user.html: removes reference to missing file More... over 1 year ago
fixes "fakepath" issue when inserting link to uploaded file More... over 1 year ago
askbot/models/post.py: fixes bug where private answer is invisible More... over 1 year ago
upgrades dependency on django-appconf to 1.0.5, closes #919 More... over 1 year ago
* better styling for the groups page * users by group page: improves the group settings editor * renames class group-join-btn -> js-join-group-btn * progress styling the moderation queue page * moves some moderation queue related .js code to js/moderation_queue directory from js/user * bug fix (missing css classes) in js/utils/comment_convert_link.js * base.scss: textarea - resize: vertical by default * jquery.modal.scss: js-modal textarea, text input 100% width, textarea min height 15vh More... over 1 year ago
* requerements: adds okta-jwt-vefifier dependency * question detail page: publish/unpublish button shows only to people with permission More... over 1 year ago
removes feature : askbot.models.Group.moderate_answers_to_enquirers More... over 1 year ago
removes feature: askbot.models.Group.is_vip More... over 1 year ago
Merge branch 'theme-cleanup' More... over 1 year ago