summaryrefslogtreecommitdiff
path: root/app/helpers/preferences_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+16
|
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+4
|
* Add latest changes from gitlab-org/gitlab@14-7-stable-eev14.7.0-rc42GitLab Bot2022-01-201-5/+5
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-1/+9
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-4/+16
|
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+2
|
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+11
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+4
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot2020-04-201-16/+18
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-061-0/+4
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
|
* Change 'Todo' to 'To Do'Christie Lenneville2019-07-041-1/+1
| | | | | | | | | | | | | | | | Currently, we label items to be done as "Todo." This is grammatically incorrect and (therefore) confusing—especially to our Spanish-speaking users for whom "todo" has a specific and unrelated meaning. We should use "To Do" and always use it as singular (not "To Dos"). Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot Updates to wording in a few places per MR (ee) discussion Updating locale/gitlab.pot
* Add Saturday to first day of the weekhaghighi_ahmad2019-03-041-1/+2
| | | | | | | | | | | | | | | | | | | | fix #58023 docs for adding Saturday for first day of the week add related settings for Saturday as first day of the week firstDayOfWeek: Use enumeration, replace day's numbers with corresponding names make some variables lowercase (follow camelCase) add CHANGELOG entry Author: haghighi_ahmad <haghighi.ahmad@gmail.com> modified: app/assets/javascripts/pages/users/activity_calendar.js modified: app/helpers/preferences_helper.rb new file: changelogs/unreleased/58023-add-Saturday-to-localization-first-day-of-the-week.yml modified: doc/api/settings.md modified: doc/user/profile/preferences.md modified: locale/gitlab.pot modified: spec/helpers/preferences_helper_spec.rb
* Move language setting to preferencesFabian Schneider2019-02-201-0/+4
|
* Add tests for preferences_helperFabian Schneider2019-02-061-4/+4
|
* Rename setting, fix wordingsFabian Schneider2019-02-061-2/+2
|
* Add helpers for first day of the weekFabian Schneider2019-02-061-7/+10
|
* Add default setting for first day of the week preferenceFabian Schneider2019-02-061-0/+5
|
* Add setting for first day of the weekFabian Schneider2019-02-061-0/+7
|
* Backport CE changes for Ops Dashboard in EEPeter Leitzen2018-10-121-11/+25
|
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-0/+2
| | | | Partially addresses #47424.
* 'Assigned Issues' and 'Assigned Merge Requests' as dashboard user choicesElias Werberich2018-03-271-6/+8
|
* Move button list logic to project presenterOswaldo Ferreira2018-02-201-26/+0
|
* Merge branch '36679-non-authorized-user-may-see-wikis-or-pipeline-page' into ↵Douwe Maan2017-12-081-1/+1
| | | | | | | | | | | 'security-10-2' Fixes project visibility guidelines See merge request gitlab/gitlabhq!2226 (cherry picked from commit 877c42c0aaf3298d6001614c9706bc366ae4014c) e4fd1c26 Ensure project wiki visibility guidelines are met
* Add readme only option as project viewAnnabel Dunstone Gray2017-10-161-1/+2
|
* Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-0/+4
| | | This reverts merge request !14148
* Revert "Merge branch ↵revert-f2421b2bRubén Dávila2017-09-081-4/+0
| | | | | '35012-navigation-add-option-to-change-navigation-color-palette' into 'master'" This reverts merge request !13619
* Small refactor after last code review.35012-navigation-add-option-to-change-navigation-color-paletteRuben Davila2017-09-071-1/+1
|
* Restore some changes from !9199Rubén Dávila2017-09-061-0/+4
|
* Hide clone panel and file list when user is only a guestJames Clark2017-05-071-1/+1
| | | | | | | | | | | | Fixes gitlab-org/gitlab-ce#17489 Fix test finding two of the same element Capybara will raise an exception because it finds two elements that match .nav-links. This means this test would fail, even if the page meets the conditions for passing the test. Add more tests for guest access
* Change project view default for existing users and anonymous visitors to ↵dz-fix-project-viewDmitriy Zaporozhets2017-04-101-1/+5
| | | | | | files+readme Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Change activity view wordingchange-activity-view-wordingAnnabel Dunstone Gray2017-03-071-1/+1
|
* Remove readme-only project view preferenceremove-readme-optionAnnabel Dunstone Gray2017-03-061-3/+2
|
* Change default project view for user from readme to files viewdz-change-project-viewDmitriy Zaporozhets2017-03-031-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove all gitlab theme related codeAnnabel Dunstone Gray2017-02-151-4/+0
|
* Enable `Style/RedundantException` cop and correct offenseRobert Speicher2017-02-101-1/+1
|
* adds fix for security issue when annonymous user does not have access to ↵23990-project-show-error-when-empty-repotiagonbotelho2016-11-171-3/+3
| | | | repository we now display the activity feed instead of the readme
* change empty project view to annonymous user from activity to empty partialtiagonbotelho2016-11-111-3/+5
|
* adds guard clause for readme model method and initializes a new view with ↵tiagonbotelho2016-11-111-1/+3
| | | | proper stylesheets
* Add visibility level to project repositoryissue_19734_2Felipe Artur2016-10-171-1/+15
|
* Implementing 'Groups View' and 'TODOs View' as options for dashboard ↵Elias Werberich2016-03-241-1/+3
| | | | | | preferences. Fixes #14585.
* Remove redundant helper method.Douwe Maan2015-10-171-8/+2
|
* Merge branch 'master' into cristianbica/gitlab-ce-user-project-view-filesDouwe Maan2015-10-171-0/+7
|\
| * improved code style and layout option namingPeter Göbel2015-10-051-2/+2
| |