Commit graph

244 commits

Author SHA1 Message Date
Martin Filser
73b5bbfc9e ReactiveCache, full implementation of the collection "Translation" 2023-08-20 21:37:25 +02:00
Martin Filser
f421d135a6 Translations are working on the client side again 2023-08-20 19:31:48 +02:00
Martin Filser
bf313ca842 ReactiveCache, serialize and parse json with EJSON
- date object wasn't serialized and parsed right
- fixes #5086
2023-08-20 18:21:18 +02:00
Martin Filser
394149b2e0 ReactiveCache, use default parameters
- it's not related to any known bug (as far as I know)
- it's only a good coding style to have default parameters
2023-08-20 16:21:04 +02:00
Lauri Ojansivu
9ce51d8db2 Updated translations. 2023-08-18 17:35:14 +03:00
Lauri Ojansivu
6e490b0f8d Updated translations. 2023-08-18 16:45:20 +03:00
Lauri Ojansivu
6a38b9fb0f Updated translations. 2023-08-18 03:25:29 +03:00
Lauri Ojansivu
1f059898ca Updated translations. 2023-08-18 02:16:11 +03:00
Lauri Ojansivu
d5308d2d04 Updated translations. 2023-08-18 01:39:52 +03:00
Lauri Ojansivu
13711f02b6 Updated translations. 2023-08-17 23:02:15 +03:00
Lauri Ojansivu
baf1ddc8e5
Merge pull request #5087 from ipyramiddev/master
Corrected source code so that it works correctly with reactiveCache
2023-08-17 21:24:32 +03:00
Yevhenii Pertiaka
38b1301258 Corrected source code so that it works correctly with reactiveCache #5000 2023-08-18 03:20:45 +09:00
Lauri Ojansivu
f295f42363 Updated translations. 2023-08-17 21:02:50 +03:00
Lauri Ojansivu
7d48fe4c23 Updated translations. 2023-08-17 20:15:59 +03:00
Lauri Ojansivu
c769bed7dd Added remaining translations to feature custom transaltion strings on Admin Panel.
Thanks to xet7 !
2023-08-17 19:49:29 +03:00
Yevhenii Pertiaka
b1525d4221 Added new function to add cumstom translation strings on Admin panel 2023-08-17 21:54:14 +09:00
Lauri Ojansivu
fc9fb9132c Updated translations. 2023-08-13 02:48:42 +03:00
Lauri Ojansivu
fa6db6118d Updated translations. 2023-08-12 16:27:48 +03:00
Lauri Ojansivu
af14ff6e89 Updated translations. 2023-08-09 16:54:10 +03:00
Lauri Ojansivu
fbd64a6a9e Updated translations. 2023-08-07 16:23:02 +03:00
Lauri Ojansivu
672be413f7 Updated translations. 2023-08-03 22:17:03 +03:00
Lauri Ojansivu
b2c7be244e Updated translations. 2023-08-03 21:37:09 +03:00
Lauri Ojansivu
d0ba89d913 Updated translations. 2023-08-03 12:53:38 +02:00
Lauri Ojansivu
10a9aef974 Updated translations. 2023-08-02 20:24:03 +03:00
Lauri Ojansivu
16eb499806 Updated translations. 2023-08-02 07:07:50 +03:00
Lauri Ojansivu
4885934477 Updated translations. 2023-08-02 04:05:39 +03:00
Lauri Ojansivu
f3845549fe Updated translations. 2023-08-01 16:38:16 +03:00
Lauri Ojansivu
62c2d59f46 Drag board made translateable.
Thanks to xet7 !
2023-08-01 16:25:41 +03:00
Lauri Ojansivu
b73e65d63e Updated translations. 2023-08-01 15:30:53 +03:00
Lauri Ojansivu
bf0187f2c4 Updated translations. 2023-08-01 07:00:41 +03:00
Lauri Ojansivu
bcdad79621 Updated translations. 2023-07-31 17:27:23 +03:00
Lauri Ojansivu
3f91dd23bc Updated translations. 2023-07-30 02:07:46 +03:00
Lauri Ojansivu
7baf7d2256 Don't translate width and height minimum value.
Thanks to xet7 !
2023-07-30 01:55:40 +03:00
Lauri Ojansivu
a2f479f4bd Merge branch 'master' of https://github.com/mark-i-m/wekan into mark-i-m-master 2023-07-30 01:41:45 +03:00
Lauri Ojansivu
350a52935a Updated translations. 2023-07-21 01:56:26 +03:00
Lauri Ojansivu
a8c071f04c Updated translations. 2023-07-20 21:35:44 +03:00
Lauri Ojansivu
588e051f0f Updated translations. 2023-07-19 21:18:26 +03:00
Lauri Ojansivu
1c5857f064 Forked meteor-globals and meteor-reactive-cache to @wekanteam/meteor-globals and @wekanteam/meteor-reactive-cache to update to newest non-vulnerable dependencies.
Thanks to xet7 !
2023-07-19 21:08:21 +03:00
Martin Filser
538e197147 Move every Avatars.find(idOrFirstObjectSelector, options) to the ReactiveCache 2023-07-18 21:25:29 +02:00
Martin Filser
1c0a1e021a ReactiveCache, adding parameter "getCursor" 2023-07-18 21:25:29 +02:00
Martin Filser
42fad8fb98 ReactiveMiniMongoIndex, added getCardCommentsWithCardId 2023-07-18 21:25:29 +02:00
Martin Filser
316acd0366 ReactiveMiniMongoIndex, added getChecklistItemsWithChecklistId 2023-07-18 21:25:29 +02:00
Martin Filser
f80ecded0a ReactiveMiniMongoIndex, added getChecklistsWithCardId 2023-07-18 21:25:29 +02:00
Martin Filser
40a5422e75 ReactiveMiniMongoIndex created, Javascript Index of MiniMongo Client Database
- I didn't find a solution to have indexes in MiniMongo on client. As i see /
  believe there isn't this feature yet in Meteor (v2.10).
- I got this and many more results while looking for an solution:

  https://forums.meteor.com/t/adding-indexing-to-minimongo/9130/12
  https://github.com/meteor/meteor-feature-requests/issues/66

So to speed up the MiniMongo i decided to create a own class for this,
currently per query. Of course, this isn't the best solution, but works for now
good.
2023-07-18 21:25:29 +02:00
Martin Filser
76aae41637 Move every InvitationCodes.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2023-07-18 21:25:28 +02:00
Martin Filser
49071ca5fd Move every SessionData.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2023-07-18 21:25:28 +02:00
Martin Filser
6b7b464acc Move every Integrations.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2023-07-18 21:25:28 +02:00
Martin Filser
767d8e66e7 Move every ImpersonatedUsers.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2023-07-18 21:25:28 +02:00
Martin Filser
e30edce73e Move every CardCommentReactions.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2023-07-18 21:25:28 +02:00
Martin Filser
f5796faa84 Move every Triggers.findOne(idOrFirstObjectSelector, options) to the ReactiveCache 2023-07-18 21:25:28 +02:00