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-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-04-18Update shortcuts dialogAlfredo Sumaran
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-23Add "e" shortcut to help modalAlfredo Sumaran
2016-02-04Puts shortcut key in the right place.Jacob Schatz
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-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-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-04-18Add 'reply' hotkey to help modalRobert Speicher
2015-04-18Fix 'merge_reuests' typoRobert Speicher
2014-10-03Upgrade to Font Awesome v4.2Sullivan SENECHAL
2014-09-30Remove trailing whitespace from views.Ciro Santilli
2014-09-08Change shortcut for activity to project, because navbar changedRobert Schilling
2014-09-01Awesome shortcuts for GitLabRobert Schilling
2014-01-09Fixed modal so it can be closed with ESCJeroen van Baarsen
* Fixes: #5343
2014-01-01Fix modal dialogsDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2014-01-01Include tw bootstrap manually. Fix hide classDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-12-31css class .hide has \!important so use gl-hide insteadDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2013-07-09Extend shortcuts list modal. Mention it at help pageDmitriy Zaporozhets
2013-07-05Fix shortcuts popupDmitriy Zaporozhets
2013-06-30Show shotcut dialog on ?Dmitriy Zaporozhets