summaryrefslogtreecommitdiff
path: root/spec/helpers/preferences_helper_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@15-9-stable-eev15.9.0-rc42GitLab Bot2023-02-201-0/+1
|
* Add latest changes from gitlab-org/gitlab@15-8-stable-eev15.8.0-rc42GitLab Bot2023-01-181-12/+12
|
* Add latest changes from gitlab-org/gitlab@15-1-stable-eev15.1.0-rc42GitLab Bot2022-06-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@14-10-stable-eev14.10.0-rc42GitLab Bot2022-04-201-0/+61
|
* Add latest changes from gitlab-org/gitlab@14-9-stable-eev14.9.0-rc42GitLab Bot2022-03-181-0/+24
|
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-0/+37
|
* Add latest changes from gitlab-org/gitlab@13-12-stable-eev13.12.0-rc42GitLab Bot2021-05-191-0/+14
|
* 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-2-stable-eeGitLab Bot2020-07-201-8/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-301-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-4/+12
| | | | | | | | | | | | | | | | | | | | 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/+7
|
* Add tests for preferences_helperFabian Schneider2019-02-061-0/+24
|
* Backport CE changes for Ops Dashboard in EEPeter Leitzen2018-10-121-0/+7
|
* Restore navigation theme orderGeorge Tsiolis2018-06-071-1/+1
|
* Resolve "Introduce new navigation themes in GitLab 11.0"Annabel Gray2018-06-071-3/+3
|
* 'Assigned Issues' and 'Assigned Merge Requests' as dashboard user choicesElias Werberich2018-03-271-1/+3
|
* Move default_project_view tests to presenterOswaldo Ferreira2018-02-201-97/+0
|
* Merge branch '36679-non-authorized-user-may-see-wikis-or-pipeline-page' into ↵Douwe Maan2017-12-081-9/+65
| | | | | | | | | | | '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
* Revert "Merge branch 'revert-f2421b2b' into 'master'"revert-2f46c3a8Annabel Dunstone Gray2017-09-111-2/+28
| | | This reverts merge request !14148
* Revert "Merge branch ↵revert-f2421b2bRubén Dávila2017-09-081-28/+2
| | | | | '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-3/+3
|
* Use indigo as default themeAnnabel Dunstone Gray2017-09-071-2/+2
|
* Fix specs; start on light themeAnnabel Dunstone Gray2017-09-061-2/+2
|
* Restore some changes from !9199Rubén Dávila2017-09-061-0/+26
|
* Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-211-8/+8
|
* Change project view default for existing users and anonymous visitors to ↵dz-fix-project-viewDmitriy Zaporozhets2017-04-101-2/+2
| | | | | | files+readme Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove all gitlab theme related codeAnnabel Dunstone Gray2017-02-151-26/+0
|
* Use `:empty_project` where possible in helper specsrs-empty_project-helpersRobert Speicher2017-01-251-1/+1
|
* adds fix for security issue when annonymous user does not have access to ↵23990-project-show-error-when-empty-repotiagonbotelho2016-11-171-7/+29
| | | | repository we now display the activity feed instead of the readme
* moves empty view logic onto empty partial to make it reusable and fixes teststiagonbotelho2016-11-151-4/+5
|
* change empty project view to annonymous user from activity to empty partialtiagonbotelho2016-11-111-6/+3
|
* adds guard clause for readme model method and initializes a new view with ↵tiagonbotelho2016-11-111-0/+21
| | | | proper stylesheets
* Implementing 'Groups View' and 'TODOs View' as options for dashboard ↵Elias Werberich2016-03-241-1/+3
| | | | | | preferences. Fixes #14585.
* Add user preference to view project activity and starred project activity as ↵Stan Hu2015-09-261-2/+6
| | | | | | default dashboard Closes #2662
* Re-add user_color_scheme helperRobert Speicher2015-08-261-23/+54
| | | | Update PreferencesHelper specs
* Remove user_color_scheme_classRobert Speicher2015-08-251-21/+0
| | | | | | | | | Instead of rendering this value server-side, we use Javascript and Gon to apply the user's color scheme (or the default) to any syntax highlighted code blocks. This will make it easier to cache these blocks in the future because they're no longer state-dependent.
* Fix Style/HashSyntax violationsRobert Speicher2015-06-221-1/+1
|
* Refactor dashboard_choicesRobert Speicher2015-06-131-8/+10
|
* Make the dashboard choice text match the text in the sidebarRobert Speicher2015-06-131-2/+2
|
* Add a form field to customize the dashboard preferenceRobert Speicher2015-06-131-0/+17
|
* Add PreferencesHelper moduleRobert Speicher2015-06-131-0/+53
Consolidates the helpers related to user preferences. Renames `app_theme` to `user_application_theme` to better explain what it is.