- Jan 20, 2012
-
-
Shane Tomlinson authored
* Makes for easier debugging and testing.
-
Austin King authored
-
- Jan 19, 2012
-
-
Austin King authored
-
Austin King authored
-
Austin King authored
-
Austin King authored
-
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
close #918
-
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
-
Shane Tomlinson authored
* The xhr_delay module would take away the wait screen as soon as any XHR message was complete, even if no xhr requests were delayed. close #913
-
Austin King authored
strargs is now 'format'. For string interpolation, use %s instead of %1. %(name)s is also supported.
-
Austin King authored
-
- Jan 18, 2012
-
-
Austin King authored
-
Austin King authored
-
Austin King authored
-
Shane Tomlinson authored
* Add __BROWSERID_CODE_VERSION__ to specify code version * Add __BROWSERID_ENVIRONMENT__ to specify the production environment. issue #226.
-
Shane Tomlinson authored
* include.js pointed to the production resource. * use_minified_version was incorrectly set to true.
-
Austin King authored
-
- Jan 17, 2012
-
-
Lloyd Hilaiel authored
cache busting: add 'enable_code_version' configuration - when true return 'code_version' in session_context - also /production/XXX_vYYY.{js,css} calls now map back to /production/XXX.{js,css} - issue #226
-
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
-
Shane Tomlinson authored
-
- 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 13, 2012
-
-
Austin King authored
-
Austin King authored
-
Austin King authored
-
Shane Tomlinson authored
close #630.
-
Shane Tomlinson authored
close #901
-
Shane Tomlinson authored
Changing the wording of "You already own that email" to "That address is already part of your account!" close #818
-
Shane Tomlinson authored
close #622
-
Shane Tomlinson authored
-
Shane Tomlinson authored
In both signup and forgot password, poll the backend for user registration status and redirect when complete. * if successful, redirect to / * if need auth, redirect to /signin close #439
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #899
-
Shane Tomlinson authored
close #850
-
Shane Tomlinson authored
-
- Jan 12, 2012
-
-
Austin King authored
-
Austin King authored
Adding i18n to wsapi. Split strings into client.po and messages.po. Switched email from mustache to EJS templates. Created fake locale db-LB for development and debugging. Updated scripts. See http://viewvc.svn.mozilla.org/vc?view=revision&revision=99911
-