Commit Graph

149 Commits

Author SHA1 Message Date
Clement Ho b413785e1d [skip ci] Replace .pull-right with .float-right 2018-04-09 12:42:45 -05:00
Clement Ho 3e7a17d475 Replace .pull-left with .float-left 2018-04-09 12:36:21 -05:00
Clement Ho 917b7e0dd9 Rename .btn-default to .btn-secondary 2018-04-09 11:49:18 -05:00
Clement Ho 63c9b63a3f Rename col-xs-* to col-* 2018-04-09 11:45:38 -05:00
Mike Greiling f248be7257
require jQuery to be explicitly imported 2018-03-09 15:18:09 -06:00
Jacob Schatz 35c8fd5586 Update to jQuery 3. 2018-02-20 22:20:48 +00:00
Jacob Schatz 0731ff79b8 Fix eslint 2018-01-18 12:30:45 -05:00
Jacob Schatz 77fe779fa9 Remove Event listener and make code more readable. 2018-01-18 12:20:59 -05:00
Jacob Schatz 89c3c88e6d Add confirm when navigating away from page with tests. 2018-01-18 07:18:01 -05:00
Filipa Lacerda 088de7237a
[ci skip] Fix more eslint rules 2018-01-05 15:45:05 +00:00
Filipa Lacerda 7c7f526684
[ci skip] Fix more rules 2018-01-05 14:31:12 +00:00
Filipa Lacerda b299198e1e
Adds `eslint-plugin-vue`, fixes linter errors and adds docs 2018-01-03 23:14:55 +00:00
Eric Eastwood d2e5313ad8 Switch issue_show to Axios 2018-01-02 17:59:04 -06:00
Clement Ho 271ebe6611 Show inline edit button for issues 2017-12-19 17:48:29 +00:00
Fatih Acet 54c2d7bdbd Merge branch 'issue-description-field-typo' into 'master'
Corrected typo in quick action data attribute

Closes #41035

See merge request gitlab-org/gitlab-ce!15872
2017-12-13 20:50:28 +00:00
Filipa Lacerda 066f1b9392 Merge branch 'winh-unify-modals' into 'master'
Unify dialog modal/popup dialog/confirmation dialog/modal to modal

See merge request gitlab-org/gitlab-ce!15865
2017-12-13 19:29:08 +00:00
Marcus Amargi edd7b91dc0 Merge branch 'master' into issue-description-field-typo 2017-12-12 14:47:58 -08:00
Winnie Hellmann d5d2d7b2e0 Rename recaptcha-dialog to recaptcha-modal 2017-12-12 13:07:03 +01:00
Filipa Lacerda 2ef39a8041 Merge branch 'add-js-prefix-issuable-edit' into 'master'
Add js prefix for issuable-edit

Closes #40965

See merge request gitlab-org/gitlab-ce!15813
2017-12-12 10:52:23 +00:00
Marcus Amargi 2c15aacc0f corrected typo in quick action data attribute 2017-12-11 18:52:19 -08:00
Phil Hughes 6bb4442054
updated imports 2017-12-11 12:28:11 +00:00
Phil Hughes a5d2732ce9 Merge branch 'master' into 'url-utility-es-module'
# Conflicts:
#   app/assets/javascripts/issue_show/components/app.vue
2017-12-11 11:35:57 +00:00
Clement Ho 20ddfd9c59 Add js prefix for issuable-edit 2017-12-08 11:21:31 -06:00
Luke Bennett 1a3b292d35 Resolve "No feedback when checking on checklist if potential spam was detected" 2017-12-08 12:26:39 +00:00
Phil Hughes e0bbadc2d2
use exported methods instead of gl.utils 2017-12-08 08:54:51 +00:00
Luke Bennett 1c42ea529b Resolve "updateEndpoint undefined on Issue page" 2017-12-07 17:52:32 +00:00
Filipa Lacerda 2018039536 Export template selector as ES6 modules 2017-12-06 09:29:59 +00:00
Fatih Acet e74ef3acea Merge branch 'backport-border-inline-edit' into 'master'
Backport - Add border for epic edit button

See merge request gitlab-org/gitlab-ce!15637
2017-11-29 09:43:25 +00:00
Clement Ho 52eac5bb0e Backport epic tasklist 2017-11-29 09:29:06 +00:00
Clement Ho 27d64f5baa Backport border inline edit 2017-11-28 13:14:46 -06:00
Clement Ho fab9244c26 backport disable autocomplete 2017-11-22 17:25:11 -06:00
Clement Ho eb5333970c Backport ability to enable/disable file attachments in issuable form 2017-11-21 09:39:57 +00:00
Clement Ho c6c493a730 Backport delete epic changes 2017-11-15 17:13:20 -06:00
Clement Ho 59c03de56d Use title as placeholder instead of issue title for reusability 2017-10-20 19:26:51 +00:00
Clement Ho baf07e914d Add inline edit button to issue_show app 2017-10-17 17:04:33 +00:00
Phil Hughes b40bac3a3c
removed global eslint for remaining files 2017-10-10 10:14:24 +01:00
Phil Hughes cbfc97b112
karma spec fixes 2017-10-10 10:14:23 +01:00
Phil Hughes fa2af5e0f5
Flash is now a ES6 module
Reduced the technical debt around our JS flash function by making it a
module that is imported rather than relying on the global function.
The global function still exists mainly for technical debt with how
some requests are being completed, but new JS should import the module
directly.

Also reduces some tech debt in the file by removing the need for jQuery.
Instead Flash is now 100% vanilla JS.
2017-10-10 10:14:22 +01:00
kushalpandya ce884ad308 Remove confidential toggle checkbox and related code as no longer necessary 2017-09-11 09:28:51 +05:30
Eric Eastwood 90c60138db Move "Move to different project" to sidebar
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
2017-09-03 22:03:17 -05:00
Douwe Maan 92edb3edab Merge branch 'master' into issue-discussions-refactor
# Conflicts:
#	app/models/issue.rb
2017-08-31 18:02:19 +02:00
Clement Ho cc81a40dcc Fix invalid attribute used for time-ago-tooltip component 2017-08-30 18:50:06 +00:00
Douwe Maan 9c22974cd1 Rename a few attribute suffixes from `_url` to `_path` 2017-08-17 19:25:56 +02:00
Filipa Lacerda aaa78199c2 Update vue-resource 2017-07-12 14:47:09 +00:00
Mike Greiling d990df7481 refactor TaskList class to ES module syntax 2017-07-06 13:05:58 -05:00
Filipa Lacerda 27b98beac9 Merge branch 'issue-inline-edit-quick-submit' into 'master'
Fixes ctrl+enter not submit issue edit form

Closes #33758

See merge request !12422
2017-06-26 09:28:43 +00:00
Phil Hughes 6d4e8154b0 Fixes ctrl+enter not submit issue edit form
Closes #33758
2017-06-24 13:32:31 +01:00
Eric Eastwood 6cb575d612 Add support for multiple tooltips in the same Vue component
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33223
2017-06-23 02:12:45 -05:00
Simon Knox 54168362d1 don't show "Someone edited the issue" warning when saving issue
don't need to check for form visible because error message isn't rendered otherwise
2017-06-22 14:30:57 +10:00
Phil Hughes 5dc253f138 Stop showing task status if no tasks are present
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
2017-06-20 10:58:07 +01:00