0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00
ghost/core
William Dibbern bf7692b151 Switch from multipart to busboy
Fixes #1227

- Removed deprecated `multipart` references.
- Setup `busboy` to pass along file streams and do a naive parse of form
values.
- Updated logic in file storage and db import to handle file streams
instead of the temporary files created by `multipart`.
2013-12-17 17:24:30 -06:00
..
client Bug fixes, undefined should not be a string 2013-12-15 11:36:01 +00:00
server Switch from multipart to busboy 2013-12-17 17:24:30 -06:00
shared Create the config module, initially used 2013-11-25 16:35:16 -05:00
test CasperJS waitForOpaque fails more gracefully 2013-12-15 18:30:15 +00:00
index.js Restore support for using ghost as a npm module fixes #1326 2013-11-27 17:39:14 +00:00