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 |