Jim LAURIE
70e5816f46
Merge branch 'master' into fix/hidden-fields-schema
2018-11-27 12:19:04 +01:00
Jim LAURIE
e7bd84a1e8
Merge branch 'master' into refactor/codeQuality
2018-11-18 13:30:49 +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
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
90fba032d4
style: Improves spanish translation
...
issue #1621
2018-11-13 16:02:25 -06:00
Jim LAURIE
8fcf2ed8ae
3.0.0-alpha.14.5
2018-11-13 14:50:07 +01:00
Jim LAURIE
c48d3d6c30
Merge branch 'master' into fix/multi-lines-in-content-type-description#1543
2018-11-07 19:08:07 +01:00
dimitrinicolas
3d4d4c0525
Update FR translations
2018-11-04 12:28:04 +01:00
Jim LAURIE
51618f651f
Update packages/strapi-plugin-content-type-builder/controllers/ContentTypeBuilder.js
...
Co-Authored-By: entwicklerfr <39570370+entwicklerfr@users.noreply.github.com>
2018-10-27 02:06:20 +02:00
Jim LAURIE
01a2442e7d
3.0.0-alpha.14.4.0
2018-10-25 17:18:26 +02:00
Jim LAURIE
379331f822
3.0.0-alpha.14.4
2018-10-25 16:41:07 +02:00
Jim LAURIE
32b7db465d
Merge branch 'master' into japanese_localization
2018-10-25 13:54:50 +02:00
Jan Brachhold
1e7696861e
#1620 - Translation keys missing in DE language
2018-10-21 14:50:19 +02:00
Jim LAURIE
e42e532f1a
Merge branch 'master' into revert-1928-master
2018-10-18 10:41:38 +02:00
cyril lopez
b3e9c0ec48
Merge branch 'master' into fix/#2097
2018-10-18 10:39:22 +02:00
entwicklerfr
aada9332a5
multi lines in content type description#1543
2018-10-17 23:54:30 +02:00
entwicklerfr
8b78daf3e7
multi lines in content type description#1543
2018-10-17 23:13:35 +02:00
cyril lopez
2a8ef807d0
Fix PR feedback
2018-10-10 15:54:26 +02:00
cyril lopez
fff21e8afb
Fixes #1856 #1233
2018-10-09 15:17:43 +02:00
cyril lopez
977e1b309e
Fixes #2097
2018-10-09 14:55:31 +02:00
Jim LAURIE
bcb71242a8
Revert "Font-family declarations fixed"
2018-10-09 12:31:16 +02:00
takeshi_matsushita
930d0170f9
Add ja.json
2018-10-09 07:49:55 +09:00
cyril lopez
5c391f49e4
Merge branch 'master' of github.com:strapi/strapi into improve/admin-auth
2018-10-08 17:50:13 +02:00
Jim LAURIE
4dd93f4b78
Merge branch 'master' into split-admin-dev
2018-10-08 17:44:35 +02:00
Jim LAURIE
87c3af3d1e
3.0.0-alpha.14.3
2018-10-08 17:14:19 +02:00
IdaszakDaniel
207676e123
PL missing translation keys
2018-10-05 21:40:27 +02:00
Jim LAURIE
1f56c823e9
Merge branch 'master' into order-translation-key
2018-09-27 18:39:22 +02:00
Jim LAURIE
29409f9531
Merge branch 'master' into master
2018-09-27 18:32:03 +02:00
Jim LAURIE
070f398044
Reorder translation keys
2018-09-26 15:15:48 +02:00
Jim LAURIE
46c9b0f966
3.0.0-alpha.14.2
2018-09-26 11:08:10 +02:00
cyril lopez
989b867714
Split admin entry point between dev and prod
2018-09-25 15:01:06 +02:00
Jim LAURIE
a818c1258b
Merge branch 'master' into master
2018-09-25 10:11:59 +02:00
Alberto Maturano
154fc28a57
Normalize to standar file permissions
...
As a result of taking a look on PR #1967 I realized there is 819
executable files in this repository. It is obvious this is an error.
2018-09-24 12:33:09 -05:00
Miloslav Voloskov
1cd3fe3c5c
Merge branch 'master' into master
2018-09-23 08:04:20 +03:00
Anthony Guimard
5fea994d99
Remove code update commited by error due to bad sync.
2018-09-18 07:17:38 -04:00
Anthony Guimard
2e5c1581bf
CamelCased model name with whitespace on form submit.
...
Model name is camelCased only on input blur, a getModelWithCamelCaseName
function has been added and is used for model object on form submission in order
to prevent name with whitespaces.
2018-09-18 00:18:45 -04:00
Jim LAURIE
4d8ace2db7
3.0.0-alpha.14.1.1
2018-09-13 18:39:37 +02:00
Jim LAURIE
f10335d717
3.0.0-alpha.14.1
2018-09-12 12:41:11 +02:00
uyouthe
2f2ad51804
Font-family declarations fixed
2018-09-10 20:59:33 +03:00
Abhimanyu
6bba0c8db6
content-type-builder bugfix - Cannot read property 'toJS' of undefined
2018-09-10 17:04:21 +05:30
Jim LAURIE
145f22ee1e
Update random
2018-09-07 17:02:32 +02:00
Jim LAURIE
6fcaf96806
Clean layout on content tyep delete fix #1903
2018-09-07 15:59:59 +02:00
Salem Yaslem
8bde839f86
update strapi-plugin-content-type-builder arabic translate
2018-09-07 02:15:00 +03:00
Kati Frantz
3ee7bbacf3
add validation for title enumeration field
2018-09-02 19:41:09 +01:00
Vladislav Arsenev
e30e61c217
Merge branch 'master' into fix/files-required-validation
2018-08-30 14:50:20 +03:00
Vladislav Arsenev
5a666d80df
fix(files-required-validation): fix required prop save. add error display for component. fix validation file repeatedly
2018-08-30 14:44:57 +03:00
Jim LAURIE
d56d75b05b
Merge branch 'master' into fix/autoReload
2018-08-29 11:02:44 +02:00
Jim LAURIE
cecef7385f
3.0.0-alpha.14
2018-08-27 16:30:16 +02:00
soupette
8003982b08
Fix conflicts
2018-08-22 14:17:09 +02:00
soupette
38c4fd6a47
Fix first part of PR feedback
2018-08-21 14:01:15 +02:00