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
5b9e8cce14
Merge branch 'fix-board-list-long-desc' of https://github.com/thuanpq/wekan into thuanpq-fix-board-list-long-desc
2017-11-21 09:19:06 +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
Thuan Pham Quoc
996fdc2bda
Fixed issue on board list with long-desc boards
2017-11-20 23:28:46 +07:00
Thuan Pham Quoc
6dba4ccd4d
Added red-green circle to board lists item for indicating board which has overtime logs or normal spent time log
2017-11-20 23:24:27 +07: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
Lauri Ojansivu
99be745f02
Fix: Invitation /sign-up page did not show input for invitation code. Thanks to xet7 !
2017-11-19 18:04:02 +02:00
Lauri Ojansivu
6fc992e6d7
Change admin panel header order to info people version.
2017-11-19 01:05:43 +02:00
Lauri Ojansivu
622292e40e
Make Admin Panel People page text translateable
2017-11-19 01:05:09 +02:00
Lauri Ojansivu
22e43e6591
Merge branch 'devel' of https://github.com/thuanpq/wekan into thuanpq-devel
2017-11-18 23:37:15 +02: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
Thuan Pham Quoc
fa1d8cd5ef
Added update all user profile from admin panel
2017-11-08 11:34:37 +07:00
Thuan Pham Quoc
e3b7f85cc3
Updated users methods to get user id from client on updating user data, is aimed to support admin update other user profile
2017-11-08 11:34:05 +07:00
Thuan Pham Quoc
3bead1bf78
Added pagination to people management in admin panel
2017-11-08 11:27:59 +07:00
Thuan Pham Quoc
1f6545e411
Added edit user from admin panel
2017-11-07 22:26:21 +07:00
Thuan Pham Quoc
29d54f46aa
Added people list in admin panel , just raw data right now, will add more features soon
2017-11-07 14:01:27 +07:00
Lauri Ojansivu
e015e4245e
Make it possible to translate text Soft WIP Limit.
2017-11-02 01:03:51 +02:00
amadilsons
fdd1aad80d
added soft wip limit feature, fixed wipLimit=0 bug (??)
2017-10-31 21:10:36 +00:00
Lauri Ojansivu
1a232c7bbb
Add iPhone favicon for Wekan. Thanks to guillaumebriday ! Closes #1317
2017-10-31 06:54:47 +02:00
Lauri Ojansivu
c5e36d9160
Merge branch 'attachments-improvements' of https://github.com/brooksbecton/wekan into brooksbecton-attachments-improvements
2017-10-31 06:02:55 +02: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
Jacob Weisz
58fbe8e6f2
Permit editing the WIP limit
...
This is a fix for #1310 and required for Edge users to be able to edit the WIP limit. (The up/down buttons appear to be "optional" according to the HTML5 spec, and can't be assumed to be present.)
I also believe I fixed a spelling error in the same section.
This PR is **NOT TESTED**
2017-10-26 23:48:24 -05:00
Lauri Ojansivu
2edced5467
Fix: User with comment only permission can add cards. Thanks to xet7 ! Closes #1301
2017-10-20 17:08:54 +03:00
Lauri Ojansivu
8f1f7a1d56
Fix and update translations. Thanks to xet7 ! Closes #1286
2017-10-10 17:57:26 +03:00
Lauri Ojansivu
a5daf5dc29
Fix: When WIP limit in use, hide also add card + button at top of list. Thanks to xet7 !
2017-10-09 19:46:11 +03:00
Lauri Ojansivu
f16687fa94
Merge branch 'userSelfRemove' of https://github.com/amadilsons/wekan into amadilsons-userSelfRemove
2017-10-09 16:38:43 +03:00
amadilsons
6ba1fc5ba1
user can now leave the board
2017-10-09 14:49:03 +02:00
Lauri Ojansivu
fb060ed2c5
Merge branch 'issue783' of https://github.com/amadilsons/wekan into amadilsons-issue783
2017-10-09 14:49:38 +03:00
Lauri Ojansivu
c84187bdad
Fix: Admin announcement can be viewed without signing in.
...
Thanks to nztqa ! Closes #1281
2017-10-09 14:48:05 +03:00
amadilsons
f77da76c68
added i18n translation, minor fix
2017-10-05 17:22:03 +02:00
amadilsons
214fe6a61f
feature implemented, known bugs fixed
2017-10-05 16:46:55 +02:00
amadilsons
c865bfe497
most work concluded, code needs clean up, further testing required
2017-10-04 17:48:37 +02:00
amadilsons
089dbf0cf6
on its way
2017-10-04 11:12:52 +02:00
nztqa
527c430307
Add toggle switch-style for board color change events
2017-10-04 17:18:12 +09: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
8df9e681ed
Fix lint errors.
2017-10-01 10:44:06 +03:00
Lauri Ojansivu
d213d37dab
Merge branch 'improve-announcement' of https://github.com/nztqa/wekan into nztqa-improve-announcement
2017-10-01 09:59:57 +03:00