- Oct 20, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #447
-
Shane Tomlinson authored
-
Shane Tomlinson authored
There were some <div>s inside of <p>s close #468
-
Lloyd Hilaiel authored
-
- Oct 19, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Simplified the tests. Updating signin for the main site to user Users.authenticate instead of Network.authenticate.
-
Shane Tomlinson authored
issue #434
-
Shane Tomlinson authored
-
Shane Tomlinson authored
If the user enters a known email address in the signup page and then goes to the signin page, pre-fill the email address. close #108
-
Shane Tomlinson authored
-
Shane Tomlinson authored
issue #406
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Use the input event for most browsers, for IE9, use input event and keyup event. IE has a bug where backspace in the input element will not trigger an input event. close #406.
-
Shane Tomlinson authored
Instead of using the keyup event to listen for changes on the email field, use the input/propertychange events. close #406
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #464
-
Shane Tomlinson authored
-
Shane Tomlinson authored
We must hide the main screen area before showing the error or wait screens. close #462
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #444
-
Shane Tomlinson authored
close #461
-
Lloyd Hilaiel authored
Fixes invalid assertion generation due to misset assertion expires field. closes #457 introduced by @lloyd in attempted fix to #433
-
- Oct 18, 2011
-
-
Shane Tomlinson authored
Update with @lloyd's requests. Tighter check on the assertion expiration date. Simpler creation of the expiration date.
-
Shane Tomlinson authored
Adding basic assertion tests to make sure all of the necessary parts are there and that the expiration date is actually a date. issue #457
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Removing all other messages. Matching name of fields in table to those in the templates.
-
Shane Tomlinson authored
Simplifying the error message handling, checking to make sure error messages are printed to the correct DOM elements.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
for the formWrap, always show the favicon and signIn, adding a contents to the appropriate area so that this acts more like the wait and error screens. This helps simplify page_controller and its writing of the templates. Updating the tests for page_controller.
-
Shane Tomlinson authored
Fixing the problem of iOS only showing two email addresses. close #417
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Starting our first unit tests for the page controller - whether the templates write to the correct DOM elements.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Oct 17, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #440
-