Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
user_revision
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
user_revision
Merge requests
!3
Issue
#3197068
: Modernize conversion process on install
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3197068
: Modernize conversion process on install
issue/user_revision-3197068:3197068-entity-update-api
into
8.x-1.x
Overview
0
Commits
5
Pipelines
0
Changes
17
Merged
orakili
requested to merge
issue/user_revision-3197068:3197068-entity-update-api
into
8.x-1.x
2 years ago
Overview
0
Commits
5
Pipelines
0
Changes
17
Expand
Uses the entity update API to add the revision fields
Uses a batch to make the user entities revisionable
Normalizes revision fields instead of copying legacy node ones (vid => revision_id etc.)
Changes settings: allow to disable revisions (no new revision) and disable password revisions
Cleans up code (errors, coding standards etc.)
Adds Drupal 9/10 compatibility
Adds post update hook implementations to allow upgrading from previous 8.x version of this module
Closes
#3197068
Edited
2 years ago
by
orakili
0
0
Merge request reports
Compare
8.x-1.x
version 3
cc6d88bc
2 years ago
version 2
51f387ec
2 years ago
version 1
2d7192a6
2 years ago
8.x-1.x (base)
and
latest version
latest version
cc6d88bc
5 commits,
2 years ago
version 3
cc6d88bc
5 commits,
2 years ago
version 2
51f387ec
4 commits,
2 years ago
version 1
2d7192a6
3 commits,
2 years ago
17 files
+
1353
−
409
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
17
Search (e.g. *.vue) (Ctrl+P)
config/install/user_revision.settings.yml
+
5
−
4
Options
user_revision_always_enabled
:
false
user_revision_default_enabled
:
true
user_revision_default_open
:
true
user_revision_user_log_enabled
:
true
revision_mode
:
optional
revision_default_enabled
:
true
revision_user_log_enabled
:
true
revision_keep_passwords
:
true
revision_information_open
:
true
Loading