MemberListView 1.3.0
See the version list below for details.
dotnet add package MemberListView --version 1.3.0
NuGet\Install-Package MemberListView -Version 1.3.0
<PackageReference Include="MemberListView" Version="1.3.0" />
paket add MemberListView --version 1.3.0
#r "nuget: MemberListView, 1.3.0"
// Install MemberListView as a Cake Addin #addin nuget:?package=MemberListView&version=1.3.0 // Install MemberListView as a Cake Tool #tool nuget:?package=MemberListView&version=1.3.0
umbMemberListView
Adds a MemberListView dashboard to the Members area in Umbraco 7.7+ to allow easier management of members including approval and unlocking capabilities. The MemberListView for Umbraco 7 provides a management dashboard view for Members with convenient filtering and sorting and allows for mass Unlock, Suspension or Activation of members.
Installing the package enables a new Manage Dashboard on the Members section.
Features
The MemberListView has been designed to be similar to the ContentListView property editor and features a Create button to allow for quick creation of new Members and context-sensitive action buttons to Unlock, Approve or Suspend members depending on the status of their account as well as the ability to Delete them. All actions can be performed on batches of users, as they apply to selected users only.
Member Editing
Member Editing can be done without leaving the MemberListView by clicking on a member name, which creates a Dialog pulled in from the right side to edit the member.
Version History
Version 1.3.0
- Support for Localization with plugin-based lang files
- Fixed issue where selecting a row caused the "You have unsaved changes" message to appear on navigation.
Version 1.2.0
- Compiled against Umbraco 7.7
- Fixed issue with suspending/activating/deleting members
Version 0.9.12
- Fixed "Error: Argument 'MemberManager.Dashboard.MemberListViewController' is not a function" issue due to update in ClientDependency module
Version 0.9.11
- UI cleanup - paging now consistent with 7.2.0 ListView
- Issue with UnApproved members showing up in the list as approved.
Version 0.9.10
- Export - Export now supports additional user indexed fields. If you add a property to a member type and want it to be exported, add it to the IndexUserFields collection in the ExamineIndex.config file.
Version 0.9.9
- Search is now lightning fast, although some modification to the Examine Index configuration is required.
- Filtering - filtering has now been moved to a dialog, includes Membership Flags and MemberType as default fields and is extendable.
- Export - Filtered members can now be exported to a CSV file containing basic fields.
Current issues
Currently Bulk Deletion will throw a lot of errors due to Database commit blocking. Deleting one at a time however should not be affected.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- ClientDependency (>= 1.9.2)
- log4net (>= 2.0.8)
- Microsoft.AspNet.Mvc (>= 5.2.3)
- Microsoft.Owin (>= 3.1.0)
- Microsoft.Owin.Security (>= 3.1.0)
- Microsoft.Owin.Security.Cookies (>= 3.1.0)
- Microsoft.Owin.Security.OAuth (>= 3.1.0)
- MySql.Data (>= 6.9.11)
- Newtonsoft.Json (>= 10.0.2)
- UmbracoCMS (>= 7.7.0)
- UmbracoCms.Core (>= 7.7.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.0.4 | 1,735 | 9/28/2023 |
3.0.3 | 2,248 | 6/3/2023 |
3.0.2 | 660 | 3/3/2023 |
3.0.1 | 686 | 12/29/2022 |
3.0.0 | 337 | 12/29/2022 |
3.0.0-rc1 | 142 | 12/29/2022 |
2.3.0 | 1,076 | 8/8/2022 |
2.2.1 | 622 | 6/27/2022 |
2.2.0 | 1,450 | 11/10/2021 |
2.1.1 | 1,653 | 10/11/2021 |
2.1.0 | 1,430 | 3/30/2021 |
2.0.9 | 547 | 3/17/2021 |
2.0.8 | 473 | 3/16/2021 |
2.0.7.2 | 595 | 1/26/2021 |
2.0.7.1 | 890 | 12/6/2020 |
2.0.7 | 597 | 12/6/2020 |
2.0.6 | 951 | 11/26/2020 |
2.0.5 | 561 | 11/25/2020 |
2.0.4 | 570 | 11/23/2020 |
2.0.2 | 592 | 10/15/2020 |
2.0.0 | 748 | 10/2/2020 |
1.5.5 | 1,326 | 9/29/2020 |
1.5.4 | 965 | 2/11/2020 |
1.5.3 | 652 | 2/3/2020 |
1.5.2 | 587 | 1/18/2020 |
1.3.0 | 1,765 | 8/21/2018 |
1.2.1 | 1,202 | 6/24/2018 |
1.2.0 | 1,189 | 4/3/2018 |
Installing the package enables a new Manage Dashboard on the Members section.
**Version 1.3.0**
* Support for Localization with plugin-based lang files
* Fixed issue where selecting a row caused the "You have unsaved changes" message to appear on navigation.
**Version 1.2.0**
* **Compiled against Umbraco 7.7**
* Fixed issue with suspending/activating/deleting members
**Version 0.9.12**
* Fixed "Error: Argument 'MemberManager.Dashboard.MemberListViewController' is not a function" issue due to update in ClientDependency module
**Version 0.9.11**
* UI cleanup - paging now consistent with 7.2.0 ListView
* Issue with UnApproved members showing up in the list as approved.
**Version 0.9.10**
* Export - Export now supports additional user indexed fields. If you add a property to a member type and want it to be exported, add it to the IndexUserFields collection in the ExamineIndex.config file.
**Version 0.9.9**
* Search is now lightning fast, although some modification to the Examine Index configuration is required.
* Filtering - filtering has now been moved to a dialog, includes Membership Flags and MemberType as default fields and is extendable.
* Export - Filtered members can now be exported to a CSV file containing basic fields.