Dave Woestenborghs
|
2669a51fe1
|
Only show umbraco.tv and our.umbraco.org content to admin users in the help drawer (#2513)
|
2018-07-25 15:01:33 +02:00 |
|
Sebastiaan Janssen
|
fd2137ec8d
|
Merge pull request #2519 from bjarnef/dev-v7-U4-11111
U4-11111 - Hide tooltip of slider property editor in document type editor preview
|
2018-07-25 14:49:41 +02:00 |
|
Sebastiaan Janssen
|
9f1dfb2684
|
Merge pull request #2520 from bjarnef/dev-v7-U4-11113
U4-11113 - Remove umb-pane from dialog to avoid additional padding
|
2018-07-25 14:48:18 +02:00 |
|
Bjarne Fyrstenborg
|
4442afc1fd
|
U4-10769 - Fix listviewhelper to work without key property on objects (#2521)
|
2018-07-25 14:46:39 +02:00 |
|
Sebastiaan Janssen
|
065de778f0
|
Merge pull request #2729 from russellshome/patch-1
Fix for TinyMCE inserts __mcenew in id attribute for images
|
2018-07-25 13:38:53 +02:00 |
|
Sebastiaan Janssen
|
1b5c553a05
|
Merge branch 'patch-1' of https://github.com/russellshome/Umbraco-CMS into russellshome-patch-1
# Conflicts:
# src/Umbraco.Web.UI.Client/src/common/services/tinymce.service.js
|
2018-07-25 13:33:55 +02:00 |
|
Sebastiaan Janssen
|
113b8d825e
|
Merge pull request #2730 from mvanhelmont/U4-7463
Media library thumbnail does not reload if a new image with the same name is uploaded
|
2018-07-25 13:14:42 +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 |
|
Jan Skovgaard
|
4e1e9e0687
|
Switch JSON to be the default storage option and changing the storage type text to say JSON is default and CSV is legacy
|
2018-07-25 11:08:32 +02:00 |
|
Sébastien Sougnez
|
ff8ea3ec6b
|
Link to template from "document types" or "content" screen (#2784)
|
2018-07-25 08:36:09 +02:00 |
|
Kenn Jacobsen
|
c85185bdb0
|
Visual improvements to Nested Content (U4-10742) (#2457)
|
2018-07-24 16:19:26 +02:00 |
|
agrath
|
43fd34ab80
|
U4-11152 Add visual indicator to trashed media items in the media pic… (#2542)
|
2018-07-24 16:10:30 +02:00 |
|
Sebastiaan Janssen
|
e0b1507056
|
Show/hide label field when label is toggled
Adds dib class to parent div to make the click target smaller
|
2018-07-23 23:22:52 +02:00 |
|
Gareth Evans
|
88b6f4e436
|
Guard gridController.addRow from setting form state to dirty if invoked from initSection
|
2018-07-20 11:42:52 +12: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 |
|
Shannon
|
18cd9ea1e8
|
WIP refactor commit for getting all variants at once saving, this requires pulling apart a lot of the models and corresponding binders and validators.
|
2018-07-19 19:32:07 +10:00 |
|
Shannon
|
888f8cfc56
|
Merge branch 'temp8' into temp-editing-all-variants
# Conflicts:
# src/Umbraco.Web/Editors/ContentController.cs
# src/Umbraco.Web/Models/Mapping/ContentMapperProfile.cs
# src/Umbraco.Web/Models/Mapping/MediaMapperProfile.cs
|
2018-07-19 19:30:38 +10:00 |
|
Sebastiaan Janssen
|
f622a9154b
|
Merge pull request #2763 from OptimisticCoder/U4-7030-Using-radiobuttonlist-prevalue-editor
U4-7030 enable use of radiobuttonlist pre editor
|
2018-07-18 15:29:20 +02: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
|
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 |
|
Nathan Woulfe
|
9488df823a
|
remove inline styles in help drawer
|
2018-07-18 11:00:27 +10:00 |
|
Nathan Woulfe
|
1294512ce8
|
fix cropped icon, resize large to double small icon size
|
2018-07-18 10:06:08 +10:00 |
|
Shannon
|
c2dae6f5a0
|
fixes js tests
|
2018-07-17 15:41:09 +10:00 |
|
Shannon
|
e2bcf59b0f
|
Fixes and documents the odd async usage for reading multipart in a model binder, fixes up navigation.service checks and adds unit tests for that
|
2018-07-17 15:33:57 +10:00 |
|
Shannon
|
e9752cd5e1
|
Gets all list views working correctly with content apps, fixes various issues, cleans up a bunch of code and reduces amount of service locator.
|
2018-07-17 14:23:07 +10:00 |
|
Sebastiaan Janssen
|
157b66dc4c
|
Fixes the persistence and correct display of the sort order
|
2018-07-16 18:08:20 +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 |
|
Shannon
|
c8e65f085b
|
Gets content apps working nicer so we can have a proper view model that is discoverable, updates list views to use the new way, removes strange hack of copying a list view from a tab that doesn't exist.
|
2018-07-16 22:32:46 +10:00 |
|
Sebastiaan Janssen
|
973a6471f3
|
Merge branch 'dev-v7-U4-9025-2' of https://github.com/bjarnef/Umbraco-CMS into bjarnef-dev-v7-U4-9025-2
|
2018-07-16 11:09:16 +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 |
|
Shannon
|
7cc300f59c
|
Gets all of the content for both variant and invariant content loading in the editor and for split views too
|
2018-07-16 18:40:47 +10:00 |
|
Bjarne Fyrstenborg
|
6ac654a36b
|
Add different cursor styling on sortable thumbnail handle
|
2018-07-15 22:21:55 +02:00 |
|
Bjarne Fyrstenborg
|
130dabfdce
|
Add monospace font on pre elements to ensure same width of elements
|
2018-07-15 20:23:54 +02:00 |
|
Bjarne Fyrstenborg
|
d697e46f24
|
Configurate sortable on color picker property editor
|
2018-07-15 20:22:12 +02:00 |
|
Bjarne Fyrstenborg
|
1296214400
|
Localization of text in color picker
|
2018-07-15 20:20:57 +02: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 |
|
Jan Skovgaard
|
12dbb0ec20
|
Add a border and other adjustments specifically for the "validation" textarea when setting up a datatype on a document type
|
2018-07-15 12:26:35 +02:00 |
|
Sebastiaan Janssen
|
24e9136f57
|
Fixes U4-11517 - E-mail property editor triggers validation when validation has not been enabled in the settings
|
2018-07-15 08:36:37 +02:00 |
|
Sebastiaan Janssen
|
73b9374006
|
Merge branch 'U4-10975' of https://github.com/iofsauron/Umbraco-CMS into iofsauron-U4-10975
|
2018-07-14 18:57:43 +02:00 |
|
leekelleher
|
cf2938151f
|
U4-11514 - Content Picker adds sortable options to restrict within container
|
2018-07-13 12:34:06 +01:00 |
|
Sebastiaan Janssen
|
1908725a9a
|
Merge pull request #2742 from nathanwoulfe/temp-U4-6946
U4 6946 - Existing template file is overwritten when creating a new template in the backoffice
|
2018-07-13 11:12:16 +02:00 |
|
Shannon
|
6ffcea8aae
|
Gets the content loading into split view
|
2018-07-13 17:27:34 +10:00 |
|
Shannon
|
0e41c2dfcd
|
Cutures can now be changed and the editor updated to the variant specific values without reloading, split view is re-enabled so working on getting that showing now.
|
2018-07-13 15:53:59 +10:00 |
|
Shannon
|
072c1a6764
|
WIP - editing all variants at once, this is getting things wired up to display a content item, lots of TODOs added, models and mappings refactored, content apps put in c# model, etc...
|
2018-07-13 12:45:04 +10:00 |
|
Shannon
|
7cec861323
|
more manual merges
|
2018-07-12 22:18:03 +10:00 |
|
Sebastiaan Janssen
|
374011ec9e
|
Reverts some whitespace changes
|
2018-07-12 13:02:58 +02:00 |
|
Sebastiaan Janssen
|
c56dc63150
|
Merge pull request #2702 from nathanwoulfe/temp-U4-4732
U4-4732 Anchor missing in TinyMCE of Umbraco 7.x
|
2018-07-12 12:39:23 +02:00 |
|
Nathan Woulfe
|
f9761ad2f8
|
auto save on create to fetch existing view
|
2018-07-12 14:32:13 +10:00 |
|