mateuswetah
|
b5bc411dee
|
Merge branch 'develop' into feature/794.
|
2023-08-14 18:32:16 -03:00 |
mateuswetah
|
6c3869cb0f
|
Uses modelValue on Buefy components. Begins refactor from VueDraggable to Sortable. #794.
|
2023-08-14 17:58:59 -03:00 |
vnmedeiros
|
1e92e06e17
|
Merge tag '0.20.4' into develop
release 0.20.4
|
2023-08-14 11:50:59 -03:00 |
vnmedeiros
|
570df12377
|
Merge branch 'release/0.20.4'
|
2023-08-14 11:49:43 -03:00 |
vnmedeiros
|
801c1e2b20
|
Merge branch 'release/0.20.4' of github.com:tainacan/tainacan into release/0.20.4
|
2023-08-14 08:29:51 -03:00 |
vnmedeiros
|
35ae71a440
|
release: update version 0.20.4
|
2023-08-14 08:29:37 -03:00 |
mateuswetah
|
080f4c701f
|
Updates Tainacan version to 0.20.4
|
2023-08-09 14:57:47 -03:00 |
mateuswetah
|
5cc32bcea8
|
Updates minimum version requirements for WordPress and PHP.
|
2023-08-09 10:16:59 -03:00 |
Mateus Machado Luna
|
52c9fb5979
|
Merge pull request #802 from tainacan/feature/792
Feature/792 - add and normalize json API schemas
|
2023-08-08 09:31:18 -03:00 |
mateuswetah
|
4551caf25d
|
Fixes typo on Exposers Handler.
|
2023-08-08 09:24:00 -03:00 |
mateuswetah
|
f765fca188
|
Disables some components to test vue3 migration warnings and errors...
|
2023-08-08 09:22:53 -03:00 |
vnmedeiros
|
6afd0fbc62
|
doc: add schema to API exporters
|
2023-08-01 09:12:12 -03:00 |
vnmedeiros
|
9efe5041ec
|
Merge branch 'develop' into feature/792
|
2023-07-31 11:51:38 -03:00 |
Vinícius Nunes Medeiros
|
b85e7a39c1
|
Merge pull request #801 from tainacan/env/remove_php5x_tests_actions
Env/remove php5x tests actions
|
2023-07-31 11:49:31 -03:00 |
vnmedeiros
|
b87e0fcf6f
|
env: increase wp version to 5.9 on tests
|
2023-07-31 11:39:25 -03:00 |
vnmedeiros
|
ab666829f2
|
env: remove php 5.6 in matrix of tests
|
2023-07-31 11:36:48 -03:00 |
vnmedeiros
|
35d62af90c
|
Merge branch 'feature/792' of github.com:tainacan/tainacan into feature/792
|
2023-07-31 11:23:20 -03:00 |
vnmedeiros
|
93a9afcf16
|
fix: roles endpoint args
|
2023-07-31 11:22:58 -03:00 |
mateuswetah
|
eef9ab69b6
|
Continues migration to Vue3 #794.
|
2023-07-27 10:59:58 -03:00 |
Mateus Machado Luna
|
0aa9957e94
|
Merge pull request #800 from tainacan/feature/798
Bumps minimum WordPress version to 5.9 and adds support to 6.3 #798
|
2023-07-26 16:31:23 -03:00 |
vnmedeiros
|
9fa4a54ac5
|
fix: standardize name of hooks
|
2023-07-26 15:45:44 -03:00 |
vnmedeiros
|
f97ed4b98c
|
fix: syntax error
|
2023-07-26 12:25:18 -03:00 |
vnmedeiros
|
7f2713abe4
|
Merge branch 'feature/792' of github.com:tainacan/tainacan into feature/792
|
2023-07-26 12:12:03 -03:00 |
vnmedeiros
|
82728e42af
|
docs: remove folder "docs"
|
2023-07-26 12:11:27 -03:00 |
mateuswetah
|
f6ee7c3d76
|
Several updates to make gutenberg blocks compatible with 6.3. #798.
|
2023-07-25 16:46:40 -03:00 |
mateuswetah
|
ff24f56c0e
|
Minimum test reqriments up to 5.9.
|
2023-07-25 16:46:00 -03:00 |
mateuswetah
|
fcd92e1e2c
|
Gets rid of compatibility checks made for WordPress previous to 5.9. #798.
|
2023-07-24 18:18:09 -03:00 |
mateuswetah
|
98b9578b83
|
Imports render function (h) and disables buefy temporaly on Roles.
|
2023-07-18 16:35:16 -03:00 |
mateuswetah
|
80173eca90
|
Updates third party libraries to Vue3 compatible versions. #794.
|
2023-07-18 14:58:19 -03:00 |
mateuswetah
|
f02907a480
|
Continues implementation of deep watchers for arrays and objects. #794.
|
2023-07-18 09:11:21 -03:00 |
mateuswetah
|
7362b4fad0
|
Uses mitt for emitting events in event buses and begins implementation of deep watchers for arrays.
|
2023-07-18 09:10:58 -03:00 |
mateuswetah
|
d6b74c9964
|
Adds v-model:value to custom components v-model. #794.
|
2023-07-17 11:45:43 -03:00 |
mateuswetah
|
93fa07c29b
|
Declares all events in the "emits" array. #794.
|
2023-07-17 10:21:26 -03:00 |
mateuswetah
|
f590930271
|
Removes remaining usages of Vue global. #794.
|
2023-07-14 18:10:45 -03:00 |
mateuswetah
|
8947b9cc98
|
Replaces Vue.prototype by app.config.globalProperties #794.
|
2023-07-14 17:19:35 -03:00 |
mateuswetah
|
3ead5a8656
|
Replaces Vue.set and this.$set by Object.assign. #794.
|
2023-07-14 17:02:06 -03:00 |
mateuswetah
|
d9b2b51714
|
Replaces beforeDestroy with beforeUnmount
|
2023-07-14 10:18:57 -03:00 |
mateuswetah
|
5cb9398926
|
Moves from $nextTick global usage to imported nextTick #794.
|
2023-07-14 10:17:31 -03:00 |
mateuswetah
|
edcd227a89
|
Replaces /deep/ with :deep() css selector. #794.
|
2023-07-14 10:02:10 -03:00 |
mateuswetah
|
89a23e3848
|
Adds schema for the OAI controller. #792.
|
2023-07-13 15:24:10 -03:00 |
mateuswetah
|
50b55b9be2
|
Adds schema for roles controller. #792.
|
2023-07-13 15:00:59 -03:00 |
mateuswetah
|
1743202328
|
Adds schema to sequence edit controller. #792.
|
2023-07-13 12:04:25 -03:00 |
mateuswetah
|
450cecad9c
|
Adds schema for bulk edition. #792.
|
2023-07-13 11:37:51 -03:00 |
mateuswetah
|
37798559cb
|
Creates schema for all reports endpoints #792.
|
2023-07-11 11:49:46 -03:00 |
mateuswetah
|
f8273f64fe
|
New constructor for vue router #794.
|
2023-07-11 09:43:59 -03:00 |
mateuswetah
|
b3ef56e998
|
Removes usage of .native modifier. #794.
|
2023-07-10 18:21:41 -03:00 |
mateuswetah
|
108a240f93
|
Replace .sync modifiers with new v-model attributes #794.
|
2023-07-10 18:16:07 -03:00 |
mateuswetah
|
b3e834e73c
|
First updates to support breaking changes on Vue Router and Vuex, at least in the admin build. #794.
|
2023-07-10 18:04:58 -03:00 |
mateuswetah
|
d3491e91cf
|
Update to new v-slots notation. #794.
|
2023-07-10 14:51:45 -03:00 |
mateuswetah
|
7adf34050a
|
Migra todas as :keys de para os <template>s. #794.
|
2023-07-10 14:28:09 -03:00 |