- Aug 03, 2012
-
-
Dan Callahan authored
-
- Jul 20, 2012
-
-
Dan Callahan authored
Rather than going straight to the quick setup, we should link to somewhere that gives a little more context.
-
- Jul 16, 2012
-
-
Shane Tomlinson authored
-
Lloyd Hilaiel authored
-
- Jul 14, 2012
-
-
Shane Tomlinson authored
gettextify the last portion of the about page.
-
- Jul 13, 2012
-
-
Shane Tomlinson authored
* in each top level layout or ejs template, include a link to a partial that contains the license. * The bottom of the license contains a link to the repo and the current SHA's commit.
-
- Jun 28, 2012
-
-
Sean McArthur authored
fixes #1861
-
Shane Tomlinson authored
-
- Jun 18, 2012
-
-
Shane Tomlinson authored
issue #1733
-
- Jun 13, 2012
-
-
Lloyd Hilaiel authored
Change browserid.org urls to persona.org, introduce static.login.persona.org for all static resources.
-
- Jun 11, 2012
-
-
Shane Tomlinson authored
issue #1695
-
- Jun 08, 2012
-
-
Shane Tomlinson authored
issue #1711
-
- May 30, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
* Fix wait, delay, and error screen colors and positions.
-
Shane Tomlinson authored
-
Shane Tomlinson authored
A lot of cleanup to make the site smoother, IE8 fixes, removing dead code, make the arrow transition smoother. * On the main page, update card with new design. * Simplify a lot of styles and layout. * Clean up the "about page" * Using css transitions for the arrow slide. * Change all BrowserID text to Persona. * Fix a problem on the main site where the footer would was not at the bottom in Webkit and Opera browsers. * Fix the background color or IE8 in the signUpForm and congrats messages. * When signing in to the main site, use a tooltip instead of error message on incorrect password.
-
Shane Tomlinson authored
* A lot of bulk changes to both the main site and dialog. Updated color schemes, background colors, etc.
-
- Apr 12, 2012
-
-
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
-
- Apr 11, 2012
-
-
Shane Tomlinson authored
issue #1397
-
- Feb 20, 2012
-
-
Shane Tomlinson authored
Instead, translators will see a %s and the href and target attributes will be added dynamically. issue #1160
-
- Feb 15, 2012
-
-
Austin King authored
-
- Feb 09, 2012
-
-
Shane Tomlinson authored
close #1082
-
- Jan 25, 2012
-
-
Lloyd Hilaiel authored
add resources now required by main site given fix for issue #956 - main site needs browser-support.js Conflicts: resources/views/layout.ejs scripts/compress.sh
-
- Jan 23, 2012
-
-
Austin King authored
-
Shane Tomlinson authored
* Put javascript-extensions.js before gettext as gettext makes use of bind. * Use IE8 specific background filters for opacity. close #929 close #930
-
- Jan 20, 2012
-
-
Austin King authored
-
Shane Tomlinson authored
Adding the shell of a cookie check. Cleaning up network.js, changing network.js's callbacks to be simpler. * Adding complete to helpers.js, which required a reordering of scripts. * Using complete in network.js so that existence of callbacks is checked automatically. * Add a cookie_check.js module which checks which shows an error message if the user's cookies are disabled. * Get rid of yesterday's code which triggered an event if cookies were disabled. issue #835.
-
Shane Tomlinson authored
* Makes for easier debugging and testing.
-
- Jan 19, 2012
-
-
Austin King authored
Adding i18n client.json and gettext.js to layout.ejs. Fixes Issues#916. Touching index.ejs to clear cache
-
Shane Tomlinson authored
* Update code_check to take the file_name_prefix (dialog vs production) * Update start.js main site and dialog to use code_check with correct file_name_prefix. * Introduce the moduleManager to the main site to take care of creating/loading modules. * Change the order of the hiding/displaying of elements so there is no flash while the code version is being checked. close #917
-
Shane Tomlinson authored
* Update network to allow for undefined code_version * Update unit tests. * Move code_check to static/shared/modules/ * Update build script for new location. issue #226
-
Shane Tomlinson authored
* Add new delay screen. * Add new tests to check for delay screen. * Simplify display logic of the error message. close #915
-
- Jan 17, 2012
-
-
Shane Tomlinson authored
* Add the <meta name="format-detection" content="email=no" /> tag for android. * Replace the ;'s with ,'s in the <meta name="viewport".. /> tag for Webkit. close #345 close #815
-
Shane Tomlinson authored
* Add the "xhr_disable_form" module - whenever there is an XHR request, it greys out all buttons. * Fix the tests that were borked yesterday. issue #905 issue #888
-
- Jan 16, 2012
-
-
Shane Tomlinson authored
* Moving /static/dialog/controllers/page.js to static/shared/modules/page_module.js * Adding /static/shared/modules/xhr_delay.js * Updating tests. * Updating compress script. * Update includes list. * Make the error/wait screens display using CSS transitions. issue #905
-
- Jan 11, 2012
-
-
Shane Tomlinson authored
close #827
-
- Jan 10, 2012
-
-
Gervase Markham authored
-
- Jan 05, 2012
-
-
Shane Tomlinson authored
close #844
-
- Dec 30, 2011
-
-
Shane Tomlinson authored
Upgrading jQuery to 1.7.1. Fixes a crash bug in IE8 where loading browserid.org would cause IE to restart. close #806
-
- Dec 29, 2011
-
-
Shane Tomlinson authored
* Change the add_email_address page to be Module based. * Show the site info always. * Add User.tokenInfo which gets the email address and site for a token. * Add page.checkRequired which checks an options block for required fields. * Rename pages/browserid.js to pages/start.js
-