summaryrefslogtreecommitdiff
path: root/app/helpers/tree_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* update yield to return string pathzzjin2017-05-101-1/+1
|
* Update tree_helper.rb to fix #31784, which broken file browse where paths ↵zzjin2017-05-091-1/+1
| | | | deeper than 6:'/'.
* Add breadcrumb, build header and pipelines submenu to artifacts browserDouwe Maan2017-05-031-2/+2
|
* Cache the rendered README, but post-process on showToon Claes2017-04-271-4/+0
| | | | | | Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed.
* Refactor changing files in web UIDouwe Maan2017-04-201-1/+1
|
* Update tree view to sort folders with submodulesAdam Buckland2016-08-091-15/+3
| | | | | | | | | | | | Currently trees are sorted in the fashion: - folders - files - submodules with each section sorted alphabetically This changes to this system: - folders and submodules (sorted together) - files
* Add support to cherry-pick any commitP.S.V.R2016-04-181-1/+1
| | | | | Issue: https://gitlab.com/gitlab-org/gitlab-ce/issues/12785 Merge Request: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3514
* Some updates after last code review.Rubén Dávila2016-02-191-2/+1
|
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-8/+33
|
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
|
* Show tooltip when trying to edit file when not on branchDouwe Maan2015-12-081-5/+8
|
* Default target branch to patch-n when editing file in protected branchDouwe Maan2015-12-081-3/+10
|
* Add specs for showing lfs object in UI.Marin Jankovski2015-12-071-0/+4
|
* Simplify and unify helpers for rendering markupJakub Jirutka2015-05-181-9/+1
|
* Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka2015-05-181-0/+2
|
* Improve file icons rendering on treeSullivan SENECHAL2015-03-281-4/+5
|
* Refactor GitAccess to use instance variables.Douwe Maan2015-03-241-1/+1
|
* Use `icon` helper method in helper modulesRobert Speicher2015-01-281-7/+2
|
* Refactor blob helpersDmitriy Zaporozhets2015-01-261-38/+0
|
* Merge pull request #7999 from cirosantilli/append-inplaceDmitriy Zaporozhets2015-01-211-3/+6
|\ | | | | Append in place for strings and arrays [failure unrelated]
| * Append in place for strings and arraysCiro Santilli2015-01-011-3/+6
| |
* | Merge pull request #8607 from skburgart/fix-typosDmitriy Zaporozhets2015-01-211-1/+1
|\ \ | | | | | | Fix various typos
| * | Fix various typosSteven Burgart2015-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signe-in -> signed-in go_to_gihub_for_permissions -> go_to_github_for_permissions descendand -> descendant behavour -> behaviour recepient_email -> recipient_email generate_fingerpint -> generate_fingerprint dependes -> depends Cant't -> Can't wisit -> visit notifcation -> notification sufficent_scope -> sufficient_scope? levet -> level
* | | developer can push to protected branchesValery Sizov2015-01-201-5/+1
|/ /
* | Merge pull request #7925 from cirosantilli/unused-argumentsDmitriy Zaporozhets2015-01-151-1/+1
|\ \ | | | | | | Remove or prepend underscore _ to unused method arguments
| * | Remove or prepend _ to unused method argumentsCiro Santilli2014-12-271-1/+1
| |/
* | Flatten the directory hierarchy while there is only one directory descendantmarmis852014-12-311-0/+10
|/
* Prevent 500 after merge MR if you check remove source branchDmitriy Zaporozhets2014-12-231-1/+8
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge pull request #7886 from cirosantilli/disable-blob-edit-mrDmitriy Zaporozhets2014-12-201-5/+26
|\ | | | | Disable / hide MR edit blob button if cannot edit.
| * Disable / hide MR edit blob button if cannot edit.Ciro Santilli2014-10-021-5/+26
| |
* | Remove unneeded backslash: "\/" == "/"Ciro Santilli2014-11-041-1/+1
| |
* | Factor markup? || gitlab_markdown? into new methodCiro Santilli2014-10-041-1/+1
| |
* | Upgrade to Font Awesome v4.2Sullivan SENECHAL2014-10-031-2/+2
| |
* | Add parenthesis to function def with arguments.Ciro Santilli2014-10-031-1/+1
|/
* Move calls to Gitlab::MarkdownHelper to application_helperRobert Schilling2014-08-111-4/+3
|
* Use readme we support to render if there are multiple readmesRobert Schilling2014-08-111-15/+12
|
* Use simple_format if we don't have a proper rendererRobert Schilling2014-08-101-4/+0
|
* Improve markup gemsRobert Schilling2014-07-281-2/+2
|
* Replace files icons with fontawesomeDmitriy Zaporozhets2014-06-031-2/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Editing previewskv-headless2014-04-151-0/+8
|
* Add .adoc file extension for AsciiDocDan Allen2014-03-041-1/+1
| | | Add .adoc file extension for AsciiDoc as it's a very popular extension to use and the one recommended by the Asciidoctor project.
* Update code to work with gitlab_git 3Dmitriy Zaporozhets2013-10-011-5/+5
|
* Dont allow file edit for non-branches refDmitriy Zaporozhets2013-08-041-0/+2
|
* Improve markup detection, fixes #4695Robert Schilling2013-08-031-3/+3
|
* Move projects controllers/views in Projects moduleDmitriy Zaporozhets2013-06-231-3/+3
|
* Fix README.txt rendering. Solution by @dfyxDmitriy Zaporozhets2013-06-111-1/+1
|
* more descriptive confirmation messagesDmitriy Zaporozhets2013-05-271-0/+4
|
* gitlab_git to 1.0.6, return submodule rendering in treeDmitriy Zaporozhets2013-05-011-11/+5
|
* Proper routing. blobs for blobs, raw for send_dataDmitriy Zaporozhets2013-04-031-1/+1
|
* Gitlab::Git::Tree & Blob addedDmitriy Zaporozhets2013-04-021-3/+2
|