Shannon
fafb207799
U4-8658 RTE Editor: Edit an existing image by clicking 'media picker' in toolbar, show a blank picker
2017-03-22 18:27:18 +11:00
Shannon Deminick
ded8afa8fc
Merge pull request #1808 from umbraco/temp-u4-9582
...
U4-9582
2017-03-22 13:56:54 +11:00
Stephan
62f3c87e8a
Merge remote-tracking branch 'origin/dev-v7.6' into temp-u4-9640
2017-03-21 17:12:29 +01:00
Warren Buckley
f60ad15f70
Marks Forms access to internals in Umbraco.Web assembly - needed for [FileUploadCleanupFilter] in Forms
2017-03-21 15:42:30 +00:00
Stephan
77981f889f
U4-9582 - perfs, cache converter prevalues
2017-03-21 11:10:52 +01:00
Stephan
0a132ed5ed
U4-9582 - perfs, remove Yield method
2017-03-21 11:10:37 +01:00
Shannon
27ee192c8f
Fixes all the logic in the CodeFileController, propery null checking, proper handling of persisting everything including renames, removes code duplication
2017-03-21 18:39:45 +11:00
Shannon
1bfb63fe86
Adds validation for file names
2017-03-21 18:35:13 +11:00
Shannon
2cf68ab263
dont' render files that are invalid (no name)
2017-03-21 18:30:39 +11:00
Stephan
a5903ec419
U4-9640 - fix CodeFileController for scripts
2017-03-20 16:53:08 +01:00
Stephan
a9c7a7a405
U4-9640 - use IFileSystem
2017-03-20 15:53:34 +01:00
Stephan
9b8db111dd
Merge pull request #1790 from umbraco/temp-U4-9611
...
U4-9611 Create Property Value Converters for all new UDI Property Edi…
2017-03-16 14:36:17 +01:00
Stephan
7b506fadc6
U4-9611 - minor fix
2017-03-16 14:35:54 +01:00
Sebastiaan Janssen
d2fdf7b647
Check if MediaPicker is configured as single or multiple and give back appropriate result for each (IPublishedContent vs IEnumerable<IPublishedContent>)
2017-03-15 23:22:53 +01:00
Sebastiaan Janssen
e1942d96d0
Incorporate Stephane's feedback: if we already know we're getting list of int or udi, we don't need to cast, or even test for the PropertyEditorAlias
2017-03-15 23:22:53 +01:00
Stephan
496e6c1711
U4-9462 - missed one safeXml.AcceptChanges
2017-03-15 14:50:42 +01:00
Stephan
3121ea6111
Merge branch 'dev-v7.6' into temp-u4-9462
2017-03-15 13:48:27 +01:00
Stephan
82660cf6af
Merge branch 'dev-v7.6' into temp-U4-9611
2017-03-15 12:10:27 +01:00
Sebastiaan Janssen
1a0046df95
Merge pull request #1795 from umbraco/temp-U4-9498
...
U4-9498 LocalLinks as UDI
2017-03-14 15:54:03 +01:00
Sebastiaan Janssen
a2ca753dd9
Use RelatedLink class instead of weird extra inline class, convert UDI values
2017-03-14 10:26:13 +01:00
Sebastiaan Janssen
6f516a15aa
Boyscout cleanup
2017-03-14 10:25:10 +01:00
Sebastiaan Janssen
223ed41c53
Use the extension method to get published content item - consistent with other PVCs
2017-03-14 10:24:31 +01:00
Sebastiaan Janssen
d2a3932626
Merge branch 'dev-v7.6' into temp-U4-9611
2017-03-14 10:22:39 +01:00
Sebastiaan Janssen
27fab61646
Merge pull request #1792 from umbraco/temp-U4-9497
...
U4-9497 Update Related Links Property Editor to support UDIs
2017-03-14 10:14:45 +01:00
Shannon
05f8870424
Merge remote-tracking branch 'refs/remotes/origin/dev-v7' into dev-v7.6
2017-03-14 17:25:40 +11:00
Shannon Deminick
04d37c590b
Merge pull request #1786 from umbraco/temp-U4-9004
...
U4-9004 Remove URLRewriting.net dependency
2017-03-14 16:25:41 +11:00
Shannon
9a57f463ce
Updates LocalLinks to be UDI, this will support both INT and UDI as LocalLink but when a new LocalLink is picked, it will use the UDI so eventually the INT will be gone
2017-03-14 15:31:30 +11:00
Sebastiaan Janssen
3904f9c503
Centralized getting an IPublishedContent item from a Udi in a single extension method so that we're not repeating that code all over the place all the time
2017-03-13 15:49:15 +01:00
Shannon
8f48da8bb0
Gets the related links editor working with the old property value converter too, udpates the install script so that works and updates tests to reference the correct one, adds GUID overloads to the UrlProvider
2017-03-13 16:58:41 +11:00
Shannon
aba325e109
Creates UDI Related Links Property Editor and deprecates the old one
2017-03-13 16:14:30 +11:00
Shannon
3571c238b4
Renames the new UDI pickers to still be suffixed with "PropertyEditor" to make things more consistent
2017-03-13 12:59:36 +11:00
Søren Gregersen
1b7ce8bcde
Removed weird comment
...
removed "this" as remark for NewPassword
2017-03-12 21:20:24 +01:00
Sebastiaan Janssen
89c84676dd
U4-9611 Create Property Value Converters for all new UDI Property Editors
2017-03-11 16:44:57 +01:00
Shannon
1c7b374c42
Fixes new property value converters to shadow their old ones correctly
2017-03-10 12:27:29 +01:00
Shannon
df04100ff6
Merge remote-tracking branch 'refs/remotes/origin/dev-v7' into dev-v7.6
...
# Conflicts:
# build/UmbracoVersion.txt
# src/SolutionInfo.cs
# src/Umbraco.Core/Configuration/UmbracoVersion.cs
# src/Umbraco.Core/Persistence/Querying/ExpressionVisitorBase.cs
# src/Umbraco.Core/Persistence/Querying/SqlExpressionExtensions.cs
# src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
# src/Umbraco.Core/Persistence/Repositories/EntityRepository.cs
# src/Umbraco.Core/Persistence/Repositories/MediaRepository.cs
# src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
# src/Umbraco.Core/Persistence/Repositories/VersionableRepositoryBase.cs
# src/Umbraco.Core/Services/ContentService.cs
# src/Umbraco.Core/Services/MediaService.cs
# src/Umbraco.Core/Umbraco.Core.csproj
# src/Umbraco.Tests/Persistence/DatabaseContextTests.cs
# src/Umbraco.Tests/Umbraco.Tests.csproj
# src/Umbraco.Web.UI.Client/src/less/tree.less
# src/Umbraco.Web.UI/Umbraco.Web.UI.csproj
# src/Umbraco.Web/Editors/EntityController.cs
# src/Umbraco.Web/Editors/MediaController.cs
2017-03-10 10:40:28 +01:00
Stephan
6439e2fdd0
Merge dev-v7.6 into temp-u4-9462
2017-03-09 15:29:26 +01:00
Sebastiaan Janssen
13aa615745
U4-9004 Remove URLRewriting.net dependency
2017-03-09 11:41:36 +01:00
Stephan
d1111009e3
Fix SemVer lib version
2017-03-08 18:45:00 +01:00
Shannon Deminick
1722831bf5
Merge pull request #1640 from umbraco/temp-u4-7318
...
Value Converters for All Core Property Editors
2017-03-08 14:29:40 +01:00
Shannon
5291558b23
Further refactoring, using attributes, moving and removing some classes, using DI where necessary.
2017-03-08 14:27:39 +01:00
Claus
7fa8f04b11
deploy-257 Downgrade Core and Deploy to framework 4.5
2017-03-08 11:20:48 +01:00
Shannon
a546803970
Need to also update the health check check not just the old endpoint for non trashed media.
2017-03-02 17:40:39 +01:00
Shannon
96c28c2611
U4-9587 RebuildXmlStructures doesn't clear out stale data so there is unpublished or trashed items remaining in the xml table, xml data integrity check is misleading due to the media lookup
2017-03-02 17:28:34 +01:00
Shannon
7e8f6d391f
Just to be sure, moves the text replacement outside of the using - though that wouldn't make any diff
2017-03-02 10:48:11 +01:00
Shannon
7aa00ee6e0
Removes unused method that also uses the async flag for file stream - which we know in some cases causes fcn issues, fixes streams not being closed property if there are exceptions
2017-03-02 10:37:04 +01:00
Niels Hartvig
2e027e6195
Removes async from filestream instance
2017-03-02 10:33:00 +01:00
Shannon
a9c5877e5b
Merge branch 'refs/heads/dev-v7.6' into temp-u4-7318
...
# Conflicts:
# src/Umbraco.Web.UI/config/umbracoSettings.config
# src/Umbraco.Web/Umbraco.Web.csproj
2017-03-01 15:04:00 +01:00
Claus
259879c964
just cleaning some using statements and fixing a few typos.
2017-02-27 11:59:19 +01:00
Per Ploug
d3582e2296
An ID is required on all items edited in backoffice editors
...
The ID is required when an item is saved, as the routing will
automatically redirect based on this ID - files, does not have an ID -
so the filepath is used in the same as it is used for the tree
2017-02-22 15:47:36 +00:00
Shannon
90ba9a1a3a
Adds new overload to IMediaService.GetPagedChildren to filter on media type ids which turns out to be much easier than filtering on media type aliases, however i did all of the work to make that happen including unit tests and then it turned out to not be required but we now have the code if necessary, i've left comments about it. I've backported some updates from 7.6 for the SqlIn stuff for the ExpressionVisitor which we still use in the media type id filtering. I updated the JS to query for the folders which all works now.
2017-02-22 17:22:22 +11:00