Sebastiaan Janssen
307a7fa77b
NuGet too: U4-1495 Include Umbraco assemblies' XML files to make use of comments
2013-01-18 09:15:21 -01:00
Sebastiaan Janssen
1304a9d791
Fixed U4-1495 Include Umbraco assemblies' XML files to make use of comments
2013-01-18 08:44:39 -01:00
Sebastiaan Janssen
816afe5abc
Condition for version number was slightly malformed, fixed.
2013-01-17 06:32:00 -01:00
Sebastiaan Janssen
371b539058
Make sure the filename gets set correctly if we're building the release locally
2013-01-15 13:09:05 -01:00
Sebastiaan Janssen
84635631cb
Fix U4-1470 UmbracoVersion.Current.ToString(3) - Version string portion was too
...
short or too long.
2013-01-15 09:13:48 -01:00
Sebastiaan Janssen
fa862e9a33
Improve build so that you can't forget to set the version number, the version in
...
UmbracoVersion.cs will be updated with the version configured in build.bat
2013-01-14 12:16:55 -01:00
Sebastiaan Janssen
64cd25e18a
Update NuSpec to include ClientDependency.Core.Mvc.dll
2013-01-11 11:22:26 -01:00
Morten Christensen
6a6a95f7dc
Correcting MediaService so it also moves any children to the recycle bin when trashing an item.
2013-01-11 10:38:32 -01:00
Sebastiaan Janssen
f42352d255
Make nuget package automation better
2013-01-11 09:26:23 -01:00
Sebastiaan Janssen
a5775e5a27
Also add FixedDisplayModes package as NuGet dependency
2012-12-13 10:44:21 -01:00
Sebastiaan Janssen
fc78a34bd1
Use Excludes instead of deletes for SQL CE dependencies
2012-12-10 11:35:31 -01:00
Sebastiaan Janssen
cd2711957f
Additional update for MVC4 support, nuget dependency updated, errors due to
...
web.config file in Views folder fixed
2012-12-06 11:33:17 -01:00
Sebastiaan Janssen
66f030a0d6
Batch to generate both the complete build AND the NuGet builds at same time
2012-12-05 14:44:30 -01:00
Sebastiaan Janssen
5518b901cc
Only place to set the nuget version is now in the nuget batch file
...
Saves editing in 3 places
2012-12-05 11:44:34 -01:00
Sebastiaan Janssen
97639040f0
New way of transforming web.config file that should work in both VS2010 and 2012
...
Moved transform responsibility to Umbraco.Web.UI (mainly because circular
dependency has been solved already a few months ago)
Managed to clean up build.proj significantly in the process
2012-12-03 15:53:06 -01:00
Shannon Deminick
d5e184b133
Adds logging to the package installer for debugging. Updates DisposableTimer to pass delegates for logging for tracing/info.
...
Fixes PluginManager cache file handling. Ensures cache file is written with the correct TypeResolutionKind. Have added a check to
ensure the file is replaced if a legacy file is found. Added a check to the PluginManager to load from scanning if the cache item is
not found in the file, this fixes all install issues with the type finding in 4.11.
Added new batch file to reset an umbraco install to vanilla (not 100% complete yet)
2012-11-27 10:42:22 +05:00
Sebastiaan Janssen
9d5b1e178a
Move all the lib files to NuGet/MyGet and remove legacy folders
2012-11-26 17:11:13 -01:00
Morten Christensen
5d3fdde39d
Adding ServiceStack as nuget package dependency instead of shipping the assembly.
2012-11-26 07:19:34 -01:00
Morten Christensen
e35f61b10c
Adding AspNet Mvc dependency in nuspec.
2012-11-09 07:28:29 -01:00
sitereactor
053e26b34c
Updating nuspec files for v6-alpha
2012-11-01 07:52:49 -01:00
sitereactor
9306fd0b5c
Missing log4net reference
2012-10-30 07:58:29 -01:00
sitereactor
9673f60948
Updating nuspec files for 4.10.0 beta release
2012-10-30 07:40:42 -01:00
Sebastiaan Janssen
9ef25c25e6
Remove NuGet.exe from build folder and refer to the one already in \src\.nuget
...
One NuGet.exe to rule them all!
2012-10-09 08:44:38 -02:00
Shannon Deminick
45c335702d
Updated view engine to look only in App_Plugins/ not App_Plugins/Packages/.
...
Updated view engine to automatically create the required razor web.config in the packages
Views folder if it is not there already.
2012-10-01 23:43:47 +05:00
Shannon Deminick
be5076783f
Adds ~/App_Plugins/Packages folder to be created in build script
2012-10-01 23:10:27 +05:00
Sebastiaan Janssen
587542ace7
The build.bat file now won't exit when there's an error so you can inspect it, if there's no errors it will just exit
...
Excluded missing index.cshtml file from project (was giving build error)
2012-09-26 06:48:11 -02:00
sebastiaan
0549e39a00
The ClientDependency and ExamineIndexes folder are not needed in /App_Data any more
...
They are automatically generated in /App_Data/TEMP
2012-09-22 10:34:03 -02:00
sebastiaan
777c7dd683
Update to 4.10.0 for the nuspec files as well
2012-09-20 09:16:03 -02:00
sebastiaan
10963fe3c4
Remove .nupkg files
2012-09-20 09:13:11 -02:00
Morten@Thinkpad-X220
745707dc4b
Removing TinyMCE3 language files before they can be properly attached
2012-09-20 06:36:34 -02:00
Shannon Deminick
61d7dba2c0
Merge with 4.9.0
2012-09-07 06:24:51 +07:00
Morten Christensen@ThinkPadX220
fff09caebf
Adding a bat file as a shortcut to building nuget packages. Should be part of the build process tho.
2012-09-06 07:40:18 -02:00
Shannon Deminick
4dc181b4de
Merge with 4.9.0
2012-09-05 07:25:31 +07:00
Morten Christensen@ThinkPadX220
7eea48a55d
Adding nuspec files for nuget packages
2012-09-04 09:19:00 -02:00
Shannon Deminick
6949178f4b
removed formHandlers.config... pretty sure we removed this functionality about a zillion versions ago.
...
Removed old Nant build folder and files.
removed the umbVersion query string check as this was used for the old preview functionality and isn't used anymore (plus it could never work the way its implemented).
2012-09-01 07:03:56 +07:00
Matt@MBP13-PC
0bc1234a4e
Fixes issue with missing master pages
...
Re-added missing build script
2012-08-16 07:06:46 -01:00
hartvig
c11bc9559c
Implements U4-165
2012-08-14 07:45:47 -02:00
shannon@ShandemVaio
f83ae489db
Fixes remaining circular dependencies and updates the build script to not have
...
to manually build these projects seperately :)
fixes: #U4-77
2012-07-19 22:48:09 +06:00
shannon@ShandemVaio
c205197683
Fixes up build script to build Umbraco.Web.UI project
2012-07-19 22:01:36 +06:00
shannon@ShandemVaio
85aafbdb85
Updated sln to reference sqlce by default so its alwasy shipped with it and always works
...
locally when debugging. Updated build script to not have to manually build the umbracosqlce project
since its now referenced.
Updated ignore file.
Removed Umbraco.sdf as being referenced in the repository.
Fixed SqlCEInstaller to automatically create the sqlce database if it doesn't exist, we now don't ship the empty database
and this is much nicer for working in the core.
2012-07-17 00:52:08 +06:00
Matt@MBP-PC.Home
76fbcffea0
Updated build script to include empty folders in zips
2012-07-09 11:10:54 -01:00
Matt@MBP-PC.Home
0a79c590e5
Updatedt presentation project references / build script to include WebPages lib dlls
2012-07-05 10:53:57 -01:00
Matt@MBP-PC.Home
f0ac377c44
Updated build script to list for build number from build server
2012-07-05 08:15:48 -01:00
Matt@MBP-PC.Home
093933410f
Updated build script to list for build number from build server
2012-07-05 08:09:27 -01:00
Matt@MBP-PC.Home
2c8ca18ced
Updated the naming of the build script atrifacts inline with our final naming structure
2012-07-05 06:43:55 -01:00
Matt@MBP-PC.Home
561e85804f
Fixed issue with build script overwriting local config files when run locally. Now only works if ProjectDir and WebProjectOutputDir are different.
2012-07-04 09:56:24 -01:00
Matt@MBP-PC.Home
d70bd3311f
Fixes broek build
2012-06-29 12:40:10 -01:00
Matt@MBP-PC.Home
a993b1e736
Updated build script to include SQL CE by default
...
Updated build script to also generate a WebPi zip
2012-06-29 12:33:08 -01:00
Matt@MBP-PC.Home
0bd5bc580a
Fixed broken build script
...
Updated config templates to be dependant files so appearing underneath the real file. Build script has been updated to use these when preparing for a build. I think this makes it more obvious, as previously templates were heald elswhere and was easy to forget.
Removed config templates for files which are auto generated.
2012-06-29 09:09:32 -01:00
Matt@MBP-PC.Home
36a39e64d7
Updated build scripts
2012-06-28 12:47:11 -01:00