- 15 Mar, 2013 1 commit
-
-
Calen Pennington committed
-
- 08 Mar, 2013 2 commits
-
-
Calen Pennington committed
-
Chris Dodge committed
-
- 06 Mar, 2013 1 commit
-
-
Calen Pennington committed
-
- 13 Feb, 2013 1 commit
-
-
Calen Pennington committed
-
- 06 Feb, 2013 1 commit
-
-
Calen Pennington committed
-
- 05 Feb, 2013 2 commits
-
-
Calen Pennington committed
-
This reverts commit c4f56620.
Calen Pennington committed
-
- 30 Jan, 2013 2 commits
-
-
This reverts commit ab437b94, reversing changes made to 7a8e87c7.
Calen Pennington committed -
Calen Pennington committed
-
- 24 Jan, 2013 2 commits
-
-
- Create new cohorts.py file - moved code there from models.py - implemented necessary functions. Next: testing :)
Victor Shnayder committed -
fix cohorts in create, and read, and update regular expressions to fix courses with periods not working in General commentable
Kevin Chugh committed
-
- 23 Jan, 2013 2 commits
-
-
Kevin Chugh committed
-
Calen Pennington committed
-
- 20 Jan, 2013 1 commit
-
-
Kevin Chugh committed
-
- 18 Jan, 2013 3 commits
-
-
Your Name committed
-
Your Name committed
-
If there is no announcement date (in the policy metadata) then use a heuristic to sort them. If there is an announcement date, the use it in the heuristic to determine if the course is new or not.
Carlos Andrés Rocha committed
-
- 10 Jan, 2013 2 commits
-
-
The property can be set in the policy metadata. If it is not specified then it is set to true if the course has not started yet. Also adds a property to check how many days are left until the course starts.
Carlos Andrés Rocha committed -
This cuts the number of queries in 6.002 courseware loads from ~650 to ~5-40. Still to do: cache CustomTag templates so that we only load them once per request.
Calen Pennington committed
-
- 08 Jan, 2013 1 commit
-
-
Chris Dodge committed
-
- 03 Jan, 2013 1 commit
-
-
Chris Dodge committed
-
- 28 Dec, 2012 1 commit
-
-
Calen Pennington committed
-
- 21 Dec, 2012 2 commits
-
-
Carlos Andrés Rocha committed
-
Carlos Andrés Rocha committed
-
- 12 Dec, 2012 1 commit
-
-
initial commit. Add 'import_path' field to the GridFS so that when we export, we know where it originated from
Chris Dodge committed
-
- 29 Nov, 2012 2 commits
-
-
make sure when defining the course namespace in the replace url methods that we explicitly state the parameter name. There are some optional parameters and if we don't define the parameter name, it'll end put being interpreted as a different parameter
Chris Dodge committed -
be sure to always pass in a course namespace - which can be just the location of the module itself since it has the same org/course pair - when rewriting links. Also, allow for an option parameter in get_module() to disable the wrapping of the module's HTML with the xmodule_display.html. This is needed for ancillary course content such as 'about', 'course info', which are now stored as xmodules, but should not be wrapped in xmodule_display.html as it breaks some styling
Chris Dodge committed
-
- 01 Nov, 2012 1 commit
-
-
add to existing test cases to exercise the 'course extras as modules' work in the CMS import. Also add to the existing 'full' test data collection to include policy, tabs, etc.
Chris Dodge committed
-
- 30 Oct, 2012 5 commits
-
-
Chris Dodge committed
-
Chris Dodge committed
-
Chris Dodge committed
-
make course about view methods render the about content as a module, so we get all the url rewriting goodness. Also, since we're now handling the url re-writing via the module get_html pipelines, we can remove the link rewriting inside the xmodules itself - which is good because there's a wierd bug in lxml.html rewriting
Chris Dodge committed -
Chris Dodge committed
-
- 25 Oct, 2012 2 commits
-
-
implement static tabs. rejigger .tar.gz import to do the re-namespacing as a post-processing step as we need to retain the original url_name during the import. Also, migrate the presentation tier to use module_render.py::get_module() to better unify HTML'ifying stuff
Chris Dodge committed -
Chris Dodge committed
-
- 15 Sep, 2012 1 commit
-
-
Arjun Singh committed
-
- 13 Sep, 2012 1 commit
-
-
format should be <ul> <li>link</li> <li>other link</li> </ul>
Victor Shnayder committed
-
- 06 Sep, 2012 1 commit
-
-
* looks in about/{course.url_name}/ first, then in about/ * same for info/
Victor Shnayder committed
-
- 24 Aug, 2012 1 commit
-
-
kimth committed
-