Commit graph

106 commits

Author SHA1 Message Date
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
Ryan Helsing
ec9498fa62 current progress 2017-03-18 16:01:22 -04:00
Lauri Ojansivu
d6028b90cd Make Due Date layout nicer on minicard. Thanks to whittssg2! 2017-02-11 23:01:50 +02:00
Lauri Ojansivu
335b91f0a4 Add remaining of checklist feature code 2017-02-03 01:49:58 +02:00
lksime
59731af139 Add checklist feature 2017-01-20 21:05:48 +08:00
Lauri Ojansivu
56139e3307 Merge pull request #30 from dwrensha/show-card-comments
set isLoaded to true on both transitionend and animationend
2016-11-29 03:53:48 +02:00
David Renshaw
6090ede8c9 set isLoaded to true on both transitionend and animationend 2016-11-23 21:00:18 -05:00
shoetten
33b74a465e Fix "can't set timers inside simulations error" when moving cards with start/due dates. 2016-11-22 21:28:54 +01:00
shoetten
6064393ad3 Refactor code based on eslint guidelines. 2016-11-22 21:28:47 +01:00
shoetten
aa5ed6e484 Update translations and title of date badges. 2016-11-22 21:28:46 +01:00
shoetten
5dd554b999 Color highlight start and due dates with correct timezone handling. 2016-11-22 21:28:46 +01:00
shoetten
80b93ce711 Display start and due dates in minicards. 2016-11-22 21:28:31 +01:00
shoetten
d4497d7aeb Add basic start and due dates for cards. 2016-11-21 15:15:16 +01:00
Maxime Quandalle
bda1df5ada
Fix an event name from animationend to transitionend
Closes #646
2016-07-19 17:17:51 +02:00
Maxime Quandalle
b96a60c9bb
Merge PR #593 into devel 2016-07-19 02:18:44 +02:00
Alexander Sulfrian
81a35be856
Fix move to top
If the minOrder is 0, the previous code does not work. This code is now
doing the obvious stuff to change the order.
2016-07-18 18:14:46 +02:00
Alexander Sulfrian
a2888250f4 Models: Replace before.insert with autoValues
The before.insert hooks have the problem, that they are executed in a
different order if called from the client or from the server. If called
from the client, the before.insert hook is called before validation of
the schema, but if called from the server, the validation is called
first and fails.
2016-06-03 03:56:35 +02:00
Alexander Sulfrian
ecf050ba54 UI: Put every attachment action on its own line 2016-05-19 21:19:43 +02:00
Alexander Sulfrian
8fd4c17628 UI: Scale the attachemnt thumbnails
The attachements should be scaled inside the card, too.
2016-05-19 21:19:43 +02:00
Alexander Sulfrian
a6bcd5bd1c UI: Center add-attachment link 2016-05-19 21:19:43 +02:00
Alexander Sulfrian
29e7aeff5d UI: Fix scaling of cover images (Fixes: #548)
This reverts f039923ac1 and fixes #196 in
a different way (adding quotes). So that we can use the css background
properties to scale the cover images.
2016-04-25 21:49:56 +02:00
Friedrich von Never
cfbc8eed68 cardDetails: allow to move cards to top / bottom 2016-03-19 10:40:23 +06:00
Maxime Quandalle
b8aefedcc3 Fix a bug with the inheritance model
See https://github.com/meteor/meteor/issues/6162
2016-02-10 17:19:04 +01:00
Liming Xie
9bbdacc79a Add notification, allow watch boards / lists / cards 2016-01-05 23:26:02 +08:00
Maxime Quandalle
ac6491ea12 Remove unnecessary template name declaration
This code was duplicate with the name we use to `register` the
component. A update of blaze-component removed the need to duplicate
this declaration.
2016-01-03 23:45:46 +01:00
Maxime Quandalle
46747b01fb Fix card infinite scrolling on card activities
I imagine blaze-component changed their Mixins API since I written
this code. We need some tests to avoid this kind of regressions when
updating dependencies!

Fixes #420
2016-01-03 23:40:08 +01:00
Maxime Quandalle
8b5fd09ff3 Fix layout on Apple devices
The layout issue was related to the lack of autoprexing for CSS
properties. c69f993 did improve the reload time significantly but for
that I had to replace `mquandalle:stylus` by the core `stylus`
package. Unfortunatly it is currently difficult to run an autoprefixer
with the core CSS compilers (as reported in
https://github.com/meteor/meteor/issues/5219).

So instead we rely on `nib` which transparently define some mixins for
autoprefixing, the only restrictions being that we have to manually
`@import 'nib'` on top of stylus files.

Fixes #461
2016-01-02 14:26:48 +01:00
alayek
23ca733afd change edit card title input to textarea for editing larger titles 2016-01-01 02:47:19 +05:30
Maxime Quandalle
0833a22742 Forbid trailing spaces 2015-12-30 16:49:39 +01:00
Liming Xie
354eff9f7b add: support compact mode for mobile web, auto adapt to small screen/window 2015-12-17 14:23:35 +08:00
Maxime Quandalle
0954ef3e44 Dynamically resize the new card form if the title is too long 2015-12-09 23:20:53 -05:00
floatinghotpot
672c21bfe0 bugfix: only care active members, also optimize some code 2015-12-08 16:03:31 +08:00
Maxime Quandalle
5763714d22 Enphasize keyboard shortcuts with a dedicated style
Also add release notes related to the #387 merge.

-- Fluctuat nec mergitur
2015-11-25 09:39:29 -08:00
Maxime Quandalle
da599a19ba Merge GitHub PR #387 2015-11-15 14:22:59 -08:00