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
de3be14d01
Use atmosphere package of bootstrap-datepicker lib.
2016-11-22 21:28:54 +01: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
shoetten
182c9af123
add bootstrap-datepicker v1.5.1 as client lib
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
Lauri Ojansivu
532a3bbb49
Merge pull request #17 from mario-orlicky/show-error-username-taken
...
Display message when user wants to choose existing username (Fixes : #16 )
2016-11-20 23:01:57 +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
David Renshaw
3ce7958231
Fix eslint regressions.
2016-11-16 08:41:29 -05:00
Lauri Ojansivu
fa6267cf44
Merge pull request #6 from mario-orlicky/filter-by-empty
...
Filter by empty
2016-11-15 23:46:58 +02:00
David Renshaw
4b248151c3
always fall back to navigator.language if user.profile.language is not set
2016-11-15 15:03:12 -05:00
David Renshaw
f56c55e75c
Wait until Meteor.startup() to set the language.
2016-11-15 15:03:12 -05:00
David Renshaw
1c206d0d36
Fix startup for clients using Finnish and Chinese.
2016-11-15 15:03:12 -05:00
Mario Orlicky
4dc0ec07b8
removed unused html span element
2016-11-13 20:57:23 +01:00
Mario Orlicky
7ad74eb1b5
forgotten semicolon
2016-11-13 20:54:50 +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
5a23c962d2
Filtering logic by empty labels/members
2016-11-13 20:38:14 +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
Felix Michels
eb618c891f
Method 'quitBoard' requires boardId but got board
2016-10-26 14:18:28 +02:00
Felix Michels
82a5da61df
Use the navigator's language properties even if a user exists but the user has not yet choosen a profile language. If the browser provides multiple preferred languages via navigator.languages, select the most-preferred one.
...
WKN-47
2016-10-19 15:57:14 +02:00
kamijin-fanta
2ae6a009f0
UI: fix font
...
- Add YuGothic and Meiryo. because display of non english letter dirty.
2016-10-12 10:32:39 +09:00
kamijin-fanta
e564e94c94
UI: fix description link style.
...
- apply underline
- change text color on hover
2016-10-12 10:02:09 +09: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
3ed00f3db7
Avoid <a> links redirections on inlinedForm
...
Fixes #647 (IE 11)
2016-07-20 11:33:51 +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
43f3a2f3d5
Fix untranslated watch/unwatch for gecko ( #606 )
...
In the Gecko JavaScript engine the Object prototype has a method
'watch()' and 'unwatch()'. This causes strange error messages displayed,
if 'watch' and 'unwatch' are not translated in the chosen localization.
The i18n module cannot handle, if it gets a function for the
translation.
This is a quick fix that removes the 'watch' and 'unwatch' properties
from the Object prototype.
See also: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/watch
2016-07-19 02:17:15 +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