Shannon
|
389fb100bb
|
'fixes' an issue where you can get any property value back due to the incorrect cache key being used
|
2018-05-08 16:01:20 +10:00 |
|
Shannon
|
7728dfa853
|
Ensures that the PublishedContent culture dictionary is CultureInvariantIgnoreCase and fixes the publish dialog to allow publishing the current culture if the user has edited it
|
2018-05-08 13:50:39 +10:00 |
|
Shannon
|
177bba5e73
|
REmoves null checks on PropertyData since this causes exceptions when creating this object and deserializing to this object
|
2018-05-08 13:03:19 +10:00 |
|
Shannon
|
ee9f150483
|
Removes the AdditionalData properties for EntitySlim and moves them to real properties of IDocumentEntitySlim, renames PublishedCultureInfos to not be plural
|
2018-05-08 12:43:07 +10:00 |
|
Shannon
|
85c739aed4
|
Merge branch 'temp8-U4-11227' into temp8-U4-11282
# Conflicts:
# src/Umbraco.Core/Models/ContentBase.cs
# src/Umbraco.Core/Persistence/Repositories/Implement/EntityRepository.cs
# src/Umbraco.Tests/Services/EntityServiceTests.cs
# src/Umbraco.Web/PublishedCache/NuCache/ContentCache.cs
# src/Umbraco.Web/PublishedContentExtensions.cs
# src/Umbraco.Web/Trees/ContentTreeControllerBase.cs
|
2018-05-08 12:31:03 +10:00 |
|
Shannon
|
0e19ec7495
|
Fixes logic for determining if a domain is published and fixes logic for getting a url name for a variant taking into account it's published status
|
2018-05-08 11:21:14 +10:00 |
|
Shannon
|
6e61450788
|
Merge remote-tracking branch 'origin/temp8' into temp8-U4-11282
|
2018-05-08 10:36:53 +10:00 |
|
Stephan
|
3f73452bc7
|
Various fixes, and U4-11287
|
2018-05-07 18:51:18 +02:00 |
|
Stephan
|
5247a9d143
|
Merge branch temp8 into temp8-U4-11227
|
2018-05-07 18:27:30 +02:00 |
|
Stephan
|
912d89cdb3
|
Fix DomainHelper
|
2018-05-07 18:24:56 +02:00 |
|
Robert
|
1a82f93722
|
Fixes email property editor pre-value
|
2018-05-07 17:59:43 +02:00 |
|
Shannon
|
8a5ca2c4b4
|
Fixes being able to edit invariant content
|
2018-05-08 01:16:32 +10:00 |
|
Shannon
|
b1eeb5b193
|
Merge remote-tracking branch 'origin/temp8' into temp8-U4-11282
|
2018-05-08 00:39:12 +10:00 |
|
Shannon
|
97cb752cda
|
Ensures the whole doc gets unpublished if a mandatory culture is unpublished, updates content service Unpublish to have it's own status result enum since that is needed.
|
2018-05-08 00:37:41 +10:00 |
|
Shannon
|
5a991c9424
|
Fixes Publishing/Unpublishing variants and it's nuances
|
2018-05-07 23:22:52 +10:00 |
|
Robert
|
ff505531c2
|
Merge pull request #2614 from umbraco/temp8-U4-11283
fixes - U4-11283 Cannot save content when a doc type is variant but a property type is invariant
|
2018-05-07 13:18:15 +02:00 |
|
Robert
|
1b2a964001
|
Fixed localization
|
2018-05-07 12:08:59 +02:00 |
|
Stephan
|
5d37df182a
|
Fix tests
|
2018-05-07 09:36:51 +02:00 |
|
Stephan
|
d13a6f5f58
|
Fixes
|
2018-05-07 08:26:10 +02:00 |
|
Stephan
|
aa35b28349
|
Cleanup
|
2018-05-07 08:25:09 +02:00 |
|
Stephan
|
6104dcafd5
|
Merge branch 'temp8' into temp8-U4-11227
|
2018-05-07 08:21:58 +02:00 |
|
Stephan
|
71ed99f080
|
Fix some tests
|
2018-05-05 10:46:52 +02:00 |
|
Stephan
|
bb0f6fe0e3
|
Cleanup benchmarks SqlCE nuget dependency
|
2018-05-05 10:02:04 +02:00 |
|
Stephan
|
73b5694aad
|
Fix web.config transform
|
2018-05-04 18:35:01 +02:00 |
|
Mads Rasmussen
|
63d7768653
|
add bg box to code editors
|
2018-05-04 18:32:35 +02:00 |
|
Mads Rasmussen
|
ed0886b040
|
add bg box to user details sidebar
|
2018-05-04 18:21:58 +02:00 |
|
Mads Rasmussen
|
9474c78de8
|
add bg boxes to content type editors
|
2018-05-04 18:21:04 +02:00 |
|
Stephan
|
8388eca503
|
Fix agressive cleanup
|
2018-05-04 15:00:10 +02:00 |
|
Robert
|
cc7febcc6d
|
Allows variant content item to save while having a invariant property, also fixes not being able to save invariant content item with invariant property
|
2018-05-04 13:51:35 +02:00 |
|
Robert
|
c5de31cce3
|
Invariant property value should persist trough all variants of a content item
|
2018-05-04 13:44:04 +02:00 |
|
Robert
|
48c70604a9
|
Added localization for "Ready to publish?" publish overlay, added previously removed property which was still in use.
|
2018-05-04 13:42:33 +02:00 |
|
Shannon
|
7a92691bf5
|
ok the routing is working, for realz this time
|
2018-05-04 16:07:05 +10:00 |
|
Shannon
|
506365b8ff
|
OK, finally got the query string problem resolved
|
2018-05-04 13:17:56 +10:00 |
|
Shannon
|
912711bfa0
|
Fixing tree, navs, initializing, sequence of events, oh my. The init logic is much more stable but we have issues with tracking the mculture query string
|
2018-05-04 00:58:18 +10:00 |
|
Stephan
|
b35d28c568
|
Merge branch temp8 into temp8-U4-11227
|
2018-05-03 15:12:42 +02:00 |
|
Stephan
|
3495331005
|
Cleanup, get rid of warnings
|
2018-05-03 15:11:57 +02:00 |
|
Stephan
|
bcf46eceb6
|
Cleanup, get rid of warnings
|
2018-05-03 15:11:52 +02:00 |
|
Stephan
|
d04a573888
|
Refactor some locks, get rid of warnings
|
2018-05-03 15:11:41 +02:00 |
|
Stephan
|
41144bb7f7
|
Fix references and build
|
2018-05-03 15:11:33 +02:00 |
|
Stephan
|
5798d8e57b
|
Enable src/preserve.belle to stop rebuilding Belle all the time
|
2018-05-03 15:11:25 +02:00 |
|
Shannon
|
46c7290e4f
|
Fixes JS tests
|
2018-05-03 15:16:23 +10:00 |
|
Shannon
|
c33bdf1f27
|
Revert "Reverts change from merge in U4-11289 aka PR#2608 from Shan - that causes the Karma unit JS tests to fail - not sure why the chained version fails though & thus the Powershell ZIP & Nuget build output script"
This reverts commit 2246e5bc2f.
|
2018-05-03 14:40:56 +10:00 |
|
Stephan
|
a545c3c333
|
Fix
|
2018-05-02 18:15:22 +02:00 |
|
Stephan
|
aaa1ac0700
|
Merge branch temp8 into temp8-U4-11227
|
2018-05-02 17:50:58 +02:00 |
|
Stephan
|
93adda2e4a
|
Cleanup
|
2018-05-02 17:44:14 +02:00 |
|
Stephan
|
5c96b32c64
|
Fix tests
|
2018-05-02 16:23:58 +02:00 |
|
Warren
|
2246e5bc2f
|
Reverts change from merge in U4-11289 aka PR#2608 from Shan - that causes the Karma unit JS tests to fail - not sure why the chained version fails though & thus the Powershell ZIP & Nuget build output script
|
2018-05-02 14:03:00 +01:00 |
|
Stephan
|
a5f1ad6da1
|
Merge branch temp8 into temp8-U4-11227
|
2018-05-02 13:43:12 +02:00 |
|
Stephan
|
d56af5872d
|
Implement basic fallback plumbing (in progress)
|
2018-05-02 13:38:45 +02:00 |
|
Sebastiaan Janssen
|
a4cc67f732
|
Make NuGet package install work
|
2018-05-02 12:35:10 +02:00 |
|