Sebastiaan Janssen
dc111768e3
Slight MediaFactory refactors, mostly to fix issue U4-1344 where files wouldn't
...
upload if the "magic" umbraco props don't exist (witdth, height, bytes)
2012-12-23 11:46:04 -01:00
leekelleher
6589d5d5d3
MNTP: Fixed an long-time CSS bug. Aligned the header with the right-panel.
2012-12-21 15:58:02 +00:00
Sebastiaan Janssen
e6975a71d5
Additional fix for U4-1312 Cant publish child node, because parent not published
...
When you unpublish a node which it's descendants also get unpublished, but as
soon as you publish the parent node again, they don't end up in the XML cache
any more, leading to this error again. Now putting all previously published
documents back into the XML cache when the parent gets published
2012-12-20 14:05:28 -01:00
Sebastiaan Janssen
33b497e5f4
Additional fix for U4-1341 - nodes should appear dimmed when unpublished, but
...
they appeared as changed (and not dimmed, therefore looked published)
2012-12-20 13:42:30 -01:00
Sebastiaan Janssen
c5e7c81c19
Notification and tree refresh when unpublishing content
2012-12-20 09:25:50 -01:00
Sebastiaan Janssen
47d1fe7082
Fixed U4-703 - Updating or re-installing package causes duplicate trees
2012-12-19 09:05:23 -01:00
Sebastiaan Janssen
735bd574ff
Didn't mean to commit test code, sorry!
2012-12-17 12:29:43 -01:00
Sebastiaan Janssen
5c0d9785e0
Don't check log comment length if it is null.. helped with a broken recycle bin
...
not deleting content because sometimes the title of the content would be null
2012-12-17 09:25:55 -01:00
Sebastiaan Janssen
db14868324
attributes["macroalias"] would YSOD instead of give back a null
2012-12-14 13:51:01 -01:00
Stephan
06952833ef
U4-1212, U4-1312 - fix Document.PathPublished
2012-12-13 15:48:46 -01:00
Stephan
a70ef52964
fix xpath syntax error with legacy XML schema
2012-11-30 13:33:24 -01:00
Stephan
51204ee401
U4-1212 - bugfix Document.PathPublished
2012-12-11 17:37:33 -01:00
Shannon Deminick
2a90e93a6f
Updated partial view macro engine to support storing the files in the App_Plugins/[packagename]/Views/MacroPartials
...
so they can be stored with a package and not pollute the main file system.
2012-12-07 07:04:11 +05:00
Shannon Deminick
0d94ddb96e
Got macro parameters working with Partial View Macros, changed PartialViewMacroPage to inherit from
...
UmbracoViewPage<PartialViewMacroModel> so that UmbracoHelper, etc... are available.
2012-12-07 06:31:53 +05:00
Shannon Deminick
c7645b55ba
Partial View Macros now being rendered, now to implement the remaining parts with things like
...
parameters, etc...
2012-12-04 22:06:55 +05:00
Shannon Deminick
208806c027
Updated more partial view macro engine and its rendering... nearly there.
2012-12-04 11:31:03 +05:00
Shannon Deminick
8024610364
Fixes up some logging API issues. Fixed up tracing in the macro class. Added support for Partial View macro rendering in the macro class.
2012-12-04 11:08:02 +05:00
Shannon Deminick
8e4644568b
Updated loghelper to be able to Warn and also trace Warn with an exception. Updated the macro control to check for the
...
Partial View Macro, added Partial View macro to the enum.
2012-12-04 05:58:24 +05:00
Shannon Deminick
e0a71830fa
Updated macro editor to support Partial view macros. Improves the JS in the editor (no more c# based js) which auto clears
...
other fields and drop downs when other files are selected.
2012-12-04 05:42:15 +05:00
Shannon Deminick
5b0057c258
Added missing files.
2012-12-04 03:29:02 +05:00
Shannon Deminick
fb61c55fa7
Started on PartialViewMacros
2012-12-04 03:26:04 +05:00
Casey Neehouse
3bd98d851a
Reverting the config files that inadvertently got committed.
2012-11-29 21:42:37 +05:00
Casey Neehouse
9eea46b19b
Modification of UserControl usage to allow for Virtual Path to be used correctly.
2012-11-29 21:27:42 +05:00
Sebastiaan Janssen
267cd46ea0
Another additional fix to make the reloading of trees work after package install
2012-11-28 13:34:35 -01:00
Sebastiaan Janssen
7bc53adc67
Closing 4.11.1 branch
2012-11-28 13:06:01 -01:00
Stephan
35e65ad18c
add support for "/foo" hostnames ONLY for backward compat.
...
fix invalid hostname message
2012-11-28 12:43:19 -01:00
Sebastiaan Janssen
8def8eaa86
Bumping the version to 4.11.1
2012-11-28 09:44:03 -01:00
Sebastiaan Janssen
f306cbe457
Move invalidDomain entry to the correct area.
2012-11-28 09:24:40 -01:00
Sebastiaan Janssen
577b989c4c
Aha, string needs to start all the way to the left to appear nicely in the editor
2012-11-28 08:41:54 -01:00
Sebastiaan Janssen
e6b162f4f6
Add translation for invalid hostname
2012-11-28 08:37:08 -01:00
Shannon Deminick
8a7c7bf77d
Merge
2012-11-27 21:47:20 +05:00
Shannon Deminick
38a1179de5
applied patch from rev 189f37a1dd63 which reverts the last minute changes before 4.11
...
release, namely changes to the ApplicationTreeRegistrar, TreeDefinitionCollection, theend installer step.
2012-11-27 21:45:57 +05:00
Sebastiaan Janssen
f263b4d92b
Fixes U4-1162 - In MVC mode, creating a child template doesn't set the layout
...
correctly (it's missing the .cshtml extension)
2012-11-27 15:36:54 -01:00
Sebastiaan Janssen
c612727116
Add translations that got lost in merge, fixes U4-1254
2012-11-27 14:07:13 -01:00
Sebastiaan Janssen
ab9c9df7d6
Reverting last minute hacks around the pluginmanager and adding Shannon's fixes
...
from changeset 85f9e5879e60
2012-11-27 13:27:33 -01:00
Stephan
c607e50433
U4-1245, U4-1186... fix the mess I created with hostnames
2012-11-27 12:43:57 -01:00
Sebastiaan Janssen
f1314628d7
One last hack to get the the macroengines to show up after install.
2012-11-23 12:01:43 -01:00
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