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
2016-07-06Merge branch '19157-use-shortcuts-is-not-working-on-gitlab-com-help' into ↵Fatih Acet
'master' Fixed 'use shortcuts' button on docs ## What does this MR do? Exposes 'onToggleHelp() to window object through `showHelp()` so a help panel can be toggled globally using `showHelp()`. ## Are there points in the code the reviewer needs to double check? Is this the best implementation? I actually think this is tidier than doing something like `onclick="new Shortcuts().onToggleHelp"` or `$.trigger 'keydown', char: '?'` but let me know. ## Why was this MR needed? Docs UX ## What are the relevant issue numbers? Closes #19157. ## Screenshots (if relevant) ## Does this MR meet the acceptance criteria? - [ ] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) Closes #19157 See merge request !4979 (cherry picked from commit 48843c0d85bea07f8c87877e8ba5c3ce1312aafb)
2016-06-21Merge branch ↵Jacob Schatz
'lbennett/gitlab-ce-18114-add-up-arrow-edit-shortcut-documentation' into 'master' Documented the up key shortcut ## What does this MR do? Documents the `up` key edit note shortcut in the `/help/_shortcuts.html.haml` help pane and the `/doc/workflow/shortcuts.png` screenshot. ## Are there points in the code the reviewer needs to double check? The issue and MR shortcuts should be merged, they're the same? Shall I open an issue or include here? This panel also need to be a little more responsive. Shall I open an issue or include here? Additionally, I have some conflicts regarding the screenshot. This screenshot also needs to update for !4570. ## Why was this MR needed? Everyone should know about this awesome shortcut. ## What are the relevant issue numbers? Closes #18114. ## Screenshots (if relevant) View the [updated screenshot](https://gitlab.com/gitlab-org/gitlab-ce/blob/e7221ad66efeb0f7d263ead7ed523d194243fb09/doc/workflow/shortcuts.png) ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - [ ] Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if you do - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) See merge request !4758
2016-06-06Update the `browser` gem.Timothy Andrew
- Need the `mobile?` detection (that the new version provides) for the U2F registration/ authentication flow
2016-05-05Start builds redesignAnnabel Dunstone
2016-04-18Update shortcuts dialogAlfredo Sumaran
2016-04-16Simplify random user generation.Jacob Schatz
2016-04-16Make a user available for the user variableJacob Schatz
2016-03-10Fixed ruby style errorsPhil Hughes
2016-03-10GitLab dropdown JSPhil Hughes
2016-03-10Dropdown toggle button stylingPhil Hughes
2016-03-10Dropdown variablesPhil Hughes
2016-03-10Added CSS for new dropdownsPhil Hughes
See #3279 for the designs
2016-03-09Fix typo in shortcuts helpBaldinof
2016-03-09Cache only last response in markdown previewFlorent Baldino
2016-03-07Add shortcut to toggle markdown previewFlorent Baldino
2016-02-26Improve help UI pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-26Fix description margin for groups listDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-02-23Add "e" shortcut to help modalAlfredo Sumaran
2016-02-04Merge branch 'fuzzy-file-search-menu-shortcut-placement' into 'master' Dmitriy Zaporozhets
Puts shortcut key in the right place. Fixes #13192 ![Screen_Shot_2016-02-04_at_11.51.15_AM](/uploads/a10dc24b4a836199351ba98fca266695/Screen_Shot_2016-02-04_at_11.51.15_AM.png) See merge request !2710
2016-02-04Puts shortcut key in the right place.Jacob Schatz
2016-02-03Use top-area component for top page navigation for pages that contains list ↵Dmitriy Zaporozhets
of items Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-13Update UI help page with only one nav-link exampleDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-13Replace all navigation menu with nav-links classDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-01-07Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer
2015-12-28Fix the "Show all" link for the keyboard shortcut modalRobert Speicher
2015-12-02Small css cleanup and ui dev kit improvementsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-12-02Add cover-block to UI frameworkDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-11-10Replace CoffeeScript block into JavaScript in Views.Jason Lee
For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
2015-10-14Added builds viewKamil Trzcinski
2015-10-08Improve help/ui pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-08Add new GitLab colorsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-09-24Allow non-admin users to see version informationRobert Speicher
We want users to know what features they have available (and to pressure their admins to upgrade).
2015-09-23Move the `version_check_enabled` check from view to helperRobert Speicher
2015-09-23Add "Community Edition" to the version info on the help pageRobert Speicher
If the version information was hidden because the user was not an admin, the "GitLab" text looked lonely. This also brings us more in line with EE which shows "Enterprise Edition".
2015-09-23"fine grained" -> "fine-grained"Robert Speicher
2015-09-23Make all "Quick help" link text the entire body of the linkRobert Speicher
Prior, it wasn't obvious which parts of each item was an actual link.
2015-09-23Only surface version information on help index to adminsRobert Speicher
Closes #2721
2015-09-23Prevent double-prefixing of help page pathsRobert Speicher
Prior, because the link "api/README.md" was matched twice, the first link became "help/help/api/README.md". Now we do a negative lookahead to make sure the link doesn't start with `help/`. This fix is still not ideal, see TODO note.
2015-09-18Allow custom info to be added to Help pageJeroen van Baarsen
Fixes #2536 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
2015-09-08Make Help accessible for guests.Douwe Maan
2015-07-08Add shortcut for project activity pageDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-06-16Bootlint: Modals no longer need a '.hide' classRobert Speicher
2015-05-08Merge branch 'version-check' into gl-version-checkDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: app/controllers/admin/application_settings_controller.rb app/views/admin/application_settings/_form.html.haml db/schema.rb
2015-04-30Set head panel title of help section.Douwe Maan
2015-04-30Humanize help page titles.Douwe Maan
2015-04-30Add a page title to every page.Douwe Maan
2015-04-22Merge branch 'rs-reply-hotkey' into 'master'Dmitriy Zaporozhets
"Reply quoting selected text" shortcut/hotkey Adds the <kbd>r</kbd> hotkey for quoting selected text on Issuable forms. This MR also updates the jasmine gem and adds jasmine-rails to let us use the asset pipeline (and Coffeescript) in JS specs. See merge request !1775
2015-04-18Add 'reply' hotkey to help modalRobert Speicher
2015-04-18Fix 'merge_reuests' typoRobert Speicher
2015-04-15Re-fix image rendering for help pagesRobert Speicher