Skip to content
Snippets Groups Projects
  1. Feb 13, 2012
  2. Feb 10, 2012
  3. Feb 07, 2012
  4. Feb 01, 2012
  5. Jan 24, 2012
  6. Jan 20, 2012
    • Shane Tomlinson's avatar
      Adding the shell of a cookie check. Cleaning up network.js, changing... · 215e0d0d
      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.
      215e0d0d
  7. Jan 19, 2012
  8. Jan 13, 2012
  9. Jan 10, 2012
  10. Jan 05, 2012
    • Shane Tomlinson's avatar
      IE8 specific CSS fixes. · 1502f32f
      Shane Tomlinson authored
      * Adding IE8 specific CSS to handle rgba backgrounds.
      * Changing some borders to standard hex values instead of rgba.
      
      close #820
      1502f32f
  11. Jan 04, 2012
  12. Dec 13, 2011
  13. Nov 28, 2011
    • Shane Tomlinson's avatar
      Creating common.css, which is shared css. · b2b42be2
      Shane Tomlinson authored
      * Remove the common css from style.css and popup.css, place here.
      * Update includes list, build script.
      * Fixes inconsistency in button capitalization text between dialog and main site.
      
      close #655
      close #578
      b2b42be2
  14. Nov 21, 2011
  15. Nov 18, 2011
  16. Nov 16, 2011
  17. Nov 15, 2011
  18. Nov 10, 2011
  19. Nov 09, 2011
  20. Nov 08, 2011
    • Shane Tomlinson's avatar
      Adding more errors to the main site. · fab7a0ba
      Shane Tomlinson authored
      * Starting to unify the error code between the main site and the dialog.
      * Trying to figure out how to share templates.
      * Adding loads more unit tests to main site.
      
      issue #542
      fab7a0ba
  21. Nov 03, 2011
  22. Nov 02, 2011
  23. Oct 28, 2011
  24. Oct 27, 2011
  25. Oct 26, 2011
  26. Oct 18, 2011
  27. Oct 17, 2011
  28. Oct 07, 2011
    • Shane Tomlinson's avatar
      No longer using StealJS for the CSS files. · c3397477
      Shane Tomlinson authored
      Manually including the CSS files in the document head.
      
      Manually combining the CSS files into a single production CSS file.
      
      In the mobile CSS file (m.css), wrapping all content in a media query.  Since this is the last bit in the production CSS file, we no longer need the "body" selector added to everything to gain specificity.  Removing "body" from the selectors.
      
      Updating the compress script to do the right thing.
      c3397477
Loading