Lauri Ojansivu
8e4eade002
Fixed Card activity shows only 20 last entries of activities and comments, by changing limit to 500 entries.
...
Thanks to xet7 !
Fixes #2934
2021-01-19 19:03:29 +02:00
helioguardabaxo
9f340bcecd
Improvements in activities design
2020-11-28 21:50:01 -03:00
helioguardabaxo
e9b9af4616
Fixed end date return
2020-11-27 20:02:49 -03:00
helioguardabaxo
cfe500794c
Attempt to implement date activities notification
2020-11-27 14:41:20 -03:00
Martin Filser
01285ba10d
board admin can edit and delete comments as well #3201
2020-11-10 23:36:30 +01:00
Marc Hartmayer
e21c078521
Fix activities view on mobile devices
...
Turns out that the sidebar is not available on mobile device therefore add
guards for this for now. This needs further investigation.
2020-06-18 01:07:56 +02:00
Marc Hartmayer
06cacd7a5a
Fix infinite scrolling for activities
...
This fixes the error:
Uncaught TypeError: activitiesComponent.loadNextPage is not a function
at constructor.reachNextPeak (sidebar.js:63)
at constructor.BlazeComponent.callFirstWith (peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:660)
at constructor.scroll (infiniteScrolling.js:28)
at peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:469
at Object.Blaze._withCurrentView (view.js:533)
at peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:468
at Template._withTemplateInstanceFunc (template.js:490)
at Blaze.View.eventMap.<computed> (peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:467)
at view.js:879
at Object.Blaze._withCurrentView (view.js:533)
2020-06-11 02:36:06 +02:00
Lauri Ojansivu
415e94d187
Fix indent.
...
Thanks to xet7 !
2020-06-08 17:32:17 +03:00
Marc Hartmayer
fb44df9815
WIP: XSS fixes
2020-06-07 23:22:04 +02:00
Lauri Ojansivu
d52affe658
Move In Progress ostrio-files changes to separate branch, and revert ostrio-files changes, so that:
...
- Export to CSV/TSV with custom fields works
- Attachments are not exported to disk
- It is possible to build arm64/s390x versions again.
Thanks to xet7 !
Related #3110
2020-05-25 17:54:51 +03:00
Marc Hartmayer
b7105d7b57
Fix error link not available
...
Fixes:
Exception in template helper: TypeError: Cannot read property 'link' of undefined
at constructor.attachmentLink (http://192.168.178.2:8080/app/app.js?hash=c0f961362c1318d650abaafcaaa6f6a77c8d11c8:3935:29 )
at http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:1566:16
at http://192.168.178.2:8080/packages/peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:395:66
at Function.Template._withTemplateInstanceFunc (http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:3575:14 )
at http://192.168.178.2:8080/packages/peerlibrary_blaze-components.js?hash=4049f7e3116e3d9e865392b9546e70dc479b9add:394:27
at Spacebars.call (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:169:51 )
at Spacebars.mustacheImpl (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:106:25 )
at Object.Spacebars.mustache (http://192.168.178.2:8080/packages/spacebars.js?hash=6f2be25813c793c0b363a6a91ebb029723f294ec:110:39 )
at Blaze.View._render (http://192.168.178.2:8080/app/app.js?hash=c0f961362c1318d650abaafcaaa6f6a77c8d11c8:3328:42 )
at Blaze.View.doRender (http://192.168.178.2:8080/packages/blaze.js?hash=a20deb597f76789e171a9ee2b2e37d73fbb7ecda:1925:25 )
2020-05-24 11:31:25 +02:00
Romulus Urakagi Tsai
012ca39a8d
Attachment activities merging done
2020-05-08 11:50:43 +08:00
Romulus Tsai 蔡仲明
c3458855bd
Merge branch 'master' into lib-change
2020-05-08 10:13:11 +08:00
Romulus Urakagi Tsai
4448488767
Done attachments activities operating
2020-05-08 09:32:19 +08:00
Jonathan Baird
fe66169415
fix bug that prevents editing or deleting comments
2020-04-09 12:46:24 -06:00
Jonathan Baird
fcb1def355
Merge upstream/master
...
* commit '56667112d7 ':
Update ChangeLog.
Minicard labels on the top and title on bottom.
Update translations.
Update translations.
Add translations for Notification drawer like Trello.
Add translations for Board Settings / Allow Rename Board/Swimlane/Card.
Update ChangeLog.
Fix start-wekan.sh MongoDB port to 27017.
v3.87
Update translations.
Update ChangeLog.
Improvements on card details visualization.
Update ChangeLog.
Move "Rules" from "Board View" to "Board Settings".
Update ChangeLog.
Fix richer editor submit did not clear edit area.
Update ChangeLog.
Fix Browser always reload the whole page when I change one of the card color. Fixed by making label colors and text again editable. Regression from [Wekan v3.86 2)](b9099a8b7e ).
2020-04-01 14:47:53 -06:00
Lauri Ojansivu
3546d7aa02
Fix Browser always reload the whole page when I change one of the card color.
...
Fixed by making label colors and text again editable.
Regression from [Wekan v3.86 2)](b9099a8b7e ).
Thanks to javen9881 and xet7 !
Closes #2971
2020-03-31 16:56:32 +03:00
Jonathan Baird
9819c9f801
add a notification drawer like trello
2020-03-27 11:35:03 -06:00
Lauri Ojansivu
b9099a8b7e
1) Fix Pasting text into a card is adding a line before and after
...
(and multiplies by pasting more) by changing paste "p" to "br".
2) Fixes to summernote and markdown comment editors, related
to keeping them open when adding comments, having
@member mention not close card, and disabling clicking of
@member mention.
Thanks to xet7 !
Closes #2890
2020-03-24 20:39:49 +02:00
Lauri Ojansivu
2a54218f3f
Remove hiding comments and activities.
2020-02-10 17:25:27 +02:00
Lauri Ojansivu
2fce02afbc
Add Feature: Card Settings/Show on card/Activities.
...
Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments.
Thanks to xet7 !
Closes #2925
2020-02-07 13:58:43 +02:00
Lauri Ojansivu
f22785dbcd
- Fix adding comments.
...
- Added some working layout changes from https://github.com/wekan/wekan/pull/2920 .
- Fixed Card Settings not working at Sandstorm.
Thanks to 2020product xet7 !
Closes #2918 ,
closes https://github.com/wekan/wekan/pull/2920
2020-02-05 19:47:08 +02:00
Lauri Ojansivu
3b3950369c
Fix comment text disappearing when clicking outside of comment text area.
...
Fix lint error.
Thanks to xet7 !
2019-12-17 23:42:30 +02:00
justinr1234
0cf9a7b552
Fix last label undefined
2019-08-26 12:16:21 -05:00
Sam X. Chen
a666883986
Addfeature: showing action in system message when user deleted/edited comments, plus changing email content \n to <br/>
2019-08-13 09:28:42 -04:00
Sam X. Chen
71d1d9ad98
Bug fix: bug#2589 #2575 , Add Features: allowing user to insert/paste link, image, video
2019-08-07 23:44:45 -04:00
Sam X. Chen
3632f4c8ab
Add Feature: Comments can be richer (can support some safe HTML tags)
2019-07-22 23:33:44 -04:00
Sam X. Chen
2c44f83453
Add Feature: system timelines will be showing any modification for duat startat endat receivedat, also notification to the watchers and if card is due, watchers will be notified
2019-07-09 16:36:50 -04:00
Justin Reynolds
3eb4d2c341
Prettier & eslint project style update
2019-06-28 12:56:51 -05:00
Andrés Manelli
777d9ac353
Lint fix
2019-03-16 23:15:30 +01:00
Andrés Manelli
d01fccd949
- Fix card copy & move between boards with customFields
...
- Fix card copy & move between boards with labels with same name
- Fix activities for labels when copying and moving card
- Fix activities for customFields when copying and moving card
2019-03-16 22:49:45 +01:00
Benjamin Tissoires
6d6bb8fc57
Activities: register customFields changed in the activities
...
This stores the updates to the custom fields in the activities side bar.
Only manual updates to the custom fields are currently registered.
2019-03-08 11:32:59 +01:00
Lauri Ojansivu
df84a2be9a
Fix lint errors.
2018-09-16 01:50:36 +03:00
Lauri Ojansivu
6673b79738
Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into Angtrim-feature-rules
2018-09-16 00:10:40 +03:00
Angelo Gallarello
34b37116cf
Fixed rule allows
2018-09-12 00:52:29 +02:00
Angelo Gallarello
2f24dcfc7d
Progress on triggers UI
2018-08-16 23:37:29 +02:00
Angelo Gallarello
fda4e954eb
Completed activities log in card
2018-08-16 22:10:05 +02:00
Angelo Gallarello
cc285afd59
Complete checklist activities
2018-08-16 21:49:56 +02:00
Angelo Gallarello
f7446ba934
Remove attachment activity
2018-08-16 17:18:55 +02:00
Angelo Gallarello
9c6d374b95
Labels activities
2018-08-16 16:54:29 +02:00
Andrés Manelli
be00465e67
Fix hiddenSystemMessages
2018-08-15 22:17:52 +02:00
Andrés Manelli
f76d8e47a8
Refactor imported -> linked in components
2018-08-11 00:17:42 +02:00
Andrés Manelli
74a01691e3
Add two way binding of activities, comments, and attachments
2018-08-11 00:07:29 +02:00
IgnatzHome
9518a5c11e
resolving merge conflicts
2018-05-17 20:21:07 +02:00
Andrés Manelli
5953fb8a44
Add popup menu and archive action
2018-02-01 14:29:49 -03:00
Lauri Ojansivu
fb83a5164d
Merge branch 'fixed-bug-on-long-card-history-log' of https://github.com/thuanpq/wekan into thuanpq-fixed-bug-on-long-card-history-log
2017-12-11 22:45:56 +02:00
Thuan Pham Quoc
d1d8e0b935
Fixed - bug on long url of attachment in card activity log
2017-12-09 00:41:29 +07:00
Thuan Pham Quoc
26405c011f
Fixed - bug on not able to see member avatar on sidebar activity
2017-12-06 15:24:53 +07:00
nztqa
26aa9a4ac4
Use Meteor.subscribe instead of DOM manipulation for Hide system messages
2017-10-03 10:56:28 +09:00
nztqa
b503ba1144
Add comments only in activity feed
2017-09-25 14:52:55 +09:00