Shannon Deminick
5c20f4f6ec
Fixes: U4-U4-917
...
Fixes: U4-821
2012-10-01 23:04:57 +05:00
Shannon Deminick
42da98e020
Moves codebehind for EditView into UI project
2012-10-01 22:09:49 +05:00
Stephan
eeb305c740
fix uQuery.GetNodeIdByUrl
2012-10-01 13:08:10 -02:00
Stephan
c19541cb11
handle routing cache corruption cases, more unit tests
2012-10-01 12:20:51 -02:00
Stephan
dea22f22cb
fix UriUtility, fix unit tests
2012-10-01 09:52:32 -02:00
Stephan
656c61d1e2
fix xpath for finding default node because sortOrder may not start at zero
2012-10-01 06:55:44 -02:00
Shannon Deminick
bac038b82d
Converted treeInit.aspx so that it's codebehind and designer files are in the UI project and only
...
the old TreeInit class exists in the Umbraco.Web project (not the aspx file). It needs to stay there
to maintain backwards compatibility for anyone that may have inherited from that file.
2012-10-01 03:57:57 +05:00
Shannon Deminick
dd6d0e380e
Updated the /umbraco/umbraco.aspx page to have all of it's aspx + codebehind + designer files in the UI project and
...
left the original class in the Umbraco.Web project as to not break backwards compatibility for anyone that may have inherited from that
class.
2012-10-01 03:41:37 +05:00
Shannon Deminick
b40dbf73ca
Changes case back to the correct EditView
2012-10-01 03:00:05 +05:00
Shannon Deminick
0808665342
Changes editView to editViewTEMP so that we can change it back to the correct case.
2012-10-01 02:55:53 +05:00
Shannon Deminick
7623746f64
changed editViewTEMP to EditView with correct casing.
2012-10-01 02:52:58 +05:00
Shannon Deminick
3152427ff7
Changed name of editView to editViewTEMP in order to change it back to the correct case.
2012-10-01 02:52:28 +05:00
Shannon Deminick
85e88e5640
Merge
2012-10-01 02:48:39 +05:00
Shannon Deminick
ea3d2f893f
Added AsDynamic extension to IDocument.
...
Makes DynamicDocument explicitly implement IDocument as well.
Changes all ContentById methods, etc... back to returning just 'dynamic'
Removes valueAlias from the .Field method of UmbracoHelper which didn't actually do anything
removes altValueAlias from the .Field method of the UmbracoHelper which didn't actually do anything.
2012-10-01 02:48:08 +05:00
Stephan
3cddc5e4dc
merge
2012-09-30 14:04:38 -02:00
Stephan
8cd49749ec
fix routing, more unit tests
2012-09-30 14:02:11 -02:00
Stephan
e45bf57632
fix how we resolve "default node", now using sortOrder
2012-09-30 12:25:47 -02:00
Stephan
3e99dd0d55
fix NiceUrl and add more tests
2012-09-30 12:24:23 -02:00
Sebastiaan Janssen
be2ed3762b
Merge
2012-09-30 06:46:37 -02:00
Sebastiaan Janssen
e3abd49276
Fix regression bug
2012-09-30 06:46:08 -02:00
Shannon Deminick
d76f6c1cdb
{localLink} parsing in MVC is now all working.
2012-09-29 11:35:31 +07:00
Shannon Deminick
840109dc58
updates missing code block
2012-09-29 11:19:19 +07:00
Shannon Deminick
1aebce7ad6
makes SystemDirectories and SystemFiles public.
...
moves ResolveUrlsFromTextString to TemplateUtilities class and obsoletes other ones.
Fixes an issue if content cache is stored in codegen folder and not in med trust.
Updates the XmlDocument (IDocumentProperty) to always return a value with parsed {localLink} and resolved Urls and cache them so the parsing only happens once.
2012-09-29 11:11:48 +07:00
Shannon Deminick
11fd6553e9
Ensures that localLinks are parsed when rendering fields and macros using UmbracoHelper.
...
Added additional ControllerExtensions to render views as strings.
2012-09-29 08:49:21 +07:00
Shannon Deminick
690c4a165c
Creates TemplateUtilities class for parsing local links and obsoletes the old method.
2012-09-29 08:13:49 +07:00
Shannon Deminick
8fb159ddc2
Changes IThumbnailProvider to exist under Umbraco.Core.Media instead of just Umbraco.Core.
...
Moves many of the MVC extension methods into the Umbraco.Web.Mvc namespace and tidies up a few other
class's namespaces
2012-09-29 08:07:00 +07:00
Shannon Deminick
b3ca264af1
Explicitly loads webforms handler and remaps to it, now we can share this code somehow with the RenderRouteHandler when
...
we want to support having a no-template render as a 404.
2012-09-29 07:36:19 +07:00
Shannon Deminick
34e71027b3
Changed Is404 on DocumentRequest to internal as only the DocumentRequestBuilder should set this, removed the Is404 being set in the
...
DefaultLastChanceLookup as lookups shouldn't set the 404.
Cleaned up ObjectExtensions TryConvertValue method.
Ensures that the routes are created before the CoreBootManager complete is called.
2012-09-29 07:20:23 +07:00
Stephan
926427ff68
merge
2012-09-28 11:14:04 -02:00
Stephan
abe4944843
routing - handle when umbraco is not ready or has no content
2012-09-28 11:11:47 -02:00
PerPloug
5f12767f48
Flet
2012-09-28 09:27:12 -02:00
PerPloug
04e0b35c7d
Method Renaming to follow standards
...
Marking IOHelper methods as internal
Removing unneeded umbraco setting
Missing icon and missing folder in UI project
2012-09-28 09:19:16 -02:00
Stephan
d82cbfccc5
remove a ref to requestHandler, fix DefaultRoutesCache management
2012-09-28 09:04:49 -02:00
Stephan
3ed1b4c77d
remove unused setting option
2012-09-28 08:14:01 -02:00
Stephan
6c4869f931
merge
2012-09-28 07:08:37 -02:00
Stephan
b0e336e01f
routing, fix "no content" splash, fix "no template" handling, fix redirects
2012-09-28 07:04:33 -02:00
Shannon Deminick
05bdd42567
Fixes issue with UmbracoHelper in back office when there is not Document.
...
Adds another overload to BeginUmbracoForm.
2012-09-28 08:08:36 +07:00
Stephan
d8c2a71531
bugfix document.GetPropertyValue and object.TryConvertTo
2012-09-27 15:41:24 -02:00
Stephan
a469e3dbe3
fix base/rest service - cleanup + new config file
2012-09-27 15:37:21 -02:00
PerPloug
b8b951f094
Missing UmbracoSettings change in umbraco.core
...
IOHelper in umbraco.core
Both related to mvc views in template tree
2012-09-27 06:30:59 -02:00
PerPloug
c409cfa421
Create/Ui.xml file for templates
...
umbracoSettings.config file
2012-09-27 06:29:41 -02:00
PerPloug
9f7814591e
Adds Seperate View Editor for mvc templates
...
Changes the template tree to look for existing views
to override the .master
2012-09-27 06:24:04 -02:00
PerPloug
2c995f7fa7
Moves masterpage and view creation away from the template
...
class and into seperate helpers.
2012-09-27 06:23:09 -02:00
PerPloug
7e5db90b3b
Adds IO Helper overload for the views and masterpages
...
Adds UmbracoSettings to toggle mvc templating support
2012-09-27 06:21:59 -02:00
Shannon Deminick
f7f83bc057
Changed IPublishedContentStore and IPublishedMediaStore back to internal as we don't need to expose these yet. Instead have added
...
an UmbracoHelper property to the PluginController class which will expose any methods needed by devs to retreive media or content.
Have updated UmbracoHelper with loads of new helpful methods and moved the Wrap methods to HtmlHelper extensions because this is purely to
do with rendering html (have written unit tests for it too).
Updated some 'library' methods to proxy calls to UmbracoHelper so we only have to maintain one set of code.
Added a convenience property to UmbracoContext to return the current NiceUrlProvider so you don't have to go through the RoutingContext to get it.
2012-09-27 08:30:35 +07:00
Shannon Deminick
530e7ae44e
removed ref to missing template file
2012-09-27 07:06:14 +07:00
Stephan
126044cd48
bring back scheduled tasks - #U4-809
2012-09-26 12:51:27 -02:00
Sebastiaan Janssen
f76e90990f
Include packages.config anyway, just tell it to not output in the build
2012-09-26 11:58:52 -02:00
Sebastiaan Janssen
587542ace7
The build.bat file now won't exit when there's an error so you can inspect it, if there's no errors it will just exit
...
Excluded missing index.cshtml file from project (was giving build error)
2012-09-26 06:48:11 -02:00
Shannon Deminick
d3676b376d
Removed test route
2012-09-26 13:59:24 +07:00