Sebastiaan Janssen
5a62713de4
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
...
# Conflicts:
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/integer/integer.html
2016-01-12 11:39:10 +01:00
Shannon
fb5faa3db7
Fixes tests, adds LanguageId to the interface
2016-01-07 18:59:59 +01:00
Shannon
d7a142e724
Refactors DictionaryItem and DictionaryTranslation so that the attached ILanguage entity is not cached nor cloned. This will save on lots of memory and cloning cycles especially if there are quire a few dictioanry items. Unfortunatley to achieve this requires a not so pretty hack where we need to assign an internal callback to the model so it knows how to retrieve the language when it needs it. In v8, the ILanguage entity will not be attached at all. This also fixes a cache refresher issue for when a language is deleted -> all dictionary cache must be removed. This commit also changes a method name: ClearAllIsolatedCacheByRepositoryEntityType
2016-01-07 18:44:04 +01:00
Shannon
e61db40907
Changes to use a composite key for UmbracoDeployDependency
2015-12-16 17:31:38 +01:00
Shannon
8260c12d64
deploy-31 Implement DB changes for Umbraco Deploy
2015-12-16 14:07:09 +01:00
Sebastiaan Janssen
d123967b14
Merge branch 'dev-v7' into 7.4.0
...
Conflicts:
src/Umbraco.Web.UI/umbraco/config/lang/no.xml
2015-12-15 15:31:47 +01:00
Claus
c334f94d72
Fixed a few comments.
2015-12-15 14:47:19 +01:00
Andrey Shchekin
b3e21e0827
U4-7522 Removed unnecessary exception from DeepCloneHelper.
2015-12-10 14:33:52 +13:00
Sebastiaan Janssen
c7aa3d63fb
Merge branch 'temp-U4-7372' into 7.4.0
...
Conflicts:
src/Umbraco.Core/Persistence/Migrations/Upgrades/TargetVersionSixZeroOne/UpdatePropertyTypesAndGroups.cs
2015-12-03 09:22:19 +01:00
Sebastiaan Janssen
9949e2676d
Merge branch 'dev-v7' into 7.4.0
...
Conflicts:
build/UmbracoVersion.txt
src/SolutionInfo.cs
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI.Client/bower.json
src/Umbraco.Web.UI.Client/src/less/main.less
src/Umbraco.Web.UI.Client/src/views/common/dialogs/mediapicker.html
src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.html
src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.html
src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
src/Umbraco.Web.UI/config/Dashboard.Release.config
src/Umbraco.Web/Umbraco.Web.csproj
2015-12-01 15:16:57 +01:00
Claus
bfbc6595fb
Fixed a few more split separators.
2015-11-30 19:29:23 +01:00
Shannon
fd66f08520
Fixes setting auth cookie during install, removes some try/catch/swallow with some error messaging, converts some String -> string and == false updates.
2015-11-26 13:07:22 +01:00
Stephan
0f0b612de3
Refactor EntityContainer with (sort-of) proper repository
2015-11-20 18:37:00 +01:00
Stephan
3fe235fa35
Sanitize content types .ContentTypeComposition and .PropertyTypes
2015-11-20 18:36:55 +01:00
Sebastiaan Janssen
d0865017d1
Merge branch 'dev-v7' into 7.4.0
2015-11-18 19:42:13 +01:00
Shannon Deminick
886347e763
Merge pull request #912 from lars-erik/fix-u4-7268
...
Support generic CultureInfo as language culture
2015-11-18 18:26:09 +01:00
Lars-Erik Aabech
04900337c7
Support generic CultureInfo as language culture
2015-11-18 14:13:32 +01:00
Stephan
eb5589e064
Remove PropertyGroup.ParentId, sanitize Property groups/types
2015-11-17 16:55:14 +01:00
Stephan
aaffa01f36
Implement PropertyGroup.Key (with migration)
...
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
2015-11-17 16:55:13 +01:00
Stephan
acd64cc776
Replacing ContentTypeBase PropertyGroups/Types entirely should dirty the ppty
2015-11-17 16:55:12 +01:00
Stephan
c7474487c9
Prepare EntityContainer for UniqueID
2015-11-17 16:55:11 +01:00
Stephan
8d00d931b0
U4-7414 Deleted tab's properties should become generic properties
2015-11-17 16:36:57 +01:00
Sebastiaan Janssen
05c592860d
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
...
Conflicts:
build/UmbracoVersion.txt
src/Umbraco.Core/Configuration/UmbracoVersion.cs
src/Umbraco.Web.UI.Client/src/views/common/dialogs/user.html
src/Umbraco.Web.UI.Client/src/views/propertyeditors/mediapicker/mediapicker.controller.js
src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
2015-11-17 13:43:19 +01:00
Stephan
6506c1109f
Implement ContentTypeBase.MovePropertyType support for null group
2015-11-17 12:02:36 +01:00
Shannon
ec247d2b27
ensures the migration table's seed is higher than 1 (have put it to 100).
2015-11-13 11:31:59 +01:00
Shannon
d379b98c57
Gets data type folders working/creating, data types being able to be created in folders, tree syncing with data type paths, fixes up some localization stuff and fixes up some issues with media type folders with parent ids
2015-11-12 18:59:43 +01:00
Shannon
42a0697d60
Nearly got data type folders creating
2015-11-12 18:59:42 +01:00
Shannon
4f07033d58
Gets creating/deleting media type folders working.
2015-11-12 18:59:41 +01:00
Shannon
b4755fc5c4
Gets more doc type folders working, can create and delete, now to get doc types to be moved.
2015-11-12 18:59:40 +01:00
Shannon
f54cde050a
WIP - updated repositories to better support creating/deleting entity containers in a transaction, this is done by a child repository and a new EntityContainer type. Updated the controller to use this logic.
2015-11-12 18:59:39 +01:00
Shannon
a0761b92b8
Merge remote-tracking branch 'origin/dev-v7' into 7.4.0
...
Conflicts:
build/RevertToCleanInstall.bat
build/RevertToEmptyInstall.bat
src/Umbraco.Web.UI.Client/src/canvasdesigner.loader.js
src/Umbraco.Web.UI.Client/src/common/directives/components/application/umbavatar.directive.js
src/Umbraco.Web.UI.Client/src/common/directives/components/property/umbproperty.directive.js
src/Umbraco.Web.UI.Client/src/less/pages/login.less
src/Umbraco.Web.UI.Client/src/views/components/application/umb-avatar.html
src/Umbraco.Web.UI.Client/src/views/components/property/umb-property.html
2015-11-09 12:33:53 +01:00
Shannon
ef64409a9a
U4-7231 TryConvertTo<T> of ObjectExtensions doesn't do null checks (causes handled errors on members after upgrade)
2015-10-27 18:29:46 +01:00
Shannon
21a748af29
Merge remote-tracking branch 'origin/dev-v7-contenttypeeditor' into dev-v7-contenttypeeditor-validation
...
Conflicts:
src/Umbraco.Web.UI.Client/src/common/directives/validation/valregex.directive.js
src/Umbraco.Web.UI.Client/src/less/forms.less
2015-10-14 12:13:51 +02:00
AndyButland
dda247fea5
Implemented decimal property editor
2015-10-14 09:59:09 +02:00
Shannon
2922e962e0
Gets validation working with composition alias conflicts
2015-10-09 19:03:11 +02:00
Shannon
97c352030a
Gets a little more validation working and creating using the new Save models
2015-10-07 17:16:42 +02:00
Shannon
1b21e04dc2
WIP for model mappers to new content editor save model, udpates to js to use that
2015-10-06 17:19:08 +02:00
Stephan
9c9ba477aa
Merge dev-v7 into dev-v7-contenttypeeditor
...
Conflicts:
src/Umbraco.Core/Constants-ObjectTypes.cs
src/Umbraco.Web.UI.Client/gruntFile.js
src/Umbraco.Web.UI.Client/src/loader.dev.js
src/Umbraco.Web.UI.Client/src/views/content/recyclebin.html
src/Umbraco.Web.UI.Client/src/views/datatype/edit.html
src/Umbraco.Web.UI.Client/src/views/media/recyclebin.html
src/Umbraco.Web/Umbraco.Web.csproj
2015-09-16 13:25:32 +02:00
Shannon
7beb21ad66
Fixes upgrade issues with MySql, along with a few other things:
...
* All usages of getdate() are changed to the system value
* All usages of newid() are chagned to the system value
* Removes the hacks associated with the above
* Fixes the fluent migrations for table creation for mysql to not double create a PK
* Removes other system field values that actually don't do anthing and shouldn't be used
2015-09-11 17:49:47 +02:00
Stephan
3314ab026b
U4-7083 - filesystems, polish, fix, and back-compat
2015-09-10 14:20:21 +02:00
Stephan
e577648efd
U4-7048 - refresh IFile instances from disk
2015-09-08 11:34:34 +02:00
Stephan
7848ea5ec0
U4-7038 - IPublishedContentWithKey for contents, members
2015-09-01 15:00:27 +02:00
Stephan
ed5ca49755
U4-6992 - update interfaces
2015-08-28 13:28:00 +02:00
Stephan
20d8656237
U4-6992 - fix server registration for new LB
2015-08-26 14:00:56 +02:00
Shannon
925757afc5
Merge branch 'dev-v7' into dev-v7-contenttypeeditor
2015-08-05 17:27:40 +02:00
Shannon
4c20441c4e
Fixes: U4-6915 Txt Starter Kit install fails on 7.3.0 beta3
2015-08-05 17:17:49 +02:00
Shannon
edfe1e6d54
Fixes: U4-2793 There doesn't seem to be a way to un-assign a template from a content item with the new API. Fixes issue with content type cache clearing when templates are deleted. Fixes the legacy packager to use the new template service to delete templates which does it in a much more graceful way, otherwise we need to do a try catch.
2015-08-05 16:30:21 +02:00
Shannon
85534bc3ce
Merge branch 'dev-v7' into dev-v7-contenttypeeditor
...
Conflicts:
src/Umbraco.Web.UI.Client/bower.json
src/Umbraco.Web.UI.Client/gruntFile.js
src/Umbraco.Web.UI.Client/src/common/directives/editors/umbAutoResize.directive.js
src/Umbraco.Web.UI.Client/src/common/directives/imaging/umbimagefolder.directive.js
src/Umbraco.Web.UI.Client/src/common/directives/util/delayedMouseLeave.directive.js
src/Umbraco.Web.UI.Client/src/less/application/grid.less
src/Umbraco.Web.UI.Client/src/views/common/dialogs/mediapicker.controller.js
src/Umbraco.Web/Umbraco.Web.csproj
2015-08-04 17:10:58 +02:00
Shannon
bc7a31d791
Updates IDomain to include language ISO code so we can save a lookup
2015-08-04 15:42:44 +02:00
Shannon
16c9ca9e4b
Refactors IDomain model, simplifies it so that it doesn't contain references, simplifies the domain repository to no longer require lookups of content and languages, updates all other code referencing IDomain and now if a language lookup is required it is made when appropriate.
2015-07-27 12:53:09 +02:00