summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/blob
Commit message (Collapse)AuthorAgeFilesLines
* Highlight note code and edit previewnote-highlightingDouwe Maan2016-01-251-0/+1
|
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-1/+1
|
* Add "Start a new merge request" option to every commit formDouwe Maan2015-11-173-28/+3
|
* Merge branch 'master' into dirceu/gitlab-ce-new-merge-request-from-file-editDouwe Maan2015-11-172-8/+8
|\
| * Persist blob editor's value on submit, not on clickrs-editor-submitRobert Speicher2015-10-312-8/+8
| | | | | | | | | | | | | | | | Prior, the value of the Ace editor was only being persisted if the user physically clicked the submit button, which the "quick submit" behavior doesn't do. Now the value will be properly transferred before any form is submitted.
* | Add option to create merge request when editing/creating a fileDirceu Pereira Tiegs2015-10-192-0/+14
|/
* Add directory feature buttonStan Hu2015-10-071-0/+1
| | | | | | | | | | | | | | | | | | 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
* Change the replace placeholder to use the filenamefix-upload-uiStan Hu2015-09-151-16/+31
| | | | | | | | | | | | | | Dynamically adjust placedholder for uploads and fix Dropzone event handlers Override error handler to prevent error messages from being inserted underneath image preview Fix tests Use regexp instead of startsWith for better browser compatibility Remove duplicate code in _replace.html.haml and use one template Remove files upon error and retain alert messages until user adds a new file
* Add "Replace" and "Upload" featuresliyakun2015-09-151-0/+52
| | | | | | | | | | | | | | | | Refactor upload and replace functionality Rename file and move CSS Fix typo Make dropzone a div Remove unnecessary file Change color of "upload existing one" Add missing changes
* Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher2015-06-262-2/+0
| | | | These have been replaced by the "requiresInput" behavior.
* Rename BlobView to LineHighlighterRobert Speicher2015-06-191-160/+0
|
* Use `pushState` instead of the temporary div hackRobert Speicher2015-06-191-36/+10
|
* Refactor and spec BlobView JSRobert Speicher2015-06-191-72/+185
|
* Fix line highlight being hidden by headerDmitriy Zaporozhets2015-03-101-1/+1
|
* Bugfix #1096unknown2015-03-042-2/+2
|
* Fixed few tests and improved css styleDmitriy Zaporozhets2015-01-262-0/+8
|
* Refactor web editorDmitriy Zaporozhets2015-01-263-0/+130