TOS/PP updates to only show TOS/PP where needed.
Show the BrowserID and RP TOS/PP at the correct time with the correct text. * BID TOS/PP is only displayed to new users. * RP TOS/PP is only displayed to new users, or users who have not been to a site before. Details: * Bring over rp_info.js from another branch. Module charged with displaying RP related info. * In authenticate, add_email, and pick_email controllers, trigger message to update "next" button text to be correct for the particular screen. * To dom-jquery, add hide and show functions. Call controllers that need to display the TOS/PP info with siteTOSPP parameter. This reduces the amount of data that needs to be passed around. issue #1240
Showing
- resources/static/dialog/controllers/actions.js 4 additions, 4 deletionsresources/static/dialog/controllers/actions.js
- resources/static/dialog/controllers/add_email.js 10 additions, 6 deletionsresources/static/dialog/controllers/add_email.js
- resources/static/dialog/controllers/authenticate.js 15 additions, 7 deletionsresources/static/dialog/controllers/authenticate.js
- resources/static/dialog/controllers/dialog.js 1 addition, 5 deletionsresources/static/dialog/controllers/dialog.js
- resources/static/dialog/controllers/pick_email.js 9 additions, 1 deletionresources/static/dialog/controllers/pick_email.js
- resources/static/dialog/controllers/rp_info.js 5 additions, 2 deletionsresources/static/dialog/controllers/rp_info.js
- resources/static/dialog/controllers/verify_primary_user.js 8 additions, 3 deletionsresources/static/dialog/controllers/verify_primary_user.js
- resources/static/dialog/css/popup.css 12 additions, 2 deletionsresources/static/dialog/css/popup.css
- resources/static/dialog/resources/helpers.js 8 additions, 2 deletionsresources/static/dialog/resources/helpers.js
- resources/static/dialog/resources/state.js 31 additions, 15 deletionsresources/static/dialog/resources/state.js
- resources/static/dialog/views/add_email.ejs 0 additions, 14 deletionsresources/static/dialog/views/add_email.ejs
- resources/static/dialog/views/authenticate.ejs 8 additions, 9 deletionsresources/static/dialog/views/authenticate.ejs
- resources/static/dialog/views/pick_email.ejs 2 additions, 12 deletionsresources/static/dialog/views/pick_email.ejs
- resources/static/dialog/views/required_email.ejs 5 additions, 9 deletionsresources/static/dialog/views/required_email.ejs
- resources/static/dialog/views/rp_info.ejs 9 additions, 0 deletionsresources/static/dialog/views/rp_info.ejs
- resources/static/dialog/views/verify_primary_user.ejs 18 additions, 26 deletionsresources/static/dialog/views/verify_primary_user.ejs
- resources/static/lib/dom-jquery.js 2 additions, 4 deletionsresources/static/lib/dom-jquery.js
- resources/static/shared/modules/page_module.js 1 addition, 0 deletionsresources/static/shared/modules/page_module.js
- resources/static/shared/user.js 8 additions, 0 deletionsresources/static/shared/user.js
- resources/static/test/cases/controllers/actions.js 16 additions, 1 deletionresources/static/test/cases/controllers/actions.js
Loading
Please register or sign in to comment