| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Thanks to xet7 !
Related #2389
|
|
|
|
| |
Thanks to xet7 !
|
|\
| |
| | |
Delete user feature
|
| | |
|
|/
|
|
| |
Thanks to justinr1234 !
|
| |
|
|\
| |
| | |
Add variables for activity notifications Fixes #2285
|
| | |
|
| |
| |
| |
| |
| |
| | |
board.
Thanks to xet7 !
|
| |
| |
| |
| | |
Thanks to xet7 !
|
|\ \
| |/
|/| |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Thanks to xet7 !
|
| | |
|
|\ \
| | |
| | |
| | | |
andresmanelli-fix_subtasks
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
Fix imports
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
while running an import from a previously exported board, we encounter
the following error:
Exception while invoking method 'importBoard' Error: Did not check() all arguments during call to 'importBoard'
at ArgumentChecker.throwUnlessAllArgumentsHaveBeenChecked (packages/check.js:483:13)
at Object._failIfArgumentsAreNotAllChecked (packages/check.js:131:16)
at maybeAuditArgumentChecks (packages/ddp-server/livedata_server.js:1765:18)
at DDP._CurrentMethodInvocation.withValue (packages/ddp-server/livedata_server.js:719:19)
at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15)
at DDPServer._CurrentWriteFence.withValue (packages/ddp-server/livedata_server.js:717:46)
at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15)
at Promise (packages/ddp-server/livedata_server.js:715:46)
at new Promise (<anonymous>)
at Session.method (packages/ddp-server/livedata_server.js:689:23)
at packages/mdg_meteor-apm-agent.js:2617:38
at Meteor.EnvironmentVariable.EVp.withValue (packages/meteor.js:1186:15)
at Session.sessionProto.protocol_handlers.method (packages/mdg_meteor-apm-agent.js:2616:44)
at packages/ddp-server/livedata_server.js:559:43
Commit 4cf98134491b587 removed the checks as the original board might
not have all the required fields, but we actually still need to run
a general check on all parameters
|
|/ /
| |
| |
| |
| | |
Looks like I forgot to use the camelCase notation here, and this leads
to an exception while updating a custom field.
|
| | |
|
| |
| |
| |
| |
| |
| | |
This stores the updates to the custom fields in the activities side bar.
Only manual updates to the custom fields are currently registered.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
anymore](https://github.com/wekan/wekan/issues/2223).
Thanks to xet7 !
Closes #2223
|
| |
| |
| |
| |
| |
| |
| |
| | |
In progress.
Thanks to xet7 !
Related #1969
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
because there was no bug in filter fix.
Thanks to xet7 !
Closes #2213,
related #2209
|
| |
| |
| |
| |
| |
| | |
[mongodb data tampered](https://github.com/wekan/wekan-snap/issues/83).
Thanks to xet7 !
|
|\ \ |
|
| |\ \
| | | |
| | | |
| | | | |
https://github.com/justinr1234/wekan into justinr1234-wekan-perf-improvements
|
| | | | |
|
|/ / / |
|
| | |
| | |
| | |
| | | |
Add element title modification
|
| | | |
|
|/ / |
|
| | |
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- All Boards page [so it's possible to go back from subtask board](https://github.com/wekan/wekan/issues/2082)
- Board favorites
- New Sandstorm board first user is Admin and [has IFTTT Rules](https://github.com/wekan/wekan/issues/2125)
and Standalone Wekan Admin Panel. Probably some Admin Panel features do not work yet. Please keep backup of your grains before testig Admin Panel.
- Linked Cards and Linked Boards.
- Some not needed options like Logout etc have been hidden from top bar right menu.
- [Import board now works. "Board not found" is not problem anymore](https://github.com/wekan/wekan/issues/1430), because you can go to All Boards page to change to imported board.
and removes the following features:
- Remove Welcome Board from Standalone Wekan, [to fix Welcome board not translated](https://github.com/wekan/wekan/issues/1601).
Sandstorm Wekan does not have Welcome Board.
Thanks to xet7 !
Closes #2125,
closes #2082,
closes #1430,
closes #1601,
related #2205,
related #2070,
related #1695,
related #1192.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Mix lists with same name to avoid duplicates
|