Sebastiaan Janssen
3b74e660a7
Is this path supported?
2016-06-01 13:45:59 +02:00
Sebastiaan Janssen
518e266832
AppVeyor recommends this method for doing package restore
2016-06-01 13:27:46 +02:00
Shannon
bad6785ac6
Merge branch 'dev-v8' of https://github.com/umbraco/Umbraco-CMS into dev-v8
2016-06-01 13:24:23 +02:00
Shannon
1c82d8ac4e
argh! no more extension methods that depend on singletons
2016-06-01 13:24:12 +02:00
Sebastiaan Janssen
570fd86919
Letting this restore be verbose for a minute because I think it has some problems
2016-06-01 13:16:18 +02:00
Shannon Deminick
f5f7cf8d63
Merge pull request #1277 from umbraco/temp-u4-8447
...
U4-8447
2016-06-01 12:57:01 +02:00
Sebastiaan Janssen
0f0718db80
Hopefully fixes the build
2016-06-01 12:51:08 +02:00
Sebastiaan Janssen
347732463f
Continued from PR 1254 ( #1296 )
...
* Changes Umbraco.Core to use project.json for package references, instead of nuget (next is the Web proj)
Changes the build to use correct version of MSBuild
Updates the Web.UI project to reference Microsoft.CodeDom.Providers.DotNetCompilerPlatform so that we can use c# 6 in views
Updates all other projects to use auto-package restore instead of the legacy nuget target restore
* Updates Umbraco.Web to use project.json - removes the lock file (will ignore)
* updates ignore to ignore lock files
* forgot about the tests project, removed the old nuget targets
* Need to restore some packages before we can build
* Update to latest nuget.exe which understands project.json
* This happened automatically, I'm guessing new NuGet removed these
* Correctly restore all necessary packages
* Fix merge problems and package version dependency conflicts
* Removes unnecessary file
* Removes unnecessary file
* Some things didn't make it during the merge, re-applying
* And even more changes that got reverted
* And even more changes that got reverted
2016-06-01 12:37:52 +02:00
Shannon
b7985cb2c8
Merge remote-tracking branch 'origin/dev-v7' into dev-v8
...
# Conflicts:
# src/Umbraco.Web/PropertyEditors/FileUploadPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/ImageCropperPropertyEditor.cs
2016-06-01 12:20:12 +02:00
Shannon
aff03997d9
Moves static event binding for prop editors to startup handlers
2016-06-01 11:27:08 +02:00
Shannon
11552da6ec
reverts change made to remove the 'child container' - this actually works well and doesn't interfere with the main container's scope mananger. Ignores the one failing test, need to ask Stephan
2016-06-01 00:36:10 +02:00
Shannon
df9160b3cd
Removes the 'Child Container' idea (that was bad and would consume lots of mem) and instead we use Scopes. Ensures that the app event handlers are creating during a single Scope operation in the CoreBootManager. Changes MigrationBase and all sub-classes to have an IMigrationContext as a ctor param. Updates the MigrationResolver to resolve Migration instances with the passed in IMigrationContext value. Simplifies MigrationBase since now we know we have a context to work with, there's no need to GetUp/GetDown Expression methods. Updates the MigrationRunner to use the MigrationContext instead of creating one itself.
2016-05-31 23:29:15 +02:00
Shannon
a1b6240299
Fixes more merge issues and tests, removes lucene dependency from core (not sure why it was there), creates IExamineIndexCollectionAccessor for better testing for classes that require access to the indexers like the GridPropertyEditor.
2016-05-31 19:24:33 +02:00
Shannon
c025dd463f
Fixes up merging issues, bit of manual process with this one
2016-05-31 17:24:40 +02:00
Shannon
6a5a736877
Merge remote-tracking branch 'origin/dev-v7' into dev-v8
...
# Conflicts:
# .gitignore
# build/UmbracoVersion.txt
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSeven/UpdateRelatedLinksData.cs
# src/Umbraco.Core/Services/DataTypeService.cs
# src/Umbraco.Core/Xml/XmlHelper.cs
# src/Umbraco.Tests/Routing/UrlRoutingTestBase.cs
# src/Umbraco.Tests/TestHelpers/BaseDatabaseFactoryTest.cs
# src/Umbraco.Tests/TestHelpers/BaseUmbracoApplicationTest.cs
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
# src/Umbraco.Web.UI/config/ClientDependency.config
# src/Umbraco.Web.UI/umbraco/config/lang/da.xml
# src/Umbraco.Web/PropertyEditors/GridPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/ImageCropperPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/LabelPropertyEditor.cs
# src/Umbraco.Web/PropertyEditors/MultipleMediaPickerPropertyEditor.cs
# src/Umbraco.Web/Routing/ContentFinderByLegacy404.cs
# src/Umbraco.Web/Routing/NotFoundHandlerHelper.cs
# src/Umbraco.Web/Umbraco.Web.csproj
# src/Umbraco.Web/umbraco.presentation/content.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/create/DLRScriptingTasks.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/create/language.ascx.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/developer/Python/editPython.aspx.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/sendToTranslation.aspx.cs
# src/umbraco.cms/businesslogic/Packager/Installer.cs
# src/umbraco.cms/businesslogic/translation/Translation.cs
2016-05-31 16:00:32 +02:00
Sebastiaan Janssen
cff7dbc81a
Temp u4 8495 ( #1293 )
...
* U4-8495 Create YML file for AppVeyor
* Secret token needs to be in single quotes
* Secure token instead of a configuration variable should make the slack notification work
* Only post to Slack when build fails
2016-05-31 15:21:37 +02:00
Shannon
2f44241439
fixes test
2016-05-31 15:17:00 +02:00
Stephan
18351b57b4
Consolidate on NewtonSoft.Json 8.0.3
2016-05-31 11:28:33 +02:00
Stephan
ec4373a4df
Upgraded to NPoco 3.3.3
2016-05-31 11:27:51 +02:00
Stephan
7a9ff1fc3b
U4-8447 - bugfix
2016-05-30 18:45:33 +02:00
Stephan
a514ffc258
U4-8447 - fix xml serialization
2016-05-30 18:32:32 +02:00
Stephan
8c33a31f37
U4-8447 - fix services setup
2016-05-30 17:56:25 +02:00
Sebastiaan Janssen
1121362ca9
Merge pull request #1295 from umbraco/temp-U4-8511
...
U4-8511 Update moment.js to the version to 2.10.3 for release
2016-05-30 16:08:51 +02:00
Sebastiaan Janssen
6ad4390d20
Merge pull request #1294 from umbraco/temp-U4-8331
...
Fixes: U4-8331 Umbraco.MultipleMediaPicker 'pick only images' should not allow a folder to be picked
2016-05-30 14:57:14 +02:00
Mads Rasmussen
8d5742acb7
Merge pull request #1281 from umbraco/temp-U4-8445
...
U4-8445 Validation on the Email field for Members will not allow the …
2016-05-30 14:41:46 +02:00
Shannon
4aa4a03013
U4-8511 Update moment.js to the version to 2.10.3 for release
2016-05-30 14:25:47 +02:00
Mads Rasmussen
9190855bcf
add configuration to disable folder select
2016-05-30 14:08:30 +02:00
Sebastiaan Janssen
720a46686b
U4-8500 Get c# docs building ( #1291 )
...
fetches docfx, builds the metadata and builds the docs with the correct filters
builds the UI docs from the same powershell script
2016-05-30 12:02:13 +02:00
Mads Rasmussen
11c1b5a2c4
Merge pull request #1126 from KevinJump/dev-v7-StylesheetProperties-U4-7160
...
U4-7160: Stylesheet RegEx to capture multi class properties
2016-05-30 10:51:30 +02:00
Simon Busborg
885d14bcb6
Fixes: U4-8455 IE11 - Image Cropper stretches the image when zooming
2016-05-30 10:01:39 +02:00
Mads Rasmussen
654f130105
Merge pull request #1275 from bjarnef/dev-v7-U4-8489
...
Ensure correct font is used for icon-check
2016-05-30 09:56:05 +02:00
Mads Rasmussen
2f445543f4
Merge pull request #1263 from lars-erik/U4-8443
...
U4-8443 - Immediately create node from list view when only one available document type
2016-05-30 09:39:38 +02:00
Simon Busborg
216c70becc
Merge pull request #1273 from gkonings/disable-submit-overlay
...
U4-8332
disable/enable submit button on overlay window
2016-05-30 09:35:42 +02:00
Simon Busborg
7046fca333
Merge pull request #1274 from bjarnef/dev-v7-U4-8486
...
Fixes some styling for login screen on narrow screen sizes
2016-05-30 09:27:42 +02:00
Simon Busborg
43ece1aba4
Merge pull request #1272 from gkonings/slider-default-round
...
Removed required attribute from slider-handle
2016-05-30 09:19:28 +02:00
Mads Rasmussen
b3b4cd4654
Fixes: U4-8480 Allow deleting empty tab when creating a doctype
2016-05-25 15:30:35 +02:00
Shannon
def8ee4962
fixes ysod when indexing grid content when the value is not a string (sub json value)
2016-05-25 14:38:24 +02:00
Shannon
8cea391a3f
U4-8514 Fix installation issue when there are stale cookies on localhost
2016-05-25 14:36:00 +02:00
Shannon
1e38089bb4
U4-8514 Fix installation issue when there are stale cookies on localhost
2016-05-25 13:58:56 +02:00
Shannon
81d1ac74d2
U4-8513 Fix the RestartApplicationPool extension to null out the current identity
2016-05-25 13:56:42 +02:00
Claus
247a5f415d
added a check to create macroScripts folder if it doesn't exist when creating a scripting file.
2016-05-25 12:12:52 +02:00
Shannon Deminick
8d5dabdfff
Merge pull request #1282 from umbraco/temp-U4-7332
...
U4-7332 Default gravatar link broken
2016-05-25 12:00:38 +02:00
Shannon
85a54c6492
fixes the delete part of U4-8491
2016-05-25 11:20:35 +02:00
Sebastiaan Janssen
7f3f11ab58
Merge pull request #1279 from umbraco/temp-U4-8491
...
U4-8491 Moving/Deleting Media does not sync/refresh the tree
2016-05-24 17:22:51 +02:00
Sebastiaan Janssen
f817eefd5c
Merge pull request #1280 from umbraco/temp-U4-8358
...
U4-8358 Writers can't schedule publish/unpublish times
2016-05-24 16:25:55 +02:00
Sebastiaan Janssen
6cb817fc01
U4-7332 Default gravatar link broken
2016-05-24 16:20:20 +02:00
Stephan
7fad91d86f
Merge branch 'AndyButland-u4-8290' into dev-v7
2016-05-24 15:56:21 +02:00
Stephan
42021a56b2
U4-8290 - minor cleanup & refactoring
2016-05-24 15:55:26 +02:00
Shannon
f29b5aade7
only removes the buggy formatters/parsers if the attribute is type="email"
2016-05-24 15:07:35 +02:00
Shannon
3ea01b7dab
U4-8445 Validation on the Email field for Members will not allow the entry of root domains greater than four characters.
2016-05-24 15:04:46 +02:00