agrath
|
3a7609cba0
|
Another fix for Catch FileNotFound exceptions in ExamineBackedMedia which are thrown by Examine currently (bug?) on a LoadBalanced file store after a publish occurs. When caught, ExamineBackedMedia will fall back to GetMedia as if the media item wasn't in the examine index
|
2011-07-28 09:44:23 -12:00 |
|
agrath
|
4cbd06dad9
|
Added missing .css to csscolors on the EditorType.HTML as it was throwing 404s, probably meant that embedded style in a template wasn't highlighted properly?
|
2011-07-28 09:18:02 -12:00 |
|
agrath
|
e72bd130e3
|
Further changes to fix bug with 'incorrect number of lambda paramters' issue with .Where when using && and ||
|
2011-07-26 14:02:25 -12:00 |
|
agrath
|
c354acb388
|
Added umbraco.library:NiceUrlWithDomain for returning the node URL including the domain & root irrespective of site settings. Caches seperately to the standard NiceUrl method so that you can use both without cache collisions
|
2011-07-26 14:01:37 -12:00 |
|
agrath
|
d0fc01751c
|
Added some more entries to .hgignore for when you're testing with a starterkit installed
|
2011-07-26 13:59:36 -12:00 |
|
agrath
|
30cc6148e7
|
Added web.config transform file for ssaodsk01
|
2011-07-26 13:58:55 -12:00 |
|
starfighter83
|
082d680a36
|
Adds validation to data editor settings (IsRequired and RegexValidationStatement)
|
2011-07-26 11:18:22 -02:00 |
|
starfighter83
|
23ab698665
|
Adds default value support to Field data editor setting type
|
2011-07-26 08:31:07 -02:00 |
|
starfighter83
|
f9f67d4e2e
|
Adds default value support to DocumentType, MediaType, MemberGroup, MemberType data editor setting types
|
2011-07-26 08:28:12 -02:00 |
|
starfighter83
|
98a1189353
|
Adds default value support to Path data editor setting type
|
2011-07-26 08:25:39 -02:00 |
|
starfighter83
|
d8eb584d7a
|
Adds default value support to Checkbox data editor setting type
|
2011-07-26 08:21:46 -02:00 |
|
starfighter83
|
738380e32a
|
Adds default value support to CheckBoxList data editor setting type
|
2011-07-26 08:18:27 -02:00 |
|
starfighter83
|
57edbcae25
|
Adds default value support to DropDownList data editor setting type
|
2011-07-26 08:17:35 -02:00 |
|
starfighter83
|
0f84165b2b
|
Adds default value support to ListBox and ListBoxMultiple data editor setting types
|
2011-07-26 08:15:28 -02:00 |
|
starfighter83
|
ff02f5a336
|
Adds default value support to Password data editor setting type
|
2011-07-26 08:09:59 -02:00 |
|
starfighter83
|
b7446be08a
|
Adds default value support to RadioButtonList data editor setting type
|
2011-07-26 08:08:40 -02:00 |
|
starfighter83
|
5c57c192c9
|
Adds default value support to TextArea data editor setting type
|
2011-07-26 08:04:52 -02:00 |
|
starfighter83
|
a03b9932ff
|
Fixes: scheduled tasks stops
Work Items: 30376
|
2011-07-26 06:44:03 -02:00 |
|
agrath
|
ae3357de0d
|
Fixed a bug with .Where && and || throwing invalid number of parameters for lambda when both left & right were not lambdas, e.g. Visible && NodeTypeAlias != umbNewsArticleItem
|
2011-07-24 13:55:36 -12:00 |
|
agrath
|
821188a254
|
Added work desktop web.config xslt transform
|
2011-07-24 13:54:30 -12:00 |
|
agrath@gmail.com
|
31169380f8
|
Changed the return type of RTE to a different HtmlString (internal) so that it can be implicitly convertible for string for If comparisons. Added an extension method for string.HasValue so that .Where can invoke it to improve readibility when comparing RTE to empty string based on feedback from @cultiv. Cleaned up an empty if in DynamicQuerable
|
2011-07-21 20:19:54 -12:00 |
|
agrath@gmail.com
|
3737a8cf28
|
Catch FileNotFound exceptions in ExamineBackedMedia which are thrown by Examine currently (bug?) on a LoadBalanced file store after a publish occurs. When caught, ExamineBackedMedia will fall back to GetMedia as if the media item wasn't in the examine index
|
2011-07-21 13:15:20 -12:00 |
|
agrath@gmail.com
|
ba965a95e9
|
Made ConvertPropertyValueByDataType return DynamicNull instead of empty string when the datatype is a Date/Time and the TryParse fails. Only applied DateTime parsing to datatype Date/Time rather than always trying it
|
2011-07-21 12:18:58 -12:00 |
|
agrath@gmail.com
|
80e6187436
|
Made DynamicNull implictly convertable to DateTime (.MinValue) to support next change
|
2011-07-21 12:17:55 -12:00 |
|
agrath@gmail.com
|
6dcf1fcd8e
|
Slight optimisation in ExtensionMethodFinder. Previous commits fixed #30346
|
2011-07-21 11:42:34 -12:00 |
|
agrath@gmail.com
|
1a0c9c3e9f
|
merge
|
2011-07-21 11:35:58 -12:00 |
|
agrath@gmail.com
|
f6ab67ea78
|
Added support to ExtensionMethodFinder to do overload type resolution to locate the correct extension method based on types when there are multiple overloads available
|
2011-07-21 11:27:34 -12:00 |
|
agrath@gmail.com
|
e8a941fc1f
|
Added support for invoking extension methods on native properties on DynamicNode where the native property type is string (e.g. NodeTypeAlias, Name). Half fixes ContainsAny support
|
2011-07-21 11:25:15 -12:00 |
|
sgay
|
c1ff80c52d
|
Fix member cookie value encoding [#30350]
|
2011-07-21 14:48:39 -02:00 |
|
sgay
|
f6eb9c77a9
|
Add RenderEvent to Macro control [#30362]
|
2011-07-14 06:54:14 -02:00 |
|
sgay
|
f20931cfa4
|
Refactored Razor DynamicNode.XPath() to returns an empty list when no nodes are found, instead of throwing [#30361]
|
2011-07-14 06:47:40 -02:00 |
|
agrath@gmail.com
|
ff5bf40905
|
Merge
|
2011-07-11 12:23:14 -12:00 |
|
agrath@gmail.com
|
a66847587c
|
Added pluck aggregates Sum/Average/Min/Max to DynamicNodeList
|
2011-07-11 12:20:02 -12:00 |
|
agrath@gmail.com
|
d9dc90090b
|
Changed @Library.MediaById(.) to return a DynamicMedia again so that specific media functionality can be added. DynamicMedia is just an empty subclass of DynamicNode currently
|
2011-07-11 11:27:31 -12:00 |
|
agrath@gmail.com
|
892a382eca
|
Added HasValue overloads that function like If/Where shorthands for writing out a value if a property has a value, e.g. Class Name
|
2011-07-11 11:24:00 -12:00 |
|
agrath@gmail.com
|
17f6ee1c91
|
Made PropertyResult IHtmlString so if you @Model.GetProperty(propName) then you get the value but it's still a PropertyResult/IProperty
|
2011-07-11 11:20:31 -12:00 |
|
agrath@gmail.com
|
48c11f6b45
|
Added TryInvoke and TryGetIndex methods to DynamicNull to prevent crashes on missing properties
|
2011-07-11 11:13:31 -12:00 |
|
agrath@gmail.com
|
da3364c065
|
Added umbraco\presentation\umbraco\plugins\* to ignore
|
2011-07-11 11:12:47 -12:00 |
|
hartvig
|
e196b4ec13
|
Fixes issues related to UrlResolving. Work items: 30353, 30324 and 30352
|
2011-07-07 14:21:04 -02:00 |
|
hartvig
|
0dff9c5dfa
|
Fixes Ensure valid template aliases, work item: 30347
|
2011-07-06 09:45:02 -02:00 |
|
hartvig
|
93be92442c
|
Fixes "Edit language broken", work item: 30332
|
2011-07-06 09:36:20 -02:00 |
|
hartvig
|
e57c49a3f1
|
Solves "pressing enter in Locked screen triggers cancel instead of renew", work item: 30345
|
2011-07-06 06:23:36 -02:00 |
|
hartvig
|
89b89655e4
|
Fixes work items: 30337
|
2011-07-06 05:49:58 -02:00 |
|
hartvig
|
1c26ddd87f
|
Adds CTRL+S support in all edit pages + loads of warning clean up
|
2011-07-05 11:30:06 -02:00 |
|
agrath@gmail.com
|
304e7976bc
|
Detects a null reference exception which occurs when a document type is not transferred properly and cmsPropertyData is missing records and rethrow it with detail about the problem
|
2011-07-04 15:17:44 -12:00 |
|
agrath@gmail.com
|
d5e3ceecec
|
Made IsHelper methods on DynamicNode and DynamicXml return HtmlString instead of string
|
2011-07-03 22:41:33 -12:00 |
|
agrath@gmail.com
|
d81aed3dc5
|
Fixed ExamineBackedMedia.NodeTypeAlias - was using the wrong Values key
|
2011-07-03 21:02:35 -12:00 |
|
agrath@gmail.com
|
cfcae904ba
|
Added implicit conversion between DynamicNull and bool (false) which allows you to go @if(@Model.dynamicNullProperty)
|
2011-07-03 19:25:16 -12:00 |
|
agrath@gmail.com
|
8ab1c11bd1
|
Made @Library.NodeById and @Library.MediaById DynamicNull safe, will return DynamicNull instead of 'Cannot instantiate a DynamicNode without an id'
|
2011-07-03 18:31:47 -12:00 |
|
agrath@gmail.com
|
41d3c9f3d9
|
Formatting in Linq Foreach of IRazorDataTypeModel cache build code
|
2011-07-03 10:14:04 -12:00 |
|