- 07 Jul, 2014 7 commits
-
-
Daniel Friedman committed
-
Deleting a child of a unit should convert the unit to draft
Don Mitchell committed -
Sarina/070714 language update
Sarina Canelake committed -
BLD-1117, BLD-1217: Add read-only list of Group Configurations, Create feature flag.
Tim Babych committed -
Sarina Canelake committed
-
Sarina Canelake committed
-
if the unit is draftable but isn't yet draft.
Don Mitchell committed
-
- 04 Jul, 2014 1 commit
-
-
Tim Babych committed
-
- 03 Jul, 2014 13 commits
-
-
Add openedx-analytics discussion group to CONTRIBUTING file
David Baumgold committed -
Fixes has_changes to search all the way to leaf nodes
Christina Roberts committed -
skipping update assets, not just collectstatic, in unit tests
clytwynec committed -
swdanielli committed
-
David Baumgold committed
-
Christine Lytwynec committed
-
Ben McMorran committed
-
Missing "_()" in course_module.py
Andy Armstrong committed -
BLD-1217: Create feature flag for switching Group Configurations editing on and off
Tim Babych committed -
Tim Babych committed
-
Make the strings in "Advanced Settings" page localizable
Andy Armstrong committed -
The fields should be translated before render into html templates.
louyihua committed -
louyihua committed
-
- 02 Jul, 2014 19 commits
-
-
Adds subtree_edited_on, subtree_edited_by, and fixes has_changes
Ben McMorran committed -
Forum sidebar improvements
Greg Price committed -
Ben McMorran committed
-
The home button is removed, the search box is always displayed, and many visual adjustments are made, along with a large amount of refactoring. Originally reviewed in #4211
Greg Price committed -
Thread entries now show an activity count that includes the original post, and only one of the vote count and activity count is displayed based on the user's selected sort. The sorting and filtering options now both use a select and are somewhat more verbose, and the visual styling of the sort/filter bar is updated. Originally reviewed in #4165 with a bugfix in #4211
Greg Price committed -
The rendering of the link happens in an event handler, and the collection's attributes were not getting set properly before the reset event triggering the rendering occurred. Originally reviewed in #4072
Greg Price committed -
A thread will be labeled if it is pinned, if the user is following it, or if it was authored by a staff member or community TA. This also slightly changes the color used for community TA labels. Originally reviewed in #4072
Greg Price committed -
Use larger and lighter title font, decrease padding, and use lighter solid backgrounds instead of gradients. Also, refactor SASS code to conform better to our new style, including using more specific class names. Originally reviewed in #4072
Greg Price committed -
Originally reviewed in #4072
Greg Price committed -
Misuse of 'gettext' in mako templates
Andy Armstrong committed -
Make Studio able to handle deprecated key formats in urls
Calen Pennington committed -
stupid simple css typo fix
David Baumgold committed -
Giulio Gratta committed
-
Explicitly skip tests in common unless we know we're running the LMS unittest suite
Adam committed -
add lms_base and cms_base urls to bokchoy envs
clytwynec committed -
Updated Course End Date info
Mark Hoeber committed -
Mark Hoeber committed
-
polesye committed
-
To translate strings in mako templates, the pattern of ```${_()}``` should be used instead of ```gettext``` even if the strings to be translated is located in a ```script``` block.
louyihua committed
-