Commit Graph

7752 Commits

Author SHA1 Message Date
Shannon
c5c1946d1b Got more of the install checker working and inspecting package assemblies for report. 2013-10-25 11:35:09 +11:00
Shannon
2587b06361 WIP - Fixing up the package installer to detect incompatible legacy data types, dlls, etc... and cleaning up some of the old code in there. 2013-10-24 19:50:46 +11:00
Shannon
e507ad4ace Removes IActionHandler - and all it's references : U4-3226 Remove IActionHandler 2013-10-24 17:15:37 +11:00
Shannon
7636f17ba9 Fixes: U4-3225 Media recycle bin malfunction - and removes the default menu for items in the bin since people normally aren't creating children when it's in the bin. 2013-10-24 16:54:17 +11:00
Shannon
36ffd41007 Updates data type service for the way it saves pre-values so we can maintain ids if necessary - updates the pre-value editors to except a different dictionary which includes an id if necessary. This all fixes: U4-2751 Check that when publishing keys for drop down list prop eds that if we change a value that the id remains constistent 2013-10-24 16:38:00 +11:00
Shannon
165caa5aba Ensures data type editor has ctrl+s wired up 2013-10-24 15:14:15 +11:00
Shannon
a5d6cfd812 Adds HideLabel pre-val to the RTE, created a new ConfigureForDisplay method which allows property value editors to change any properties like HideLabel based on the pre-values. 2013-10-24 15:06:41 +11:00
Shannon
638a614a24 adds tag controller url to server vars 2013-10-24 13:51:21 +11:00
Shannon
a3c3e220a0 Creates public api service for querying tags 2013-10-24 13:42:41 +11:00
Shannon
8d724ff2f7 Completes: U4-3040 Create UmbracoHelper methods for querying real tags on the front-end and creates new TagQueryContext 2013-10-24 13:31:10 +11:00
Shannon
f13fd59059 Creates a new PublishedQueryContext which is responsible for all content querying on the front-end templates (now wrapped by the UmbracoHelper). This allows for better separation of logic. 2013-10-24 12:50:43 +11:00
Shannon
c03b839bb1 Completes: U4-3052 Create TagsService 2013-10-24 11:49:09 +11:00
perploug
055cf5da3a Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-10-23 16:07:39 +02:00
perploug
d8de1c5b1b Removing boostrap tags lib, updating bootstrap to 2.2.3 2013-10-23 16:07:24 +02:00
perploug
04ab76e5a9 Merge pull request #174 from mvanhelmont/patch-1
Update content.resource.js
2013-10-23 07:06:25 -07:00
mvanhelmont
22da0c85f7 Update content.resource.js
getByIds fails because there is no id property
2013-10-23 16:04:26 +02:00
perploug
440d26d982 Changed sir trevor to json 2013-10-23 15:34:19 +02:00
perploug
2891f96006 Added tablet button for media upload 2013-10-23 15:34:10 +02:00
perploug
7d885e8af0 Visual tweaks for tablet compat 2013-10-23 15:33:35 +02:00
perploug
7d35ad124a basic tag property editor 2013-10-23 15:33:15 +02:00
perploug
45cf5d88cf Changed Url.Link to Url.Route
When running on a different port then port 80, an incorrect path to all
services was returned, as it returned domain and no port number in the
url, this changes it so it only returns the path without domain or port
number
2013-10-23 13:20:25 +02:00
Shannon
ee5e0a9b7e Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-10-23 20:28:05 +11:00
Shannon
865d8e633e Created a json converter so we don't have to use DarkMagic - this is based on a new "JSON" value type that is applied to a property editor. 2013-10-23 20:27:48 +11:00
perploug
69a0de20d7 Adds global "esc" hotkey to close all open dialogs 2013-10-23 09:20:03 +02:00
perploug
13f1c80329 Fixes RTE embed sizing hidden 2013-10-23 09:11:34 +02:00
perploug
9a36d40623 Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-10-23 08:42:56 +02:00
perploug
db4bcab192 adds suport for ctrl+s in legacy editors 2013-10-23 08:39:17 +02:00
Shannon
be3288af44 Fixes tree cache: removes reference to "tree.clearCache" since that doesn't exist, tree's are not cached by tree alias so the logic was never going to work, further more the cache would not have been cleared because the tree cache is *not* an array but an object. Adds unit test for this. 2013-10-23 16:01:25 +11:00
Shannon
322ad6ca26 Completes: U4-3030 Need to remove the starter kit/skin dashboard 2013-10-23 14:30:43 +11:00
Shannon
617d7dcea1 Completes: U4-2656 Put in upgrade checker functionality like we have in v6 2013-10-23 13:02:39 +11:00
Shannon
0510773dc5 Added some docs about tag support. 2013-10-23 12:34:10 +11:00
Shannon
2325052d69 Adds notification for 404 errors, updates password changer to use new provider property for legacy backwards compatibility. Fixes validation logic on post. 2013-10-23 11:31:13 +11:00
Shannon
00486eeaa7 Merge remote-tracking branch 'origin/6.2.0-membershipprovider' into 7.0.0
Conflicts:
	src/Umbraco.Web.UI/umbraco/controls/passwordChanger.ascx
	src/Umbraco.Web/Security/WebSecurity.cs
	src/umbraco.providers/UsersMembershipProvider.cs
	src/umbraco.providers/members/MembersMembershipProvider.cs
2013-10-23 10:51:06 +11:00
Shannon
ae32968efd Updates the legacy membership providers and WebSecurity/Password changer to stay backwards compatible with their previous settings whilst still keeping all of the provider fixes. 2013-10-23 10:19:43 +11:00
Shannon
dc3c517697 Fixes: U4-3123 Umbraco 7 - unable to use email address as user name 2013-10-23 09:20:15 +11:00
perploug
36a472b79a Vertical space improvements 2013-10-22 15:32:49 +02:00
perploug
99766e3f22 removes debuggin value from view 2013-10-22 15:27:23 +02:00
perploug
937e7f9004 Minor tweaks to fix current node indication 2013-10-22 15:23:19 +02:00
perploug
d82fd3dd04 member groups tree and editor polish 2013-10-22 14:58:42 +02:00
perploug
b94f2aba70 Datatype delete controller 2013-10-22 14:58:30 +02:00
perploug
01c601f87e Responsive tree
Tree collapses on small screens, stays pinned on large ones
2013-10-22 14:58:11 +02:00
perploug
3ba05aca8f Much better tree syncing
Is now pluggable, without those directive watches, and only active when
used from external controllers, so dialog trees become much lighter
2013-10-22 14:57:41 +02:00
perploug
d4a069451f Datatype delete dialog 2013-10-22 09:46:22 +02:00
perploug
547361a185 Removes all the views/*.controller.js files from build 2013-10-22 09:46:11 +02:00
Shannon
736339ad1c Merge remote-tracking branch 'origin/6.2.0-membershipprovider' into 7.0.0
Conflicts:
	src/umbraco.providers/members/MembersMembershipProvider.cs
2013-10-22 17:38:09 +11:00
Shannon
c1778918b5 Fixes more membership provider woes. 2013-10-22 17:37:03 +11:00
Shannon
3f5fdf840a Completes: U4-3212 Support unlocking a member, also fixes quite a few other issues regarding the membership provider properties of the content type. 2013-10-22 17:36:46 +11:00
Shannon
90c76ae465 Merge remote-tracking branch 'origin/6.2.0-membershipprovider' into 7.0.0
Conflicts:
	src/Umbraco.Web.UI/config/ClientDependency.config
	src/Umbraco.Web.UI/install/steps/DefaultUser.ascx.cs
	src/Umbraco.Web/umbraco.presentation/umbraco/create/memberTasks.cs
	src/umbraco.providers/members/MembersMembershipProvider.cs
2013-10-22 13:45:23 +11:00
Shannon
680a4b9570 Fixes a lot -
U4-3208 Ensure all membership provider properties exist on the default Member type shipped with Umbraco
U4-3158 user back office password policies doesn't adhere to membership provider rules
and even more fixes to the membership provider like actually integrating the last locked out date and last pword change date. Fixes member creation to actually use the membership provider - this means that the password is created properly based on the provider config. Fixes the provider to have default fields specified so people don't actually have to specify in config.
2013-10-22 13:41:04 +11:00
Shannon
2243452261 Completes: U4-3089 fix membership provider to be able to change email address 2013-10-22 11:24:56 +11:00