Confirmed users
3,727
edits
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
== Resolved/Closed Issues == | == Resolved/Closed Issues == | ||
* massive zero-user-visibile refactoring of dialog javascript. | * massive zero-user-visibile refactoring of dialog javascript. | ||
* fix cancel button in "waiting for verification state" | * [[ https://github.com/mozilla/browserid/issues/147 BrowserID issue 147]] : fix cancel button in "waiting for verification state" | ||
* all browserid source is now tri-licensed (MPL1.1/GPL/LGPL). | * [[ https://github.com/mozilla/browserid/issues/141 BrowserID issue 141]] : all browserid source is now tri-licensed (MPL1.1/GPL/LGPL) | ||
* [[ https://github.com/mozilla/browserid/issues/140 BrowserID issue 140]] : fixes for mobile firefox (fennec) | |||
* [[ https://github.com/mozilla/browserid/issues/71 BrowserID issue 71]] : mysql support implemented for browserid (default persistence production) | |||
* json persistence support added - a standalone dead simple persistence layer which is the default for local development and requires no external software. | * json persistence support added - a standalone dead simple persistence layer which is the default for local development and requires no external software. | ||
* email secrets are now persisted in the database, so upon server restart outstanding verification links are no longer invalidated | * [[ https://github.com/mozilla/browserid/issues/91 BrowserID issue 91]] : email secrets are now persisted in the database, so upon server restart outstanding verification links are no longer invalidated | ||
* (website) styling changes - like fix issues where links on dev page were being displayed white on white. | * (website) styling changes - like fix issues where links on dev page were being displayed white on white. | ||
Line 32: | Line 32: | ||
** Explore mobile fixes (give a quick pass on iOS and Fennec) | ** Explore mobile fixes (give a quick pass on iOS and Fennec) | ||
** Verify correct functioning of verification token persistence: cause verification email to be sent, restart server (killall node on beta server), confirm that you can then verify email and complete add email flow. | ** Verify correct functioning of verification token persistence: cause verification email to be sent, restart server (killall node on beta server), confirm that you can then verify email and complete add email flow. | ||
** confirm fix for issue #147 | ** [[ https://github.com/mozilla/browserid/issues/147 BrowserID issue 147]] : confirm fix for issue #147 | ||
* RELEASE ENGINEERING: Steps for updating production from rain-2011.08.04 to train-2011.08.12: | * RELEASE ENGINEERING: Steps for updating production from rain-2011.08.04 to train-2011.08.12: |