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 |
|
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 |
|
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
|
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 |
|
Stephan
|
0a4a230c07
|
Merge branch 'u4-8290' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-u4-8290
|
2016-05-24 08:15:47 +02:00 |
|
Shannon
|
877b7d4af7
|
U4-8358 Writers can't schedule publish/unpublish times
|
2016-05-23 19:23:59 +02:00 |
|
Shannon
|
9cf5ac2f95
|
U4-8491 Moving/Deleting Media does not sync/refresh the tree
|
2016-05-23 17:44:45 +02:00 |
|
Sebastiaan Janssen
|
bbe37ea6b9
|
U4-8349 Cannot create Scripting Files in Umbraco 7.4.0
|
2016-05-23 08:55:51 +02:00 |
|
Sebastiaan Janssen
|
57b19e7017
|
Forgot semicolon, whoops!
|
2016-05-23 08:47:36 +02:00 |
|
Sebastiaan Janssen
|
43d791f9a5
|
U4-6504 SmtpClient Not Properly Disposed, Causing Emails to Fail Periodically
|
2016-05-23 08:27:30 +02:00 |
|
bjarnef
|
b74bf661b8
|
Added quotes
|
2016-05-21 23:57:30 +02:00 |
|
bjarnef
|
3c9de3b20c
|
Ensure correct font is used for icon-check
|
2016-05-21 23:43:37 +02:00 |
|
bjarnef
|
ccd42ad1d4
|
Fix some issues in landscape mode
|
2016-05-21 22:42:58 +02:00 |
|
bjarnef
|
a8712fb4cf
|
Added a comment
|
2016-05-21 21:51:28 +02:00 |
|
bjarnef
|
d7cb79513f
|
Adjust login for narrow screen sizes.
|
2016-05-21 21:49:00 +02:00 |
|
Gerard Konings
|
3897d0f764
|
disable submitbutton
disable submitbutton on overlay, so you can enable it later on
|
2016-05-20 22:44:18 +02:00 |
|
Gerard Konings
|
2ffbdec14b
|
Removed required attribute from slider-handle
Removed required attribute. Slider defaults to round, so doesn’t need
to be required
|
2016-05-20 22:40:26 +02:00 |
|
Sebastiaan Janssen
|
8c7390280e
|
Updates this migration to only run when upgrading from 7.3.0 and higher
|
2016-05-20 16:36:22 +02:00 |
|
Sebastiaan Janssen
|
e54d374eb2
|
Add cmsPreviewXml table if it doesn't yet exist
|
2016-05-20 15:54:39 +02:00 |
|
Stephan
|
4870c228dc
|
Fix tests
|
2016-05-20 11:24:30 +02:00 |
|