Skip to content
Snippets Groups Projects
  1. Jan 19, 2012
  2. Jan 17, 2012
  3. Jan 16, 2012
  4. Jan 11, 2012
  5. Jan 10, 2012
  6. Jan 05, 2012
  7. Dec 30, 2011
  8. Dec 29, 2011
  9. Dec 22, 2011
    • Shane Tomlinson's avatar
      wooha. With some caveats, the sign up flow where authentication with the primary is working. · 43e16138
      Shane Tomlinson authored
      * Use WinChan to open a new window to the primary.
      * Add the idp_auth_complete page for the IdP to redirect back to.
      * When the window closes, re-try to authenticate the user with the primary.
      * Add a helper to show an error message.
      * Add a WinChan mock.
      * Update unit tests to handle the "need to authenticate with IdP" scenario.
      * Update compression scripts for WinChan to be included on the main site.
      43e16138
  10. Dec 20, 2011
  11. Dec 19, 2011
  12. Dec 16, 2011
    • Shane Tomlinson's avatar
      (re-apply stomlinson's change for issue #700) · b2eea0e4
      Shane Tomlinson authored
      Creating the build and production directories so that we are not polluting our dev directories and overwriting files in the build process.
      
      * Build script creates two new directories, build and production.
      * build is for uncompressed files.
      * production is for ready to serve up files.
      * Set up a symlink for include.js so we do not overwrite the original.
      * Update the build script to update include.js symlink.
      
      issue #700
      
      Conflicts:
      
      	resources/static/include.js
      b2eea0e4
  13. Dec 15, 2011
  14. Dec 14, 2011
  15. Nov 28, 2011
  16. Nov 19, 2011
  17. Nov 16, 2011
  18. Nov 15, 2011
  19. Nov 14, 2011
    • Shane Tomlinson's avatar
      A large merge to unify code, flatten structure, and reduce the impact of JavascriptMVC. · c30b4df8
      Shane Tomlinson authored
      * 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.
      c30b4df8
  20. Nov 13, 2011
  21. Nov 08, 2011
    • Shane Tomlinson's avatar
      Adding more errors to the main site. · fab7a0ba
      Shane Tomlinson authored
      * Starting to unify the error code between the main site and the dialog.
      * Trying to figure out how to share templates.
      * Adding loads more unit tests to main site.
      
      issue #542
      fab7a0ba
  22. Nov 01, 2011
  23. Oct 28, 2011
  24. Oct 07, 2011
  25. Oct 06, 2011
Loading