summaryrefslogtreecommitdiff
path: root/app/views/help
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | 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
|