Commit graph

30 commits

Author SHA1 Message Date
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
309c1d08ff Added markdown support to card-titles, minicard-titles, checklist title, and checklist items 2017-11-14 20:41:05 -06: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
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
Jim Martens
a9ca17426b Existing title of card is pre-filled in copy dialog 2017-09-12 10:30:35 +02:00
Jim Martens
7c16e07f7d Added copy card to template 2017-09-05 13:30:18 +02:00
Lauri Ojansivu
84d40bd3e3 Copy card link to clipboard. Thanks to xet7 ! Closes #1188 2017-08-26 03:14:31 +03:00
nztqa
b94083e43f Fix link to card 2017-06-27 15:33:55 +09:00
Ryan Helsing
de10be6a21 comment only working, naive implementation complete 2017-03-18 18:49:39 -04:00
Ryan Helsing
ec9498fa62 current progress 2017-03-18 16:01:22 -04:00
lksime
59731af139 Add checklist feature 2017-01-20 21:05:48 +08:00
shoetten
aa5ed6e484 Update translations and title of date badges. 2016-11-22 21:28:46 +01:00
shoetten
d4497d7aeb Add basic start and due dates for cards. 2016-11-21 15:15:16 +01:00
Friedrich von Never
cfbc8eed68 cardDetails: allow to move cards to top / bottom 2016-03-19 10:40:23 +06:00
Liming Xie
9bbdacc79a Add notification, allow watch boards / lists / cards 2016-01-05 23:26:02 +08:00
alayek
23ca733afd change edit card title input to textarea for editing larger titles 2016-01-01 02:47:19 +05:30
Liming Xie
354eff9f7b add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00
floatinghotpot
672c21bfe0 bugfix: only care active members, also optimize some code 2015-12-08 16:03:31 +08:00
Maxime Quandalle
e964fbb5cc Hide some disabled forms for anonymous board viewers
Fixes #288
Fixes #289
Fixes #290
2015-09-06 03:54:36 +02:00
Maxime Quandalle
82b3227778 Fix member permission modification
Fixes #280
2015-09-05 01:37:55 +02:00
Maxime Quandalle
39666d236a Re-enable attachments on sandstorm
Credits go to @dwrensha who implement the required MongoDB upgrade on
meteor-spk.
2015-09-01 22:27:57 +02:00
Maxime Quandalle
9961de9c30 Update translation source file 2015-09-01 14:38:07 +02:00
Maxime Quandalle
21f90382d0 Temporarily hide the attachment feature on sandstorm
Our spk currently have an issue with the bundled MongoDB (forked)
version that breaks if some files are inserted in a GridFS collection.

We need to find out a way to upgrade and migrate the bundled database
until we can re-enable the attachment feature.

Note that the feature is unmodified, it's just hidden in the UI.
2015-08-31 16:34:55 +02:00
Maxime Quandalle
d644cba38f Replace the component bounded cachedValue by a global UnsavedEdits
This new draft saving system is currently only implemented for the
card description and comment. We need better a component
inheritance/composition model to support this for all editable fields.

Fixes #186
2015-08-31 15:52:16 +02:00
Maxime Quandalle
cc88e78483 Fix property passing in the userAvatar component
Fixes #257
2015-08-30 20:01:05 +02:00
Maxime Quandalle
bc9d9c2a42 Redesign the card design header and change header menu icon 2015-08-30 16:02:25 +02:00
Maxime Quandalle
dc3cbdd20e Hide feature non-member users can't use
Fixes #206
Fixes #244
2015-08-28 12:15:29 +02:00
Maxime Quandalle
b5dabfe886 More explicit file names 2015-08-28 02:25:26 +02:00
Renamed from client/components/cards/details.jade (Browse further)