summaryrefslogtreecommitdiff
path: root/app/views/help
Commit message (Collapse)AuthorAgeFilesLines
* Inline script cleanup globals and easyTim Zallmann2017-08-011-23/+2
|
* snippet has a blob, but isn't a blob34729-blobSimon Knox2017-07-121-1/+1
|
* Improve & fix the performance bar UI and behaviorRémy Coutable2017-07-061-4/+5
|
* Help landing page customizationsRobin Bobbitt2017-06-142-10/+12
|
* Merge branch '29010-perf-bar' into 'master'Robert Speicher2017-06-121-0/+4
|\ | | | | | | | | | | | | Add an optional performance bar to view performance metrics for the current page Closes #29010 See merge request !11439
| * Add `p b` to the shortcuts documentationRémy Coutable2017-06-091-1/+1
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
| * New performance bar that can be enabled with the `p b` shortcutRémy Coutable2017-06-091-0/+4
| | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | Make the revision on the `/help` page clickabletc-link-to-commit-on-help-pageToon Claes2017-06-091-1/+1
|/ | | | | For quicker access, add hyperlink to the gitlab.com commits page for the current REVISION of GitLab.
* Pull preserve into render helpersDouwe Maan2017-04-281-2/+1
|
* Merge branch '29816-create-keyboard-shortcut-for-editing-wiki-page' into ↵Filipa Lacerda2017-04-181-0/+8
|\ | | | | | | | | | | | | | | | | | | 'master' Add keyboard edit shortcut for wiki Closes #29816 See merge request !10245
| * Fix ._shortcuts.html.hamlGeorge Andrinopoulos2017-04-121-17/+8
| |
| * Add keyboard edit shortcut for wikiGeorge Andrinopoulos2017-04-111-0/+1
| |
| * Minor refactoring in shortcuts_wiki.jsgeoandri2017-04-111-2/+1
| |
| * Refactor shortcuts_wiki.jsgeoandri2017-04-111-1/+1
| |
| * Add keyboard edit shortcut for wikiGeorge Andrinopoulos2017-04-111-0/+17
| |
* | Fixed missing help ui view capitalisation buttonsfix-missing-capitalisation-buttonsJose Ivan Vargas2017-04-111-4/+4
|/
* Merge branch 'menu-shortcut' into 'master' Jacob Schatz2017-04-061-57/+73
|\ | | | | | | | | | | | | Add keyboard shortcuts to main menu. Closes #30036 See merge request !10243
| * Reorganize shortcut help menuAnnabel Dunstone Gray2017-04-061-55/+51
| |
| * Change todos shortcut to shiftAnnabel Dunstone Gray2017-04-061-1/+6
| |
| * Switch global shortcuts to shift; reuse key styles from help menuAnnabel Dunstone Gray2017-04-061-14/+25
| |
| * Change shortcut to `n`.Jacob Schatz2017-04-061-2/+2
| |
| * Add changelogJacob Schatz2017-04-061-0/+4
| |
* | Corrected capitalizacion on various sectionsJose Ivan Vargas2017-04-061-17/+17
|/
* 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
|