summaryrefslogtreecommitdiff
path: root/app/assets/javascripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '33441_supplement_simplified_chinese_translation_of_i18n' into ↵Douwe Maan2017-06-211-1/+1
|\ | | | | | | | | | | | | | | | | 'master' Supplement Simplified Chinese translation of Project Page & Repository Page Closes #33441 See merge request !11994
| * Change 'Committed by' Translate黄涛2017-06-201-1/+1
| |
| * Translation optimization黄涛2017-06-201-1/+1
| |\ | | | | | | | | | | | | 1. Modify the identified translations in the discussion. 2. rebase to master
| | * add missing translation fields黄涛2017-06-161-1/+1
| | | | | | | | | | | | 1. Follow up !12052 commits.
| | * translation optimization in synchronous reviews黄涛2017-06-151-1/+1
| | |
| | * translation optimization in synchronous reviews黄涛2017-06-141-1/+1
| | |
| | * Optimization 'zh_CN' translation黄涛2017-06-131-1/+1
| | |
| | * Optimization 'zh_CN' translation黄涛2017-06-131-1/+1
| | | | | | | | | | | | 1. Fix missing translations
| | * optimize translation based on comments黄涛2017-06-131-1/+1
| | |
| | * supplement simplified chinese translation黄涛2017-06-131-1/+1
| | | | | | | | | | | | Fix #33441
| * | supplement simplified chinese translation黄涛2017-06-201-1/+1
| | | | | | | | | | | | Fix #33441
* | | Revert "Merge branch 'winh-merge-request-related-issues' into 'master'"winh-revert-6ac777a7592533d9c7b3682b2b9ca8caccca3f4dwinh2017-06-215-62/+26
| | | | | | | | | | | | | | | This reverts commit 6ac777a7592533d9c7b3682b2b9ca8caccca3f4d, reversing changes made to 025cbc2ad4dc175634676ff8a6955e043512d8bf.
* | | Merge branch '34017-common-vue' into 'master'Tim Zallmann2017-06-212-3/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove vue from main.bundle.js Closes #34017 See merge request !12327
| * | | Remove vue from main.bundle.js file being loaded through ↵34017-common-vueFilipa Lacerda2017-06-212-3/+6
| | | | | | | | | | | | | | | | `app/assets/javascripts/merge_request_tabs.js`
* | | | Resolve "Protected branch dropdowns cut-off in Repository Settings page"Luke "Jared" Bennett2017-06-211-4/+21
| | | |
* | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceTim Zallmann2017-06-2117-390/+275
|\ \ \ \
| * | | | Bulk edit scroll fixBryce Johnson2017-06-211-0/+2
| |/ / /
| * | | Merge branch '33868-fix-mr-changes-diff-note-up-arrow-editing' into 'master'34013-names-with-spaces-break-issue-filter-barJacob Schatz2017-06-201-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix pressing up-arrow on a MR "Changes" diff discussion edits your last note Closes #33868 See merge request !12297
| | * | | Fix MR "Changes" diff note up arrow to edit last note33868-fix-mr-changes-diff-note-up-arrow-editingEric Eastwood2017-06-201-1/+1
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33868 While in a MR "Changes" tab looking at some diff note discussions. Clicking reply and pressing the up-arrow should edit your last comment in that discussion. I suspect this regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11173/diffs#f4bb984ec495c5cb58516785c62978f5209c39b4_179_178 where we changed the selector
| * | | Merge branch 'fix-i18n-helpers' into 'master'Douwe Maan2017-06-201-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Fix some incorrect usage of translation helpers See merge request !12274
| | * | | Fix some incorrect usage of translation helpersfix-i18n-helpersRuben Davila2017-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: app/views/projects/pipeline_schedules/_form.html.haml
| * | | | Uniformize code between both pipelines tablesFilipa Lacerda2017-06-2010-357/+246
| | | | |
| * | | | Stop showing task status if no tasks are presentPhil Hughes2017-06-204-31/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously the task status would be visible even if there where no tasks in the description. This fixes that by changing the regex to check for tasks without 0. This also fixes a bug where update the description inline would not update the task status text on screen. Closes #33880
* | | | | Fixes scrolling + improves Performance through assigning found $ elements to ↵Tim Zallmann2017-06-201-6/+15
|/ / / / | | | | | | | | | | | | variables
* | | | Merge branch '33916-make-note-highlight-toggle-boolean-explcit' into 'master'Phil Hughes2017-06-201-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix note highlight being added when you don't have a URL fragment hash #note_xxx Closes #33916 See merge request !12293
| * | | | Fix note highlight being added to new notes33916-make-note-highlight-toggle-boolean-explcitEric Eastwood2017-06-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Always use a explicit true/false value to set highlight because jQuery assumes `null` means toggle from whatever state and doesn't force false. Regressed in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12098
* | | | | Merge branch '33877-fix-issue-description-highlight-and-math' into 'master'Phil Hughes2017-06-201-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix issue description syntax highlighting and math rendering Closes #33877 See merge request !12282
| * | | | Fix issue description syntax highlighting and math rendering33877-fix-issue-description-highlight-and-mathEric Eastwood2017-06-191-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33877 Regressed in https://gitlab.com/gitlab-org/gitlab-ce/commit/5a95d6f8dae00b31b694759c6ddbf6d83b1a7890#3a15290e7696397415523e0b664aceb3dd4010ae_0_46 where the ref no longer matches what we call `renderGFM` on.
* | | | Merge branch 'fix-missing-function-dropzone-input' into 'master'Stan Hu2017-06-191-0/+4
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restored missing function inside dropzone_input.js Closes #33836 See merge request !12279
| * | | | Restored missing function inside dropzone_input.jsJose Ivan Vargas2017-06-191-0/+4
| |/ / /
* | | | Merge branch 'enable-autocomplete-on-project-snippets' into 'master'Jacob Schatz2017-06-191-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable autocomplete on project snippets Closes #33911 See merge request !12286
| * | | | Enable autocomplete on project snippetsenable-autocomplete-on-project-snippetsEric Eastwood2017-06-191-0/+2
| | |/ / | |/| | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/1210 disabled autocomplete for personal snippets and project snippets. But we want autocomplete on project snippets.
* | | | Adjust position and wording for related issues in merge requestsWinnie Hellmann2017-06-195-26/+62
|/ / /
* | | Merge branch '33598-fix-autocomplete-disabled-in-gl-form-instances' into ↵Jacob Schatz2017-06-191-7/+7
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Re-enable autocomplete for milestones, tags, releases, and wiki Closes #33598 See merge request !12110
| * | | Re-enable autocomplete for milestones, tags, releases, and wikiEric Eastwood2017-06-191-7/+7
| |/ / | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33598
* | | Disable autocomplete on snippets commentsEric Eastwood2017-06-191-1/+12
|/ / | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33594 Was supposedly fixed in MR for https://gitlab.com/gitlab-org/gitlab-ce/issues/32086 but seeing this pop up again
* | Merge branch 'consistent-filtered-search-boards' into 'master'Phil Hughes2017-06-191-1/+0
|\ \ | | | | | | | | | | | | | | | | | | Make filtered search boards more consistent with EE Closes #33723 See merge request !12235
| * | Make filtered search boards more consistent with EEconsistent-filtered-search-boardsClement Ho2017-06-161-1/+0
| | |
* | | Merge branch 'consistent-dropdown-hint' into 'master'Phil Hughes2017-06-191-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make dropdown hint consistent with EE version Closes #33721 See merge request !12234
| * | | Make dropdown hint consistent with EE versionconsistent-dropdown-hintClement Ho2017-06-161-1/+1
| |/ /
* | | Changed utilites imports from ~ to relative pathsJose Ivan Vargas2017-06-161-2/+2
|/ /
* | Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'Sean McGivern2017-06-166-33/+33
|\ \ | | | | | | | | | | | | | | | | | | Rename "Slash commands" to "Quick actions" Closes #27070 See merge request !11811
| * | Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-156-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
* | | Merge branch 'issue_20900' into 'master'Sean McGivern2017-06-161-163/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove issuable drag and drop and sorting from milestone view Closes #20900 See merge request !11950
| * | | Order merge requests by priorityFelipe Artur2017-06-161-146/+0
| | | |
| * | | Remove Drag and drop and sorting from milestone viewFelipe Artur2017-06-161-17/+0
| | | |
* | | | Merge branch 'bvl-missing-translations' into 'master'Douwe Maan2017-06-165-15/+20
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Missing translations for the project & repository pages. Closes #33420 See merge request !12052
| * | | Small refactoring plus fixes for Spanish translations.Ruben Davila2017-06-151-1/+1
| | | |
| * | | Regenerate po-filesBob Van Landuyt2017-06-152-2/+2
| | | |
| * | | Add some context to JS translationsBob Van Landuyt2017-06-152-3/+2
| | | |