Sebastiaan Janssen
d84b8aa675
Fix duplication of the mysql DbProviderFactory when using NuGet
2015-05-06 11:04:09 +02:00
Sebastiaan Janssen
57c3665d0f
Show different ReadMe for fresh install vs. upgrade installs
2015-04-23 16:01:23 +02:00
Sebastiaan Janssen
8c4eba7837
"It's simple until you make it complicated"
...
- So now this logic has been un-complicated: look for the web.config file, if it exists and has a umbracoConfigurationStatus appSetting then don't overwrite the web.config, the user is upgrading umbraco and config transforms can do their thing. Otherwise, copy in a fresh web.config with all the required Umbraco bits.
2015-03-20 10:16:53 +01:00
Sebastiaan Janssen
4e9667a067
Don't forcibly remove System.Web.Helpers.dll during upgrades in case people have it already and packages rely on it
2015-03-18 09:49:18 +01:00
Sebastiaan Janssen
b724a185b7
Pushes the ascii art down one line as it looked a bit weird because the cursor is on the first line by default after installing
2015-02-19 09:37:56 +01:00
Sebastiaan Janssen
25cfceadc0
Merge branch 'dev-v7-upgradablemvc5webapi2' of https://github.com/Shazwazza/Umbraco-CMS into Shazwazza-dev-v7-upgradablemvc5webapi2
...
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
2015-02-17 10:46:36 +01:00
Sebastiaan Janssen
58b8aacff1
Fixes U4-6052 Umbraco 7.2.1 web app installed with Nuget fails at start with error :"Cannot create an MVC Area path without the umbracoPath specified"
...
#U4-6052 Fixed Due in version 7.2.2
2015-02-10 17:38:19 +01:00
Sebastiaan Janssen
4c5cc93a67
U4-6052 Umbraco 7.2.1 web app installed with Nuget fails at start with error :"Cannot create an MVC Area path without the umbracoPath specified"
...
#U4-6052 In Progress
2015-01-07 11:28:23 +01:00
Shannon
ec5ca9087e
Removes all references of Microsoft.Web.Helpers - we don't need to ship this, we don't reference it and it has compatibility problems. Also updates the version to 7.3.0
2015-01-06 18:24:27 +11:00
Morten Christensen
71244b9bcd
Smaller variation so text isn't pushed down
2014-12-17 16:17:49 +01:00
Morten Christensen
fd1e369b2a
Makes readme.txt for nuget packages awesome!
2014-12-17 15:59:37 +01:00
Sebastiaan Janssen
2f79d4a71d
Better replacement of examine management ascx to html
2014-12-03 11:27:02 +01:00
Sebastiaan Janssen
acb3ecbbf7
Updates NuGet Readme
2014-12-03 09:57:22 +01:00
Sebastiaan Janssen
6b92e47631
Unfortunately, we HAVE to point to MVC 4.0.0.0 else you get YSODs on machines with 4.0.0.1 in the GAC (and we can't point to 4.0.0.1 because 4.0.0.0 might be in the GAC and then it'll YSOD for THOSE people). BOOOO
2014-12-01 10:57:24 +01:00
Sebastiaan Janssen
2a66f95873
#U4-5453 Fixed
...
#U4-5871
Enabling IIS Compression gives ERR_CONTENT_DECODING_FAILED in backoffice
2014-11-25 18:22:27 +01:00
Sebastiaan Janssen
8ccbf70b39
Making sure lower-case "Change password" is also removed
2014-11-03 18:05:12 +01:00
Sebastiaan Janssen
316e7531a0
#U4-5738 Fixed Due in version 7.2.0
...
Umbraco 7.2 installation via NuGet fails
2014-11-03 13:13:23 +01:00
Sebastiaan Janssen
7c5ad67a9f
Update to config transform adding a <remove /> too late and assembly bindings not transforming correctly
2014-10-28 14:41:52 +01:00
Sebastiaan Janssen
8c69bb400b
Error in powershell, more backups and updates readme for beta
2014-10-28 10:56:30 +01:00
Sebastiaan Janssen
ad1473e52f
Fix some more config transforms
2014-10-27 16:35:45 +01:00
Sebastiaan Janssen
c273c94d57
Should fix the build for real now. Sets GenerateSerializationAssemblies to Off which then doesn't produce umbraco.XmlSerializers.dll any more.
...
Should be safe as this is only used for updatechecker and packageinstaller. From: http://hashtagfail.com/post/5255977780/sgen-loaderexceptions-error - "Visual Studio attempts to generate a serialization assembly containing the types in your solution, to improve XmlSerializer serialization performance, should you choose to serialize your types."
2014-10-23 17:08:35 +02:00
Sebastiaan Janssen
54642590cc
Took a page out of Json.Net's book and solved the problem with initial installs while keeping the upgrade transform behavior
2014-10-17 20:13:23 +02:00
Sebastiaan Janssen
bfd79277fd
Adds two more required transform files and updates web.config with forgotten key
2014-10-16 13:41:03 +02:00
Sebastiaan Janssen
0811951c04
Remove already defined variable
2014-10-16 13:41:02 +02:00
Sebastiaan Janssen
6b43c0c761
Still try to backup web.config (might be too late though, will test) and remove test entry from install.core
2014-10-16 13:41:01 +02:00
Sebastiaan Janssen
1346621a79
Few more nuget updates
2014-10-16 13:41:00 +02:00
Sebastiaan Janssen
9f4d72e137
Improve NuGet upgrades
2014-10-16 13:41:00 +02:00
Sebastiaan Janssen
1dd103caa3
U4-4930 NuGet update fails to copy new Umbraco binaries
2014-05-16 18:53:23 +02:00
Sebastiaan Janssen
cbad216387
Update the install ps to do logging of copies and to actually copy the /umbraco folder properly
2014-05-09 13:07:41 +02:00
Sebastiaan Janssen
8391c32886
Fix whitespace
2014-03-24 09:34:48 +01:00
Sebastiaan Janssen
006a89e136
U4-4498 Doc & Media Type, Server Error when upgrade, 7.0.4 to 7.1.0 RC via Nuget
...
Have to copy in the Umbraco and Umbraco_Client folder during NuGet updates as well.
2014-03-23 16:10:58 +01:00
Sebastiaan Janssen
0bfbacfd66
No need to back up the config files, they don't get overwritten if you answer "No"
...
Updated the readme.
2014-03-20 15:33:41 +01:00
Sebastiaan Janssen
05ca98219d
Also copy the new config files over
2014-03-20 14:57:07 +01:00
Sebastiaan Janssen
a83a0f1e25
Fix merge conflict
2014-03-20 14:27:39 +01:00
Sebastiaan Janssen
ea7d476559
Backup config files properly
2014-03-20 14:26:11 +01:00
Morten Christensen
bfaace373c
Updating the install ps1 to only copy over the web.config on initial install to ensure that the web.config is correct.
2014-03-20 14:00:43 +01:00
Sebastiaan Janssen
4bcf3983c5
Update readme and remove non-functioning backups from install.ps1
2014-03-18 18:41:05 +01:00
Sebastiaan Janssen
17db60c34a
Fixes U4-3399 - Adds some nuget dependencies and we don't need the dummy in macroscripts
...
any more nor do we need to preventatively delete json.net any more.
2013-11-18 14:51:12 +01:00
Sebastiaan Janssen
a023ddb76b
Fix json.net NuGet problem
2013-10-09 10:44:54 +02:00
Morten Christensen
efe5de87a6
Updating readme for nuget packages
2013-08-22 12:58:53 +02:00
Morten Christensen
b90150279b
Merge branch '6.0.7' into 6.1.2
...
Conflicts:
build/Build.proj
build/NuSpecs/UmbracoCms.Core.nuspec
src/Umbraco.Tests/Services/ContentTypeServiceTests.cs
2013-06-27 15:27:31 +02:00
Morten Christensen
5c09ba9a2d
Updating nuspec files and build
2013-06-27 15:15:27 +02:00
Morten Christensen
03c65c8eec
Updating build version to 6.1.0 beta
...
Updating nuspec with new references.
2013-04-04 12:13:59 -02:00
Morten Christensen@ThinkPadX220
7eea48a55d
Adding nuspec files for nuget packages
2012-09-04 09:19:00 -02:00