AndyButland
180e93a3bf
Refactor of ContentTypeContainerConfiguration to use a collection instead of multiple delimited strings
2014-07-28 22:34:30 +02:00
AndyButland
50f1a995e9
Set up headings with localization for container list view custom columns
2014-07-28 22:07:57 +02:00
AndyButland
4d19826d98
Store and retrieval of flags for allowing bulk publish, unpublish and/or delete on container doc types
2014-07-27 15:36:18 +02:00
AndyButland
5ad8ebfa6e
Store, retrieve and use default order by and direction for list container document type
2014-07-27 15:04:15 +02:00
AndyButland
599872a310
Created new field in cmsContentType and related models for storing the configuration for a container doc type; implemented configurable page size
2014-07-27 08:53:32 +02:00
Shannon
3710c0916c
Fixes up the Image cropper extensions, ensures that we don't recursively call Url (this is a special property).
2014-03-20 14:57:48 +11:00
Shannon
e0e0076a7a
allows for client side validation on the text box and date picker controls and updates the models to allow support for this for any prop editor.
2014-03-18 15:29:14 +11:00
Tom Fulton
1ec2901762
Expose Mandatory setting in ContentProperty
...
This allows a PropertyEditor to be aware of whether it's required or not, via: `$scope.model.mandatory` (along with `$scope.model.alias`, etc)
2014-03-13 23:32:12 -06:00
perploug
81305173ca
Changes imagecropper to store config in its property data
2014-02-19 00:19:15 +01:00
Shannon
8785239964
Finalizes the implementation of getting the menu items rendering for child of listview items for both content and media.
2013-12-12 14:10:03 +11:00
Shannon
38c1669e57
Gets content items that are children of listviews to query for their affiliated tree-node and display the action menu.
2013-12-12 13:27:33 +11:00
perploug
bf5042e3d0
fixes: U4-3718 Sorting a list view by "Updated by" throws an exception
...
It tries to sort the result on UserBasic, made userbasic implement
ICompareble
2013-12-09 14:32:16 +01:00
Shannon
54e826bc96
Fixes: U4-3696 Upload datatype only updates on first save
2013-11-26 13:13:43 +11:00
Shannon
4d31512ef0
Custom membership provider's now working in the back office UI - have created intial functionality to allow custom properties with custom membership providers (the creation already performs the link if the Member member type is available). Updating also works too, need to clean up some code though as it's fairly messy.
2013-11-18 14:25:08 +11:00
Shannon
c61fd1ec27
Fixes datetimepicker once and for all, fixes user model to return the culture not just the language, adds ability to localize the datetimepicker - will default to english but is easy to add other versions, currently the only custom one in there is brazilian (since it was already made).
...
fixes: U4-2863 Date picker-textbox jumps between 12 and 24 hours clock
U4-3537 Cannot clear date/time value, still have problems with it's null validation not clearing from the server
2013-11-15 12:26:29 +11:00
Shannon
df867af900
Fixes: U4-3329 Link to "Edit Profile" errors if you don't have access to Users
2013-11-12 18:13:00 +11:00
Shannon
acd52d42f4
Refactoring TreeNode to inherit from EntityBasic = makes much more sense and makes our models more consistent.
2013-11-12 12:30:10 +11:00
Per Ploug Krogslund
7440855c72
merge
2013-11-07 17:16:22 +01:00
Shannon
523c48d4fd
Nearly have send to publish working, it's all wired up in the UI to the controller, just need to implement the logic.
2013-10-31 18:17:30 +11:00
Shannon
1ead3f9b6a
Updated the content display model to pass in a list of the allowed actions (using the letter of the permission). We then dynamically generate the action buttons on the content editor based on what the user is actually allowed to do and the current state of the content. Fixed up some content saving validation for Create + Publish at the same time, since we never allowed that behavior before we now have to check for both permissions during this one execution. Updated the Unpublish method to check for publish permissions - unpublish is an action but it is not permission assignable, you can only unpublish if you can publish. Fixes the user session timeout display timer.
2013-10-31 16:51:08 +11:00
Shannon
51aefd2b6b
Adds the tab and multi-tab parameter editors
2013-10-30 18:30:04 +11:00
Shannon
5c7f551015
Creates a re-usable dropdown/multilist for any type of Entity that uses the entityResource, so now user picker, property type (+ multiple) param editor, content type (+multiple) param editor all use this. Fixes: U4-3268 UserPicker doesn't actually persist a value
2013-10-30 18:14:16 +11:00
perploug
a7f5576fee
Wires up the help dialog with our and tv feeds
2013-10-29 21:49:40 +01:00
Shannon
f5a2f87038
Fixes member issues
2013-10-29 14:03:16 +11:00
Shannon
2075311773
Fixes member data indexing to ensure it includes the unique key, fixes the EntityService search to return IEnumerable<EntityBasic>, not search results so the data returned is limited to non-sensitive data, adds AdditionalData to EntityBasic so we can add additional values like URL to outgoing entities, Fixes up the searchService, searchControllers to use new structure.
2013-10-29 11:39:34 +11:00
Shannon
6263b07087
Working on (WIP) U4-3255 Fix search - shouldn't search on every key change, shouldn't show up for non-search sections, shouldn't return ISearchResults
2013-10-28 18:38:20 +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
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
2243452261
Completes: U4-3089 fix membership provider to be able to change email address
2013-10-22 11:24:56 +11:00
Shannon
49df332734
Completes: U4-3194 member editor needs group/role support
2013-10-21 17:02:33 +11:00
Shannon
fd6046ebb6
The user change password dashboard now works and adheres to the membership provider rules.
2013-10-17 14:46:16 +11:00
Shannon
d28cdf3bdc
Updates the formHelper and streamlines the way form submission is handled, updates the member and user controller to use the new change password functionality in the Security object which uses all of the correct logic to update a password based on the membership provider. Gets the user's change password form working correctly with server validation. now just need to get the user membership provider to actually work.
2013-10-17 11:28:21 +11:00
Shannon
6cca01718d
Updated changepassword property editor to be able to be more re-used, now using it for the back office user change password which configures itself based on the membership provider configured for the user provider. now to wire it all up.
2013-10-16 17:51:48 +11:00
Shannon
7c881a29ae
Fixes path issue and user history issue
2013-10-16 10:37:45 +11:00
Shannon
8d9f741a6a
Working on user timeouts - now have the user timeout time being nicely tracked in the back office with a bit of injector magic both on the client side and the server side with filters. Now to wire up the call to get remaining seconds if a request hasn't been made for a specified amount of time, then we can add UI notification about timeout period.
2013-10-15 18:46:44 +11:00
Shannon
e7162d46ce
ignores some properties from being updated after saving otherwise we get duplicate tabs, etc...
2013-10-15 15:12:44 +11:00
Shannon
b9975ad1f5
Gets password resetting working and displaying the generated one in the UI.
2013-10-11 12:25:10 +11:00
perploug
6f39f190a4
Adds guid to entitybasic
2013-10-10 13:33:25 +02:00
Shannon
f9319c0db9
Lots more work done with members mostly around passwords and membership provider - can't yet update your password but it's close
2013-10-10 20:56:30 +11:00
Shannon
52aac5ba10
Ok, got members creating so long as the umbraco membership provider is being used - otherwise currenlty you'll get a ysod saying we don't support that. Now to get updating working.
2013-10-10 17:44:56 +11:00
perploug
ce97350d76
listview bugfixes
2013-10-09 15:06:21 +02:00
Shannon
febff1560e
Added member type controller and resource, started getting creating members dialog working.
2013-10-08 17:49:40 +11:00
Shannon
883a662240
Moves tree/menu models into the Models.Trees namespace
2013-10-08 12:38:27 +11:00
perploug
ec4eeb5de6
tree syncing
2013-10-07 10:09:03 +02:00
Shannon
b462082ed9
Fixes up some naming conventions and removes need to instantiate another umbraco helper
2013-10-04 09:00:02 +10:00
perploug
a42bd4dbf0
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-10-03 20:59:04 +02:00
perploug
a3d77b7e72
Adds RTE and stylesheet services
2013-10-03 20:57:36 +02:00
Shannon
3d3be5ecbc
Renames Control to DashboardControl so it has some meaning.
2013-10-03 17:59:23 +10:00
Shannon
8b6171bb13
Almost got the tags tables upgraded
2013-10-02 13:50:42 +10:00
Shannon
bad4d0c6e6
fixes merge issues
2013-10-02 09:30:53 +10:00