Skip to content
Snippets Groups Projects
  1. Feb 27, 2012
    • Lloyd Hilaiel's avatar
      Handle slow queries, query retry, and database connection issues: · ef441617
      Lloyd Hilaiel authored
        * all database functions return an err as the first param which is non-null for failure.
        * all wsapis handle database errors and return service unavailable to client.
        * stalled-mysql-test implements unit tests to verify proper failure behavior of all wsapis.
        * configuration parameter added to define max allowed time per query
      ef441617
  2. Feb 22, 2012
  3. Feb 15, 2012
  4. Feb 14, 2012
    • Shane Tomlinson's avatar
      Beefing up the cookies disabled check so that it handles almost all cases without user interaction. · 591c3404
      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
      591c3404
  5. Feb 10, 2012
  6. Feb 09, 2012
  7. Feb 01, 2012
  8. Jan 30, 2012
  9. Jan 25, 2012
  10. Jan 24, 2012
    • Shane Tomlinson's avatar
      Setting up views for include.js and include.orig.js · 758af8d1
      Shane Tomlinson authored
      * include.js points to include_js/include.js or production/include.js depending on environment.
      * Added tests checking for correct responses to 'include.js' and 'include.orig.js'.
      * Added missing tests for correct response for '/test' and '/test/'
      * Remove the symlink to include.js
      * Remove symlink update in compress.sh
      
      issue #921
      758af8d1
  11. Jan 19, 2012
  12. Jan 17, 2012
  13. Jan 10, 2012
  14. Jan 09, 2012
  15. Jan 07, 2012
  16. Jan 06, 2012
  17. Jan 04, 2012
  18. Jan 03, 2012
  19. Dec 31, 2011
  20. Dec 28, 2011
  21. Dec 22, 2011
  22. Dec 21, 2011
  23. Dec 20, 2011
Loading