BaobabCoder
de5589a987
Fix missing popup title
2017-06-02 10:45:01 +02:00
BaobabCoder
5b0da6cb3a
Change the way to remove a list (card like)
2017-06-02 10:29:48 +02:00
Lauri Ojansivu
8bd7d624da
Merge pull request #65 from BaobabCoder/devel
...
Remove a list
2017-02-03 11:07:48 +02:00
Lauri Ojansivu
335b91f0a4
Add remaining of checklist feature code
2017-02-03 01:49:58 +02:00
Lauri Ojansivu
1cf9b1be4e
Merge branch 'ckls' of https://github.com/lkisme/wekan into lkisme-ckls
2017-02-03 01:39:31 +02:00
Lauri Ojansivu
70f92c6e0e
Merge pull request #91 from mario-orlicky/fixed-jade-warning
...
fixed warning in jade template
2017-02-03 01:04:04 +02:00
Lauri Ojansivu
1ec25c2a52
Fix typos, thanks to umbertooo
2017-02-01 20:01:38 +02:00
mario.orlicky
308bd53049
fixed warning in jade template
2017-01-29 22:28:07 +01:00
lksime
59731af139
Add checklist feature
2017-01-20 21:05:48 +08:00
Béranger Campardou
23cb98bb82
Fix activity message for list deletion
2017-01-20 11:09:34 +01:00
Béranger Campardou
f7f5f4a35d
merge wefork
2017-01-13 11:16:37 +01:00
Béranger Campardou
5eda2c80f8
missing coma
2017-01-13 11:05:31 +01:00
Béranger Campardou
64e36d4827
Remove a list
2017-01-12 16:14:51 +01:00
Lauri Ojansivu
e41eeae09f
Merge pull request #31 from mario-orlicky/show-cards-count
...
New option to set up minimum limit to show cards count for each list …
2016-11-29 04:05:29 +02: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
Mario Orlicky
35778d2673
fixed few overseights
2016-11-25 21:53:18 +01:00
Mario Orlicky
606dbbbbf2
New option to set up minimum limit to show cards count for each list in board
2016-11-25 21:45:11 +01: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
Lauri Ojansivu
1ad4107201
Merge pull request #19 from mario-orlicky/hide-system-messages
...
New change settings option and possibility to hide system messagaes
2016-11-20 23:31:50 +02:00
Mario Orlicky
4359f66ece
Fixed build
2016-11-19 19:19:24 +01:00
Mario Orlicky
8290dcb249
New change settings option and possibility to hide system messagaes
2016-11-19 19:02:33 +01:00
Mario Orlicky
828d34b70e
fixed indentation
2016-11-18 23:23:13 +01:00
Mario Orlicky
69fbd31abc
Display message when user wants to choose existing username ( Fixes : #16 )
2016-11-18 23:18:16 +01:00
Mario Orlicky
4dc0ec07b8
removed unused html span element
2016-11-13 20:57:23 +01:00
Mario Orlicky
5968792ad2
added buttons to support filtering by empty labels and members
2016-11-13 20:48:24 +01:00
Mario Orlicky
300b40ed87
UI: Fixed background on hover for labels in filter sidebar
2016-11-13 17:23:49 +01:00
David Renshaw
95680ef43a
only show 'add member' button to users who can edit the board
2016-11-03 23:42:00 -04:00
David Renshaw
1ad44de8c6
powerbox identity requests
2016-11-03 23:42:00 -04:00
Maxime Quandalle
301210c87b
Fix eslint testing
...
Partially reverting c8705a0
2016-07-21 12:52:32 +02:00
Maxime Quandalle
77069a36cd
Fix undefined variables errors
2016-07-21 11:19:52 +02:00
Drew Fisher
3643bd4996
Fix bug where you get a "null" option in @-mention autocomplete ( #649 )
2016-07-21 11:09:14 +02:00
Maxime Quandalle
1f3015bd2c
Fix #573
2016-07-20 22:21:41 +02:00
Maxime Quandalle
27a58c18ee
Implement a disconnected indicator
...
Fixes #451
2016-07-20 18:04:16 +02: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
Maxime Quandalle
4f5cecf738
Merge #616 into devel
2016-07-18 15:40:41 +02:00
Alexander Sulfrian
855f56c61a
profile.name is called profile.fullname ( #615 )
...
The name of the profile field was changed log ago. This fixes the
remaining wrong references.
2016-07-11 12:05:03 +02:00
Alexander Sulfrian
36f17a5717
UI: Fix overlapping click event handler ( #614 )
...
The click event handler for links in the card display are overlapping:
The general event for opening the link in a new window matches on user
mentions, too. But user mentions cannot be opened in a new window.
2016-07-11 12:04:42 +02:00
Alexander Sulfrian
3f12e3e96f
UI: Fix small bug with the multi-selection button ( #591 )
...
This bug was introduced in 081b09207f .
2016-07-11 12:03:22 +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