Starting to update the dialog controller to handle code versioning.
* Adding getCodeVersion to network. * Adding error messages for if session_context fails during getCodeVersion. * Adding a code check module. * Updating start so that most modules are only registered whenever code is up to date. * If the scripts are out of date, append a new script to the head. * Cleaning up the dialog module's interface with the channel. * Updating the compression script. * Splitting off the actions into its own page module/controller for easier testing. issue #226 issue #687
Showing
- resources/static/dialog/controllers/actions.js 166 additions, 0 deletionsresources/static/dialog/controllers/actions.js
- resources/static/dialog/controllers/addemail.js 1 addition, 1 deletionresources/static/dialog/controllers/addemail.js
- resources/static/dialog/controllers/checkregistration.js 5 additions, 3 deletionsresources/static/dialog/controllers/checkregistration.js
- resources/static/dialog/controllers/code_check.js 109 additions, 0 deletionsresources/static/dialog/controllers/code_check.js
- resources/static/dialog/controllers/dialog.js 53 additions, 176 deletionsresources/static/dialog/controllers/dialog.js
- resources/static/dialog/controllers/page.js 7 additions, 11 deletionsresources/static/dialog/controllers/page.js
- resources/static/dialog/controllers/required_email.js 1 addition, 1 deletionresources/static/dialog/controllers/required_email.js
- resources/static/dialog/resources/channel.js 21 additions, 23 deletionsresources/static/dialog/resources/channel.js
- resources/static/dialog/resources/helpers.js 1 addition, 1 deletionresources/static/dialog/resources/helpers.js
- resources/static/dialog/resources/state_machine.js 68 additions, 27 deletionsresources/static/dialog/resources/state_machine.js
- resources/static/dialog/start.js 19 additions, 9 deletionsresources/static/dialog/start.js
- resources/static/shared/error-messages.js 5 additions, 1 deletionresources/static/shared/error-messages.js
- resources/static/shared/network.js 47 additions, 23 deletionsresources/static/shared/network.js
- resources/static/test/index.html 4 additions, 0 deletionsresources/static/test/index.html
- resources/static/test/qunit/controllers/actions_unit_test.js 88 additions, 0 deletionsresources/static/test/qunit/controllers/actions_unit_test.js
- resources/static/test/qunit/controllers/authenticate_unit_test.js 2 additions, 4 deletions...s/static/test/qunit/controllers/authenticate_unit_test.js
- resources/static/test/qunit/controllers/checkregistration_unit_test.js 13 additions, 15 deletions...tic/test/qunit/controllers/checkregistration_unit_test.js
- resources/static/test/qunit/controllers/code_check_unit_test.js 123 additions, 0 deletions...ces/static/test/qunit/controllers/code_check_unit_test.js
- resources/static/test/qunit/controllers/dialog_unit_test.js 35 additions, 35 deletionsresources/static/test/qunit/controllers/dialog_unit_test.js
- resources/static/test/qunit/controllers/page_unit_test.js 24 additions, 26 deletionsresources/static/test/qunit/controllers/page_unit_test.js
Loading
Please register or sign in to comment