| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Restore inexplicably removed code from requestFileSuccess.desplacturing | Bryce Johnson | 2016-10-05 | 1 | -2/+9 |
| | | | | | (also clean up a few global refs) | ||||
| * | Simplify TemplateSelector keyup/blur handler. | Bryce Johnson | 2016-10-05 | 1 | -5/+1 |
| | | |||||
| * | Delete leftover usertabs and template_selector es5 files. | Bryce Johnson | 2016-10-05 | 1 | -108/+0 |
| | | |||||
| * | Refactor TemplateSelector and fix for tests. | Bryce Johnson | 2016-10-05 | 4 | -4/+108 |
| | | |||||
| * | Make fixes to get tests passing. | Bryce Johnson | 2016-10-05 | 2 | -2/+2 |
| | | |||||
| * | Remove super passthrough. | Bryce Johnson | 2016-10-05 | 2 | -5/+1 |
| | | |||||
| * | Convert BlobLicenseSelctors to ES6. | Bryce Johnson | 2016-10-05 | 2 | -25/+21 |
| | | |||||
| * | Set defaults in constructor, in case opts are undefined. | Bryce Johnson | 2016-10-05 | 1 | -2/+2 |
| | | |||||
| * | Make use of destructuring options, clean up based on feedback. | Bryce Johnson | 2016-10-05 | 1 | -6/+6 |
| | | |||||
| * | Properly scope BlobCiYamlSelector and BlobCiYamlSelectors. | Bryce Johnson | 2016-10-05 | 1 | -24/+31 |
| | | |||||
| * | Refactor BlobCiYamlSelector and BlobCiYamlSelectors to ES6. | Bryce Johnson | 2016-10-05 | 2 | -46/+32 |
| | | | | | (Removes opts destructuring and inheritance boilerplate) | ||||
| * | Combine requestFileSuccess arguments into `opts` | Joseph Frazier | 2016-10-03 | 1 | -3/+6 |
| | | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6149#note_14830172 | ||||
| * | Append issue template to existing description | Joseph Frazier | 2016-10-03 | 1 | -2/+7 |
| | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/21733 Add two newlines before the template if the existing description isn't empty. This makes it easier to see where the template begins. Don't append the template when "Reset template" is selected, of course. Don't append template if it equals the existing description. This makes it so that selecting a template twice doesn't duplicate it. | ||||
| * | Merge branch 'issue-description-scroll-fix' into 'master' | Fatih Acet | 2016-09-15 | 1 | -0/+7 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Trigger autosize update after template selection ## What does this MR do? Triggers an autosize update after selecting an issue template. The autosize plugin doesn't react to value changes and therefore doesn't automatically update when the user selects the template. This merge request adds it so that it detects if the editor the template selector is a jQuery object (not Ace editor) & then triggers the autosize event to allow the user to scroll the textarea. ## Screenshots (if relevant)  ## What are the relevant issue numbers? Closes #21982 See merge request !6282 | ||||
| | * | Trigger autosize update after template selectionissue-description-scroll-fix | Phil Hughes | 2016-09-09 | 1 | -0/+7 |
| | | | | | | | | | Closes #21982 | ||||
| * | | Restore comments lost when converting CoffeeScript to JavaScript | Jared Deckard | 2016-09-08 | 2 | -0/+6 |
| |/ | |||||
| * | Only load Ace on Snippets and file edit pages. | Connor Shea | 2016-08-18 | 1 | -66/+0 |
| | | |||||
| * | Load issues and merge requests templates from repository | Felipe Artur | 2016-08-16 | 1 | -3/+19 |
| | | |||||
| * | ES6ify all the things! | Fatih Acet | 2016-07-24 | 16 | -230/+349 |
| | | |||||
| * | Apply selected value as label | Alfredo Sumaran | 2016-06-23 | 1 | -0/+4 |
| | | |||||
| * | Incorporate review | Z.J. van de Weg | 2016-06-20 | 1 | -1/+1 |
| | | |||||
| * | Add GitLab CI Yml dropdown selector | Alfredo Sumaran | 2016-06-20 | 2 | -0/+24 |
| | | |||||
| * | Implements TemplateDropdown class to create custom template dropdownstemplate_dropdown | Alfredo Sumaran | 2016-06-16 | 6 | -87/+104 |
| | | | | | | 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-dropdown | Alfredo Sumaran | 2016-05-20 | 2 | -29/+24 |
| | | |||||
| * | Dropdown implementation | Alfredo Sumaran | 2016-05-20 | 1 | -1/+2 |
| | | |||||
| * | First import of gitignores | Zeger-Jan van de Weg | 2016-05-20 | 2 | -0/+63 |
| | | | | | | | 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 Coutable | 2016-04-18 | 3 | -71/+52 |
| | | | | | | | endpoint Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
| * | Initial implementation if license template selector and /licenses/:key API ↵ | Anton Davydov | 2016-04-18 | 1 | -0/+24 |
| | | | | | endpoint | ||||
| * | Highlight note code and edit previewnote-highlighting | Douwe Maan | 2016-01-25 | 1 | -0/+1 |
| | | |||||
| * | Automatically fork a project when not allowed to edit a file. | Douwe Maan | 2015-12-18 | 1 | -1/+1 |
| | | |||||
| * | Add "Start a new merge request" option to every commit form | Douwe Maan | 2015-11-17 | 3 | -28/+3 |
| | | |||||
| * | Merge branch 'master' into dirceu/gitlab-ce-new-merge-request-from-file-edit | Douwe Maan | 2015-11-17 | 2 | -8/+8 |
| |\ | |||||
| | * | Persist blob editor's value on submit, not on clickrs-editor-submit | Robert Speicher | 2015-10-31 | 2 | -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 file | Dirceu Pereira Tiegs | 2015-10-19 | 2 | -0/+14 |
| |/ | |||||
| * | Add directory feature button | Stan Hu | 2015-10-07 | 1 | -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-ui | Stan Hu | 2015-09-15 | 1 | -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" features | liyakun | 2015-09-15 | 1 | -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 forms | Robert Speicher | 2015-06-26 | 2 | -2/+0 |
| | | | | | These have been replaced by the "requiresInput" behavior. | ||||
| * | Rename BlobView to LineHighlighter | Robert Speicher | 2015-06-19 | 1 | -160/+0 |
| | | |||||
| * | Use `pushState` instead of the temporary div hack | Robert Speicher | 2015-06-19 | 1 | -36/+10 |
| | | |||||
| * | Refactor and spec BlobView JS | Robert Speicher | 2015-06-19 | 1 | -72/+185 |
| | | |||||
| * | Fix line highlight being hidden by header | Dmitriy Zaporozhets | 2015-03-10 | 1 | -1/+1 |
| | | |||||
| * | Bugfix #1096 | unknown | 2015-03-04 | 2 | -2/+2 |
| | | |||||
| * | Fixed few tests and improved css style | Dmitriy Zaporozhets | 2015-01-26 | 2 | -0/+8 |
| | | |||||
| * | Refactor web editor | Dmitriy Zaporozhets | 2015-01-26 | 3 | -0/+130 |
