summaryrefslogtreecommitdiff
path: root/app/views/help
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Improve css for file actionsDmitriy Zaporozhets2015-03-131-0/+19
|/
* Add markdown info to UI dev kit pageDmitriy Zaporozhets2015-03-081-0/+16
|
* Add GitLab UI development kitDmitriy Zaporozhets2015-03-081-0/+192
|
* Subscription should be a link on its own.Sytse Sijbrandij2015-02-151-2/+2
|
* Add items to "quick help"Vinnie Okada2015-02-141-0/+6
| | | | | Modify the quick help list to add links to the pricing and feature comparison pages of about.gitlab.com.
* Fix the email variable substituation in ssh help pageCarlos Ribeiro2015-01-151-1/+1
|
* Replace www.gitlab.com with about.gitlab.comCiro Santilli2014-10-071-2/+2
|
* Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-8/+8
|
* Remove trailing whitespace from views.Ciro Santilli2014-09-301-20/+20
|
* Change shortcut for activity to project, because navbar changedRobert Schilling2014-09-081-2/+2
|
* Awesome shortcuts for GitLabRobert Schilling2014-09-012-28/+205
|
* Cleaner help pageDmitriy Zaporozhets2014-07-051-12/+12
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix help cssDmitriy Zaporozhets2014-06-141-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Remove garbage and apply wiki styleDmitriy Zaporozhets2014-06-1413-145/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix help page UIDmitriy Zaporozhets2014-06-051-6/+6
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace ui-box title with panel-headingDmitriy Zaporozhets2014-05-291-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace ui-box with panel.panel-defaultDmitriy Zaporozhets2014-05-291-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use the correct links, replace in search.Marin Jankovski2014-05-291-6/+0
|
* Remove list items styling in show render.Marin Jankovski2014-05-291-1/+3
|
* Scan the text and add the help path.Marin Jankovski2014-05-291-1/+4
|
* render items from docJob van der Voort2014-05-293-6/+7
|
* render readme in helpJob van der Voort2014-05-291-49/+5
|
* Fix help testsDmitriy Zaporozhets2014-05-241-13/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* 100k organizations use GitLab.dosire2014-04-141-1/+1
|
* Replace $your_email with actual email-address. Fixes #6714Olle Kelderman2014-04-141-1/+1
|
* Reduce the number of times people send emails or file issues out of the blue.dosire2014-04-041-10/+2
|
* Moved all the help files to markdown files:Jeroen van Baarsen2014-02-286-496/+24
| | | | | | | | | | Files moved: * Workflow * help/ssh * help/webhooks * help/system_hooks * help/public_access * help/permissions
* Extract commits API to separate fileDmitriy Zaporozhets2014-02-181-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Complete api files CRUDDmitriy Zaporozhets2014-02-181-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Explanation MR workflow and authorizationJacob Vosmaer2014-02-131-0/+36
|
* User can leave group from group page.Ciro Santillli2014-02-121-0/+1
|
* Merge branch 'header-anchors' of github.com:cirosantilli/gitlab-elearn into ↵Dmitriy Zaporozhets2014-02-111-1/+2
|\ | | | | | | | | | | | | | | | | cirosantilli-header-anchors Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG
| * Headers have ids and link to their own id.Ciro Santillli2014-02-111-1/+2
| |
* | User pages are visible to users without loginCiro Santillli2014-02-111-0/+15
|/ | | | ... if the user is authorized to at least one public project.
* More than text was missing a word on the help page.dosire2014-02-101-1/+1
|