summaryrefslogtreecommitdiff
path: root/app/views/projects/diffs/_file.html.haml
Commit message (Expand)AuthorAgeFilesLines
* Updated positioning of copy file path button in diffsmr-copy-filename-btn-updatePhil Hughes2016-10-311-1/+0
* Added copy file path button to diffsmr-file-path-copy-btnPhil Hughes2016-10-101-1/+1
* fix typo "this files" -> "this file"Mike Greiling2016-09-291-1/+1
* Style merge request diff dropdowns & disable comments.Bryce Johnson2016-09-141-1/+1
* edit_blob_link can receive the blob to avoid access to the repository20454-edit-button-mrPaco Guzman2016-08-181-4/+3
* Avoid commit lookup on diff_helperexplicit-arguments-on-diff_file_html_dataPaco Guzman2016-08-101-1/+1
* Fix Mystery GuestHerminio Torres2016-08-041-2/+2
* Cache highlighted diff lines for merge requestsPaco Guzman2016-08-031-2/+2
* Improve diff performance by eliminating redundant checks for text blobsremove-redundant-blob-text-callsStan Hu2016-07-291-4/+5
* Ensure only renderable text diffs are collapsedSean McGivern2016-07-081-6/+1
* Collapse large diffs by defaultSean McGivern2016-07-081-25/+6
* Style diff and blob file headers the same wayDouwe Maan2016-07-061-30/+15
* Add DiffFile#blob and #old_blobDouwe Maan2016-07-061-3/+3
* Fix Error 500 when viewing a blob with binary characters after the 1024-byte ...Stan Hu2016-06-121-0/+2
* Merge branch 'adambutler/gitlab-ce-feature/support-diff-of-issue-title-rename'Douwe Maan2016-05-201-4/+2
|\
| * Create DiffFilter and change SystemNoteService#change_title to use Gitlab::Di...Adam Butler2016-05-181-4/+2
* | Syntax-highlight diffs in push emails17464-backport-email-syntax-highlightingSean McGivern2016-05-171-1/+1
|/
* Support supressing text file diffs on the default branch with .gitattributesMatt Oakes2016-04-291-13/+13
* Diff design updatesAnnabel Dunstone2016-04-071-5/+5
* Update diff colors and iconsAnnabel Dunstone2016-04-071-1/+1
* change the css class has_tooltip to has-tooltip universallychange_css_class_has_tooltip_to_has-tooltipArinde Eniola2016-03-201-1/+1
* Fix bug where wrong commit ID was being used in a merge request diff to show ...Stan Hu2016-03-191-1/+1
* Show a notice for diffs that are too largehide-large-diffsYorick Peterse2016-03-181-9/+13
* Mark inline difference between old and new paths when a file is renamedDouwe Maan2016-01-291-9/+13
* Fix MR diff 'Edit' buttonfix-mr-diff-edit-buttonDouwe Maan2016-01-211-21/+19
* Fix specs and behavior for LFS filesDouwe Maan2015-12-181-2/+2
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-1/+2
* Merge branch 'serve_lfs_object' into 'master' Douwe Maan2015-12-081-2/+2
|\
| * Rename blob helper, bump version of gitlab_git to 7.2.21.Marin Jankovski2015-12-071-2/+2
| * Add specs for showing lfs object in UI.Marin Jankovski2015-12-071-2/+2
| * Don't show diffs for lfs pointers.Marin Jankovski2015-12-041-2/+2
* | Fix 500 error when creating a merge request that removes a submoduleDouglas Barbosa Alexandre2015-12-041-2/+1
|/
* Use file-type specific file icon in blame view and diff itemDouwe Maan2015-12-021-6/+14
* Don't use params[:view] directly.param-viewDouwe Maan2015-11-171-2/+1
* Correctly find last known blob for file deleted in MR.merge-request-deleted-fileDouwe Maan2015-10-201-2/+2
* Make diff file view easier to use on mobile screensStan Hu2015-10-091-1/+1
* Fix bug when removed file was not appearing in merge request diffDmitriy Zaporozhets2015-09-301-14/+8
* Fix diff header with submodule changeDmitriy Zaporozhets2015-05-291-2/+3
* Fix "Revspec not found" errors when viewing diffs in a forked project with su...Stan Hu2015-04-271-1/+1
* Fix file mode going to next line in diff headerimprove-diff-headerDmitriy Zaporozhets2015-03-231-6/+7
* Add tooltip for comment toggle in diff. Add changelog item and fix testsDmitriy Zaporozhets2015-03-181-1/+1
* Improve comment toggle button in diffDmitriy Zaporozhets2015-03-181-3/+2
* enable line wrapping by default and remove the checkbox to change itHannes Rosenögger2015-03-181-6/+1
* Refactor buttonsDmitriy Zaporozhets2015-03-141-1/+1
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
* show diff in submodulesHeadless2015-01-191-0/+3
* Better label for diffsDmitriy Zaporozhets2015-01-151-1/+1
* fix deleted file display when using new gitlab_git gem, and add new gitlab_gi...Arif Ali2014-12-301-1/+1
* Merge pull request #7886 from cirosantilli/disable-blob-edit-mrDmitriy Zaporozhets2014-12-201-3/+3
|\
| * Disable / hide MR edit blob button if cannot edit.Ciro Santilli2014-10-021-3/+3