5
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixes issues in posting and editing posts when content premoderation is enabled More... almost 2 years ago
.pylintrc config changes askbot/models/__init__.py: some PEP8 improvements More... almost 2 years ago
askbot/tests/test_thread_model.py: fixes test case when using sqlite More... almost 2 years ago
askbot/startup_procedures.py: corrects message about latest supported version of Python More... almost 2 years ago
closes #907 - support for Python 3.10 More... almost 2 years ago
* signin function: if login url is customized - redirect to that url * askbot/deps/django_authopenid/views.py: PEP8 fixes More... almost 2 years ago
adds logo to askbot/tests/images/ More... almost 2 years ago
* askbot/conf/site_settings.py: fixes default APP_COPYRIGHT livesetting value * replaces use of django_settings.LOGIN_URL with askbot.utils.url_utils.get_login_url() * fixes css of the 404 page * fixes css of the debug header * introduces optional setting ASKBOT_LOGIN_URL when the askbot authentication is used More... almost 2 years ago
* question summary - shows accepted answer icon in the answers count box * question detail: accepted answer has gray background More... almost 2 years ago
utils/url_utils:get_login_url - give preference to LOGIN_URL settings More... almost 2 years ago
doc/source/index.rst: removed link to posting to Askbot by email login_link.html: bug fix More... almost 2 years ago
Closes #909 - improves db hostname validation for askbot-setup More... almost 2 years ago
disables group_messaging tests More... almost 2 years ago
tested with Python 3.7-3.9 More... almost 2 years ago
removes the group_messaging app from the deployment More... almost 2 years ago
dependency constraint: Jinja2<3.1 More... almost 2 years ago
merges theme-cleanup branch More... almost 2 years ago
edits README.rst, limits python version up to 3.7 edits changelog.rst More... almost 2 years ago
Merge pull request #906 from brunobastosg/fix-ldap-auth-custom-auth-func-create-func More... almost 2 years ago
Fix custom LDAP_AUTH_FUNC_PATH and LDAP_CREATE_FUNC_PATH More... almost 2 years ago
* if user is not allowed to post comments - hides the add comment buttons * comment controls dropdown menu - css fixes * User.has_group_permissions: bug fix More... almost 2 years ago
* hide "ASK" button when user cannot post questions * removes functionality to ask question to group * User.can_post_question: bug fix * views.user.question: factors out logic for should_show_answer_form, should_hide_answer_ui More... almost 2 years ago
global group can be renamed from the settings UI More... almost 2 years ago
fixes test cases after adding the group permissions to post feature More... almost 2 years ago
WIP: permissions to ask, answer, comment per user group More... almost 2 years ago
question-summary: css fix for a case where tags are empty More... almost 2 years ago
* merges the master branch * updates askbot_requirements.txt More... almost 2 years ago
* updates askbot/__init__.py:REQUIREMENTS * askbot-setup: accepts --db-engine parameter in the interactive mode * updates README.rst with the basic installation instructions * updates askbot/doc/source/install.rst with basic install instructions More... almost 2 years ago
Merge pull request #902 from brunobastosg/fix-askbot-setup-db-engine More... almost 2 years ago
fix_question_tags -> askbot_fix_tags, refactored the command More... almost 2 years ago