CWS-Start icon indicating copy to clipboard operation
CWS-Start copied to clipboard

This is the new shiny MVC version of Umbraco CWS starter site package

Results 19 CWS-Start issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 4.5.11 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [SharpZipLib](https://github.com/icsharpcode/SharpZipLib) from 0.86.0 to 1.3.3. Release notes Sourced from SharpZipLib's releases. v1.3.3 Another minor release, containing security fixes and smaller bugfixes. Fixes: 🐛 specialized tar extract traversal by nils...

dependencies

Bumps [UmbracoCms](https://github.com/umbraco/umbraco-cms) from 6.1.3 to 8.10.0. Release notes Sourced from UmbracoCms's releases. CodeGarden '18 Snapshot Version 8 as of CodeGarden '18 Commits cb04914 Register the TelemetryIdentifierStep 36cb342 Telemetry revisited -...

dependencies

I would be nice to have a version to be used with version 7

Stack Trace: [DuplicateNameException: An item with the alias CWSMember already exists] Umbraco.Core.Persistence.Repositories.ContentTypeBaseRepository`2.PersistNewBaseContentType(ContentTypeDto dto, IContentTypeComposition entity) +2742 Umbraco.Core.Persistence.Repositories.MemberTypeRepository.PersistNewItem(IMemberType entity) +337 Umbraco.Core.Persistence.Repositories.RepositoryBase`2.PersistNewItem(IEntity entity) +156 Umbraco.Core.Persistence.UnitOfWork.PetaPocoUnitOfWork.Commit(Action`1 transactionCompleting) +217 Umbraco.Core.Persistence.UnitOfWork.PetaPocoUnitOfWork.Commit() +7 Umbraco.Core.Services.MemberTypeService.Save(IMemberType memberType, Int32...

As per bug https://github.com/warrenbuckley/CWS-Start/issues/27

Error in current master branch EmailHelper.cs Line 27 references incorrect "smtpUser" property alias: var user = homepage.GetPropertyValue("smtpUser", SMTPUser).ToString(); The correct alias is "smtpUsername"

Kinda messy with all the commits but what I did was update Bootstrap, fixed the nav and some other things that broke with the update. Hope this helps :)

This is a great starting point however would it not be better if you only use MVC rather than webforms. For example the admin dashboard file ViewcontactLogs.ascx It would also...

After installing the package I renamed all the call to the views and removed the dashes (CWMaster,....) I get an error when I load the site complaining about the @Html.Action("RenderNavi",...