Fork: AzureHive

commits

date

comment

34c77c63e5c5
by sitereactor
Mar 13
3:12 PM
5.0.0-azureblob tip

roll back on experimental code

0b42b3ae7b58
by sitereactor
Mar 13
11:42 AM

Ensuring fix for U5-574

8ba57503cd4b
by sitereactor
Mar 13
8:53 AM

Fix for U5-573 - changing output to PublicUrl instead of Path + Name.

b1fd76cd7a07
by sitereactor
Mar 12
1:50 PM

Verifying tests for azure blob storage provider

86441639d27d
by sitereactor
Mar 12
8:47 AM

Merging AzureBlob branch with 5.0.1 branch

c424c5cd9b7a
by Shandem
Mar 11
11:15 PM
5.0.0-MNTP-wip

Fixed up some modal window issues, fixed up modal window issues with the TreePicker.

2e1060a28c68
by Shandem
Mar 11
10:12 PM

More updates to pre-value editor. Support for loading in a tree picker via an Ajax request.
Moved HtmlTree picker extensions to the TreeHtmlHelperExtensions. Changed the TreePickerRenderModel to use
strings, not MvcHtmlString (not sure why it was set that way)

978c8d118a00
by Shandem
Mar 11
5:46 PM

More work on the pre-value editor for NodeSelector.
Added some more handy extension methods for HtmlHelper and for ControllerBase.

5a9bf962e5b5
by Shandem
Mar 10
8:52 PM

missing saved file

ec118b40d859
by Shandem
Mar 10
8:51 PM

Pre-value editor work

fb6dce0e8d8f
by Shandem
Mar 10
2:48 PM

Adding missing files.

68f47e4bb49a
by Shandem
Mar 10
2:48 PM

Added file i removed by accident.
Added support for scaffolding to generate a PreValues view.

d9d38fc328d7
by Shandem
Mar 10
2:29 PM

Removed EntityFramework reference from installing MVC templating from Nuget.

97d5c460e2df
by Shandem
Mar 10
2:26 PM

Added MVC/T4 Scaffolding and created scaffolding templates for Property Editors.
Added scaffolded classes for MNTP.

8502b115159a
by Shandem
Mar 8
4:00 AM
5.0.1

Merge

33888a5afc07
by Shandem
Mar 8
4:00 AM

missing sys info files.

7751fd3a7abb
by Shandem
Mar 8
3:56 AM

Puts [Internationalize] on the UmbracoController class, not just the 'Index' action so that
people overriding of creating hijack controllers dont need to worry about this.
Fixes issue with having 'surface' value in datatokens with the RenderViewEngine.

44df6f6dca7c
by mattbrailsford
Mar 7
7:32 AM

Merge

a5ee8ae97ffa
by mattbrailsford
Mar 7
7:31 AM

Fixes issue U5-592

67117e0bd221
by Shandem
Mar 6
7:31 AM

Updates to #U5-578 so that Editor and Display templates can also be found under the current
controller name (like standard mvc) so it doesn't have to be in 'Shared'.
Updates SystemInfo proj with just another test to validate an EditorTemplate works in a package.

8dd376fe51d7
by Shandem
Mar 6
6:25 AM

Merge

296cad105279
by Shandem
Mar 6
6:23 AM

Cleaned up remaining ProxyRequestToController methods, other code cleanup including moving
GetControllerName and ID methods to ControllerExtensions instead of being static on UmbracoController.
Cleaned up ChildActionMacroEngine to use the proxy methods with strings.

d2123c4175e8
by Shandem
Mar 5
11:24 AM

Removed proxy request action invoker, added new global filter to handle this, added new
MergeModelStateToChildActionAttribute filter which could be of more use than just SurfaceControllers... though its only attached to them currently.
Changed the ProxyRequestToController logic to use the HtmlHelper.Action method, this just requires a bit of
trickery thanx to DotPeak. This is much nicer than writing our own logic to execute the child action, now we just use
what MVC does internally.

77552c75817a
by mattbrailsford
Mar 5
3:04 PM
5.1

Fixed issue with RTE control not displaying table button

15174ff71662
by mattbrailsford
Mar 5
2:36 PM

Fixes issue where members login macro doesn't redirect to RedirectUrl if one is provided.