Stephan
|
2ce9d9f7dc
|
Fix medias (broken by removing not-so-obsolete method)
|
2018-07-30 13:27:35 +02:00 |
|
Sebastiaan Janssen
|
6f409fdec2
|
Merge pull request #2803 from callumbwhyte/query-builder-updates
V8 Hackathon: Query builder updates [v8hackaton]
|
2018-07-30 12:43:49 +02:00 |
|
Sebastiaan Janssen
|
d03152c4f1
|
Merge pull request #2809 from LottePitcher/patch-1
Update v8_getting_started.md after v8 hackathon [v8hackaton]
|
2018-07-30 12:28:23 +02:00 |
|
Lotte Pitcher
|
1d4f6ba813
|
Update v8_getting_started.md
Recommending people clone to the temp8 branch directly, and how to speed up the VS build
|
2018-07-27 16:37:36 +01:00 |
|
Callum Whyte
|
154d36e580
|
Cleanup of template query builder whitespace
|
2018-07-27 13:02:37 +01:00 |
|
Callum Whyte
|
9162be9fb0
|
Updating template query builder to use new APIs
|
2018-07-27 13:01:54 +01:00 |
|
Sebastiaan Janssen
|
fd993f733f
|
Merge pull request #2798 from LottePitcher/temp8
In build.ps1, use .Path if .Source returns nothing
|
2018-07-27 12:57:14 +02:00 |
|
Lotte Pitcher
|
e920d3f4b2
|
In build.ps1, use .Path if .Source returns nothing
|
2018-07-27 11:39:27 +01:00 |
|
Stephan
|
52bb935604
|
Merge pull request #2684 from jamescoxhead/U4-6231
U4-6231 Refactored Umbraco.Web.WebServices classes
|
2018-07-26 11:30:34 +02:00 |
|
Stephan
|
1f353da33c
|
Cleanup IShortStringHelper if controller is gone
|
2018-07-26 11:23:06 +02:00 |
|
Stephan
|
8c88f8709b
|
Fix merge
|
2018-07-26 11:22:53 +02:00 |
|
Stephan
|
eadd79771d
|
Merge branch temp8 into temp8-6231
|
2018-07-26 10:42:35 +02:00 |
|
Stephan
|
8a3232bd23
|
Renormalize
|
2018-07-26 10:39:13 +02:00 |
|
Stephan
|
3c8a5c3a0d
|
Remove obsolete code
|
2018-07-26 09:56:23 +02:00 |
|
Stephan
|
6f4ad059ef
|
Cleanup
|
2018-07-26 09:41:43 +02:00 |
|
Sebastiaan Janssen
|
3ec31bb64d
|
Merge pull request #2756 from kows/hackathon-export-doc-type-to-angular
Rewrite exportdocumenttype.aspx to Angular [v8hackaton]
|
2018-07-25 12:13:52 +02:00 |
|
Sebastiaan Janssen
|
3b771bf0f7
|
Download using the umbraco built-in download method and adds notification for success/error
|
2018-07-25 12:09:46 +02:00 |
|
Sebastiaan Janssen
|
b5c3b85298
|
Merge branch 'hackathon-export-doc-type-to-angular' of https://github.com/kows/Umbraco-CMS into kows-hackathon-export-doc-type-to-angular
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/resources/contenttype.resource.js
# src/Umbraco.Web.UI/Umbraco/dialogs/exportDocumenttype.aspx
# src/Umbraco.Web.UI/umbraco_client/Application/UmbracoApplicationActions.js
# src/Umbraco.Web/Editors/ContentTypeController.cs
# src/Umbraco.Web/Trees/LegacyTreeDataConverter.cs
# src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/exportDocumenttype.aspx
# src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/exportDocumenttype.aspx.cs
|
2018-07-25 11:40:29 +02:00 |
|
Stephan
|
c7fabf84ba
|
Merge branch origin/temp8 into temp8
|
2018-07-20 11:01:10 +02:00 |
|
Stephan
|
d7e97ac771
|
Remove unused CodeAnnotations attributes, obsolete stuff
|
2018-07-20 10:59:25 +02:00 |
|
Stephan
|
ef7be48cc5
|
Fix SqlTemplates concurrency
|
2018-07-20 10:41:22 +02:00 |
|
Shannon
|
5fdaa451b8
|
fixes null check on linkpicker changes with anchors, fixes ng-true-value constant value
|
2018-07-19 22:35:05 +10:00 |
|
Stephan
|
d36ec60039
|
Fix IPropertyValueConverter determining HasValue
|
2018-07-19 11:02:51 +02:00 |
|
Sebastiaan Janssen
|
09dd5cf879
|
Merge pull request #2781 from Mundairson/temp8-U4-11428
U4-11428 CodeAnnotations classes have inconsistent constructor parameter order
|
2018-07-19 09:18:17 +02:00 |
|
Mundairson
|
d7d36c34be
|
Removed empty block comments.
|
2018-07-18 14:29:10 +01:00 |
|
Stephan
|
6c526b24a0
|
Post-merge fixes
|
2018-07-18 10:32:50 +02:00 |
|
Shannon
|
1f1bb37a57
|
merges lang files
|
2018-07-18 16:08:38 +10:00 |
|
Shannon
|
959caf4d04
|
Fixes tests and merging issues, simplifies TabsAndPropertiesResolver since it doesn't need umbracocontext, only the MemberTabsAndPropertiesResolver one does
|
2018-07-18 15:42:12 +10:00 |
|
Shannon
|
ec1d013004
|
Manually merges the IgnorePublishedContentCollisions change, removes more service locator pattern, removes ContextMapper with UmbracoContext and instead uses IUmbracoContextAccessor and adjusts some DI.
|
2018-07-18 14:34:32 +10:00 |
|
Shannon
|
66f9eb01c7
|
merge fixing and cleanup
|
2018-07-18 13:19:48 +10:00 |
|
Shannon
|
390514cd9d
|
Merge remote-tracking branch 'origin/dev-v7' into temp8
# Conflicts:
# src/Umbraco.Core/Configuration/UmbracoSettings/ContentElement.cs
# src/Umbraco.Core/Models/Identity/BackOfficeIdentityUser.cs
# src/Umbraco.Core/Models/Identity/IdentityModelMappings.cs
# src/Umbraco.Core/Persistence/PetaPoco.cs
# src/Umbraco.Core/Persistence/PetaPocoSqlExtensions.cs
# src/Umbraco.Core/Security/BackOfficeUserManager.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/FileService.cs
# src/Umbraco.Core/Services/IFileService.cs
# src/Umbraco.Tests/Configurations/UmbracoSettings/ContentElementTests.cs
# src/Umbraco.Tests/Configurations/UmbracoSettings/umbracoSettings.config
# src/Umbraco.Tests/FrontEnd/UmbracoHelperTests.cs
# src/Umbraco.Tests/Persistence/Querying/PetaPocoSqlTests.cs
# src/Umbraco.Tests/PublishedContent/PublishedContentTests.cs
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
# src/Umbraco.Web.UI.Client/src/less/property-editors.less
# src/Umbraco.Web.UI.Client/src/routes.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/dialogs/linkpicker.html
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/common/overlays/linkpicker/linkpicker.html
# src/Umbraco.Web.UI.Client/src/views/components/content/umb-content-node-info.html
# src/Umbraco.Web.UI.Client/src/views/content/copy.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/email/email.html
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/rte/rte.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/tags/tags.controller.js
# src/Umbraco.Web.UI.Client/src/views/propertyeditors/tags/tags.html
# src/Umbraco.Web.UI.Client/src/views/users/user.controller.js
# src/Umbraco.Web.UI/config/splashes/noNodes.aspx
# src/Umbraco.Web.UI/config/umbracoSettings.Release.config
# src/Umbraco.Web.UI/config/umbracoSettings.config
# src/Umbraco.Web.UI/umbraco/config/lang/en.xml
# src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
# src/Umbraco.Web.UI/umbraco/config/lang/fr.xml
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Editors/MemberTypeController.cs
# src/Umbraco.Web/Editors/TemplateController.cs
# src/Umbraco.Web/PublishedContentExtensions.cs
# src/Umbraco.Web/Routing/PublishedContentRequest.cs
# src/Umbraco.Web/Routing/UrlProviderExtensions.cs
# src/Umbraco.Web/UmbracoHelper.cs
# src/Umbraco.Web/WebApi/Filters/EnsureUserPermissionForContentAttribute.cs
|
2018-07-18 13:19:14 +10:00 |
|
Shannon Deminick
|
cf6a8956cd
|
Merge pull request #2779 from umbraco/temp8-w112
Variations with Compositions
|
2018-07-18 11:32:59 +10:00 |
|
Shannon Deminick
|
438261beb8
|
Merge pull request #2780 from umbraco/temp8-w49
Allow IPropertyValueConverter to determine if a property has value
|
2018-07-18 11:28:12 +10:00 |
|
Stephan
|
c7c1c7e8fa
|
Cleanup ISqlSyntaxProvider
|
2018-07-17 17:20:40 +02:00 |
|
Stephan
|
132b729dd9
|
Fix nuspec for AutoMapper
|
2018-07-17 15:51:39 +02:00 |
|
Mundairson
|
9e21a72515
|
Changed the constructors so the two overloads have the same parameter in the same position.
|
2018-07-16 22:12:03 +01:00 |
|
Mundairson
|
e17d2fbfc0
|
Changed the constructors so the two overloads have the same parameter in the same position.
|
2018-07-16 22:09:03 +01:00 |
|
Mundairson
|
9b5455c186
|
Changed the constructors so the two overloads have the same parameter in the same position.
|
2018-07-16 22:06:45 +01:00 |
|
Stephan
|
05317bb5e6
|
Allow IPropertyValueConverter to determine if a property has value
|
2018-07-16 19:14:00 +02:00 |
|
Stephan
|
874ec142bf
|
Variations with Compositions
|
2018-07-16 17:21:26 +02:00 |
|
Sebastiaan Janssen
|
596157f90b
|
Default to section route if not specified
|
2018-07-16 16:00:05 +02:00 |
|
Sebastiaan Janssen
|
2a080da666
|
Merge pull request #2603 from mvanhelmont/patch-2
U4-11275 routPath in custom tree always needs a id
|
2018-07-16 15:56:38 +02:00 |
|
Sebastiaan Janssen
|
014e50a13a
|
Merge pull request #2148 from LennardF1989/U4-10345
Added possibilty to ignore collisions from an IContentFinder (U4-10345)
|
2018-07-16 13:38:23 +02:00 |
|
Sebastiaan Janssen
|
9fc3dfdbee
|
Merge pull request #2771 from hartviglarsen/temp-U4-11516
U4-11516 Updates the links in the noNodes splash screen
|
2018-07-16 12:03:07 +02:00 |
|
Sebastiaan Janssen
|
a87987e5e9
|
Merge pull request #2772 from BatJan/features/temp-U4-11495
U4-11495 - Add border to custom regex in property settings
|
2018-07-16 11:06:22 +02:00 |
|
Sebastiaan Janssen
|
dad318834f
|
Merge pull request #2776 from agrath/U4-9309
U4-9309 When node is copied, copy is logged as writer
|
2018-07-16 11:03:17 +02:00 |
|
Sebastiaan Janssen
|
4e099f7509
|
Merge pull request #2774 from BatJan/features/temp-U4-11519
U4-11519 - Use the umb-toggle directive in the "Copy" dialog
|
2018-07-16 11:00:14 +02:00 |
|
Lee Kelleher
|
abf61417ad
|
U4-10561 - Performance improvement for IsAncestor/IsDescendant extension methods (#2768)
|
2018-07-16 10:44:54 +02:00 |
|
Gareth Evans
|
615d57a78b
|
U4-10898 U4-9309 When node is copied, the copy is logged as being completed by the original node writer, not the person performing the copy
|
2018-07-16 16:43:20 +12:00 |
|
Jan Skovgaard
|
e7932b6ae4
|
Replace the checkboxes with the umb-toggle directive using a toggleHandler in the controller
|
2018-07-15 18:00:20 +02:00 |
|