Skip to content
Snippets Groups Projects
  1. Jun 28, 2012
  2. Jun 18, 2012
  3. Jun 13, 2012
  4. Jun 11, 2012
  5. Jun 08, 2012
  6. May 30, 2012
  7. Apr 12, 2012
    • Shane Tomlinson's avatar
      Visual updates to make secondary action links be more consistent. · 0d3073ce
      Shane Tomlinson authored
      * Secondary links all are some shade of dark grey/black with a dotted underline.
      * Change the font used on the "about" page to be the standard Helvetica Neue except for the header.
      * Change the style of link in the TOS/PP to black text with a dotted underline.
      * Loads more link updates!
      * A lot of cleanup to remove duplicate `color: #549fdc` entries by using the action class.
      * On the main site, put the action links to the far left of the main button.
      * Reduce the amount of "forgot password" CSS by generalizing.
      * Generalize the yellow banner on the main site.
      
      issue #702
      0d3073ce
  8. Apr 11, 2012
  9. Feb 20, 2012
  10. Feb 15, 2012
  11. Feb 09, 2012
  12. Jan 25, 2012
  13. Jan 23, 2012
  14. Jan 20, 2012
  15. Jan 19, 2012
  16. Jan 17, 2012
  17. Jan 16, 2012
  18. Jan 11, 2012
  19. Jan 10, 2012
  20. Jan 05, 2012
  21. Dec 30, 2011
  22. Dec 29, 2011
  23. 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
  24. Dec 20, 2011
  25. Dec 19, 2011
  26. 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
Loading