- 03 Mar, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 02 Mar, 2016 1 commit
-
-
Robert Speicher authored
Now it will work on any field inside that form, and it's easier to scope new behavior, which is what we're adding next!
-
- 19 Feb, 2016 1 commit
-
-
Robert Speicher authored
This allows us to take advantage of Rails' `to_partial_path` to render the correct partial based on the Blob type, rather than cluttering the view with conditionals. It also allows (and will allow in the future) better encapsulation for Blob-related logic which makes sense for our Rails app but might not make as much sense for the core `gitlab_git` library, such as detecting if the blob is an SVG.
-
- 17 Feb, 2016 2 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 16 Feb, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 02 Feb, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 01 Feb, 2016 2 commits
-
-
Stan Hu authored
Closes https://github.com/gitlabhq/gitlabhq/issues/9265
-
Jacob Vosmaer authored
-
- 25 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 21 Jan, 2016 1 commit
-
-
Douwe Maan authored
-
- 20 Jan, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 14 Jan, 2016 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 13 Jan, 2016 2 commits
-
-
Rubén Dávila authored
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 12 Jan, 2016 1 commit
-
-
Rubén Dávila authored
-
- 07 Jan, 2016 1 commit
-
-
Rubén Dávila authored
-
- 31 Dec, 2015 1 commit
-
-
Rubén Dávila authored
-
- 18 Dec, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 14 Dec, 2015 1 commit
-
-
Douglas Barbosa Alexandre authored
Because Haml automatically indents the HTML source code, the contents of whitespace-sensitive tags like pre and textarea can get screwed up.
-
- 08 Dec, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 07 Dec, 2015 2 commits
-
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 03 Dec, 2015 1 commit
-
-
Marin Jankovski authored
-
- 02 Dec, 2015 7 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 17 Nov, 2015 1 commit
-
-
Douwe Maan authored
-
- 10 Nov, 2015 1 commit
-
-
Jason Lee authored
For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
-
- 19 Oct, 2015 1 commit
-
-
Dirceu Pereira Tiegs authored
-
- 17 Oct, 2015 1 commit
-
-
Douwe Maan authored
-
- 13 Oct, 2015 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 07 Oct, 2015 2 commits
-
-
Robert Speicher authored
Adds quick submit behavior to the forms for: - Blobs ("new file") - Commit messages - Issuables - Notes - Labels - Milestones - Wikis
-
Stan Hu authored
Change "+" icon under "Files" section to have three options: * Create file * Upload file * New directory Upload file is no longer accessible from the "Create file" page. Users can now select a target branch in upload file as well. Closes #2799: Fixes a bug where file modes were overwritten after a commit Closes https://github.com/gitlabhq/gitlabhq/issues/8253: Existing files can no longer be overwritten in the "Create file" section. Closes #2557
-