summaryrefslogtreecommitdiff
path: root/app/helpers/tree_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Truncate tree to max 1,000 items and display notice to usersDrew Blessing2017-11-151-3/+12
* Fix a "Wrong number of arguments" error in TreeHelper#flatten_tree37569-fix-wrong-number-of-arguments-in-tree_helper-flatten_treeRémy Coutable2017-09-071-1/+1
* Implement fix for n+1 issue on `flatten_tree` helpergitaly-tree-entries-fixAlejandro Rodríguez2017-09-061-1/+3
* update yield to return string pathzzjin2017-05-101-1/+1
* Update tree_helper.rb to fix #31784, which broken file browse where paths dee...zzjin2017-05-091-1/+1
* 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
* Refactor changing files in web UIDouwe Maan2017-04-201-1/+1
* Update tree view to sort folders with submodulesAdam Buckland2016-08-091-15/+3
* Add support to cherry-pick any commitP.S.V.R2016-04-181-1/+1
* 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 arraysCiro Santilli2015-01-011-3/+6
* | Merge pull request #8607 from skburgart/fix-typosDmitriy Zaporozhets2015-01-211-1/+1
|\ \
| * | Fix various typosSteven Burgart2015-01-181-1/+1
* | | 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 _ 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
* Merge pull request #7886 from cirosantilli/disable-blob-edit-mrDmitriy Zaporozhets2014-12-201-5/+26
|\
| * 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
* Editing previewskv-headless2014-04-151-0/+8
* Add .adoc file extension for AsciiDocDan Allen2014-03-041-1/+1
* 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