Commit graph

139 commits

Author SHA1 Message Date
Lauri Ojansivu
e162fe3c0f Merge branch 'card-spent-time' of https://github.com/thuanpq/wekan into thuanpq-card-spent-time 2017-11-21 10:03:02 +02:00
Lauri Ojansivu
8a4f5ed6e3 Merge branch 'fix-title-editing-shift-key-firefox' of https://github.com/couscous3/wekan into couscous3-fix-title-editing-shift-key-firefox 2017-11-21 09:28:37 +02:00
Lauri Ojansivu
01818a99b9 Merge branch 'remove-minicard-title-whitespace' of https://github.com/couscous3/wekan into couscous3-remove-minicard-title-whitespace 2017-11-21 09:24:44 +02:00
Lauri Ojansivu
9441fb29c9 Fix Copy/Move cards. Thanks to thuanpq ! 2017-11-21 09:07:56 +02:00
couscous3
7dae37eeac
card detail: fix title editing with shift key
in firefox there is no global `event` object, therefore we should use the `evt` argument from the event handler
2017-11-20 18:25:56 +01:00
couscous3
90fd3286a8
remove erroneous minicard title whitespace
introduced by the markdown viewer in commit #309c1d0 (the markdown viewer uses <p> tags which have a margin-bottom)
2017-11-20 18:07:37 +01:00
Lauri Ojansivu
b592e8ad14 Merge branch 'feature/copy-move-cards-x-boards' of https://github.com/GhassenRjab/wekan into GhassenRjab-feature/copy-move-cards-x-boards 2017-11-20 17:46:34 +02:00
Thuan Pham Quoc
d38071457c Update spent time title to indicate Overtime or normal Spent time 2017-11-20 22:40:02 +07:00
Thuan Pham Quoc
eec3c301bc Add card spent time to log time what can be overtime or not (will support filtering in future) 2017-11-20 22:26:31 +07:00
Brooks Becton
ffb8b72b69 Updated comments about pressing enter on forms 2017-11-14 20:57:36 -06:00
Brooks Becton
309c1d08ff Added markdown support to card-titles, minicard-titles, checklist title, and checklist items 2017-11-14 20:41:05 -06:00
Ghassen Rjab
ce4f158976 Hide list of boards in Copy|Move cards for Sandstorm users 2017-11-14 03:25:04 +01:00
Ghassen Rjab
5a37ba0d9f Move cards cross boards 2017-11-14 03:03:29 +01:00
Ghassen Rjab
59f4daf91e Copy cards cross boards 2017-11-14 03:03:08 +01:00
Brooks Becton
d48043c7ee Added swipebox package and added it to attachement images
Also removed '.js-open-viewer' and it's styling stub
2017-10-28 10:15:47 -05:00
Brooks Becton
dd1a8ade5e Added media queries to resize attatchments
media queries match other break points and break from a 3 column to 2 to 1
2017-10-28 10:15:47 -05:00
nztqa
de4ae2dc74 Add check to see if permission is available (with isBoardMember) 2017-10-04 17:06:52 +09:00
nztqa
26aa9a4ac4 Use Meteor.subscribe instead of DOM manipulation for Hide system messages 2017-10-03 10:56:28 +09:00
nztqa
e587964e82 Remove console log 2017-10-03 09:59:25 +09:00
Lauri Ojansivu
740c705748 Merge branch 'fix-create_label' of https://github.com/nztqa/wekan into nztqa-fix-create_label 2017-10-01 09:50:49 +03:00
Lauri Ojansivu
a0cccb736c Merge branch 'improve-activities' of https://github.com/nztqa/wekan into nztqa-improve-activities 2017-10-01 09:42:15 +03:00
Lauri Ojansivu
2ae0dc315f Merge branch 'fix-copy-card' of https://github.com/nztqa/wekan into nztqa-fix-copy-card 2017-10-01 09:35:36 +03:00
Lauri Ojansivu
90d904e10d Restore spacing. 2017-09-30 16:29:38 +03:00
amadilsons
e03f2102de fixed linting error 2017-09-29 14:23:54 +02:00
amadilsons
4a20208d95 removed unnecessary deleteDialog helper, delete dialog now uses tap-i18n 2017-09-29 14:13:36 +02:00
nztqa
0e43a5561b Add check to see if permission 2017-09-29 15:02:35 +09:00
amadilsons
9940d635b4 removed linting errors 2017-09-27 15:42:48 +02:00
amadilsons
dcd4a2f1e3 code clean up 2017-09-27 14:50:00 +02:00
amadilsons
75f15f1be2 Merge branch 'master' of https://github.com/wekan/wekan into issue881 2017-09-27 14:42:18 +02:00
amadilsons
bbe37cfad8 sugested fix for issue #881 2017-09-27 14:29:52 +02:00
nztqa
61ee107c27 Disable button when "Hide system messages" in user profile setting is valid 2017-09-25 20:27:54 +09:00
nztqa
b503ba1144 Add comments only in activity feed 2017-09-25 14:52:55 +09:00
nztqa
860ae6f38d Remove cover id 2017-09-25 13:52:44 +09:00
Ghassen Rjab
c3cccfc66e Update Checklists client
Use new methods added in Checklist model
2017-09-24 02:15:33 +01:00
Lauri Ojansivu
59a76ed144 Merge branch 'issue-1213' of https://github.com/frmwrk123/wekan into frmwrk123-issue-1213 2017-09-13 20:37:11 +03:00
Jim Martens
1442fd637a Implemented checklist item sorting across checklists 2017-09-12 10:38:03 +02:00
Jim Martens
f2ca520a69 Prepared template for sortable checklist items 2017-09-12 10:37:16 +02:00
Jim Martens
a9ca17426b Existing title of card is pre-filled in copy dialog 2017-09-12 10:30:35 +02:00
Jim Martens
a38b4c6a83 Added copy card functionality 2017-09-05 13:30:38 +02:00
Jim Martens
7c16e07f7d Added copy card to template 2017-09-05 13:30:18 +02:00
Ghassen Rjab
4ad4c6ea22 Assign user to attachment before inserting 2017-08-31 22:14:57 +01:00
Lauri Ojansivu
84d40bd3e3 Copy card link to clipboard. Thanks to xet7 ! Closes #1188 2017-08-26 03:14:31 +03:00
nztqa
f3467dab4a Fix flex property width of first column 2017-08-10 16:19:09 +09:00
nztqa
c5b83c04c1 Improve UI Design (checklists item)
1. Change background color on mouseover and remove it after mouseout
2. Increase the clickable area of title
2017-07-03 16:57:20 +09:00
nztqa
29f65be1e0 Add check to see if input is empty 2017-07-01 23:03:54 +09:00
nztqa
99d6bd4415 Improve input of checklist
When finished input of checklist item title,  open new checklist item.
2017-06-30 10:10:42 +09:00
Lauri Ojansivu
02a841b468 Merge branch 'fix-link-card' of https://github.com/nztqa/wekan into nztqa-fix-link-card 2017-06-27 11:21:46 +03:00
nztqa
b94083e43f Fix link to card 2017-06-27 15:33:55 +09:00
nztqa
ef0c729b27 Fix: incorrect attachment link with subfolder in the url 2017-06-27 11:37:16 +09:00
Ryan Helsing
de10be6a21 comment only working, naive implementation complete 2017-03-18 18:49:39 -04:00