Shannon
e502579319
Fixes up security check for start node for mntp
2013-11-19 12:28:50 +11:00
Shannon
5bb68f32bf
Fixes up editorState - ensures that it is set in all of the correct places (removes appState editingEntity and references), ensures that setting 'current' is not possible, ensures that editorState is reset on all route changes, adds unit tests for getting/setting editorState.
2013-11-19 10:39:18 +11:00
perploug
91bcb656ec
adds basic media controller mocks and tests
2013-11-18 22:29:38 +01:00
perploug
4fea694c6a
Loads content and media trees with a custom root
2013-11-18 22:29:19 +01:00
perploug
abce483d0e
Fixes right-click on li in the tree
2013-11-18 21:07:17 +01:00
perploug
8d0603b11c
fixes mntp startnode issue
2013-11-18 20:44:12 +01:00
perploug
c3fd4bd685
Adds editorState to media, datatype, content, and member editors
2013-11-18 20:43:21 +01:00
perploug
b743ea4fb8
Changes treepicker to tree source on the mntp settings
2013-11-18 16:14:49 +01:00
perploug
da2f3aefe6
Improves media drag n drop sorting
2013-11-18 14:58:29 +01:00
perploug
4dbd1d3ca7
adds section to page title
2013-11-18 11:48:58 +01:00
perploug
f758634a90
lofgin autofocus
2013-11-18 11:01:13 +01:00
perploug
c302de6bdf
adds link to upload property editor
2013-11-18 11:01:05 +01:00
perploug
a9dd33908c
Fixes missing header validation
2013-11-18 10:48:33 +01:00
Shannon
21e3893528
Fixes: U4-3558 members tree syncing is a bit strange and not showing the selected member
2013-11-18 15:58:53 +11:00
Shannon
f8e17b711e
custom membership providers now working in the back office.
2013-11-18 15:29:53 +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
1707e6b18f
Added ability for a menu item to simply navigate to a route, adding functoinality for us to create/edit/delete members based on a generic membership provider.
2013-11-17 13:43:04 +11:00
perploug
9212033858
Allows people to click tree to close dialogs
2013-11-16 10:38:14 +01:00
perploug
6effcf82ac
Fixes legacy dialog .destroy issues
2013-11-16 10:38:02 +01:00
perploug
71a0c45889
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-11-15 08:35:53 +01:00
Shannon
4545af0a21
Boom! container nodes work for both media and content, fixes:
...
U4-3540 When creating a Container type node - the list view shows all children of the item it's being created underneath
U4-3541 media tree is not catering for container types
2013-11-15 16:56:51 +11:00
Shannon
0878de4a8b
Fixes tree service from showing that there is children when there isn't, fixes container node issues:
...
U4-3540 When creating a Container type node - the list view shows all children of the item it's being created underneath
U4-3541 media tree is not catering for container types
Adds container style
2013-11-15 16:19:46 +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
5314afb51a
Changed editorContext to use appState instead for content/media/member editors - the appState saved is the basic entity, this means that if property editors resolve this value they do not have access to actually change the real content model which we don't want to allow (or changing other property's values).
...
Fixed up some inconsistencies between all of these editors and the content editor helper, fixed up tree syncing with the members editor.
2013-11-15 10:38:36 +11:00
Shannon
1c742db414
Cleans up a bit more code - no longer passing in nav controller scope, removes zany args.scope assignment back to the nav ctrl via the nav service, this is not necessary at all and doesn't make any sense.
2013-11-15 09:43:21 +11:00
perploug
684c99b532
removes css that conflicts with firefox selects state
2013-11-14 22:17:18 +01:00
perploug
28ec40e1ae
modifies angular-mobile to fix firefox glitch
2013-11-14 22:05:51 +01:00
perploug
cadf1fe9bb
removes old bootstrap files
2013-11-14 22:03:51 +01:00
perploug
a657e10545
Consolidates contextmenu action handling
...
Moves umbOptionsMenu and umbContext menu exection into navigationService
2013-11-14 14:13:39 +01:00
perploug
d6f9d23626
merge
2013-11-14 14:12:49 +01:00
perploug
7e0eefc18a
adds editor context value
2013-11-14 13:12:08 +01:00
perploug
9bcd276073
fixes sir trevor manifest
2013-11-14 13:11:58 +01:00
perploug
d0fd7523c2
fixes media move to root
2013-11-14 13:11:45 +01:00
perploug
0a6826c62a
adds manifest documentation
2013-11-14 13:11:20 +01:00
perploug
132b1f305a
moves context action execute to navigationService
2013-11-14 13:11:03 +01:00
Shannon
9eb9b8df92
Fixes: U4-3501 Error when selecting multiple items with the media picker in v7 - ensures the standard media picker cannot multi-select, hides the add button when multi select is disabled and there's a value.
2013-11-14 20:32:11 +11:00
Shannon
2f62c58055
Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0
2013-11-14 19:35:13 +11:00
Shannon
47f7d0d8df
no more nav.ui. removes exposing the userDialog, moves enter/leave tree to the navigation controller since it doesn't belong on the service, cleans up more of the nav ctrl and we have no more globals :) now to look at changing the object that is passed to dialogs (i.e. not the navigation controller scope)
2013-11-14 19:34:47 +11:00
perploug
378fc2c655
fixes datatype editor buttons not snapping to buttom
2013-11-14 09:16:35 +01:00
perploug
202ae1eafe
removes overflown tabs collection
2013-11-14 09:16:05 +01:00
Shannon
77cb86f74b
fixes: U4-3429 After sorting the tree doesn't get refreshed (for content)
2013-11-14 19:14:52 +11:00
Shannon
4281610bc1
fixes tree sync with move media/content
2013-11-14 19:09:13 +11:00
perploug
f11aca53e4
added icon picker loader
2013-11-14 09:08:26 +01:00
perploug
87fc9c3ee7
removed filter that didnt work anyway
2013-11-14 09:08:13 +01:00
perploug
4f27fd6d40
better caching of icons for icon picker
2013-11-14 09:07:54 +01:00
perploug
85155175cb
fixes broken dialogs in firefox
2013-11-14 09:07:40 +01:00
perploug
6cddd55065
fixes issues with overflown tabs
2013-11-14 09:07:30 +01:00
Shannon
20f1a308a8
fixes tree sync on move
2013-11-14 19:01:41 +11:00
Shannon
b6dcbc83e4
Nearly got the whole nav.ui stuff taken care of, have most of the correct objects in appState, fixed up tree syncing with move dialog, fixed up state handling of the currently selected node, removed setting the navigationController's scope from within the navigationService (?), still some more stuff to clean up.
2013-11-14 18:50:31 +11:00
Shannon
6967027e41
remove sort controller's and views - when we put these back we can restore.
2013-11-14 17:05:14 +11:00