summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/blob/edit_blob.js.coffee
Commit message (Collapse)AuthorAgeFilesLines
* ES6ify all the things!Fatih Acet2016-07-241-42/+0
|
* Add GitLab CI Yml dropdown selectorAlfredo Sumaran2016-06-201-0/+1
|
* Implements TemplateDropdown class to create custom template dropdownstemplate_dropdownAlfredo Sumaran2016-06-161-2/+3
| | | | | Also License dropdown has been ported to use our GL dropdown instead of Select2. Fixes tests to make it work with current implementation
* Dropdown implementationzj-gitignore-dropdownAlfredo Sumaran2016-05-201-1/+1
|
* First import of gitignoresZeger-Jan van de Weg2016-05-201-0/+1
| | | | | | Add .gitignore dropdown when creating a new .gitignore file Signed-off-by: Alfredo Sumaran <alfredo@gitlab.com>
* Continue implementation of the license template selector and /licenses API ↵Rémy Coutable2016-04-181-36/+31
| | | | | | endpoint Signed-off-by: Rémy Coutable <remy@rymai.me>
* Highlight note code and edit previewnote-highlightingDouwe Maan2016-01-251-0/+1
|
* Persist blob editor's value on submit, not on clickrs-editor-submitRobert Speicher2015-10-311-4/+4
| | | | | | | | 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.
* Remove disableButtonIf[Any]EmptyField calls from formsRobert Speicher2015-06-261-1/+0
| | | | These have been replaced by the "requiresInput" behavior.
* Bugfix #1096unknown2015-03-041-1/+1
|
* Fixed few tests and improved css styleDmitriy Zaporozhets2015-01-261-0/+4
|
* Refactor web editorDmitriy Zaporozhets2015-01-261-0/+40