Menu Dashboard, apply widget filter, new views/model
authorLaury GvR <laury@gaslightmedia.com>
Wed, 19 Sep 2018 13:36:54 +0000 (09:36 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 19 Sep 2018 13:36:54 +0000 (09:36 -0400)
commitbba5b00c36586d49016a7e1b197f19352d719185
tree34f14106562bfec0b16938f6670c2f27211bc427
parent23984a31873eae376d4e892975daa860133fdf32
Menu Dashboard, apply widget filter, new views/model

- Added header and index view files for the new dashboard
- Added index model for the new dashboard
- Added valid actions for the new dashboard
- Adjusted admin menus to treat Dashboard as the parent in all
  cases, and made Dashboard the default destination
- Applying filter if it exists for each plugin based on its slug
  with -dashboard-widget suffix.
- Some test echo both in members/index.php model, and the
  newDashboard model.
models/admin/members/index.php
models/admin/newDashboard/index.php [new file with mode: 0644]
setup/adminMenus.php
setup/validActions.php
views/admin/members/header.html
views/admin/newDashboard/header.html [new file with mode: 0644]
views/admin/newDashboard/index.html [new file with mode: 0644]