summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/_upload.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Remove webpack bundle tags for blobJacob Schatz2018-02-261-3/+0
|
* Rest of Dispatcher RefactorJacob Schatz2018-02-211-1/+1
|
* Chart.html.haml refactorJacob Schatz2018-02-191-1/+1
|
* Adjust modal style to new designwinh-style-modalsWinnie Hellmann2018-01-111-1/+1
|
* disable file upload button while uploading35052-please-select-a-file-when-attempting-to-upload-or-replace-from-the-uiSimon Knox2017-08-081-1/+3
| | | | | | hide placeholder text when files have been added vertically center dropzone area content close modal after file upload succeeds
* Fix some incorrect usage of translation helpersfix-i18n-helpersRuben Davila2017-06-191-1/+1
| | | | | Conflicts: app/views/projects/pipeline_schedules/_form.html.haml
* Add a bunch of missing translationsBob Van Landuyt2017-06-151-3/+5
|
* Lightly refactor js files related to file template selectors.Bryce Johnson2017-03-221-6/+3
|
* HAMLLint: Fix `UnnecessaryInterpolation` offencesKushal Pandya2017-01-241-1/+1
|
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-2/+2
|
* HAMLLint: Fix `ClassAttributeWithStaticValue` offencesKushal Pandya2016-12-311-1/+1
|
* Cleaned up global namespace JSJosé Iván2016-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | Moved most of the functions that contained "window.doSomething" that were located at: - app/assets/javascripts/application.js To the following file: - app/assets/javascripts/lib/utils/common_utils.js The functions listed here: - window.ajaxGet - window.split - window.extractLast - window.rstrip - window.disableButtonIfEmptyField - window.disableButtonIfAnyEmptyField - window.sanitize - window.unbindEvents - window.shiftWindow Now will be accessible from the "gl.utils" namespace
* Change `js-quick-submit` behavior to expect the class on the formRobert Speicher2016-03-021-1/+1
| | | | | 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!
* Automatically fork a project when not allowed to edit a file.Douwe Maan2015-12-181-0/+5
|
* Use form-actions where appropriateDouwe Maan2015-12-021-4/+3
|
* Add "Start a new merge request" option to every commit formDouwe Maan2015-11-171-11/+7
|
* Replace CoffeeScript block into JavaScript in Views.Jason Lee2015-11-101-3/+3
| | | | | | | For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
* Add directory feature buttonStan Hu2015-10-071-3/+6
| | | | | | | | | | | | | | | | | | 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
* Move partial locals out of controllerStan Hu2015-09-171-5/+5
|
* Change the replace placeholder to use the filenamefix-upload-uiStan Hu2015-09-151-6/+6
| | | | | | | | | | | | | | 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
* Improve wording for header and placeholdersRobert Schilling2015-09-151-3/+2
|
* Cleanup some html/css for upload featureDmitriy Zaporozhets2015-09-151-4/+5
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add "Replace" and "Upload" featuresliyakun2015-09-151-0/+28
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