Martin Filser
6c8a5cc580
ReactiveCache, adding methods for Mongo.Collection#find
2023-07-18 21:25:28 +02:00
Martin Filser
3a7eece244
ReactiveCache, id Methods can contain now selector to get the first object (findOne())
2023-07-18 21:25:28 +02:00
Martin Filser
bf27ffb92e
Move every Checklists.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
3fc9c6efe7
Move every Attachments.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
fe2015735a
Move every Team.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
2ab34d3b87
Move every Org.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
79ea4d6d1e
Move every Activities.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
54f7361767
Move every CustomFields.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
0a7ffe4cb0
Move every CardComments.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
0e714a90e0
Move every ChecklistItems.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
5e3a9dc059
Move every Meteor.user() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
6e1ef3d94a
Move every Users.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
bf48d4371c
Move every Swimlanes.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
2f2aa7b08a
insert linked card at search dialog set's now the next card number too
2023-07-18 21:25:28 +02:00
Martin Filser
20b0422024
insert linked board set's now the next card number too
2023-07-18 21:25:28 +02:00
Martin Filser
dcb9fb7465
insert linked card set's now the next card number too
2023-07-18 21:25:28 +02:00
Martin Filser
3a287a494b
insert linked card at search dialog also add the card at top/bottom
2023-07-18 21:25:28 +02:00
Martin Filser
0926943670
Move every Lists.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
06e26d8d89
insert linked card dialog, sort swimlanes, lists and cards by field "sort"
2023-07-18 21:25:28 +02:00
Martin Filser
94953a1c97
use card.getRealId()
2023-07-18 21:25:28 +02:00
Martin Filser
02e9795816
insert linked board at top/bottom
2023-07-18 21:25:28 +02:00
Martin Filser
c29cff3822
insert linked card, move sortIndex to function
2023-07-18 21:25:28 +02:00
Martin Filser
29216599e4
insert linked card at top/bottom of list
2023-07-18 21:25:28 +02:00
Martin Filser
3b65113d05
Move every Cards.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
a182482cfb
Move every Boards.findOne(boardId) to the ReactiveCache (Part 2)
2023-07-18 21:25:28 +02:00
Martin Filser
9022e9949f
Move every Boards.findOne(Session.get('currentBoard')) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
cecf69af02
fix wrong function / variable name (currentSetting -> currentAnnouncements)
2023-07-18 21:25:28 +02:00
Martin Filser
b7dbeba7de
add currentSetting to ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
c6ee58ef88
add "currentList" to ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
1b3135a79f
models/cards.js, use getRealId() for setter too
2023-07-18 21:25:28 +02:00
Martin Filser
131959e050
minicard.js, reduce this.data().board() call
2023-07-18 21:25:28 +02:00
Martin Filser
3f3b4746a9
adding ReactiveCache to other source code
2023-07-18 21:25:28 +02:00
Martin Filser
30d154724a
currentBoard is very often called in jade files, so use there the cache too
2023-07-18 21:25:27 +02:00
Martin Filser
16130b3f73
Move ReactiveCache to imports
...
- so it's available for the Server too
2023-07-18 21:25:27 +02:00
Martin Filser
47427f89b0
Adding new ReactiveCache
2023-07-18 21:25:27 +02:00
Martin Filser
384d80a647
card.js, clean up redudant code
2023-07-18 21:25:27 +02:00
Martin Filser
43d11af631
Performance, improving page load about 40% faster
2023-07-18 21:25:27 +02:00
Martin Filser
9bda4372a5
insert meteor-reactive-cache npm module
...
$ meteor npm install --save meteor-reactive-cache
2023-07-18 21:25:27 +02:00
Lauri Ojansivu
61223503e3
v6.99.9
2023-07-18 01:18:33 +03:00
Lauri Ojansivu
4d2ad079dc
Updated dependencies.
2023-07-17 01:20:48 +03:00
Lauri Ojansivu
50c071682b
Updated translations.
2023-07-17 01:20:33 +03:00
Lauri Ojansivu
015ccb7a28
Updated ChangeLog.
2023-07-17 00:52:08 +03:00
Lauri Ojansivu
b9aed314f3
Merge pull request #5011 from NotTheEvilOne/pr/fix-oidc-without-groups
...
Fix "PROPAGATE_OIDC_DATA" mechanism if "info.groups" is undefined
2023-07-17 00:50:07 +03:00
Tobias Wolf
452e2e2408
Fix "PROPAGATE_OIDC_DATA" mechanism if "info.groups" is undefined
...
This may happen if no group information is shared via OAuth2/OIDC but synchronization of user data is intended by WeKan administration. Without the patch the following exception is raised:
Error in OAuth Server: groups is not iterable
2023-07-16 23:13:46 +02:00
Lauri Ojansivu
9370c1d472
v6.99.8
2023-07-13 12:11:36 +03:00
Lauri Ojansivu
8143dc9196
Updated ChangeLog.
2023-07-13 10:48:20 +03:00
Lauri Ojansivu
98ba18b052
Merge pull request #5009 from helioguardabaxo/fix-csv-import
...
Fix card creation. Now date fields are checked if they are empty.
2023-07-13 10:06:32 +03:00
helioguardabaxo
9860f20be3
Fix card creation. Now date fields are checked if they are empty.
2023-07-12 11:14:41 -03:00
Lauri Ojansivu
cfbb06ed1f
Updated translations.
2023-07-12 00:57:38 +03:00
Lauri Ojansivu
e39760eb19
v6.99.7
2023-07-11 18:20:22 +03:00