MemberListView 2.1.0
See the version list below for details.
dotnet add package MemberListView --version 2.1.0
NuGet\Install-Package MemberListView -Version 2.1.0
<PackageReference Include="MemberListView" Version="2.1.0" />
paket add MemberListView --version 2.1.0
#r "nuget: MemberListView, 2.1.0"
// Install MemberListView as a Cake Addin #addin nuget:?package=MemberListView&version=2.1.0 // Install MemberListView as a Cake Tool #tool nuget:?package=MemberListView&version=2.1.0
MemberListView for Umbraco 8
Adds a MemberListView dashboard to the Members area in Umbraco 8.6+ to allow easier management of members including approval and unlocking capabilities.
The MemberListView for Umbraco 8 provides a management dashboard view for Members with convenient filtering and sorting and allows for mass Unlock, Suspension or Activation of members.
For Umbraco 7.15 install version 1.5.5
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 2.0.9
- Fixes to work with Umbraco 8.12 - previously wasn't enforcing
"strict mode";
which was causing everything to fall in a heap. - Aesthetic changes to checkboxes in dialogs
Version 2.0.7.2
- fixed Component Terminate throwing NotImplementException
Version 2.0.7
- Various bug fixes including fix for Suspended/Locked filtering.
Version 2.0.4
- Backwards compatibility fix for Umbraco 8.6
Version 2.0.0
- Re-written for Umbraco 8 🎉
Version 1.5.5
- Shiny new icon - that's it 😎
Version 1.5.4
- Improved handling of bulk operations - refresh should now display correct items after a short delay to allow the index to catch up.
Version 1.5.3
- Added support for SensitiveData - Exports will be hidden if the user doesn't have permission to view sensitive data, and sensitive properties will not be viewable
- Enhanced Export functionality - now allows selection of columns and the choice of exporting to CSV or Excel OpenFormat
Version 1.5.0
- Compiled against Umbraco 7.15.1
- Refreshed to be more inline with current Umbraco styling and practices.
- Filtering and columns now much easier to customise.
- Added multiple Member Group filtering out of the box
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
-
.NETFramework 4.7.2
- ClosedXML (>= 0.95.3)
- UmbracoCms.Core (>= 8.6.0)
- UmbracoCms.Web (>= 8.6.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 2.0.0**
* Re-written for Umbraco 8 🎉
**Version 1.5.5**
* Shiny new icon - that's it 😎
Version 1.5.4
Improved handling of bulk operations - refresh should now display correct items after a short delay to allow the index to catch up.
**Version 1.5.3**
* Added support for SensitiveData - Exports will be hidden if the user doesn't have permission to view sensitive data, and sensitive properties will not be viewable
* Enhanced Export functionality - now allows selection of columns and the choice of exporting to CSV or Excel OpenFormat
**Version 1.5.0**
* Support for Umbraco 7.15
* Refreshed listview to be more inline with current Umbraco styling and practices.
* Filtering and columns now much easier to customise.
* Added multiple Member Group filtering out of the box
**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.