summaryrefslogtreecommitdiff
path: root/app/helpers/tree_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Autofixed some untranslated stringsi18n-copLuke Bennett2019-01-311-2/+2
* Fix handling of filenames with hash characters in tree viewStan Hu2018-11-261-2/+2
* Improve performance of tree rendering in repositories with lots of itemsDrew Blessing2018-10-311-3/+17
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Enable frozen string for app/helpers/**/*.rbgfyoung2018-09-061-2/+4
* make call to 'html_escape' unambiguousBrett Walker2018-04-171-1/+1
* Fix links to subdirectories of a directory with a plus character in its pathdm-flatten-tree-plus-charsDouwe Maan2018-04-041-1/+1
* Allow maintainers to edit directly in a forkBob Van Landuyt2018-03-071-5/+16
* some more refactoringJames Lopez2018-02-231-0/+4
* Move can_current_user_push_to_branch to PresenterOswaldo Ferreira2018-02-221-1/+3
* Move button list logic to project presenterOswaldo Ferreira2018-02-201-1/+1
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-201-0/+1
|\
| * Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+1
* | 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