- Jan 19, 2012
-
-
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
Bug706572 localization v2 r=benadida,stomlinson,lloyd
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
Lloyd Hilaiel authored
-
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
-
Austin King authored
-
Austin King authored
Conflicts: lib/configuration.js
-
- Jan 17, 2012
-
-
Lloyd Hilaiel authored
-
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
-
Lloyd Hilaiel authored
add version.js - a small abstraction which extracts a 7char abbrev sha from the current source - issue #226
-
Austin King authored
Conflicts: resources/views/dialog_layout.ejs resources/views/test.ejs scripts/compress.sh
-
Austin King authored
Conflicts: lib/configuration.js resources/static/dialog/views/pick_email.ejs resources/static/shared/renderer.js
-
Lloyd Hilaiel authored
-
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
-
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 14, 2012
-
-
Lloyd Hilaiel authored
-
- Jan 13, 2012
-
-
Lloyd Hilaiel authored
always run our little node HTTP proxy locally to constantly test HTTP proxy support which we'll have in production - issue #904
-
Lloyd Hilaiel authored
-
Austin King authored
-
Lloyd Hilaiel authored
add outbound HTTP proxy support to browserid - requires a proxy that can forward http to https traffic - closes #904
-
Austin King authored
-
Austin King authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #630.
-