- Oct 28, 2011
-
-
Lloyd Hilaiel authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Adding a form_section div for styling. * Modify for form_section styles to be applied everywhere except mobile. close #502
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #494
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Cleaning up the messages * Adding expanded info * Adding network response codes and jQuery error message * Styling * Adding tests for expected behaviors close #448
-
Shane Tomlinson authored
Showing the network request and the user action that triggered the error. issue #448
-
Lloyd Hilaiel authored
-
- Oct 27, 2011
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Cleaning up the code quite a bit, adding unit tests. close #497
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Store off the email in localStorage, when we display the list of emails, highlight the previously selected one. close #1
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
Make vagrant boot instructions render nicely and copy+pastable
-
Jonathan "Duke" Leto authored
-
- Oct 26, 2011
-
-
Lloyd Hilaiel authored
rework unsupported language, link to whatbrowser.org for now. (and dude, @stomlinson, that firefox logo is pretty overwhelming) - issue #273
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
fix double substitution in local environment introduced in commit f5be9659 - closes #486
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #349
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Clearing the stagedOnBehalfOf value when waitForEmailValidation/waitForUserValidation completes. Adding verifyUser issue #349
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #485
-
- Oct 25, 2011
-
-
Pete Fritchman authored
Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
Lloyd Hilaiel authored
-
Pete Fritchman authored
Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
Pete Fritchman authored
-
Pete Fritchman authored
Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
Pete Fritchman authored
Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
move rpmbulid.sh into scripts/ - it's not important enough to all who view the repo to be at the top level. issue #478
-
Lloyd Hilaiel authored
-
Pete Fritchman authored
- explicitly ask for InnoDB - use BIGINTs as primary keys - add a BIGINT primary key to staged; chars as primary keys hurt indexing - INDEX(foo) when foo is already UNIQUE makes a duplicate index - email.user is now a foreign key to user.id - add 'NOT NULL' constraints - for varchar(N) where N < 255 and the strings are fixed length, it's slightly more efficient to use char(N) Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
Pete Fritchman authored
Signed-off-by:
Lloyd Hilaiel <lloyd@hilaiel.com>
-
Lloyd Hilaiel authored
fix broken error message, failure to complete email verification is not a hard error, but a warning. closes #455
-
Shane Tomlinson authored
-
Shane Tomlinson authored
Consolidating the code we used to store off which site the email address was staged for. Updating #origin to be .website to go along with the verify user. Updating tests. issue #349
-
Shane Tomlinson authored
-