Kevin Obee
Kevin Obee
PR removes the need to copy Sitecore DLLs to the `Lib` folder, using the Sitecore NuGet packages from the Sitecore MyGet feed. --- This change is [](https://reviewable.io/reviews/kevinobee/sitecore.ship/91)
tools\curl\curl.exe -i -X POST http://ship/services/publish/listofitems --header "Content-Type: application/x-www-form-urlencoded" --header "Content-Length: 0" -H "Accept:application/json" Actual: ``` HTTP/1.1 202 Accepted ``` Expected: ``` HTTP/1.1 204 No Content ```
Directory paths are not properly quoted, causing the command line build to fail to getnerate a package as shown below ``` StdPackage: C:\development\Open Source\ship\.nuget\nuget.exe pack C:\development\Open Source\ship\Build\packaging\Sitecore.Ship.AspNet.nus pec -Verbosity detailed...
Introduce a ASP.NET Web API implementation of Sitecore.Ship and potentially deprecate the NancyFx and ASP.NET HTTP handler implementations.
Remove any manipulation of the /configuration/system.web/httpModules/ section when installing Sitecore.Ship.
Provide a means to view and clear Sitecore cache content over HTTP.
Add a hook to allow code to be called prior to and and after deployment of a package so that automated publishing regimes can be suspended during deployment.
Provide a logon/logoff mechanism to mimic the functionality of the Sitecore login page.
Add the ability to serialize items, trees or entire databases via a HTTP request and provide a means of reading the serialized items back in te response stream. Remote serialization...
See the [GitHub pages](http://kevinobee.github.io/Sitecore.Glimpse/sitecore-80-notes.html) for details of installing Glimpse in Sitecore 8.x websites and the issues arising from Sitecore.Social assemblies using the Ninject IoC.