1. 10 Jan, 2014 1 commit
  2. 03 Jan, 2014 1 commit
  3. 26 Nov, 2013 1 commit
  4. 16 Oct, 2013 1 commit
  5. 27 Sep, 2013 1 commit
    • Stanford paid course registration · 667a1ead
      With tests, some settings changes
      (all should default to not breaking anything for edx)
      
      Added styling for shopping cart User Experience
      - Styled shoppingcart list page
      - Styled navigation shopping cart button
      - Styled receipt page
      - Styled course about page for shopping cart courses
      
      Addressed HTML/SCSS issues
      
      Remove offending body class and unnecessary sass changes
      
      Addresses many review comments on stanford shopping cart
      
      * framework for generating order instructions on receipt page
        in shoppingcart.models
      * move user_cart_has_item into shoppingcart.models
      * move min_course_price_for_currency into course_modes.models
      * remove auto activation on purchase
      * 2-space indents in templates
      * etc
      
      revert indentation on navigation.html for ease of review
      
      pep8 pylint
      
      move logging/error handling from shoppingcart view to model
      
      Addressing @dave changes
      Jason Bau committed
  6. 29 Aug, 2013 1 commit
  7. 21 Aug, 2013 1 commit
  8. 22 Jul, 2013 4 commits
  9. 25 Jun, 2013 1 commit
  10. 05 Jun, 2013 1 commit
  11. 04 Jun, 2013 1 commit
  12. 23 May, 2013 1 commit
  13. 22 May, 2013 2 commits
    • Use .get instead of [] to access env hash · a0b6a176
      If the `THEME_NAME` environment token isn't defined, then the
      application.scss.mako file will crash during preprocessing. Use
      .get to avoid a crash.
      Nate Hardison committed
    • Add general theming capabilities · ea3506d2
      This commit adds the requisite settings and startup features to
      enable integration of themes into the edX platform. It does not
      yet provide hooks in any of the templates, but it does cause the
      main `lms/static/sass/application.scss` file to `@import` a theme's
      base Sass. Template hooks will come down the road.
      
      CHANGELOG
      ---------
      Define a new `MITX_FEATURE`, `USE_CUSTOM_THEME`, that when enabled,
      can be used in templates to determine whether or not custom theme
      templates should be used instead of the defaults.
      
      Also define a new setting, `THEME_NAME`, which will be used to
      locate theme-specific files. Establish the convention that themes
      will be stored outside of the `REPO_ROOT`, inside the `ENV_ROOT`,
      in a directory named `themes/`. `themes/<THEME_NAME>` will store
      the files for a particular theme.
      
      Provide a function, `enable_theme`, that modifies the template and
      static asset load paths appropriately to include the theme's files.
      
      Move the main LMS Sass file to a Mako template that conditionally
      `@import`s the theme's base Sass file when a theme is enabled.
      
      Add logic to the assets Rakefile to properly preprocess any Sass/
      Mako templates before compiling them.
      Nate Hardison committed
  14. 02 May, 2013 1 commit
  15. 27 Jan, 2013 1 commit
  16. 26 Jan, 2013 1 commit
  17. 23 Jan, 2013 2 commits
  18. 03 Jan, 2013 1 commit
  19. 20 Dec, 2012 1 commit
  20. 11 Oct, 2012 1 commit
  21. 27 Aug, 2012 2 commits
  22. 01 Aug, 2012 1 commit
  23. 26 Jul, 2012 1 commit
  24. 25 Jul, 2012 3 commits
  25. 23 Jul, 2012 2 commits
  26. 20 Jul, 2012 1 commit
  27. 19 Jul, 2012 1 commit
  28. 18 Jul, 2012 1 commit
  29. 17 Jul, 2012 1 commit
  30. 16 Jul, 2012 2 commits