Sebastiaan Janssen
6f2fa2ed4d
Makes sure that the version comment gets cleared when there is no comment.
2015-02-26 12:38:03 +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
f94d280e27
Removes unnecessary dummy files. Some directories are old and not needed, plus they all get created on app startup anyway.
2015-02-19 09:23:07 +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
7788452fb7
U4-6219 Visual Studio 2013 Crashes When Opening umbraco.sln
...
#U4-6219 Fixed
2015-02-13 10:04:35 +01:00
Shannon
c7778467e3
Updates to latest examine version which internally supports tokenized paths in config so we don't need to do this in the umbraco core.
2015-02-13 15:34:54 +11: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
4790dc59a9
Update CDF dependency
2015-02-05 09:01:42 +01:00
Shannon
ba54f96efd
updates nuspec
2015-02-03 13:16:30 +11: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
341239648d
bumps version
2015-01-07 09:17:22 +11: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
Shannon
4a72e8c3df
Creates ReflectedFixedRazorViewEngine and version checkers to dynamically update code depending on the major versions of MVC and WebApi
2015-01-06 17:40:28 +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
Shannon
ff66c90855
doh, fixed nuspec, there's no mvc cdf 1.8.1. updates the port
2014-12-11 18:49:40 +11:00
Shannon
082d116924
updates nuspec with examine and cdf updates
2014-12-11 17:46:06 +11:00
Shannon
78bee017ca
Updates nuspec to have a min examine version of 0.1.58 and prettifies their structure.
2014-12-09 19:10:57 +11:00
Shannon
451be273a5
bump version
2014-12-09 18:55:54 +11:00
Sebastiaan Janssen
2f79d4a71d
Better replacement of examine management ascx to html
2014-12-03 11:27:02 +01:00
Sebastiaan Janssen
c563629756
Bump version
2014-12-03 10:25:08 +01:00
Sebastiaan Janssen
acb3ecbbf7
Updates NuGet Readme
2014-12-03 09:57:22 +01:00
Sebastiaan Janssen
d4db32c0f2
Don't ship with or require dotLess install
2014-12-02 11:44:15 +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
0155a094b1
Bump Version
2014-11-27 12:12:31 +01:00
Sebastiaan Janssen
a1c223bc2b
Revert to using MVC 4.0.0.0 OOB so that people who have only 4.0.0.0 in the GAC can actually install Umbraco. If 4.0.0.1 is in the GAC that version will be taken.
...
Leaves the additional reference to System.Web.Http in web.config so that you don't get the System.Web.Http.ApiController when 4.0.0.1 is indeed in the GAC.
2014-11-26 10:43:46 +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
a1a1b9ebb5
Merge branch '7.1.9' into 7.2.0
2014-11-15 14:19:51 +01:00
Sebastiaan Janssen
403f64eeed
Only set comment to blank if there's command line arguments
2014-11-15 14:19:26 +01:00
Sebastiaan Janssen
5a26a52157
Merge branch '7.1.9' into 7.2.0
...
Conflicts:
build/Build.bat
build/UmbracoVersion.txt
2014-11-15 14:18:34 +01:00
Sebastiaan Janssen
5aa29cc150
Adds version comment to UmbracoVersion.txt and makes it possible to overrule by adding arguments to build.bat
2014-11-15 14:04:19 +01:00
Sebastiaan Janssen
9be3bdb8a5
Makes sure that the very first build on a fresh machine works immediately (previously you'd get an error saying that some NuGet packages were restored and you need to run the build again).
2014-11-15 13:14:40 +01:00
Sebastiaan Janssen
c0baac2b38
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."
Conflicts:
build/NuSpecs/tools/install.core.ps1
2014-11-15 12:38:28 +01:00
Sebastiaan Janssen
e59b14b7e7
Makes sure that the very first build on a fresh machine works immediately (previously you'd get an error saying that some NuGet packages were restored and you need to run the build again).
2014-11-14 17:16:33 +01:00
Sebastiaan Janssen
cb869b9064
Merge branch '7.1.9' into 7.2.0
...
Conflicts:
build/Build.bat
2014-11-14 16:53:34 +01:00
Sebastiaan Janssen
b20fc22577
U4-5814 Apply MVC 4.0.0.1 security update
2014-11-14 16:51:51 +01:00
Sebastiaan Janssen
4eb0981552
Bump version
2014-11-12 14:28:13 +01:00
Sebastiaan Janssen
ed8cc2ad0d
Also fixes U4-5592 and U4-5746 for 7.1.9
2014-11-12 12:40:24 +01:00
Sebastiaan Janssen
ae47ad882d
#U4-5592 Fixed, Due in version 7.2.0
...
#U4-5746 Fixed, Due in version 7.2.0
Note: dotless is required for the artist formerly known as tuning
2014-11-12 10:40:31 +01:00
per ploug
1ee6fc8514
Update build.bat to beta2
2014-11-10 13:33:42 +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
043139caae
Fixes build for people without git in path and with various VS versions installed (no more need to have at least VS2012 installed)
2014-10-19 13:00:54 +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
f4231b1692
Upgrade to System.Web.Mvc 4.0.0.1 (or 4.0.40804.0 whatever you want to call it)
2014-10-17 17:24:32 +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