summaryrefslogtreecommitdiff
path: root/app/views/help
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'add-todos-shortcut' into 'master' Sean McGivern2017-03-221-0/+6
|\ | | | | | | | | Add global `g t` shortcut to go to todos See merge request !10041
| * Add global `g t` shortcut to go to todosSean McGivern2017-03-171-0/+6
| |
* | Merge branch 'fix-links-target-blank' into 'security'Jacob Schatz2017-03-201-1/+1
|/ | | | | | Adds rel="noopener noreferrer" to all links with target="_blank" See merge request !2071
* Update API on frontend to use v428864-use-the-v4-api-from-the-frontendSam Rose2017-03-141-1/+1
| | | | Use options object to pass params for project endpoint
* Restore keyboard shortcuts for "Activity" and "Charts"Kushal Pandya2017-03-061-0/+12
|
* Cleaning up navigational order - ProjectKushal Pandya2017-03-021-12/+0
|
* Use a new class to keep old behaviorFilipa Lacerda2017-02-081-1/+1
|
* Add keyboard shortcut to move to file permalink8082-permalink-to-fileEric Eastwood2017-02-061-0/+8
| | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/8082
* Fix broken tests17662-rename-buildsFilipa Lacerda2017-02-031-1/+1
| | | | | | | | | | | | | | | | | | | | Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-312-64/+64
|
* HAMLLint: Fix `ClassAttributeWithStaticValue` offencesKushal Pandya2016-12-311-4/+4
|
* Stop replacing `$your_email` with the user's emailremove-your_email-gsub-in-help-pageRémy Coutable2016-12-091-1/+1
| | | | | | The `$your_email` was removed from the SSH doc. Signed-off-by: Rémy Coutable <remy@rymai.me>
* Fix typo on /help/ui to Alerts sectionSam Rose2016-10-261-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Enable CacheMarkdownField for the remaining modelsNick Thomas2016-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | This commit alters views for the following models to use the markdown cache if present: * AbuseReport * Appearance * ApplicationSetting * BroadcastMessage * Group * Issue * Label * MergeRequest * Milestone * Project At the same time, calls to `escape_once` have been moved into the `single_line` Banzai pipeline, so they can't be missed out by accident and the work is done at save, rather than render, time.
* Added keyboard shortcut to navigate to issue boardsPhil Hughes2016-09-151-0/+6
| | | | Closes #21218
* Fix styling of shortcuts modalPhil Hughes2016-09-071-273/+274
|
* Fix markdown help referencesClement Ho2016-08-261-1/+1
|
* Make "New issue" button in Issue page less obtrusive (!5457)winniehell2016-07-301-1/+1
|
* Merge branch 'lbennett/gitlab-ce-18120-focus-filter-shortcut' into 'master' Fatih Acet2016-07-141-0/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added shortcut to focus filters ## What does this MR do? Adds shortcut `f` to focus filter inputs. ## Are there points in the code the reviewer needs to double check? Is this a valid implementation? Please check [this comment below](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4570#note_12359978)! ## Why was this MR needed? Keyboard ninja UX :crossed_swords: ## What are the relevant issue numbers? Closes #18120. ## Screenshots (if relevant) ![Screen_Shot_2016-06-09_at_18.34.56](/uploads/d4cfb6ec340c118f5227be3f16ffbed1/Screen_Shot_2016-06-09_at_18.34.56.png) ## Does this MR meet the acceptance criteria? - [x] [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) See merge request !4763
| * Added shortcut to focus all search tags apart from the top nav searchLuke "Jared" Bennett2016-07-111-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated CHANGELOG Added docs for filter shortcut Moved CHANGELOG entry Added phils fixes Fixed search form submitting with empty input Added review fixes Readability and selector perf fix
* | Update the help_page_path route to accept paths directly instead of using ↵Connor Shea2016-07-112-2/+2
|/ | | | parameters.
* Exposed 'onToggleHelp() to window object so showHelp() can be a global function'Luke "Jared" Bennett2016-06-291-1/+1
| | | | Removed from window and used static method
* Added shortcut to help shortcuts viewlbennett/gitlab-ce-18114-add-up-arrow-edit-shortcut-documentationLuke "Jared" Bennett2016-06-171-1/+5
| | | | | | | | | | Updated shortcuts.png for docs Updated CHANGELOG Moved CHANGELOG entry updated shortcut docs
* Update the `browser` gem.Timothy Andrew2016-06-061-1/+1
| | | | | - Need the `mobile?` detection (that the new version provides) for the U2F registration/ authentication flow
* Start builds redesignAnnabel Dunstone2016-05-041-3/+3
|
* Update shortcuts dialogAlfredo Sumaran2016-04-181-1/+13
|
* Simplify random user generation.Jacob Schatz2016-04-161-6/+6
|
* Make a user available for the user variablefivehundred_on_ui_helpJacob Schatz2016-04-161-6/+6
|
* Fixed ruby style errorsPhil Hughes2016-03-101-3/+3
|
* GitLab dropdown JSPhil Hughes2016-03-101-0/+45
|
* Dropdown toggle button stylingenhanced-dropdow-cssPhil Hughes2016-03-101-16/+16
|
* Dropdown variablesPhil Hughes2016-03-101-1/+1
|
* Added CSS for new dropdownsPhil Hughes2016-03-101-0/+178
| | | | See #3279 for the designs
* Fix typo in shortcuts helpBaldinof2016-03-091-1/+1
|
* Cache only last response in markdown previewFlorent Baldino2016-03-091-1/+5
|
* Add shortcut to toggle markdown previewFlorent Baldino2016-03-071-0/+4
|
* Improve help UI pageDmitriy Zaporozhets2016-02-261-104/+116
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix description margin for groups listDmitriy Zaporozhets2016-02-261-1/+21
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add "e" shortcut to help modalAlfredo Sumaran2016-02-231-0/+8
|
* Merge branch 'fuzzy-file-search-menu-shortcut-placement' into 'master' Dmitriy Zaporozhets2016-02-041-4/+4
|\ | | | | | | | | | | | | | | | | | | 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
| * Puts shortcut key in the right place.fuzzy-file-search-menu-shortcut-placementJacob Schatz2016-02-041-4/+4
| |
* | Use top-area component for top page navigation for pages that contains list ↵Dmitriy Zaporozhets2016-02-031-0/+24
|/ | | | | | of items Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update UI help page with only one nav-link exampleDmitriy Zaporozhets2016-01-131-17/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace all navigation menu with nav-links classDmitriy Zaporozhets2016-01-131-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'master' of github.com:gitlabhq/gitlabhqJacob Vosmaer2016-01-071-0/+26
|
* Fix the "Show all" link for the keyboard shortcut modalrs-fix-shortcut-helpRobert Speicher2015-12-271-8/+0
|
* Small css cleanup and ui dev kit improvementsDmitriy Zaporozhets2015-12-021-15/+15
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add cover-block to UI frameworkDmitriy Zaporozhets2015-12-021-3/+19
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace CoffeeScript block into JavaScript in Views.Jason Lee2015-11-101-4/+4
| | | | | | | For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
* Added builds viewKamil Trzcinski2015-10-141-0/+6
|