- Feb 17, 2012
-
-
Shane Tomlinson authored
* Use format to insert the URL. issue #835
-
- Feb 16, 2012
-
-
Shane Tomlinson authored
issue #1113
-
Shane Tomlinson authored
* Long email addresses stay on one line and show an ellipsis when too long. * Cleaning up some of the button placement so that things are more lined up. close #1100
-
- Feb 15, 2012
-
-
Austin King authored
-
Shane Tomlinson authored
issue #835
-
- Feb 14, 2012
-
-
Shane Tomlinson authored
issue #892
-
Shane Tomlinson authored
* Add a new view, cookies_disabled - this is displayed to browsers that do not allow access to localStorage when cookies are disabled (Firefox, Chrome, Fennec) * Add localStorage check in include.js to check for browsers that do not allow write access to localStorage. * Add a Javascript cookie check in network.js->cookiesEnabled using a test cookie with duration of 1 second so it is never sent to the server. * Remove the old cookies_enabled check that was theorized to come from session_context - remove this from the XHR mock as well. issue #835
-
- Feb 13, 2012
-
-
Shane Tomlinson authored
close #892
-
- Feb 09, 2012
-
-
Shane Tomlinson authored
close #130
-
Shane Tomlinson authored
close #1082
-
- Feb 08, 2012
-
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
- Feb 01, 2012
-
-
Matjaž Horvat authored
-
Austin King authored
-
Shane Tomlinson authored
* Change the ordering of the includes so that Function.prototype.bind is declared before gettext. close #1022
-
Shane Tomlinson authored
* Pull out core state machine code from the original state_machine.js. * Update code and tests for use in new state machine. * Add new state_machine core. * Add history. * Add command. * Update tests. * Rename resources/state_machine to resources/state This should simplify a lot of these "cancel email verification" problems.
-
Shane Tomlinson authored
* Change the ordering of the includes so that Function.prototype.bind is declared before gettext. close #1022
-
Shane Tomlinson authored
* Pull out core state machine code from the original state_machine.js. * Update code and tests for use in new state machine. * Add new state_machine core. * Add history. * Add command. * Update tests. * Rename resources/state_machine to resources/state This should simplify a lot of these "cancel email verification" problems.
-
- Jan 25, 2012
-
-
Shane Tomlinson authored
close #980
-
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 24, 2012
-
-
Shane Tomlinson authored
* Putting javascript-extensions before gettext close #963
-
- 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
-
Shane Tomlinson authored
* Put all tests under the cases directory. * Remove the extraneous _unit_test on the end of every file name. * Put qunit related code into qunit. * Put mocks and testHelpers into top level test directory.
-
- Jan 20, 2012
-
-
Austin King authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
-
Shane Tomlinson authored
close #925
-
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
-
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
-
Austin King authored
strargs is now 'format'. For string interpolation, use %s instead of %1. %(name)s is also supported.
-
Austin King authored
-
- 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
-