perploug
0c45fb1b97
Merge branch '7.1.0' of https://github.com/umbraco/Umbraco-CMS into 7.1.0
2014-01-28 23:50:58 +01:00
perploug
7bd745a870
WIP: Tree icon colors
2014-01-28 23:50:25 +01:00
Shannon
68b4a493c6
updates versions and port
2014-01-29 09:46:25 +11:00
Shannon
6338d57959
Cherry picked - Removes hard coded api url from rte embed
2014-01-29 09:34:07 +11:00
Shannon
7de1b2d09d
Fixes ServerVariablesParser to have a proper event declared! :P
2014-01-29 09:33:14 +11:00
Tim Geyssens
93a4e8f426
Removes hard coded api url from rte embed
2014-01-28 16:18:30 +01:00
Tim Geyssens
fcc115004e
Updates server vars with embedApiBaseUrl
2014-01-28 16:11:57 +01:00
perploug
24062c0061
Rolls back listview items in dialog trees
2014-01-28 15:49:04 +01:00
perploug
06cbdc37b4
Fixes: U4-4143 In rich text editor, non ASCII characters in source code window are encoded
...
Also at the same time fixes missing config import from serverside config
2014-01-28 15:45:14 +01:00
Shannon
f28ae52ae3
moved logic to update a profile to MembershipHelper.
2014-01-28 21:57:00 +11:00
Shannon
cfd0973f00
Moves the registration logic to the MembershipHelper, fixes up the views to keep the indexes so props save.
2014-01-28 21:42:30 +11:00
Shannon
1bfdd83ba7
Cleans up more of the membership controllers and snippets to be using the membership helper and fixes up a few issues
2014-01-28 19:41:21 +11:00
Shannon
6fefcacc61
Adds more methods to the MembershipHelper, updates the RegisterModel and obsoletes the standard ctor so biz logic is not happening in the model, updates the snippets to use the correct way. Fixes an issue in the membership repo for persisting new members when the member type doesn't contain all the built-in props.
2014-01-28 18:59:27 +11:00
Shannon
3b639e61b2
Exposes MembershipHelper onthe UmbracoViewPage so people can use it directly in views.
2014-01-28 17:02:20 +11:00
Shannon
9959ff667e
publicizes MembershipHelper and exposes it on the various base classes: SurfaceController, UmbracoApiController and UmbracoUserControl as the property "Members", will add more helper methods.
2014-01-28 16:58:55 +11:00
Shannon
de1f86c7a1
adds logic to the membership helper to create a new LoginStatusModel with the values filled in, obsoletes the empty ctor on LoginStatusModel since that does some biz logic lookups, instead replaces it with a static method to create an empty one.
2014-01-28 16:30:58 +11:00
Shannon
28d8fd0531
Changes LoginStatusModel to use the correct api and updates the new membership provider stuff to ensure that the provideruserkey is the int id of the model for backwards compatibility.
2014-01-28 16:13:05 +11:00
Shannon
e4e76eb0bf
Backports commit: Prefixed built in controllers to better avoid conflicts with people's custom code
...
Conflicts:
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/EditProfile.cshtml
src/Umbraco.Web.UI/Umbraco/PartialViewMacros/Templates/Login.cshtml
src/Umbraco.Web/Controllers/UmbLoginController.cs
src/Umbraco.Web/Controllers/UmbLoginStatusController.cs
src/Umbraco.Web/Controllers/UmbProfileController.cs
src/Umbraco.Web/Controllers/UmbRegisterController.cs
src/Umbraco.Web/Umbraco.Web.csproj
2014-01-28 13:47:16 +11:00
Shannon
677cc8c8fd
Fixes ProfileController to use normal .Net APIs and the new members service - also removes the Response.Redirect that was in there, why was it like that?
2014-01-28 13:35:43 +11:00
Shannon
3fa5c4e0b2
Updates RegisterController with the standard ASP.Net APIs to create and login a member.
2014-01-28 13:21:30 +11:00
Shannon
360393c464
Fixes LoginStatusController to use the standard ASP.Net APIs
2014-01-28 13:07:25 +11:00
Shannon
d3daf88a8d
Fixes the LoginController to use the correct APIs
2014-01-28 12:58:22 +11:00
Shannon
7a99ebd6d9
Starts the implementation of the new role provider.
2014-01-28 12:48:41 +11:00
Shannon
a7298e2e5a
Completes: U4-4148 Anytime RuntimeCacheProvider or InMemoryCacheProvider is used, a cache refresher will need to handle it's distribution!
2014-01-28 12:20:10 +11:00
Shannon
15d7443c61
Streamlines the content type cache refreshing, leaving some of the legacy cache clearing but that shouldn't really have an effect, with these new changes it should be guaranteed that the distributed cache is executed always for Doc, media and member types.
2014-01-28 12:13:27 +11:00
Shannon
f2b7e27b34
Fixes: U4-2721 RuntimeCacheProvider is not cleared when data type changes and updates the repo factory to not use the InMemory cache provider since we should only ever use that for very very specific reasons since the memory can never auto-clear with that provider.
2014-01-28 11:30:02 +11:00
Shannon
690d08aa8c
Completes wrapping the new IUserService from the legacy User object. Ensures User cache is handled correctly and distributed cache is updated for Users.
2014-01-28 10:46:59 +11:00
Shannon
6719d70cc0
Updates UserTypeCacheRefresher to clear the runtime cache accordingly.
2014-01-28 09:22:01 +11:00
Shannon
23d9944a61
Merge branch '7.0.2' of https://github.com/kalletoxic/Umbraco-CMS into kalletoxic-7.0.2
2014-01-28 08:47:09 +11:00
perploug
31429ad9c8
Fixes treenodes with very long names breaking the tree
2014-01-27 22:09:16 +01:00
perploug
05a8d80284
Fixes broken refresh action
...
Refresh action referenced the tree, not its root node
2014-01-27 22:08:40 +01:00
perploug
c2d978a0db
Enables listview children in dialog trees
...
By default trees doesnt show children of listview nodes, this enables
them in dialog trees, otherwise content pickers cannot select childrens
of a listview node
2014-01-27 22:03:52 +01:00
perploug
e17b32c6e5
Removes option to query media with Xpath on mntp
...
Only content can be queried with Xpath in a reasonable performant manner
as its the only type of data that is cached as xml
2014-01-27 13:49:09 +01:00
perploug
de79512dd4
Adds overloads to relationService.AreRelated
...
Allows to lookup relations based on type and alias of type when doing
"AreReleated()" checks
2014-01-27 13:45:54 +01:00
Richard Soeteman
06ae6ad15e
Fix media.save throws an error in Umbraco 7.0.x
...
See http://issues.umbraco.org/issue/U4-3928 width and Height properties
are assigned on the file media types. This was because of always
assigning a value to
content.getProperty(uploadFieldConfigNode.WidthFieldAlias).Value
Added an if statement to make sure the media item is an image when
assigning those values.
2014-01-27 10:15:14 +01:00
perploug
2a81162756
Fixes inconsistently named private method
...
Replaces delegates with lambdas
2014-01-27 08:27:31 +01:00
perploug
0a7526601c
Merge branch '7.1.0' of https://github.com/umbraco/Umbraco-CMS into 7.1.0
2014-01-24 18:41:46 +01:00
perploug
3e22598f4a
fixes mntp filtering
2014-01-24 18:38:47 +01:00
perploug
d842f0f5b7
Adds support for xpath root node selection on mntp
2014-01-24 18:38:39 +01:00
perploug
8258619055
adds getByQuery to entityService
2014-01-24 18:38:08 +01:00
perploug
7d2f6c13c3
Addss template clearing when in debugmode
2014-01-24 17:20:34 +01:00
Shannon
d66e2e52e9
adds additional bat files to the sln files for editing, adds the sandcastle help file config file that can be used to build the docs when sandcastle is installed.
2014-01-24 16:31:49 +11:00
Shannon
43c426b46c
Update booting.aspx
...
Throw the exception immediately if the parameter is not there or empty.
If the parameter is not there it's defaulted to the current url, and this will redirect to itself and create an endless loop here.
2014-01-24 12:36:02 +11:00
Shannon
0714aaa457
Merge remote-tracking branch 'origin/7.0.2' into 7.1.0
2014-01-24 12:34:40 +11:00
Shandem
81dac97917
Merge pull request #284 from markvantilburg/patch-1
...
Update booting.aspx
2014-01-23 17:33:22 -08:00
Shannon
de6e0dc8d7
Merge branch '7.0.2' into 7.1.0
2014-01-24 12:32:07 +11:00
Kevin Jump
57c68daf38
Fix Template Import when template has no master
...
Importing a template with no master template (i.e when it's at the root)
caused an error. Added check for MasterTemplateId != null - (tried
.IsValueCreated but that generated a object not set exception)
2014-01-23 16:07:07 +00:00
Kevin Jump
a705561a51
Fix Importing Macro when macro already exists
...
ParseMacroElement called by ImportMacro was no checking for to see if
the macro or properties already exists - caused SQL errors on import of
macro. Added check to look for existing macro, and only add new
properties on import (in line with other import methods)
2014-01-23 16:05:08 +00:00
Kevin Jump
a7107f01e8
Single DataType import Fix
...
Importing a file with a single data type failed, because the DataType
element is at the root when exported.
2014-01-23 15:57:50 +00:00
Shannon
e2ac82abca
Gets most of the User and UserType legacy objects wrapping the new services, yay! Now just need to sort out all the caching stuff which I have tasks for.
2014-01-23 18:44:41 +11:00