Commit Graph

30 Commits

Author SHA1 Message Date
Fatih Acet c352e7e162
Some cleanup and improvements on frontent logic 2019-01-30 23:18:20 +01:00
Fatih Acet 992fcf6c87
Add missing specs. 2019-01-30 23:18:19 +01:00
Fatih Acet 6243c04e20
Fix failing specs and lint errors. 2019-01-30 23:18:16 +01:00
Fatih Acet 7ad76a5418
Handle tasklist update failed in app component 2019-01-30 23:18:14 +01:00
Fatih Acet 1362267d45
Fix data coming down to error handler of tasklist 2019-01-30 23:18:14 +01:00
Brett Walker 83306d249e
Pass tasklist lock version
receive data on when there is a conflict
2019-01-30 23:18:13 +01:00
Mike Greiling 5b9495c5db
Prettify all the things 2018-11-20 09:30:01 -06:00
Mike Greiling 9867eaf3ef
Prettify issue_show and jobs modules 2018-10-10 02:30:24 -05:00
Filipa Lacerda 647a4d6a3b
Updates eslint vue plugin version 2018-06-11 15:36:54 +01: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
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
Winnie Hellmann d5d2d7b2e0 Rename recaptcha-dialog to recaptcha-modal 2017-12-12 13:07:03 +01:00
Luke Bennett 1a3b292d35 Resolve "No feedback when checking on checklist if potential spam was detected" 2017-12-08 12:26:39 +00:00
Clement Ho 52eac5bb0e Backport epic tasklist 2017-11-29 09:29:06 +00:00
Mike Greiling d990df7481 refactor TaskList class to ES module syntax 2017-07-06 13:05:58 -05: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
Eric Eastwood 84e23ae06c Fix issue description syntax highlighting and math rendering
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33877

Regressed in
5a95d6f8da (3a15290e7696397415523e0b664aceb3dd4010ae_0_46)
where the ref no longer matches what we call `renderGFM` on.
2017-06-19 15:29:46 -05:00
Luke "Jared" Bennett 5a4a082490
Merge remote-tracking branch 'origin/master' into fix-realtime-edited-text-for-issues-9-3 2017-06-02 17:17:54 +01:00
Luke "Jared" Bennett 07c984d81c
Port fix-realtime-edited-text-for-issues 9-2-stable fix to master. 2017-05-31 11:35:05 +01:00
Phil Hughes f53d703f44 Fixed else-if in description
[ci skip]
2017-05-16 10:42:17 +01:00
Phil Hughes 86ab9edbb2 Merge branch 'issue-edit-inline' into issue-edit-inline-description-field
[ci skip]
2017-05-16 10:37:10 +01:00
Phil Hughes 96a4652100 Added markdown docs link
[ci skip]
2017-05-15 12:28:42 +01:00
Phil Hughes b5b5b4af0c Added description field to inline edit form
[ci skip]
2017-05-15 12:15:56 +01:00
Phil Hughes 0c55c8891b Remove some weird code to add/remove the task status
Moved the data into the data method
Renamed edited ago class name
2017-05-11 12:25:22 +01:00
Phil Hughes 598b05dfff Fixed a bunch of errors with invalid prop
Use v-model on textrea
2017-05-10 17:28:36 +01:00
Phil Hughes 3313df580c Added a bunch of specs for the different components 2017-05-10 17:20:40 +01:00
Phil Hughes 5a5b06de3e Fixed task status with mobile 2017-05-10 17:20:40 +01:00
Phil Hughes 5a95d6f8da Refactored issue tealtime elements
This is to match our docs better and will also help a future issue.

Also made it possible for the description & title to be readable when JS is disabled
2017-05-10 17:20:40 +01:00