Commit Graph

1231 Commits

Author SHA1 Message Date
hartvig
931aef0265 Merge 2011-02-28 13:03:58 -01:00
hartvig
23605b5a4b Changing /python to /macroScripts 2011-02-28 13:03:09 -01:00
starfighter83
7422b2a712 Merge 2011-02-28 12:03:58 -01:00
starfighter83
9ac64f2668 Style update to split button 2011-02-28 12:03:09 -01:00
hartvig
5a5aafd610 Merge 2011-02-28 11:49:29 -01:00
hartvig
c4272eecf3 Casing error in webpages:Enabled appSetting (all credit to @elijahGlover for spotting!) 2011-02-28 11:48:13 -01:00
starfighter83
e86d5f79c1 style update to split button, down arrow always visible 2011-02-28 11:36:12 -01:00
starfighter83
3904f7799e fixed ie issue with macro split button 2011-02-28 11:32:10 -01:00
starfighter83
fcf92188e9 Merge 2011-02-28 11:19:17 -01:00
starfighter83
25dfb4a2da Merge 2011-02-28 11:18:39 -01:00
PerPloug
31eb415b72 Merge 2011-02-28 11:18:19 -01:00
PerPloug
bf3edcf36a version number change to 4.7 2011-02-28 11:16:56 -01:00
starfighter83
ff802ebef4 Merge 2011-02-28 11:16:55 -01:00
hartvig
ff678dd856 Marking the changeset as 4.7 RC! 2011-02-28 11:16:21 -01:00
starfighter83
8271892411 Updated to macro button on edit template page (split button, possible to choose macro from dropdown menu) 2011-02-28 11:16:20 -01:00
hartvig
d6befbd83c Issue with Membership and homepage + updates to razor templates. Work items: 30072 2011-02-28 11:14:28 -01:00
PerPloug
4b70a5f56e Merge 2011-02-28 11:10:32 -01:00
PerPloug
df9a18fb45 missing symbol files 2011-02-28 11:10:02 -01:00
agrath@gmail.com
4f496ef5da Updated web.config.ssaolap01.xslt 2011-02-27 22:56:12 -13:00
agrath@gmail.com
aaa90bea14 More graceful handling of missing properties in .Where - TryGetMember now returns DynamicNull
Only return DynamicNull if property truely doesn't exist - if it does exist and has no value, still return null
2011-02-27 22:55:50 -13:00
PerPloug
41d344d481 Merge 2011-02-28 10:47:27 -01:00
PerPloug
6be3b5d93b build version id 2011-02-28 10:46:48 -01:00
hartvig
bcb399f768 Merge 2011-02-28 10:03:19 -01:00
hartvig
59e41e3912 Work items: 30086, 30087 2011-02-28 10:01:53 -01:00
PerPloug
468f688f20 Merge 2011-02-28 09:55:40 -01:00
PerPloug
3f74ee4ab5 adding system.webpages to build dir 2011-02-28 09:55:02 -01:00
agrath@gmail.com
60c18bdff9 More graceful handling of missing properties in .Where - TryGetMember now returns DynamicNull (IEnumerable with fake .Where and .OrderBy) when the property/child type doesn't exist.
Expression Tree in DynamicQueryable explictly checks for this type and forces that portion of the predicate/expression tree to return true, bypassing the missing property
Handy when you are checking e.g. a boolean property in a .Where and that boolean doesn't exist on all nodes.
2011-02-27 21:53:45 -13:00
PerPloug
300da7f04a One more change to build file 2011-02-28 09:46:21 -01:00
PerPloug
d324ee90a7 Change build order 2011-02-28 09:36:57 -01:00
PerPloug
5fd694cca9 nant build 2011-02-28 09:29:34 -01:00
PerPloug
5491569b8c Merge 2011-02-28 09:23:43 -01:00
PerPloug
f1b904ecc4 web.config 2011-02-28 09:23:21 -01:00
PerPloug
50f9170935 sdasda 2011-02-28 09:22:32 -01:00
PerPloug
dbc8a07628 sdsad 2011-02-28 09:21:22 -01:00
PerPloug
6519055d21 New nant file 2011-02-28 09:16:35 -01:00
starfighter83
38bbe32f16 Fixes styling issue with split button and chrome 2011-02-28 09:02:42 -01:00
starfighter83
4edc96af7d Merge 2011-02-28 08:35:26 -01:00
starfighter83
e3f42ef388 Update to template split button, new location of razor templates 2011-02-28 08:34:29 -01:00
agrath@gmail.com
bba0fcfd5f Merge 2011-02-27 09:00:00 -13:00
agrath@gmail.com
7ca429cb61 Added overloads to AncestorsOrSelf, Ancestors, Descendants, DecendentsOrSelf to filter by Level or NodeTypeAlias
Rewrote implementations internally so a Func<DynamicNode,bool> [or Func<INode,bool>] is used so that there's only one implementation of each
2011-02-27 08:55:15 -13:00
hartvig
9707a61303 Work items: 30078 2011-02-27 18:00:30 -01:00
hartvig
6b2858d552 Updating namespaces in umbraco.MacroEngines.Iron project 2011-02-27 14:49:00 -01:00
hartvig
c03ee2cecd Missing assemblyinfo.cs 2011-02-27 14:43:20 -01:00
hartvig
38c60c69bf Adding umbraco.MacroEngines.Iron 2011-02-27 14:37:09 -01:00
hartvig
6bc277b4f2 Work items: 30052 2011-02-27 13:23:01 -01:00
hartvig
1dae998eaf Work items: 30073
Encoding issues in temporary razor files and general developer scripting editor
2011-02-27 12:46:22 -01:00
hartvig
78a3d02b89 Clean up of xslt and dashboard config files 2011-02-27 12:17:04 -01:00
hartvig
9729ad4d31 Work items: 30082
Properties from Richtext editor isn't encoded by razor anymore as DynamicNode will return an IHtmlString for RTE properties
Changed the lookups of Yes/no and tinmce datatypes ids to consts as these won't change anyway
2011-02-27 12:13:04 -01:00
hartvig
11da35ae5f Exclude IronPython and IronRuby from default distribution (will be separate download). Work items: 30081 2011-02-27 11:57:33 -01:00
agrath@gmail.com
cbe94ae6aa Refactored ExtensionMethod search code from DynamicNodeList (searches for extension methods e.g. .Random()) to tidy it up
Moved Extension Method searching code to seperate static class
Moved all the defined extension methods for DynamicNode into the same ExtensionMethods.cs file
Changed the way that .ContainsAny within a where is evaluated to use the ExtensionMethodFinder class - should allow extra search methods to be defined
2011-02-26 16:15:45 -13:00