Sebastiaan Janssen
e23ed30b0c
Took out the temporary tree fixes and put another temp fix in (reverts to the 4.10.x code)
...
Also removed dependency on ClientDependency.Mvc for now to make upgrades easier (no requirement to do assembly redirects in web.config)
2012-11-23 11:45:51 -01:00
PerPloug
55cb46927e
Changes to template and masterpages helper
2012-11-23 09:37:35 -01:00
Sebastiaan Janssen
654c3b7403
Another temporary fix for trees being unavailable after install, the context is null during upgrades in the installer, so would cause a YSOD
2012-11-23 08:02:23 -01:00
Sebastiaan Janssen
4195754b0c
Pull in new translations before release
2012-11-23 07:36:58 -01:00
Sebastiaan Janssen
96a6f17bd7
Update for the WebPI build, should now automatically be good
...
Fixes U4-132
2012-11-22 16:06:06 -01:00
Sebastiaan Janssen
61d99c4061
Of course we also need the assembly redirect for MVC2 -> 3 in the template config to start with (so the build.bat picks it up as well)
2012-11-22 15:45:14 -01:00
Sebastiaan Janssen
0a6e91a2f9
Fixed U4-1235 Changing document type alias YSOD's on SQL CE
2012-11-22 15:04:27 -01:00
jeavonleopold
cf9e786e45
U4-1241 Fix - BaseTreePicker GetItemBreadcrumbs causes YSOD for Property Editors that do not store numeric ID's
2012-11-22 15:17:12 +00:00
Sebastiaan Janssen
ba1d3fd3e6
Fix Library.Search not giving back an list of DynamicNodes any more, breaking accessibility to custom properties
2012-11-22 13:23:20 -01:00
Sebastiaan Janssen
ac01fd48fa
Some refactoring of the Umbraco:image implementation after code review
2012-11-22 12:30:58 -01:00
Sebastiaan Janssen
f53fb694be
Tightened up and renamed the ReadPublished method (relating to pull request for U4-606)
2012-11-22 09:53:11 -01:00
Sebastiaan Janssen
1ecd8fa87d
Temporary fix for trees being unavailable after install
2012-11-22 09:34:05 -01:00
Sebastiaan Janssen
ce1c9d697b
Add assemblyredirect for System.Web.Mvc because ClientDependency.Core.Mvc relies on Mvc v2 while we're using 3.
2012-11-22 09:30:07 -01:00
Sebastiaan Janssen
c67a76fb03
json2.js was not included in VS, so not in the build
2012-11-22 08:06:39 -01:00
Shannon Deminick
3d72a4497c
Merge
2012-11-22 02:56:53 +05:00
Sebastiaan Janssen
30cc8e0861
Merge
2012-11-21 11:05:38 -01:00
Sebastiaan Janssen
30ca3f6df9
Bump the version to 4.11.0
2012-11-21 11:05:30 -01:00
Stephan
cccfed6efe
U4-1222 - improve alternate template consistency
2012-11-21 10:12:04 -01:00
Sebastiaan Janssen
82c148e997
Fixed U4-596 with thanks to firepol!
2012-11-21 09:50:47 -01:00
Sebastiaan Janssen
c50a3e7a27
I broke the build, oh noes! Sorry. :-)
2012-11-21 09:46:04 -01:00
callicj@M2UA1450WRW.us.maritz.net
811cbe2339
Added new method to the Document Service named readPublished() which returns the published version of the document.
...
Added new method to the Document class named GetPublishedVersion() which returns the published version of the document.
2012-11-21 08:03:53 -01:00
ksykora@ksykora-Win7
a8bf881ae1
* Fixed an umbraco bug where the macro editor, if it tried to enumerate over a
...
property whose value was null, would throw a null reference exception instead
of just ignoring the property.
2012-11-21 07:53:29 -01:00
ksykora@ksykora-Win7
c446be734c
Moved ParseMacros from Init into Load in ItemRenderer to fix an issue where the
...
NodeId property on the Item control was being set after the ItemRenderer had
already loaded it into memory.
2012-11-21 07:54:17 -01:00
Morten Bock
f0f7f6af55
Include some missing files
2012-11-21 07:23:15 -01:00
Shannon Deminick
19bd8ae193
Fixes overloads for TypedMedia, TypedContent, Content, Media calls on UmbracoHelper now that
...
GetPropertyValue returns 'object'
2012-11-21 09:09:37 +05:00
Shannon Deminick
81d8f74e0d
Small update to hashcodecombiner and pluginmanager
2012-11-21 08:39:10 +05:00
Shannon Deminick
0011d568c6
Fixes up HashCodeCombiner with correct long field intead of int with correct initialization.
...
Adds App_Code and global.asax to be monitored for changes to create the hash code.
2012-11-21 08:28:11 +05:00
Shannon Deminick
159718bf4f
Updated sln to use Nuget for ClientDependency references, ensures that all config changes
...
are backward compatible. Have updated the new ClientDependency.config file with the new
features, though these are not required for existing installs but we should advise to merge
the new changes in.
Added ClientDependency.Core.Mvc to the UI project so that it will now ship with this library.
2012-11-21 08:01:23 +05:00
Shannon Deminick
b9ff3ca729
updated proj references, was getting warnings in build that they could not be referenced. Might be a VS 2012 thing.
2012-11-20 07:41:12 +05:00
Shannon Deminick
4f3ac36d7f
Merge
2012-11-19 19:57:23 +05:00
Shannon Deminick
a9257ad366
Fixes #U4-1213, much better support for ignoring routes in route table. Fixes issue with LogHelper. Adds unit tests
...
for ignoring routes.
2012-11-19 19:56:52 +05:00
Sebastiaan Janssen
2218459877
Correcting the path for the targets file, should work now even if there are spaces in the path
2012-11-19 08:59:23 -01:00
Sebastiaan Janssen
8f5e2946d6
Merge
2012-11-19 08:10:16 -01:00
Sebastiaan Janssen
19c3b251a0
Include the VS targets file so that the build server can find it as well
2012-11-19 08:09:43 -01:00
Shannon Deminick
ce4c855f00
Fixes up the resulting casts when invoking extension methods dynamically in our dynamic objects.
2012-11-19 05:47:34 +05:00
Shannon Deminick
48c45447e4
Fixes: #U4-1207, Enhancements to DynamicXml (legacy and new), now implements proper IEnumerable<T> interfaces.
...
Added DynamicInstanceHelper for any dynamic object that should find matches on methods, properties and
extension methods. Fixed ExtensionMethodFinder to find the Enumerable extensions (was previously set to IEnumerable which would
find nothing).
2012-11-18 10:28:53 +05:00
Shannon Deminick
4683144987
Changed CacheHelper to be public so it can be exposed publicly by the app context.
2012-11-18 03:34:31 +05:00
Shannon Deminick
238a237cb5
Merge
2012-11-18 03:31:15 +05:00
Shannon Deminick
cde1ca9f83
updated some logging on content class.
2012-11-18 03:31:02 +05:00
Shannon Deminick
93e2d8d822
added missing file for tests.
2012-11-18 02:49:55 +05:00
Stephan
8609389bdb
U4-1198 - publish dialog does not detect that a parent is not published
2012-11-17 14:55:58 -01:00
Stephan
48f985b70a
U4-1212 - can publish grand-child of unpublished node
...
fixed by introducing Document PathPublished property
2012-11-17 14:37:41 -01:00
Stephan
b02afb3af8
u4-1186 - Manage hostnames UI bug with validators
2012-11-17 13:45:53 -01:00
Stephan
b9d814c3fb
(michielvoo pull request) Consitent new lines in templates
2012-11-17 13:28:38 -01:00
Stephan
1b54ce1d48
U4-1210 - ysod on rollback
2012-11-17 12:29:05 -01:00
Stephan
e3efc0d19b
U4-1194 - Mvc templates do not work when running in a virtual directory
2012-11-16 15:52:14 -01:00
Sebastiaan Janssen
3ba9e09164
Update obsolete messages to point to the correct classes (instead of being misleading) :-)
2012-11-16 14:41:30 -01:00
Shannon Deminick
4cb03ab36c
Fixes issue with ChildActions when inherting from UmbracoViewPage<T> and using the @Umbraco helper.
2012-11-16 10:08:12 +05:00
Shannon Deminick
3ebbcc77e9
Merge
2012-11-16 00:45:29 +05:00
Shannon Deminick
8be97295dc
Added new method to RenderMvcController for easier return of the current template when hijacking routes.
...
Added better error checking for media handling in MVC.
2012-11-16 00:38:03 +05:00