stable

Clone or download

Read-only

request #12242: Remember view preference in git service homepage

The choice (sort by date or by path) of the current user should be kept in his preferences (same pref for all projects). Go to project ยป git. - Display repositories by path. Refresh the page. Repositories are displayed by path. - Display repositories by date. Refresh the page. Repositories are displayed by date. Change-Id: I9509b8150938de76d1ecaf2e8c89eda4e336f09c

Modified Files

Name
M plugins/git/include/Git/RepositoryList/GitRepositoryListPresenter.php +10 โˆ’2 Go to diff View file
M plugins/git/include/Git/RepositoryList/ListPresenterBuilder.php +1 โˆ’0 Go to diff View file
M plugins/git/templates/repositories/repository-list.mustache +1 โˆ’0 Go to diff View file
M plugins/git/www/scripts/repositories/src/api/rest-querier.js +27 โˆ’2 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/ActionBar/DisplayModeSwitcher.vue +2 โˆ’2 Go to diff View file
M plugins/git/www/scripts/repositories/src/components/App.vue +4 โˆ’0 Go to diff View file
M plugins/git/www/scripts/repositories/src/index.js +14 โˆ’3 Go to diff View file
M plugins/git/www/scripts/repositories/src/repository-list-presenter.js +15 โˆ’2 Go to diff View file
M plugins/git/www/scripts/repositories/src/store/actions.js +28 โˆ’3 Go to diff View file
M plugins/git/www/scripts/repositories/src/store/actions.spec.js +90 โˆ’7 Go to diff View file
M plugins/git/www/scripts/repositories/src/store/mutations.js +10 โˆ’5 Go to diff View file
M plugins/git/www/scripts/repositories/src/store/mutations.spec.js +24 โˆ’1 Go to diff View file
M src/common/user/REST/v1/UserResource.php +33 โˆ’1 Go to diff View file
M src/common/user/User.class.php +1 โˆ’1 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/del/doc.html +12 โˆ’0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/del/example.html +8 โˆ’0 Go to diff View file
A src/www/themes/common/tlp/doc/resources/fetch/del/manifest.json +4 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/doc/resources/fetch/manifest.json +1 โˆ’0 Go to diff View file
M src/www/themes/common/tlp/src/js/fetch-wrapper.js +8 โˆ’1 Go to diff View file
M tests/rest/tests/UsersTest.php +97 โˆ’40 Go to diff View file