Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-21Support navbar trackingMartin Wortschack
- Add tracking attributes to templates
2018-12-10Resolve main nav clipping in certain breakpointsDennis Tang
Makes the following changes in order to have all the items of the top nav fit within all of the new Bootstrap 4 breakpoints: - Change GitLab logo to show only on desktop breakpoint (lg and up) - Move margin from logo to logo text, saving 8px - Move the following icon links to the "More" nav dropdown - Instance Statistics (ConDev Index) - Admin area (if Admin) - Sherlock Transactions (if enabled) - Removed separator between Admin icons - Change search input width from 240px to 200px - Move "Activity", "Milestone", and "Snippets" into "More" menu on lg breakpoints - Show "More" menu of lg breakpoints
2018-11-27Resolve "Fix overlapping separator on the mobile navigation bar"Thomas Pathier
2018-11-07Align sign in buttonGeorge Tsiolis
2018-10-30Backport ee 7203 sticky logs topbarSimon Knox
2018-10-18Resolve "Re-arrange help-related user menu items into new Help menu"Dennis Tang
2018-10-04Resolve "Add status message from within user menu"Dennis Tang
2018-09-05Limit navbar search for current project or group for small viewportsGeorge Tsiolis
2018-07-27Resolve "The comparison list for the modified icons"Sam Beckham
2018-07-23i18n: externalize strings from 'app/views/layouts'Tao Wang
Signed-off-by: Tao Wang <twang2218@gmail.com>
2018-07-09Show "Sign in" instead of "Sign in / Register" when sign up is disabledDustin Utecht
2018-06-30Brought back the line separator to the left of the 'Admin area' wrench icon ↵Rahul C
that had vanished
2018-06-08Fix alignment of sign in/sign up buttonAnnabel Dunstone Gray
2018-05-17fix terms specClement Ho
2018-05-08Fix right-aligned menus; only display tooltip on hoverAnnabel Dunstone Gray
2018-05-08Merge branch 'master' into bootstrap4Clement Ho
2018-05-04Make the user dropdown reusableBob Van Landuyt
We will reuse the the dropdown, but exclude some menu items based on permissions. So moving the menu to a partial, and adding checks for each menu item here.
2018-04-17Fix dropdownsClement Ho
2018-04-17Fix navbarClement Ho
2018-04-10[skip ci] Add nav converted classesClement Ho
2018-04-10[skip ci] Convert navbar-toggle to navbar-togglerClement Ho
2018-04-10[skip ci] Replace hidden-xsClement Ho
2018-04-10[skip ci] Replace hidden-smClement Ho
2018-04-10[Skip ci] replace .hidden-lgClement Ho
2018-04-09[skip ci] Replace .visible-sm-* with .d-block.d-md-noneClement Ho
2018-04-09[skip ci] Fix mistake of d-block instead of d-inline-blockClement Ho
2018-04-09[skip ci] Replace .visible-xs-* with .d-block.d-sm-noneClement Ho
2018-04-09Add badge-pill to .badge in hamlClement Ho
2018-02-22Port `read_cross_project` ability from EEBob Van Landuyt
2018-02-13Use more specific #avatar_icon_for_user.Andreas Brandl
Whenever we already deal with a User object, let's use the more specific method avatar_icon_for_user.
2018-01-12remove wrong/unneeded margin of custom navigation header logo without logo textMarkus Doits
2018-01-11Merge branch 'qa/gb/validate-qa-selectors' into 'master'Rémy Coutable
Validate GitLab QA selectors Closes gitlab-qa#58 See merge request gitlab-org/gitlab-ce!16109
2018-01-11Fix up Web IDE user preference copy and buttonsJose Ivan Vargas
2018-01-09Add QA page views / elements couling with the menuGrzegorz Bizon
2018-01-04Added multi editor setting on the profile preferences pageJose Ivan Vargas
2017-12-06Fixed outdated browser banner positioningPhil Hughes
Closes #40824
2017-11-16When a custom header logo is present, don't show GitLab type logoDrew Blessing
In the new navigation header, when a user uploads a custom header logo GitLab will still show the 'GitLab' type logo. This is often undesirable as the user may want to upload a logo with their own name present. This change will toggle the GitLab type logo if a custom header logo is present.
2017-11-07Change Sign Out route from a DELETE to a GETJoe Marty
Closes #39708
2017-10-07Finish combining nav stylesAnnabel Dunstone Gray
2017-10-06Start moving new nav styles into header.scssAnnabel Dunstone Gray
2017-09-29Merge branch 'icons-update-nav-bars' into 'master'Phil Hughes
Updated All Navigation Icons to Sprite_Icons See merge request gitlab-org/gitlab-ce!14559
2017-09-28Add active states to nav bar countersAnnabel Dunstone Gray
2017-09-28Updated All Navigation Icons to Sprite_IconsTim Zallmann
2017-09-06Clean up new navigation templatesPhil Hughes
2017-09-05Top navigation updatesAnnabel Dunstone Gray
2017-08-29Enable the new navigation by defaultPhil Hughes
2017-08-08Revert "Add user_dropdown_link to prompt users to turn on new repo"Mike Greiling
This reverts commit 79f94c8d221f9391f48899808b7a36e3905dab83.
2017-08-08Revert "Combine 'turn on/off' user dropdown links into 'experimental ↵Mike Greiling
features' link and andded 'experimental features' heading for user preferences page" This reverts commit 75f490a4c95c41f9364e8e0cba443b312f01a686.
2017-08-07Merge branch 'master' into ideMike Greiling
* master: (177 commits) Add changelog Bump gitlab-shell version to 5.8.0 to fix Git for Windows 2.14 Make contextual sidebar collapsible Fixed sidebar context header hover colors Use correct `Environment`-class within `Gitlab` namespace Remove gl.Activities from Commits page Move `let` calls inside the `describe` block using them Add `/assign me` alias support for assigning issuables to oneself GRPC::Unavailable (< GRPC::BadStatus) is wrapped in a CommandError Use `broken_storage` in the fs_shards_spec. Eager load project creators for project dashboards Memoize a user's personal projects count Remove redundant query from User#recent_push Improve checking if projects would be returned Change spelling of gitlab-shell Remove unused #tree-holder Add custom linter for inline JavaScript to haml_lint Rename user_can_admin? because it's more accurate Synchronous zanata community contribution translation Add Korean translation to i18n ...
2017-08-04Update top bar issues iconAnnabel Dunstone Gray