summaryrefslogtreecommitdiffstats
path: root/client/components/activities
Commit message (Collapse)AuthorAgeFilesLines
* Merge upstream/masterJonathan Baird2020-04-011-7/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '56667112d7fd146a9847794207e9a2224b1115d7': 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)](https://github.com/wekan/wekan/commit/b9099a8b7ea6f63c79bdcbb871cb993b2cb7e325).
| * Fix Browser always reload the whole page when I change one of the card color.Lauri Ojansivu2020-03-311-7/+0
| | | | | | | | | | | | | | | | | | Fixed by making label colors and text again editable. Regression from [Wekan v3.86 2)](https://github.com/wekan/wekan/commit/b9099a8b7ea6f63c79bdcbb871cb993b2cb7e325). Thanks to javen9881 and xet7 ! Closes #2971
* | add a notification drawer like trelloJonathan Baird2020-03-272-229/+229
|/
* 1) Fix Pasting text into a card is adding a line before and afterLauri Ojansivu2020-03-241-0/+7
| | | | | | | | | | | | (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
* Remove hiding comments and activities.Lauri Ojansivu2020-02-101-195/+193
|
* Add Feature: Card Settings/Show on card/Activities.Lauri Ojansivu2020-02-071-193/+195
| | | | | | | | Fix: When in Card Settings hiding Comments, only adding new comment is hidden, not old comments. Thanks to xet7 ! Closes #2925
* - Fix adding comments.Lauri Ojansivu2020-02-052-1/+21
| | | | | | | | | | - 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
* Fix comment text disappearing when clicking outside of comment text area.Lauri Ojansivu2019-12-171-3/+0
| | | | | | Fix lint error. Thanks to xet7 !
* Fix last label undefinedjustinr12342019-08-261-1/+1
|
* Addfeature: showing action in system message when user deleted/edited ↵Sam X. Chen2019-08-131-0/+5
| | | | comments, plus changing email content \n to <br/>
* Bug fix: bug#2589 #2575, Add Features: allowing user to insert/paste link, ↵Sam X. Chen2019-08-071-1/+2
| | | | image, video
* Add Feature: Comments can be richer (can support some safe HTML tags)Sam X. Chen2019-07-221-1/+1
|
* Add Feature: system timelines will be showing any modification for duat ↵Sam X. Chen2019-07-091-0/+13
| | | | startat endat receivedat, also notification to the watchers and if card is due, watchers will be notified
* Prettier & eslint project style updateJustin Reynolds2019-06-282-93/+131
|
* Lint fixAndrés Manelli2019-03-161-1/+1
|
* - Fix card copy & move between boards with customFieldsAndrés Manelli2019-03-162-1/+16
| | | | | | - 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
* Activities: register customFields changed in the activitiesBenjamin Tissoires2019-03-082-0/+24
| | | | | | This stores the updates to the custom fields in the activities side bar. Only manual updates to the custom fields are currently registered.
* Fix lint errors.Lauri Ojansivu2018-09-161-2/+2
|
* Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into ↵Lauri Ojansivu2018-09-162-0/+67
|\ | | | | | | Angtrim-feature-rules
| * Fixed rule allowsAngelo Gallarello2018-09-121-3/+0
| |
| * Progress on triggers UIAngelo Gallarello2018-08-161-1/+4
| |
| * Completed activities log in cardAngelo Gallarello2018-08-161-11/+29
| |
| * Complete checklist activitiesAngelo Gallarello2018-08-162-0/+24
| |
| * Remove attachment activityAngelo Gallarello2018-08-161-0/+5
| |
| * Labels activitiesAngelo Gallarello2018-08-162-0/+20
| |
* | Fix hiddenSystemMessagesAndrés Manelli2018-08-151-4/+12
| |
* | Refactor imported -> linked in componentsAndrés Manelli2018-08-111-3/+3
| |
* | Add two way binding of activities, comments, and attachmentsAndrés Manelli2018-08-111-2/+9
|/
* resolving merge conflictsIgnatzHome2018-05-172-0/+8
|\
| * many custom fields model and UI enhancementsPouyan Savoli2017-09-221-2/+2
| |
| * Create custom fields creation UI added to Board Menu, Model in progressPouyan Savoli2017-09-222-0/+8
| |
* | Add popup menu and archive actionAndrés Manelli2018-02-011-0/+6
| |
* | Merge branch 'fixed-bug-on-long-card-history-log' of ↵Lauri Ojansivu2017-12-111-0/+2
|\ \ | | | | | | | | | https://github.com/thuanpq/wekan into thuanpq-fixed-bug-on-long-card-history-log
| * | Fixed - bug on long url of attachment in card activity logThuan Pham Quoc2017-12-091-0/+2
| | |
* | | Fixed - bug on not able to see member avatar on sidebar activityThuan Pham Quoc2017-12-061-0/+2
|/ /
* | Use Meteor.subscribe instead of DOM manipulation for Hide system messagesnztqa2017-10-031-1/+1
| |
* | Add comments only in activity feednztqa2017-09-252-2/+7
|/
* Add checklist items to activity logGhassen Rjab2017-07-261-0/+11
|
* Fix: incorrect attachment link with subfolder in the urlnztqa2017-06-271-1/+1
|
* Merge pull request #65 from BaobabCoder/develLauri Ojansivu2017-02-031-0/+3
|\ | | | | Remove a list
| * Fix activity message for list deletionBéranger Campardou2017-01-201-0/+3
| |
* | Add checklist featurelksime2017-01-202-0/+19
|/
* New change settings option and possibility to hide system messagaesMario Orlicky2016-11-191-1/+3
|
* Add notification, allow watch boards / lists / cardsLiming Xie2016-01-051-1/+1
|
* Remove unnecessary template name declarationMaxime Quandalle2016-01-032-8/+0
| | | | | | 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.
* added exact time as tooltip to activity time (saying only something like 'x ↵Dominic Sonntag2016-01-031-3/+3
| | | | days ago')
* Fix layout on Apple devicesMaxime Quandalle2016-01-022-0/+4
| | | | | | | | | | | | | | | 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
* Improve some activitiy messagesMaxime Quandalle2015-12-191-5/+5
| | | | Fixes #433
* Import attachmentsXavier Priour2015-11-161-1/+2
|
* Add missing semicolonDominik Ferber2015-10-271-1/+1
|