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
Pouyan Savoli
afd87e3caa
many custom fields model and UI enhancements
2017-09-22 22:59:32 +02:00
Pouyan Savoli
ade3c02122
Create custom fields creation UI added to Board Menu, Model in progress
2017-09-22 22:59:32 +02:00
Ghassen Rjab
2b9bc5d046
Add checklist items to activity log
2017-07-26 22:51:15 +01:00
nztqa
ef0c729b27
Fix: incorrect attachment link with subfolder in the url
2017-06-27 11:37:16 +09:00
Lauri Ojansivu
8bd7d624da
Merge pull request #65 from BaobabCoder/devel
...
Remove a list
2017-02-03 11:07:48 +02: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
Mario Orlicky
8290dcb249
New change settings option and possibility to hide system messagaes
2016-11-19 19:02:33 +01:00
Liming Xie
9bbdacc79a
Add notification, allow watch boards / lists / cards
2016-01-05 23:26:02 +08:00
Maxime Quandalle
ac6491ea12
Remove unnecessary template name declaration
...
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.
2016-01-03 23:45:46 +01:00
Dominic Sonntag
7357d28fea
added exact time as tooltip to activity time (saying only something like 'x days ago')
2016-01-03 01:47:16 +03:00
Maxime Quandalle
8b5fd09ff3
Fix layout on Apple devices
...
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
2016-01-02 14:26:48 +01:00
Maxime Quandalle
7c4640bb63
Improve some activitiy messages
...
Fixes #433
2015-12-19 17:51:56 +01:00
Xavier Priour
ad27a59e57
Import attachments
2015-11-16 21:41:49 +01:00
Dominik Ferber
3ad672a20b
Add missing semicolon
2015-10-27 17:38:04 +01:00
Maxime Quandalle
31b60d82fc
Upgrade Meteor to 1.2.1-rc4
...
This version includes a more complete selection of ES2015 polyfills
that I started used across the code base, for instance by replacing
`$.trim(str)` by `str.trim()`.
2015-10-23 16:56:55 +02:00
Maxime Quandalle
c6b12dc5ad
Upgrade peerlibrary:blaze-components to v0.14
...
This change includes method renames and others UI related packages
updates.
2015-10-21 04:34:44 +02:00
Xavier Priour
4540bd36c4
Import board: import comments and log activities
2015-10-19 00:59:50 +02:00
Xavier Priour
7d57ce896b
Import single card: create an 'importCard' activity entry
2015-10-14 23:23:16 +02:00
Maxime Quandalle
a78debc461
Support app deployment under a path prefix
...
Fixes #133
2015-10-08 23:28:27 +02:00
Maxime Quandalle
dd95ecba98
Fix some dead links
...
This commit fixes the download link in the activity feed on the
sidebar and the mention link on card description and comments
(replaced by a popup).
`eslint .` now passes without any error or warning.
Fixes #286
2015-09-06 23:42:52 +02:00
Maxime Quandalle
b3851817ec
Enforce a consistent ES6 coding style
...
Replace the old (and broken) jshint + jscsrc by eslint and configure
it to support some of the ES6 features.
The command `eslint` currently has one error which is a bug that was
discovered by its static analysis and should be fixed (usage of a
dead object).
2015-09-03 23:12:46 +02:00
Maxime Quandalle
549f8fee3a
Fix comment insertion
2015-08-31 21:31:12 +02:00