Sebastiaan Janssen
5faa71187d
More Owin updates
2019-06-06 15:21:05 +02:00
Sebastiaan Janssen
9f42e6a607
Update ImageProcessor and Newtonsoft.Json dependencies to the latest version
2019-06-06 14:37:57 +02:00
Shannon
332ad6349d
Updates latest newtonsoft.json
2018-09-28 12:59:12 +10:00
Shannon
aecf96d74d
Updates to latest MVC, WebApi and Owin
2018-09-28 12:19:34 +10:00
Shannon
c75938076e
reinstalls all packages flagged as 'requiresReinstallation'
2018-09-28 11:54:05 +10:00
Shannon
cebbcb711a
csproj, etc... updates for 452 (and 462 for benchmark proj)
2018-09-28 11:29:56 +10:00
Shannon
131fea3ba4
updates some proj refs
2017-12-06 15:38:00 +01:00
Sebastiaan Janssen
3275f03aff
Merge remote-tracking branch 'origin/dev-v7' into dev-v7.7
...
# Conflicts:
# .gitignore
# build/UmbracoVersion.txt
# src/Umbraco.Web.UI.Client/src/views/content/content.edit.controller.js
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
2017-09-11 15:46:54 +02:00
Shannon
b8e2e49a44
Updates to latest Katana libs
2017-07-26 17:50:58 +10:00
Stephan
7d8fdff6c1
U4-10006 - adjust projects to new build
2017-06-15 15:50:50 +02:00
Shannon
604bddabdf
Updateing the app.configs with the correct redirects for log4net since alll package installs are going to change these
2017-04-07 12:04:05 +10:00
Sebastiaan Janssen
16582c8207
U4-9745 Update outdated NuGet dependencies
2017-04-06 16:27:41 +02:00
Claus
7fa8f04b11
deploy-257 Downgrade Core and Deploy to framework 4.5
2017-03-08 11:20:48 +01:00
Shannon
9f710a957d
Merge remote-tracking branch 'refs/remotes/origin/dev-v7.6' into temp-u4-9322
...
# Conflicts:
# src/Umbraco.Core/Services/FileService.cs
2017-02-09 12:30:01 +11:00
Shannon
f4f1f6774d
U4-9499 Update to latest Json.Net
2017-02-08 17:47:32 +11:00
Shannon
72910cb35e
Updates everything to .Net 4.6.2, had to update the semver reference too - no breaking changes though
2017-02-07 00:22:34 +11:00
Stephan
1261f6b159
U4-9322 - getting tests to run
2017-01-16 19:54:09 +01:00
Claus
d866f1d74a
Merge branch 'dev-v7' into dev-v7.6
2017-01-03 11:58:23 +01:00
Shannon
4e2fb8e5dc
Fixes IP nuget references and fixes up several other Nuget assembly references.
2017-01-03 10:36:26 +11:00
Sebastiaan Janssen
51397d7c28
Merge branch 'dev-v7' into dev-v7.6
2016-11-28 10:49:37 +01:00
Sebastiaan Janssen
ee3a4614c3
Refactor all usages of SqlHelper, ExecuteReader and ExecuteXmlReader into using blocks
2016-11-26 18:02:57 +01:00
Stephan
ab3b04c165
Fix SqlHelper so it uses to current db connection
2016-09-15 12:14:25 +02:00
Shannon
ee27264a72
Ensures all instances of SqlCeEngine are in a using claus so native objects are disposed properly
2016-07-06 09:37:52 +02:00
Sebastiaan Janssen
3d6fd2d785
Updates to SQL CE 4.0.0.1
2016-02-17 11:44:33 +01:00
Sebastiaan Janssen
86ad3f6b05
Makes sure that R# doesn't suggest C#6 features
2015-07-24 17:25:52 +02:00
Shannon
95ff94c532
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Core/packages.config
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
src/Umbraco.Web/Editors/AuthenticationController.cs
src/Umbraco.Web/packages.config
2015-05-11 12:26:53 +10:00
Shannon
a4a49b1466
Revert "Fixes MVC 4.0.0.1 problem once and for all." - All MVC ref's are 4.0.0.0, no web config transforms (also there was never a 4.0.0.1 version of System.Net.Http). Everything works on my machine now, even with 4.0.0.1 installed in the GAC.
2015-05-11 11:45:13 +10:00
Shannon
3be1cd8b0d
Merge branch 'dev-v7' into 7.3.0
...
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/packages.config
src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.controller.js
src/Umbraco.Web.UI/packages.config
src/Umbraco.Web/packages.config
2015-05-07 16:24:29 +10:00
Shannon
1cac4ed075
Fixes MVC 4.0.0.1 problem once and for all.
2015-05-07 08:10:45 +10:00
Shannon
ff602da0fa
Updates owin packages and updates the web.config tempate for owin redirects
2015-04-01 13:41:45 +11:00
Shannon
a2a8c8fbd7
updated to latest owin
2015-04-01 13:41:36 +11: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
6c2750b0cc
Moves fix for VS14 to the SqlCEHelper class itself, InternalsVisibleTo didn't seem to work in VS (worked on command line build though)
2014-10-24 10:32:41 +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
Shannon
6319b10881
Merge remote-tracking branch 'origin/6.2.2' into 7.1.5
...
Conflicts:
src/SQLCE4Umbraco/SqlCE4Umbraco.csproj
src/SQLCE4Umbraco/app.config
src/Umbraco.Core/app.config
src/Umbraco.Tests/App.config
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/app.config
src/umbraco.MacroEngines/App.Config
src/umbraco.businesslogic/app.config
src/umbraco.datalayer/app.config
src/umbraco.editorControls/app.config
2014-07-23 10:08:01 -07:00
Shannon
c24775adb0
re-installs mvc, webapi and ensures running the latest 2.0.x versions of webpages and razor, now all proj's are consistent with correct versions referenced and copy local set correctly.
2014-07-23 10:03:26 -07:00
Shannon
0da4879400
downgrades mini profiler to what it used to be
2014-06-09 15:32:44 +02:00
Shannon
df3bc873df
Upgrades mini profiler and enables it in the back offfice.
2014-05-30 15:26:22 +10:00
Shannon
1e99c466ee
Updates some tests and fixes a couple things
2014-03-04 16:40:23 +11:00
Shannon
f9304d7f04
Gets lots of the new installer logic working
2014-02-26 16:01:31 +01:00
Shannon
d39cea7edd
Fixes merge issues with new member stuff regarding the column controlId -> propertyEditorAlias change. Removed the old sqlce sql scripts (
...
U4-2802 Obsolete unused/obsolete legacy umbraco.datalayer SQL utilities and installers)
2013-09-11 13:19:35 +10:00
Shannon
105af392dc
Obsoletes all legacy installer classes from the legacy data layer.
2013-09-10 11:43:07 +10:00
Shannon
8adfec51d0
Getting more unit tests fixed up, removed the old SQL installer scripts since there are not used whatsoever anymore
2013-09-06 18:03:00 +10:00
Shannon Deminick
cdbd1b504f
upgraded other projs to 4.5, added page to render for back office for, now to get requirejs wired up properly as its not returning the correct
...
paths.
2013-05-27 01:23:49 -10:00
Shannon Deminick
33c5c41a31
Added better support for clearing the db schema for test. Added more support for different db behaviors for tests, now to update
...
the behaviors where necessary as this will speed things up quite a lot.
2013-03-14 02:43:17 +04:00
Shannon Deminick
8d3c798c6c
Changed tests to clear out the current database instead of trying to delete/re-create it. Fixes up
...
other test inconsistencies and more error checking on the ApplicationContext.Dispose.
2013-03-14 01:07:54 +04:00
Sebastiaan Janssen
b7dc052cb2
Additional fixes for U4-1845 to maintain compatibility for people using the
...
wrong connection string
2013-03-06 14:09:01 -01:00
Stephan
e333ad2b23
Tests.Routing - fix tests
2013-02-20 14:38:28 -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
173d5552c0
U4-1376 Remove internal dependencies on GlobalSettings.DbDsn
2012-12-31 13:57:29 -01:00