5
I Use This!
Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 11 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* adds setting ASKBOT_FEDERATED_LOGIN_EMAIL_EDITABLE, default is True * passes this setting to the template context * RegistrationForm, when ASKBOT_FEDERATED_LOGIN_EMAIL_EDITABLE is False, - raises an exception when email from the session is not the same as the email from the form * askbot/jinja2/authopenid/complete.html: - shows "Email cannot be changed" message when email is not editable More... 14 days ago
jinja2 templates: changes the block name page_class -> layout_class in 6 templates where this change was not implemented as in commit ccd906caa06daa80671787c384c067a217e2151a More... 15 days ago
* .g-recaptcha adds 0.5rem bottom margin * when editing a post via ajax, the privacy setting is not maintained More... 3 months ago
Merge branch 'omaster' More... 4 months ago
adds class with-life-ring-icon to show the corresponding fontawesome icon More... 4 months ago
* adds askbot/media/jslib/htmx.min.js * bug fix in askbot/startup_procedures.py:test_custom_user_profile_tab * custom tab setup is working * adds option to specify a function that determines if a user can see the custom tab, e.g.: ASKBOT_CUSTOM_USER_PROFILE_TAB = { 'NAME': 'My Custom Tab', 'SLUG': 'my-custom-tab', 'CONTEXT_GENERATOR': 'myapp.views.my_custom_tab_context', 'USER_IS_AUTHORIZED_FUNC': lambda user: user.is_authenticated and user.is_staff } More... 4 months ago
Merge pull request #940 from matthewbbrandt/patch-1 More... 5 months ago
Fix class name in answers_sort_nav.html More... 5 months ago
Merge branch 'omaster' More... 5 months ago
updates User.askbot_profile.last_seen on login and register More... 5 months ago
Merge pull request #939 from boxydog/pre_commit More... 5 months ago
Use non-deprecated form of installation with setuptools More... 5 months ago
Make pyproject.toml legal for building by declaring more dynamic elements More... 5 months ago
get VERSION dynamically in pyproject.toml More... 5 months ago
tweak comment More... 5 months ago
Fix prproject.toml More... 5 months ago
Run pre-commit in github tests More... 5 months ago
Add a plain .pre-commit-config.yaml More... 5 months ago
Fix syntax error in askbot_add_osqa_content.py More... 5 months ago
Merge pull request #938 from boxydog/tests More... 5 months ago
tweak More... 5 months ago
tweak More... 5 months ago
Fix some tests More... 5 months ago
Run all tests More... 5 months ago
debug More... 5 months ago
debug More... 5 months ago
debug More... 5 months ago
back to python 3.11 More... 5 months ago
debug More... 5 months ago
tweak More... 5 months ago