Anthony
|
8cd0bc5f50
|
umbPLfest hackathon - Removed obsolete methods and properties.
|
2018-09-20 13:56:02 +01:00 |
|
Stephan
|
8649062500
|
Merge pull request #2987 from umbraco/temp8-decouple-serilog-from-httpreqid
Decouple Serilog from HTTP Request ID in UmbracoModule Begin & End logs
|
2018-09-20 08:36:06 +02:00 |
|
Stephan
|
4ac188f564
|
Forgot to create languages lock object on install
|
2018-09-17 12:36:45 +02:00 |
|
Shannon Deminick
|
1f27f6731b
|
Merge pull request #2969 from umbraco/temp8-p103
Remove mandatory constraint on default language
|
2018-09-17 14:35:44 +10:00 |
|
Warren Buckley
|
8bad44782b
|
Move logic from the HttpRequestIdEnricher into our own class so its not coupled to Serilog when attempting to get ReqId in UmbracoModule start & end log requests
|
2018-09-14 14:44:00 +01:00 |
|
Mads Rasmussen
|
daa8b90372
|
Merge pull request #2982 from umbraco/temp8-get-preview-working
v8 - Gets previewing working with variants
|
2018-09-14 13:41:18 +02:00 |
|
Mads Rasmussen
|
e90ac06d82
|
Merge pull request #2968 from umbraco/temp8-203
fixes 205: Only show preview/publish/save etc buttons on the "Content" content app.
|
2018-09-14 12:28:13 +02:00 |
|
Mads Rasmussen
|
c9601365d6
|
update list view empty state
|
2018-09-14 11:56:28 +02:00 |
|
Warren Buckley
|
ab250b0549
|
Merge branch 'temp8-203' of https://github.com/umbraco/Umbraco-CMS into temp8-203
|
2018-09-14 10:54:40 +01:00 |
|
Warren Buckley
|
41fd9afab5
|
Update API Scaffold call to remove the List View app, now the alias has changed
|
2018-09-14 10:53:59 +01:00 |
|
Warren Buckley
|
cd151ac19a
|
Update MediaApp resolver with new aliases
|
2018-09-14 10:53:12 +01:00 |
|
Mads Rasmussen
|
2ef33090a9
|
update alias for node with list view scaffolds
|
2018-09-14 11:52:22 +02:00 |
|
Mads Rasmussen
|
f27bded4e8
|
fix audit trail
|
2018-09-14 10:59:25 +02:00 |
|
Mads Rasmussen
|
fe60cdda5c
|
fix app aliases client side
|
2018-09-14 10:46:22 +02:00 |
|
Warren Buckley
|
cdf9260f02
|
Update the hard coded content app aliases until this gets moved into a package.manifest or similar?!
|
2018-09-14 09:20:05 +01:00 |
|
Shannon
|
187028146e
|
Merge branch 'temp8' into temp8-203
|
2018-09-14 12:29:50 +10:00 |
|
Shannon Deminick
|
ae9805f082
|
Merge pull request #2970 from umbraco/temp8-206-listview-variant-states
V8 Listview child items display variant states
|
2018-09-14 11:53:51 +10:00 |
|
Shannon
|
b62477ec3b
|
null check
|
2018-09-14 11:52:59 +10:00 |
|
Shannon
|
458b9dac4d
|
Ensure list view is updated when cultures are changed
|
2018-09-14 11:47:29 +10:00 |
|
Shannon
|
ec71814ec2
|
Fixes up nullable State, fixes up tracking global query strings in case they are removed by other routes
|
2018-09-14 11:31:43 +10:00 |
|
Shannon
|
8c90b7fa28
|
Cleans up code, fixes tests, adds comments
|
2018-09-14 10:08:09 +10:00 |
|
Shannon
|
5009dfa0d7
|
Merge remote-tracking branch 'origin/temp8' into temp8-206-listview-variant-states
|
2018-09-14 09:15:51 +10:00 |
|
Shannon
|
62c0719712
|
Merge remote-tracking branch 'origin/temp8' into temp8-get-preview-working
|
2018-09-14 09:14:59 +10:00 |
|
Shannon
|
59a5f50b5f
|
now you can preview specific variants
|
2018-09-14 00:44:36 +10:00 |
|
Shannon
|
e771e781dd
|
finally it actually previews
|
2018-09-14 00:14:03 +10:00 |
|
Shannon Deminick
|
53057d6e20
|
Merge pull request #2962 from umbraco/temp8-204-ListView-Variant-PublishedStates
204 V8 - ListView Variants - Get Published State & UpdateDate for Variant
|
2018-09-13 22:28:01 +10:00 |
|
Warren Buckley
|
4782f03334
|
ping pong with shan's reviews - checks for doctype/contenttype is variant or not
|
2018-09-13 13:25:54 +01:00 |
|
Stephan
|
685e3028a6
|
Merge pull request #2935 from umbraco/temp8-MOAR-LOGGING
MOAR Logging for V8
|
2018-09-13 14:11:57 +02:00 |
|
Warren Buckley
|
082d6e6792
|
Rather than throw null ex's if culture not set - return the underlying source property (As used for both variant & invariant mapping in list views)
|
2018-09-13 13:05:36 +01:00 |
|
Warren Buckley
|
c41bdccd5a
|
Merge branch 'temp8' into temp8-204-ListView-Variant-PublishedStates
# Conflicts:
# src/Umbraco.Web/Models/Mapping/ContentMapperProfile.cs
|
2018-09-13 12:13:17 +01:00 |
|
Warren Buckley
|
772c0b7b6a
|
Merge branch 'temp8' into temp8-204-ListView-Variant-PublishedStates
# Conflicts:
# src/Umbraco.Web/Models/Mapping/ContentMapperProfile.cs
|
2018-09-13 12:10:50 +01:00 |
|
Warren Buckley
|
4b715d2081
|
Null checks for culture added and moved date to var to avoid getting item twice
|
2018-09-13 12:07:33 +01:00 |
|
Shannon Deminick
|
bf7273e42e
|
Merge pull request #2960 from umbraco/temp8-listview-variant-defaultname
V8 Listview Variant Default Nodename fallback
|
2018-09-13 15:14:23 +10:00 |
|
Warren Buckley
|
46ff45c2f0
|
Makes State a ContentSavedState enum nullable - otherwise media items was getting a default enum of not created
|
2018-09-12 15:34:48 +01:00 |
|
Mads Rasmussen
|
b06ba12e42
|
fix js error on invariant nodes
|
2018-09-12 15:15:11 +02:00 |
|
Mads Rasmussen
|
0c135ea3e2
|
Add state to list view
|
2018-09-12 14:52:29 +02:00 |
|
Warren Buckley
|
551e8120c9
|
Adds state property to ContentItemBase (Not sure if this will blow things up or if I need to use a diff model for ListView children now)
Adds/copies the same logic from ContentSavedStateResolver.cs
|
2018-09-12 12:08:51 +01:00 |
|
Stephan
|
380e2aff2e
|
Merge branch temp8 into temp8-p103
|
2018-09-12 11:59:21 +02:00 |
|
Stephan
|
4cbd0d9178
|
Remove mandatory constraint on default language
|
2018-09-12 11:47:04 +02:00 |
|
Mads Rasmussen
|
9f65102916
|
use border color on node name input hover
|
2018-09-11 15:36:24 +02:00 |
|
Mads Rasmussen
|
62043f7cf9
|
only allow changing the node name if the active content app is "Content".
|
2018-09-11 15:33:26 +02:00 |
|
Mads Rasmussen
|
e8322edc84
|
maybe test is not needed
|
2018-09-11 14:47:56 +02:00 |
|
Mads Rasmussen
|
e27a982bf6
|
Add empty state if a node has no properties
|
2018-09-11 14:43:07 +02:00 |
|
Mads Rasmussen
|
ad1f11f1da
|
only show save/publish/preview on "Content" content app
|
2018-09-11 14:17:55 +02:00 |
|
Warren Buckley
|
d39bb96056
|
Update ContentMapper to display variant information for bool Published and UpdateDate for Variant ListView
|
2018-09-11 12:33:32 +01:00 |
|
Warren Buckley
|
af3e5f2db0
|
Merge pull request #2954 from umbraco/temp8-200
fixes 200: Stay on the same content app when changing language
|
2018-09-11 10:03:53 +01:00 |
|
Warren Buckley
|
ed94ea485d
|
Gets the same HttpRequestId from the Enricher to use in the message template for text log files for begin & end request verbose logs
|
2018-09-11 09:04:29 +01:00 |
|
Warren Buckley
|
4b47943e05
|
Remove quotes within logging message templates - as when doing querying with logs makes these logs impossible to find
|
2018-09-11 08:44:58 +01:00 |
|
Shannon
|
647eac2d9b
|
Merge remote-tracking branch 'origin/temp8' into temp8-get-preview-working
|
2018-09-11 13:57:17 +10:00 |
|
Shannon
|
003e83f883
|
wip on preview
|
2018-09-11 08:54:04 +10:00 |
|