summaryrefslogtreecommitdiff
path: root/spec/javascripts/blob
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'pdf-js-spec-loading-wait' into 'master' Jacob Schatz2017-04-061-8/+16
|\ | | | | | | | | | | | | Wait for the PDF to be loaded before doing anything Closes #30531 See merge request !10493
| * Wait for the PDF to be loaded before doing anythingPhil Hughes2017-04-061-8/+16
| | | | | | | | Closes #30531
* | STL file viewerPhil Hughes2017-04-061-0/+42
|/
* Use PDFLab to render PDFs in GitLabSam Rose2017-04-052-0/+72
|
* Load a preview of Sketch 43 filessketch-preview-filesJacob Schatz2017-04-051-0/+118
| | | | | | | Sketch 43 files are technically a zip file, so the JavaScript opens the zip file & locates a preview.png which is just a quick preview of the last sketch page edited. After that is loaded it simply places the image into the DOM
* Fixed spec checking for highlightjs classPhil Hughes2017-03-231-2/+2
|
* Added testsPhil Hughes2017-03-231-0/+159
|
* Organize our polyfills and standardize on core-jsMike Greiling2017-03-132-4/+0
|
* New file from interface on existing branchJacopo2017-03-132-0/+230
Now you can create a new file and select a target_branch != source_branch. If the file that you want to create already exists on the target branch an error message is shown A glDropdown is used to select and create a new branch instead of a text field.