Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 1.02 KB

todo_v4.md

File metadata and controls

34 lines (22 loc) · 1.02 KB

Tasks:

qTesting:

ruby -Ilib -Itest test/unit/models/content_type_mini_test.rb --name=/available_by_module/

  • Make it easier to create controller as pages
    • I.e. a custom login form
    • Should include cms_toolbar (for free) when logged in(?)
    • DSL for mapping groups to temp users.
    • Groups should have purpose/description field. Explain who this group represents.
    • Groups should have 'external' user flag to prevent deletion.
  • User Management[Devise?]
    • Built in 'Temp' users (store arbitrary attributes in session)
  • Marketing / Email notifications

UI Merge Items

  • page_editor.css/page_content_editing.css shouldn't have been deleted during the bootstrap UI merge.
  • Can't edit the root section

Admin Menu

  • Enforce link security for menus

Known Issues

  1. When a user selects the page title, the block editing controls are enabled, though they do nothing. (Minor)

4.0 Release Testing

  • Verify caching works (was refactored)
  • Page editing - iframe is too long (1600px) but using 100% height is too short.