Put RP name and logo into the dialog.
* Add a new controller and template - rp_info * Adjust the screen size hacks to take into account the dynamic height "favicon" * Add an action to start the rp_info service. * properly check and escape logoURL and name in dialog.js * Add some tests ensuring logoURL and name are escaped. * Print information in rp_info controller. issue #1098
Showing
- example/rp/i/card.png 0 additions, 0 deletionsexample/rp/i/card.png
- example/rp/index.html 13 additions, 0 deletionsexample/rp/index.html
- lib/static_resources.js 1 addition, 1 deletionlib/static_resources.js
- resources/static/dialog/controllers/actions.js 4 additions, 0 deletionsresources/static/dialog/controllers/actions.js
- resources/static/dialog/controllers/dialog.js 17 additions, 1 deletionresources/static/dialog/controllers/dialog.js
- resources/static/dialog/controllers/rp_info.js 47 additions, 0 deletionsresources/static/dialog/controllers/rp_info.js
- resources/static/dialog/css/m.css 27 additions, 4 deletionsresources/static/dialog/css/m.css
- resources/static/dialog/css/popup.css 14 additions, 4 deletionsresources/static/dialog/css/popup.css
- resources/static/dialog/resources/screen_size_hacks.js 8 additions, 1 deletionresources/static/dialog/resources/screen_size_hacks.js
- resources/static/dialog/resources/state.js 2 additions, 0 deletionsresources/static/dialog/resources/state.js
- resources/static/dialog/start.js 1 addition, 0 deletionsresources/static/dialog/start.js
- resources/static/dialog/views/rp_info.ejs 21 additions, 0 deletionsresources/static/dialog/views/rp_info.ejs
- resources/static/test/cases/controllers/dialog.js 118 additions, 0 deletionsresources/static/test/cases/controllers/dialog.js
- resources/static/test/cases/controllers/rp_info.js 88 additions, 0 deletionsresources/static/test/cases/controllers/rp_info.js
- resources/views/dialog.ejs 1 addition, 2 deletionsresources/views/dialog.ejs
- resources/views/test.ejs 5 additions, 0 deletionsresources/views/test.ejs
Loading
Please register or sign in to comment