This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
57bd5178f74c277b45c352dc67fcd63ed0f1a451
Umbraco-CMS
/
src
/
Umbraco.Core
/
PropertyEditors
History
Sebastiaan Janssen
e2dc4f36ad
U4-9762 ezSearch package complains about pickers in macro parameters
2017-04-12 13:39:38 +02:00
..
ValueConverters
U4-9582 - perfs, cache converter prevalues
2017-03-21 11:10:52 +01:00
BackwardsCompatibleData.cs
…
BackwardsCompatibleDataType.cs
…
DecimalValidator.cs
…
DefaultPropertyValueConverterAttribute.cs
…
DelimitedManifestValueValidator.cs
…
EmailValidator.cs
…
GridEditor.cs
…
IntegerValidator.cs
…
IParameterEditor.cs
Changes all relevant scannable plugin types to implement a base marker interface so we only scan one time
2017-02-28 23:12:48 +01:00
IPropertyEditorValueConverter.cs
Changes all relevant scannable plugin types to implement a base marker interface so we only scan one time
2017-02-28 23:12:48 +01:00
IPropertyValidator.cs
…
IPropertyValueConverter.cs
Changes all relevant scannable plugin types to implement a base marker interface so we only scan one time
2017-02-28 23:12:48 +01:00
IPropertyValueConverterMeta.cs
…
IValueEditor.cs
…
LegacyParameterEditorAliasConverter.cs
…
LegacyPropertyEditorIdToAliasConverter.cs
…
ManifestPropertyValidator.cs
…
ManifestValueValidator.cs
…
ParameterEditor.cs
…
ParameterEditorAttribute.cs
…
ParameterEditorResolver.cs
U4-9762 ezSearch package complains about pickers in macro parameters
2017-04-12 13:39:38 +02:00
ParameterValueEditor.cs
…
PreValueEditor.cs
…
PreValueField.cs
Updates new UDI pickers that have start nodes for pre-values to also store UDIs for their prevalues, this has a knock on effect in that we need to be able to inject some server side config for pre-value editors (otherwise we'd have to make diff udi prevalue editors but that isn't very re-usable), so have implemented that and then updated all of the logic to deal with the udi idType.
2017-02-08 16:15:27 +11:00
PreValueFieldAttribute.cs
…
PropertyCacheLevel.cs
…
PropertyCacheValue.cs
…
PropertyEditor.cs
Adds new property to PropertyEditor's to mark them as deprecated so they don't show up in the data type list unless they are already selected
2017-01-17 18:54:50 +11:00
PropertyEditorAttribute.cs
Adds new property to PropertyEditor's to mark them as deprecated so they don't show up in the data type list unless they are already selected
2017-01-17 18:54:50 +11:00
PropertyEditorResolver.cs
…
PropertyEditorValueConvertersResolver.cs
…
PropertyEditorValueTypes.cs
…
PropertyValueCacheAttribute.cs
…
PropertyValueConverterBase.cs
…
PropertyValueConvertersResolver.cs
…
PropertyValueEditor.cs
…
PropertyValueTypeAttribute.cs
…
RegexValidator.cs
…
RequiredManifestValueValidator.cs
…
SupportTagsAttribute.cs
…
TagPropertyDefinition.cs
…
TagValueType.cs
publicizes a few APIs and adds more API docs
2016-12-29 11:36:39 +11:00
ValidatorsResolver.cs
…
ValueValidatorAttribute.cs
…