Draft
Conversation
* remove pinning of flask * apparently there are cases where current_user is None, which caused the check for 'current_user.is_anonymous' to fail
* The two extensions removed are now built into Jinja directly since v2.9.
* All data is moved to accounts user table, so there's no more data to display here.
* Fixes how profile fields are rendered together with email/password field in the registration form.
* Changes views and code to rely on the new profile field in accounts rather than having a separate database model here.
* Adds basic support for setting visibility preferences.
* add helper to be able to use the preferences form during signup, as already done for the profile form. Useful when used with hidden forms where user is registered with OAuth.
* ci: adds i18n workflow test: adds dry extract_messages command * update dependencies * use --output-file instead of --dry-run as it is buggy * move i18n test * Update run-i18n-tests.sh --------- Co-authored-by: mojib <mojib.wali@tugraz.at> Co-authored-by: David Eckhard <dabombeeer@gmail.com> Co-authored-by: David <72449192+rekt-hard@users.noreply.github.com>
* removed use of speaklater and replaced by using LazyString from invenio_i18n so from flask-babel
* remove unused import
* closes inveniosoftware/invenio-app-rdm#2069 * add support for preferences.timezone
1c6951a to
e940fc3
Compare
Co-Authored-by: Lauren-D <laurent.dubois@itld-solutions.be>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.