bjarnef
|
5bc0c499d8
|
Localize text in help dialog
Add localization for text in help dialog, create and delete dialogs and
some minor parts of the member area.
|
2015-08-19 02:03:54 +02:00 |
|
Shannon
|
c58a9429e1
|
Member picker now using standard treePicker and search is working
|
2014-10-09 11:08:09 +11:00 |
|
Shannon
|
18efe25167
|
removes unneeded contentpicker dialog and just uses the standard tree picker that has the correct search built in, now search is working for the link picker.
|
2014-10-09 00:04:25 +11:00 |
|
Shannon
|
5f95957e5b
|
Makes sure custom membership providers work with the list view
|
2014-09-19 15:56:39 +10:00 |
|
Shannon
|
7c76cbf509
|
Allows for email and username to be fields in list view, fixes up the list view usage to display members from a custom membership provider.
|
2014-09-19 15:34:26 +10:00 |
|
Shannon
|
b12985558a
|
Fixes up all list views for all content types with regards to the delete button, now if you delete an child of a list view while viewing it it will redirect to it's container.
|
2014-09-19 13:55:30 +10:00 |
|
Shannon
|
51061e10a9
|
Gets the 'return to list' button working for all content types
|
2014-09-19 11:52:13 +10:00 |
|
Shannon
|
0264a72762
|
Ensures default list view data types are installed by default, includes these in the upgrade script. Now the default list views are used when rendering them per type (content, media, member). Updated the member tree to list nodes by member type and 'all members', each of these now renders a list view containing the members which is fully paged and searchable. Updates list view prop editor to deal with members appropriately.
|
2014-09-19 09:47:42 +10:00 |
|
Shannon
|
6f586c7eeb
|
Ensures we are not directly referencing Membership.Provider and instead targetting our provider by alias.
|
2014-03-18 20:36:02 +11:00 |
|
Shannon
|
d290ffa306
|
Fixes: U4-4392 Umbraco 7 delete member from others
|
2014-03-13 18:47:36 +11:00 |
|
Shannon
|
2166a4a5ac
|
Fixes: U4-4394 7.0.4: Inconsistency in member tree listings
|
2014-03-13 15:25:30 +11:00 |
|
Shannon
|
7e4739956a
|
Ensures that tree requests have section security applied, though it's not perfect until we have security by tree and section it ensures that a user cannot list out tree data when they don't have access to a section in which that tree's data is required. Now the root node requests via the application tree controller have their auth filters applied (that took quite a lot of zany work). Gets AD login working nicely too.
|
2013-11-20 14:18:03 +11:00 |
|
Shannon
|
31ab56a3c1
|
Got AD members listed in the tree but we won't be able to edit them till 7.1, now to get login going.
|
2013-11-19 18:31:15 +11:00 |
|
Shannon
|
f7e86f6b09
|
Fixes: U4-3555 Membership tree letters should not contain the 'delete' action
|
2013-11-19 13:18:33 +11: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
|
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 |
|
Shannon
|
1f538d1bd5
|
Fixes: U4-3489 Member tree items should not have refresh node as an action
|
2013-11-12 15:24:08 +11:00 |
|
Shannon
|
c4bfeeb321
|
Changes the CreateTreeNode to ensure that a parentId is always passed in - now all tree node models have a parentId property based on the server side data. Changes the JS tree node model to not have a 'parent' property and instead changes this to a parent() method - this allows us to serialize the tree model because otherwise it has cyclical references.
|
2013-11-12 13:09:24 +11:00 |
|
Per Ploug Krogslund
|
7440855c72
|
merge
|
2013-11-07 17:16:22 +01:00 |
|
perploug
|
c6c07b3861
|
missing char
|
2013-10-10 13:33:42 +02:00 |
|
perploug
|
59f711f802
|
memberpicker search updates
|
2013-10-10 12:43:59 +02:00 |
|
Shannon
|
883a662240
|
Moves tree/menu models into the Models.Trees namespace
|
2013-10-08 12:38:27 +11:00 |
|
Shannon
|
936be3934b
|
Updated MenuItemCollection with MenuItemList for full featured List access to the items. Added the MenuRendering event to TreeController, updated the tree controller events to be TypedEventHandler's though developers will need to cast the TreeController to the type they are expecting - still better than 'object'.
|
2013-10-03 15:05:48 +10:00 |
|
Shannon
|
b09a743beb
|
Gets view paths to load in dynamically based on whether a core or plugin tree is rendering, this allows us to store view files based on conventions for packages. Completes: U4-2849 Ensure editor views, etc... can exist outside of the /umbraco folder for package devs
|
2013-10-03 11:25:26 +10:00 |
|
Shannon
|
89f7a31bef
|
Updates the Create/AddMenu overloads to ensure a name is specified, fixes all localization of all menu items for all new trees.
|
2013-10-02 20:00:01 +10:00 |
|
Shannon
|
770514919d
|
Gets member deleting working and adds refresh to each letter node.
|
2013-10-01 15:54:44 +10:00 |
|
Shannon
|
31a5951626
|
Updated member tree/editor to use the GUID
|
2013-10-01 15:36:08 +10:00 |
|