soupette
85a1c511d1
Add tests
2019-03-12 20:10:24 +01:00
Jim LAURIE
f51596c475
Merge pull request #2965 from Prat041192/patch-1
...
Update beforeFetchAll life cycle Bookshelf
2019-03-12 18:12:07 +01:00
soupette
b46dfd4288
Init AttributeForm
2019-03-12 18:11:16 +01:00
Jim LAURIE
9d60afc440
Merge branch 'master' into patch-1
2019-03-12 17:39:05 +01:00
Prateek Narula
62bc8e2287
reverted
...
To be inline with mongoose code
2019-03-12 17:31:06 +01:00
Prateek Narula
c0688b6ace
Corresponding to change in strapi-hook-bookshelf
...
afterFetchAll and beforeFetchAll hook definition added
2019-03-12 17:26:51 +01:00
Prateek Narula
5821b8ac15
FetchCollection changed to FetchAll
...
beforeFetchCollection will be beforeFetchAll and afterFetchCollection will be afterFetchAll.
Lifecycle hook variables need to be changed to be inline with mongoose. See https://github.com/strapi/strapi/blob/master/packages/strapi-hook-mongoose/lib/index.js
2019-03-12 17:23:38 +01:00
Jim LAURIE
d126b7e505
Merge pull request #2970 from absolux/master
...
Fix template typo for releations Bookshelf search
2019-03-12 17:20:31 +01:00
Jim LAURIE
606de54252
Merge branch 'master' into master
2019-03-12 17:20:24 +01:00
Jim LAURIE
db342a790f
Merge pull request #2968 from HZooly/master
...
Update FR translations
2019-03-12 17:07:09 +01:00
Jim LAURIE
79f29c60a9
Merge branch 'master' into master
2019-03-12 17:06:39 +01:00
soupette
afb3628f2f
Add tests to attributesModal
2019-03-12 16:53:10 +01:00
Jim LAURIE
b83b1ffcdc
Merge pull request #2966 from ZibanPirate/patch-1
...
The public folder path shouldn't be hard-coded in "strapi-provider-upload-local"
2019-03-12 16:51:23 +01:00
soupette
ac80b5bbdc
Add AttributeModal
2019-03-12 15:29:03 +01:00
Abdessamad MOUHASSINE
3bd55e0e88
Fix #2949
2019-03-12 08:58:45 +01:00
Hugo Torzuoli
d2aa8bd8a5
Update fr.json
...
Fix typo
2019-03-11 23:45:27 +01:00
soupette
b905a595dc
Handle create model from modelPage
2019-03-11 19:11:04 +01:00
Zakaria Mansouri
f9bc0a9b2e
Update index.js
...
the public folder shouldn't be hard-coded, it needs to follow the "strapi.config.public.path" value.
I faced this issue on my current project where i have a custom path for the "public" folder for development, replacing:
```
path.join(strapi.config.appPath, 'public', `uploads/${file.hash}${file.ext}`)
```
with
```
path.join(strapi.config.public.path, `/uploads/${file.hash}${file.ext}`)
```
solved my problem, so i need to notify you on this issue.
2019-03-11 19:06:10 +01:00
Prateek Narula
2d108af072
update needed eithh document of code
2019-03-11 18:41:12 +01:00
soupette
4ee6515ce2
Design ModelForm for creating data, missing submit
2019-03-11 18:26:30 +01:00
Jim LAURIE
3d7fa99807
Merge pull request #2946 from dev-drprasad/error-adding-timestamp-existing-sqlite3-table
...
Fix 'non-constant default' error while addind timestamp field to existing sqlite3 table
2019-03-11 17:12:44 +01:00
Jim LAURIE
2b7eda0625
Merge branch 'master' into error-adding-timestamp-existing-sqlite3-table
2019-03-11 17:12:06 +01:00
Jim LAURIE
0ed71140bf
Remove comments
2019-03-11 17:11:53 +01:00
Jim LAURIE
d2ea21ef09
Merge pull request #2938 from EpicUsaMan/patch-6
...
Support array of methods in documentation plugin
2019-03-11 16:27:24 +01:00
Jim LAURIE
29795248b8
Merge branch 'master' into patch-6
2019-03-11 16:27:08 +01:00
soupette
35289dff3a
Create ModelForm
2019-03-11 16:07:10 +01:00
soupette
1a64452492
Init ModalForm
2019-03-11 14:14:27 +01:00
soupette
6d28361cce
Add tests, modify PluginHeader so we can pass icons
2019-03-09 12:31:40 +01:00
soupette
f344e33341
Fix tests that wasn't working with the router import
2019-03-09 11:06:43 +01:00
soupette
bac6dad0a6
Fix conflicts
2019-03-09 10:39:35 +01:00
soupette
36fc2be6c1
Test ModelPage
2019-03-08 19:01:34 +01:00
Jim LAURIE
d7e88cf676
Fix package lock and other things
2019-03-08 18:48:35 +01:00
Jim LAURIE
5448271bfa
Merge pull request #2923 from dev-drprasad/show-proper-error-messages-upload-plugin
...
Show proper error messages for 'File Upload' plugin
2019-03-08 17:34:42 +01:00
Jim LAURIE
c43116ae50
Merge branch 'master' into show-proper-error-messages-upload-plugin
2019-03-08 17:34:17 +01:00
soupette
d2cf14e1af
Test App container
2019-03-08 17:15:36 +01:00
REDDY PRASAD
c4c4eef248
💅 Use pluginId value from package.json instead hardcoded in Fileupload saga
2019-03-08 21:11:40 +05:30
Jim LAURIE
10bf271b1c
Merge pull request #2914 from strapi/events
...
Set events in the front-end
2019-03-08 15:57:03 +01:00
Jim LAURIE
73b31d4e27
Merge branch 'master' into events
2019-03-08 15:56:50 +01:00
soupette
8cb39d8e81
Design modelPage
2019-03-08 15:55:15 +01:00
Jim LAURIE
be36c280f3
Fix lint
2019-03-08 15:53:58 +01:00
davidkartuzinski
698a6d2ad8
Fix conflicts
2019-03-08 15:35:00 +01:00
Jim LAURIE
d6942f2625
Merge pull request #2850 from rsinelle/master
...
Return bad request in case of empty files attribut
2019-03-08 15:19:25 +01:00
Jim LAURIE
b8edcbc283
Merge branch 'master' into master
2019-03-08 15:18:56 +01:00
davidkartuzinski
8bf31d8f27
Corrected typos and made changes as recommended by Yves.
2019-03-08 15:18:46 +01:00
Jim LAURIE
0071d28f22
Move error message to translation
2019-03-08 14:56:09 +01:00
Jim LAURIE
a5ce7bca4e
Merge pull request #2812 from gilhardl/fix-2731
...
Fix $pull error deleting entry with dominant model of many-to-many relation
2019-03-08 13:47:22 +01:00
Jim LAURIE
90d67ef4cf
Merge branch 'master' into fix-2731
2019-03-08 10:19:36 +01:00
REDDY PRASAD
786e1e00f7
🐛 Fix 'non-constant default' error while addind timestamp field to existing sqlite3 table
2019-03-08 11:33:47 +05:30
Amin Zibayi
e469081e52
Add necessary spaces before the list items
2019-03-08 01:27:27 +03:30
Amin Zibayi
d23c2e40e4
Add more necessary spaces before the list items
2019-03-08 01:12:36 +03:30