summaryrefslogtreecommitdiff
path: root/app/views/help
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Improve help/ui pageDmitriy Zaporozhets2015-10-081-3/+48
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add new GitLab colorsDmitriy Zaporozhets2015-10-081-0/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Allow non-admin users to see version informationrs-help-pageRobert Speicher2015-09-231-1/+1
| | | | | We want users to know what features they have available (and to pressure their admins to upgrade).
* Move the `version_check_enabled` check from view to helperRobert Speicher2015-09-231-2/+1
|
* Add "Community Edition" to the version info on the help pageRobert Speicher2015-09-231-0/+1
| | | | | | 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".
* "fine grained" -> "fine-grained"Robert Speicher2015-09-231-1/+1
|
* Make all "Quick help" link text the entire body of the linkRobert Speicher2015-09-231-16/+5
| | | | Prior, it wasn't obvious which parts of each item was an actual link.
* Only surface version information on help index to adminsRobert Speicher2015-09-231-4/+5
| | | | Closes #2721
* Prevent double-prefixing of help page pathsRobert Speicher2015-09-221-5/+1
| | | | | | | | 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.
* Allow custom info to be added to Help pageJeroen van Baarsen2015-09-181-0/+3
| | | | | | Fixes #2536 Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com>
* Make Help accessible for guests.Douwe Maan2015-09-081-1/+1
|
* Add shortcut for project activity pageDmitriy Zaporozhets2015-07-081-0/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Bootlint: Modals no longer need a '.hide' classRobert Speicher2015-06-161-1/+1
|
* Merge branch 'version-check' into gl-version-checkDmitriy Zaporozhets2015-05-081-0/+2
|\ | | | | | | | | | | | | | | | | 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
| * Add feature to disable version checkDmitriy Zaporozhets2015-03-101-1/+2
| |
| * Add version check to help page tooDmitriy Zaporozhets2015-03-091-0/+1
| |
* | Set head panel title of help section.Douwe Maan2015-04-302-2/+1
| |
* | Humanize help page titles.Douwe Maan2015-04-301-1/+1
| |
* | Add a page title to every page.Douwe Maan2015-04-303-0/+3
| |
* | Merge branch 'rs-reply-hotkey' into 'master'Dmitriy Zaporozhets2015-04-221-1/+9
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | "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
| * | Add 'reply' hotkey to help modalRobert Speicher2015-04-181-0/+8
| | |
| * | Fix 'merge_reuests' typoRobert Speicher2015-04-181-1/+1
| | |
* | | Re-fix image rendering for help pagesRobert Speicher2015-04-151-1/+1
| | |
* | | Revert "Fix and improve help rendering"Robert Speicher2015-04-151-1/+1
|/ / | | | | | | This reverts commit d365004e684e98459061fcd5fbaf9bea880934a8.
* | Fix and improve help renderingSullivan SENECHAL2015-04-031-1/+1
| |
* | Update views to single form of address. Change "my" to "your"Dmitriy Zaporozhets2015-03-221-1/+1
| |