A large merge to unify code, flatten structure, and reduce the impact of JavascriptMVC.
* Add new directory `shared` which is code shared between dialog and pages. * Add a renderer and template loader that is shared to unify rendering of templates. * Remove JavascriptMVC's Views and use EJS directly. * Add a script to create our own bundled javascript object with all templates. * Use EJS templates for both error messages and tooltips * Simplify unit test dependency chain by doing nearly all dependencies in qunit.js. * Update compression script for new files/structure.
Showing
- resources/static/communication_iframe/iframe.js 10 additions, 10 deletionsresources/static/communication_iframe/iframe.js
- resources/static/css/style.css 5 additions, 1 deletionresources/static/css/style.css
- resources/static/dialog/controllers/authenticate_controller.js 1 addition, 1 deletion...rces/static/dialog/controllers/authenticate_controller.js
- resources/static/dialog/controllers/checkregistration_controller.js 3 additions, 3 deletions...static/dialog/controllers/checkregistration_controller.js
- resources/static/dialog/controllers/dialog_controller.js 3 additions, 3 deletionsresources/static/dialog/controllers/dialog_controller.js
- resources/static/dialog/controllers/page_controller.js 9 additions, 40 deletionsresources/static/dialog/controllers/page_controller.js
- resources/static/dialog/controllers/pickemail_controller.js 1 addition, 1 deletionresources/static/dialog/controllers/pickemail_controller.js
- resources/static/dialog/dialog.js 25 additions, 21 deletionsresources/static/dialog/dialog.js
- resources/static/dialog/views/error.ejs 8 additions, 4 deletionsresources/static/dialog/views/error.ejs
- resources/static/dialog/views/testBodyTemplate.ejs 1 addition, 1 deletionresources/static/dialog/views/testBodyTemplate.ejs
- resources/static/dialog/views/tooltip.ejs 4 additions, 0 deletionsresources/static/dialog/views/tooltip.ejs
- resources/static/lib/dom-jquery.js 12 additions, 2 deletionsresources/static/lib/dom-jquery.js
- resources/static/lib/module.js 96 additions, 0 deletionsresources/static/lib/module.js
- resources/static/pages/page_helpers.js 4 additions, 4 deletionsresources/static/pages/page_helpers.js
- resources/static/resources/error-display.js 0 additions, 30 deletionsresources/static/resources/error-display.js
- resources/static/shared/browser-support.js 0 additions, 0 deletionsresources/static/shared/browser-support.js
- resources/static/shared/browserid-extensions.js 0 additions, 0 deletionsresources/static/shared/browserid-extensions.js
- resources/static/shared/browserid.js 0 additions, 0 deletionsresources/static/shared/browserid.js
- resources/static/shared/error-display.js 33 additions, 0 deletionsresources/static/shared/error-display.js
- resources/static/shared/error-messages.js 0 additions, 0 deletionsresources/static/shared/error-messages.js
Loading
Please register or sign in to comment