29765 Commits

Author SHA1 Message Date
cyril lopez
532d19fa11 Fix ExamplePage container 2017-10-30 14:14:03 +01:00
Jim Laurie
0a7b65be04 Remove relation on delete data bookshelf 2017-10-30 14:02:54 +01:00
cyril lopez
0cc377cc80 Rename strapi with Strapi 2017-10-30 13:46:40 +01:00
cyril lopez
c9ce0070b1 Force string value in content-manager edit container PluginHeaderTitle 2017-10-30 13:40:24 +01:00
cyril lopez
9412b1c8b8 Send appropriate table_name in content-tyope-builder to check if a table exists 2017-10-30 13:19:56 +01:00
cyril lopez
fefa861b26 Fix settings-manager bug in Input select to prevent from selecting the first value 2017-10-30 13:12:21 +01:00
Jim Laurie
915dd37942 Merge branch 'alpha.7' of https://github.com/strapi/strapi into fix/api-relations-mongoose 2017-10-30 10:55:43 +01:00
Jim LAURIE
a767047163
Merge pull request #308 from strapi/improve/content-manager
Improve/content manager
2017-10-30 10:50:17 +01:00
Jim LAURIE
fc7f3b05a0
Merge pull request #312 from strapi/fix/documentation
Fix errors in ui-components code examples
2017-10-30 10:49:21 +01:00
Jim LAURIE
76c56d39e7
Merge pull request #305 from strapi/improve/generate-plugin
Update generate-plugin
2017-10-30 10:42:30 +01:00
cyril lopez
30bae62bdd Throw error if not model params 2017-10-30 10:38:18 +01:00
cyril lopez
9ed293d1d3 Fix errors in ui-components code examples 2017-10-30 09:53:41 +01:00
Jim Laurie
dba7361c89 Handle relations on create data bookshelf 2017-10-27 20:10:37 +02:00
Jim Laurie
a2214ed0d7 Handle relation bookshelf oneToOne 2017-10-27 19:06:22 +02:00
Jim Laurie
08970eee3e Handle manyToMany relations bookshelf by object 2017-10-27 18:22:58 +02:00
Jim Laurie
c47492ea21 Handle manyToMany relations bookshelf by id 2017-10-27 17:57:50 +02:00
cyril lopez
8dfa961357 Remove double onClick props in Input lib and send error if connector does not exist in content type builder checkTableExists 2017-10-27 14:45:14 +02:00
cyril lopez
743e635d7a Fix ExamplePage container 2017-10-27 14:33:39 +02:00
Aurélien GEORGET
3c7601b63d Merge pull request #307 from jdollar/allow_for_config_override_in_start
Allow for overwriting of config in start
2017-10-27 11:23:07 +02:00
cyril lopez
7ae11f90da Missing semi 2017-10-27 06:00:07 +02:00
cyril lopez
53ab41110b Add input search to Input library 2017-10-27 05:40:14 +02:00
jdollar
460a8d1368
Allow for overwriting of config in start
Allow for the passing and using of a config json value when strapi starts instead of relying on preconfigured values
2017-10-26 22:53:00 -04:00
cyril lopez
db19f407d6 Add input type password to Input library 2017-10-27 04:41:24 +02:00
cyril lopez
3e0caba295 Add translations for NoTableWarning 2017-10-27 04:17:22 +02:00
cyril lopez
4baa78ee23 Created NoTableWarning component and implemented it in content type builder 2017-10-27 02:23:55 +02:00
cyril lopez
1758d7410f Add dynamic to display notification when table does not exist in content type builder 2017-10-27 01:26:42 +02:00
cyril lopez
11163d1b0f Add new route in content-type-builder to check if a table exists with bookshelf 2017-10-27 00:59:31 +02:00
cyril lopez
493d303e31 Order main menu plugin list by plugin name 2017-10-26 17:21:53 +02:00
Jim Laurie
35b6a50810 Handle relation oneToMany dominant bookshelf 2017-10-26 17:21:23 +02:00
cyril lopez
6eff6abc57 Fix pagination design 2017-10-26 16:19:52 +02:00
cyril lopez
1ccef127b4 Add number of entries in List content-manager 2017-10-26 16:05:40 +02:00
cyril lopez
cf70c5e003 Update generate-plugin 2017-10-25 18:49:29 +02:00
Jim Laurie
9105477500 Handle oneToOne mongoose relation 2017-10-25 17:38:48 +02:00
cyril lopez
3661bed2f6 Merge pull request #303 from strapi/fix/content-type-builder-quotes
Fix/content type builder quotes
2017-10-25 17:37:29 +02:00
cyril lopez
9400a93a59 Merge pull request #304 from strapi/improve/NotFoundPage
Improve/not found page
2017-10-25 17:25:53 +02:00
cyril lopez
963f18a544 Merge pull request #301 from strapi/inject-design
Inject design
2017-10-25 17:24:13 +02:00
cyril lopez
487aeece89 Remove console log 2017-10-25 17:22:50 +02:00
cyril lopez
d286867a5b Created NotFound component and add it to admin and content type builder 2017-10-25 17:03:40 +02:00
Jim Laurie
33736f6ea1 Handle object relations mongoose 2017-10-25 16:39:28 +02:00
Jim Laurie
3d9a509789 Handle relation by id mongoose 2017-10-25 16:24:35 +02:00
cyril lopez
31691009db Refacto ExtendComponent and modify generate-plugin 2017-10-25 16:14:57 +02:00
cyril lopez
4dbaaf17cf Fix content type update after first creation 2017-10-25 15:06:33 +02:00
cyril lopez
b964e83953 Fix content-type-builder quotes bug 2017-10-25 14:09:53 +02:00
cyril lopez
25b6ec055d Fix admin channels link design 2017-10-24 15:02:35 +02:00
cyril lopez
160ffe8626 Created dynamic to injectComponent from one plugin into another, write documentation accordingly 2017-10-24 14:35:08 +02:00
Aurélien GEORGET
5dd5c61965 Update README.md v3.0.0-alpha.6.4 2017-10-23 18:16:04 +02:00
Aurélien GEORGET
41d184e5c2 Update README.md 2017-10-23 18:15:26 +02:00
Aurélien GEORGET
706f1e4ee0 Merge pull request #300 from strapi/fix/content-manager-relations
Fix Content-Manager relations management
2017-10-23 18:08:57 +02:00
Jim Laurie
4b562ed94f Move plugin setup on strapi 2017-10-23 17:53:49 +02:00
Aurelsicoko
1df5709085 Fix many-to-many relationships 2017-10-23 17:35:00 +02:00