Skip to content
Snippets Groups Projects
  1. Jun 19, 2012
  2. Jun 18, 2012
  3. Jun 15, 2012
  4. Jun 14, 2012
  5. Jun 13, 2012
  6. Jun 12, 2012
  7. Jun 11, 2012
  8. Jun 08, 2012
  9. May 30, 2012
  10. May 24, 2012
  11. May 23, 2012
  12. May 22, 2012
  13. May 18, 2012
    • Shane Tomlinson's avatar
      Yak shave for interaction_data. Ensure timestamp, lang, etc are always sent in interaction data. · eb545b49
      Shane Tomlinson authored
      * Removed the .interactionData namespace from storage.js, created our first model - shared/models/interaction_data.js
      * Simplified how data is stored into interaction_data, created current and staged sub-namespaces
      * Added stageCurrent and publishStaged functions.
      * in shared/modules/interaction_data.js, simplified calls to model.
      * Tried to make the xhr mock make more sense and provide facilities usable for peeking at last XHR request data.
      
      issue #1597
      eb545b49
  14. May 15, 2012
  15. May 04, 2012
  16. May 02, 2012
  17. Apr 27, 2012
    • Shane Tomlinson's avatar
      Change the order of assertion generation to be after the user is asked "is this your computer?" · be035ba2
      Shane Tomlinson authored
      * This fixes a problem where it is possible that a user takes more than 2 minutes to answer, making the already generated assertion invalid.
      * A lot of general cleanup of the state machine.
      * Push all post email selection flows to a new state, "email_valid_and_ready" which decides whether to ask the user the computer ownership status.
      * Assertions are generated after the "is this your computer" is asked.
      * doEmailChosen is replaced with doGenerateAssertion - there were multiple calls to generate an assertion, not very DRY.
      * Fix a problem in network.js where a user who completes user registration should be marked as authenticated.
      * rename email_chosen.js to generate_assertion.js to clarify its purpose.
      
      issue #1460
      be035ba2
  18. Apr 19, 2012
  19. 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
Loading