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
lamson 1.1 for tests More... 4 months ago
Fixes a bug where undeleting a question was not working properly. More... 5 months ago
minor changes - unused else statements More... 7 months ago
askbot/tests/test_unsubscribe_user.py: * adds test cases test_invalid_url, test_invalid_key #932 More... 7 months ago
followup #932 * askbot/forms.py UnsubscribeForm: - adds validation for the email and key fields * bug fix in the User.get_or_create_email_key * UnsubscribeUserTests: - adds a test case for the normal unsubscribe flow More... 7 months ago
unsubscribe url is not broken if user is not found with the given email #932 More... 7 months ago
* adds HeadRequestMiddleware to handle the head requests, closes #934 * askbot/forms.py: EditUserForm.website - max_length equals that in the #935 * do not use is_superuser as proxy for askbot admin status - wherever we used is_superuser -> replace with askbot_profile__status = d lookups - is_superuser check is only used to give access to the /settings/ page * add_admin management command: - pep8 - do not set is_staff * askbot_add_osqa_content, askbot_add_xml_content: - for is_superuser set user status to d - admin * askbot_import_jive: - first user gets d status * askbot/views/users.py: - pep8 - replaces is_superuser with askbot_profile__status = d lookups - admins and moderators can edit user profiles More... 7 months ago
admin site: allow filtering user profiles by status and email_is_confidential More... 8 months ago
admin site: allows editing a subset of fields in the user profile More... 8 months ago
* users page: - uses blank state if there are no users - confidential emails can be searched for by staff and email owners - fixes issue where search query is cleared in results - does not show paginator if there is only one page or no data not shown in results * UserProfile model: - adds email_is_confidential field, default is False * template filter can_see_private_user_data: - staff can see all user data - confidential data is only visible to the user and staff - moderators see emails of non-confidential users * fixes test for the settings page * askbot/utils/functions.py: - adds get_emails function, returns list of emails from text More... 8 months ago
* jinja2/authopenid/{complete,signin,signup_with_password}.html - message AUTHENTICATION_PAGE_MESSAGE in .info-box div * media/sass/components/info_box.scss: - adds styles for .info-box ul, p * media/sass/signin_page.scss: - custom styles for .info-box adds styles for .info-box ul, p More... 9 months ago
* adds dependencies jinja2-simple-tags, premailer * premailer is used to inline css in the html emails * implements custom jinja2 tags "premailer" and "textwrap using the jiinja2-simple-tags utility * base_mail.html template: adds word-wrop: break-word and white-space pre-wrap code and pre tags * removes some unused html template files * no longer wraps email text into 70 chars More... 9 months ago
adds escape to closed_question_info in the templates More... 10 months ago
bumps django-livesettings3 to 1.6.3 More... 10 months ago
bumps django-livesettings3 to 1.6.2 More... 10 months ago
merges 0.11.x More... 10 months ago
edits changelog More... 10 months ago
v0.12.2 - tested support for python 3.11 More... 10 months ago
deployment: creates <proj_dir>/tmp More... 10 months ago
Revert "askbot-setup: create temp file upload dir if" More... 10 months ago
askbot-setup: create temp file upload dir if django.core.files.uploadhandler.TemporaryFileUploadHandler is used More... 10 months ago
v0.12.1: * limits responses library from above to <=0.23.1 * silences recaptcha key system check More... 10 months ago
* bumps django-livesettings3 to 1.5.5 * minor style improvements to the close and reopen pages * style improvements to the question-status block used by the closed questions More... 10 months ago
v0.11.8 (release candidate): * upgrades django-livesettings3 to 1.5.3 * askbot.conf: adds QUESTION_CLOSE_REASONS setting * Thread model: adds field close_reason_text, populates it according to Thread.close_reason field * fixes test cases related to closing/reopening questions More... 10 months ago
edits README.md More... 10 months ago
edits README.md More... 10 months ago
v0.12.0 (release candidate): * upgrades dependencies: - django-compressor - django - django-livesettings3 - django-recaptcha - django-robots * removes dependencies: - django-tinymce - pytz * ugettext -> gettext, ugettext_lazy -> gettext_lazy, ungegettext -> ungettext * removes all references to tinymce in the code base * force_text -> force_str * url -> path, re_path * upgrades static files serving to the method recommended for Django 3.0 * migrates from use of pytz to zoneinfo * request.is_ajax -> askbot.utils.http.is_ajax * django.utils.http.urlquote -> urllib.parse.quote * edits askbot/doc/source/changelog.rst More... 10 months ago
README.md: edits to announce support of Django 4 More... 10 months ago
setup.py: removes ez_setup askbot_requirements.txt, askbot/__init__.py: django-livesettings3==1.6.1 More... 10 months ago
Adds support for Django 4.2 More... 10 months ago