Commit Graph

28 Commits

Author SHA1 Message Date
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
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 b2c2751836 Changed all data to come through the JSON script element
[ci skip]
2017-05-24 12:25:53 +01:00
Phil Hughes 17617a32bd Moved value into computed property
Changed jQuery selector into document.querySelector

[ci skip]
2017-05-22 09:08:39 +01:00
Phil Hughes 7a21e26f4b Merge branch 'issue-edit-inline' into issue-edit-inline-description-template
[ci skip]
2017-05-22 08:59:37 +01:00
Phil Hughes b8647134d9 Merge branch 'issue-edit-inline' into issue-edit-inline-move-project
[ci skip]
2017-05-18 12:44:27 +01:00
Phil Hughes 4f0849f2fd Merge branch 'issue-edit-inline' into issue-edit-inline-description-template
[ci skip]
2017-05-17 15:48:15 +01:00
Phil Hughes 907dd68e0a Added move to project in issue inline edit form
[ci skip]
2017-05-17 13:01:24 +01:00
Phil Hughes 6963442d67 Merge branch 'issue-edit-inline' into issue-edit-inline-confidential
[ci skip]
2017-05-17 09:59:08 +01:00
Phil Hughes 3301ca1055 Fixed up the template dropdown to correctly work
[ci skip]
2017-05-16 16:18:52 +01:00
Phil Hughes f1b0b4a40f Merge branch 'issue-edit-inline' into issue-edit-inline-description-template 2017-05-16 15:02:23 +01:00
Phil Hughes c4fea61f15 Added inline confidential field
[ci skip]
2017-05-15 17:00:16 +01:00
Phil Hughes efc9408fbf Added description template selector
[ci skip]
2017-05-15 14:51:40 +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 b1affe07a1 Issue inline edit title field
[ci skip]
2017-05-15 12:15:56 +01:00
Phil Hughes e61ce83be9 Issue inline edit title field
[ci skip]
2017-05-15 11:35:26 +01:00
Phil Hughes 3bd37bc4a0 Shows delete button if permissions are correct
[ci skip]
2017-05-15 11:33:31 +01:00
Phil Hughes 86700b97d3 Added inline issue edit form actions
[ci skip]
2017-05-15 11:33:31 +01:00
Phil Hughes 66539563c8 Added eventHub events to change the showForm value
[ci skip]
2017-05-15 11:33:31 +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 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
Regis 58b560fae0 resolve discussion 2017-05-05 09:33:39 -06:00
Regis 3af533f7b6 rename candescription to canUpdateIssue 2017-05-04 06:41:28 -06:00
Regis 76cdb8ee12 render description - tasks work - gfm is juicy 2017-04-21 14:34:11 -06:00
Regis Boudinot 8918433af6 Issue Title Vue: convert to .vue - use 'render' with 'createElement' in index 2017-04-15 15:11:04 +00:00
Regis Boudinot 1c783007e6 Issue title realtime 2017-04-06 01:13:06 +00:00