1. 23 Oct, 2013 1 commit
  2. 22 Oct, 2013 1 commit
  3. 18 Oct, 2013 1 commit
  4. 17 Oct, 2013 2 commits
  5. 16 Oct, 2013 11 commits
  6. 11 Oct, 2013 1 commit
  7. 10 Oct, 2013 6 commits
  8. 09 Oct, 2013 3 commits
    • Updated comment · cbaa3089
      David Baumgold committed
    • add some middleware to determine whether draft modulestore or non-draft modulestore should be used · 8f9d815f
      change to use regex to do the domain mappings. Also add config to AWS to be able to set from configuration file.
      
      handle cases where HTTP_HOST is none, like in unit tests
      
      add linefeed at end
      
      fix up regex matches
      
      switch to use thread local storage to hold the request itself
      
      .
      
      .
      
      convert over to use open source 3rd party library
      
      convert over to use django-cum
      
      add unit test
      
      remove comment
      
      .
      
      add comment to config setting
      
      fix comment
      
      use better regex for localdev
      
      no need to break
      
      no need to wrap an imported function, it's visible to any file that is importing us
      
      add comment
      
      add unit test
      
      clean up test
      
      use a separate env file to set the preview hostname
      Chris Dodge committed
    • Clarify USE_I18N settings · 16ca0252
      @jzoldak showed me that setting `USE_I18N = DEBUG` didn't actually accomplish
      what I had hoped it would -- changing DEBUG didn't also change USE_I18N.
      This pull request accomplishes what I was trying to accomplish, without being
      quite so clever about it.
      David Baumgold committed
  9. 08 Oct, 2013 1 commit
  10. 07 Oct, 2013 2 commits
  11. 04 Oct, 2013 1 commit
  12. 02 Oct, 2013 1 commit
  13. 01 Oct, 2013 1 commit
    • Quiet down exceptions at startup, and during tests · 50aa37be
      There's no need to display a traceback for every failed content load,
      the comment before the log line even says so.
      
      The exceptions shown before tests are run are because of the eager
      initialization of the modulestores.  They don't need to be initialized
      then, that just speeds the responsiveness of servers.  Putting off the
      initialization means they get inited as needed, and the log lines get
      Ned Batchelder committed
  14. 27 Sep, 2013 2 commits
    • 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
  15. 25 Sep, 2013 1 commit
  16. 23 Sep, 2013 1 commit
  17. 20 Sep, 2013 3 commits
  18. 13 Sep, 2013 1 commit