Jim LAURIE
c3c24ca7ad
3.0.0-alpha.19
2019-01-16 11:49:16 +01:00
Jim LAURIE
712e997c54
Merge branch 'master' into admin-russian-locale-fixes
2019-01-15 20:29:21 +01:00
invader
80e80c9788
Admin: "Типы Данных" -> "Типы Контента" in content-manager plugin Russian translations
2019-01-11 23:05:25 +03:00
invader
3a79e40080
Update Russian translations in the Content Manager plugin
2019-01-10 22:52:41 +03:00
invader
34f98dd851
plugin-content-manager: fix typo in Russian locale
2019-01-10 21:19:45 +03:00
Jim LAURIE
6a3d2daac1
Merge branch 'master' into feature/998
2019-01-06 15:27:11 +01:00
Jim LAURIE
09530e9cd9
3.0.0-alpha.18
2019-01-04 11:23:15 +01:00
Chaitanya Choudhary
dd4d869e01
Fixed mongo updated timestamp issue.
2019-01-04 15:22:07 +05:30
Chaitanya Choudhary
b04ba69370
Ability to use custom timestamps.
2018-12-28 14:17:12 +05:30
Jim LAURIE
fd3ae96498
3.0.0-alpha.17
2018-12-18 14:37:15 +01:00
Jim LAURIE
596d4dd791
Merge branch 'master' into add-cypress
2018-12-12 20:18:57 +01:00
soupette
a401739405
Fix lang issue
2018-12-12 11:55:17 +01:00
soupette
27df580edb
Merge branch 'master' of github.com:strapi/strapi into add-cypress
2018-12-11 12:12:53 +01:00
soupette
636cb54c29
Add snyk
2018-12-05 15:42:58 +01:00
Jim LAURIE
a75e0c5485
3.0.0-alpha.16
2018-12-04 18:31:19 +01:00
soupette
66e45eb896
Change cypress test folder name
2018-12-03 12:06:09 +01:00
soupette
43e02ffb3d
Merge branch 'master' of github.com:strapi/strapi into add-cypress
2018-12-03 11:24:03 +01:00
Jim LAURIE
f2ec28907e
Merge branch 'master' into master
2018-11-29 11:45:42 +01:00
Jim LAURIE
c126b94325
Merge branch 'master' into fixNodeVersions
2018-11-29 11:21:55 +01:00
Jim LAURIE
fb03d4f18c
3.0.0-alpha.15
2018-11-28 14:55:41 +01:00
DMehaffy
ecb6baaea5
Update all the packages and generated json
2018-11-28 00:14:12 -07:00
soupette
d60b5c5b34
Fix conflicts
2018-11-27 20:22:41 +01:00
henrych4
84921e3f76
display a content type based on layout schema
2018-11-27 20:57:03 +08:00
Jim LAURIE
cd572b0f80
Merge branch 'master' into fix-missing-contentType-in-content-manager
2018-11-27 13:34:32 +01:00
Jim LAURIE
70e5816f46
Merge branch 'master' into fix/hidden-fields-schema
2018-11-27 12:19:04 +01:00
hhh
09ae14bc2e
Update packages/strapi-plugin-content-manager/config/functions/bootstrap.js
...
Co-Authored-By: soupette <cyril.lpz@gmail.com>
2018-11-26 16:10:13 +01:00
soupette
80adfdfde8
Merge branch 'master' of github.com:strapi/strapi into add-cypress
2018-11-22 19:45:31 +01:00
soupette
9384e73869
Fixes #2358
2018-11-22 19:44:30 +01:00
soupette
d98db6415b
Add cypress in monorepo and split by package
2018-11-22 19:19:04 +01:00
soupette
08cc82d09e
Add selectors to react select and fix json validations
2018-11-21 18:15:43 +01:00
henrych4
40eb59acc3
fix missing content type in content manager
2018-11-21 21:36:48 +08:00
soupette
a225d144c6
Add selector for errors
2018-11-21 12:57:20 +01:00
Jim LAURIE
ef0f40701f
Merge branch 'master' into fix/css-container-fluid
2018-11-21 11:56:19 +01:00
soupette
bba6f9d85f
Merge branch 'master' of github.com:strapi/strapi into add-cypress
2018-11-20 18:46:31 +01:00
soupette
11064ca997
Add specific selector to CTM add component
2018-11-20 18:44:49 +01:00
soupette
ff501df0cf
Add easier selectors
2018-11-20 18:00:00 +01:00
soupette
16e34102f5
Add ids to ctm
2018-11-20 15:25:32 +01:00
Marcello
5eed701b22
Placed handleInputChange after getOptions
...
Refactoring for continuous-integration build error
2018-11-19 19:07:17 +01:00
cyril lopez
958f4f7516
Merge branch 'master' into master
2018-11-19 15:00:44 +01:00
soupette
9368d45c24
Fix lint
2018-11-19 12:14:43 +01:00
soupette
428a9ca62d
Fix schema
...
Force lowerCase on content type name (since it is not supported by the backend)
Clean layout when the model has been removed
2018-11-16 18:34:12 +01:00
soupette
4b26453e0e
Fix schema
2018-11-16 18:32:26 +01:00
soupette
fc7ef829a0
Merge branch 'master' of github.com:strapi/strapi into add-cypress
2018-11-16 17:13:14 +01:00
soupette
d279ae8fa3
Improve logic by removing those fields from the options
2018-11-16 12:30:55 +01:00
soupette
a8773687cf
Fix hidden fields in schema
2018-11-16 12:19:08 +01:00
Alberto Maturano
8fcbb1978f
refactor: Fix misuse of map
method
...
`map` should create a new Array so a `return` is expected inside the
callback param. `forEach` is the corrent method to use for just iterate
over array elements.
2018-11-15 15:51:23 -06:00
Alberto Maturano
86cbd0c1b3
refactor: Remove unused variable
2018-11-14 19:51:05 -06:00
soupette
d9ee893c8f
Merge branch 'master' of github.com:strapi/strapi into add-cypress
2018-11-14 18:20:40 +01:00
soupette
3cb1291eed
Fix bugs and add ids
2018-11-14 18:19:35 +01:00
Dimitri Nicolas
e18bf9198b
Change containerFluid child margin for better grid alignement
2018-11-13 17:21:31 +01:00