Add user_dashboard core extension (alpha)
authorcolemanw <coleman@civicrm.org>
Wed, 11 Oct 2023 23:23:44 +0000 (19:23 -0400)
committercolemanw <coleman@civicrm.org>
Thu, 12 Oct 2023 20:21:33 +0000 (16:21 -0400)
commit78a329cefae7121f58b88d37dc98e9c3f3bb4257
treec012d9d5ab3f1ffe3500e8379ce8b703c0ce31f1
parent10a83cc95c927ede756d4676ba23e9cad382daff
Add user_dashboard core extension (alpha)

Includes search displays to replace the user dashboard, minus the action links
15 files changed:
.gitignore
distmaker/core-ext.txt
ext/user_dashboard/ang/afsearchUserDashboard.aff.php [new file with mode: 0644]
ext/user_dashboard/info.xml [new file with mode: 0644]
ext/user_dashboard/managed/Dashboard_Tag.mgd.php [new file with mode: 0644]
ext/user_dashboard/managed/SavedSearch_UserDashboard_Activities.mgd.php [new file with mode: 0644]
ext/user_dashboard/managed/SavedSearch_UserDashboard_Groups.mgd.php [new file with mode: 0644]
ext/user_dashboard/managed/SavedSearch_UserDashboard_Pledges.mgd.php [new file with mode: 0644]
ext/user_dashboard/managed/UserDashboard_Contributions.mgd.php [new file with mode: 0644]
ext/user_dashboard/managed/UserDashboard_Events.mgd.php [new file with mode: 0644]
ext/user_dashboard/managed/UserDashboard_Memberships.mgd.php [new file with mode: 0644]
ext/user_dashboard/managed/UserDashboard_PCPs.mgd.php [new file with mode: 0644]
ext/user_dashboard/managed/UserDashboard_Relationships.mgd.php [new file with mode: 0644]
ext/user_dashboard/user_dashboard.civix.php [new file with mode: 0644]
ext/user_dashboard/user_dashboard.php [new file with mode: 0644]