- 07 Feb, 2014 9 commits
-
-
The front-end code for rendering a thread always makes an AJAX request for the resopnses, regardless of how the thread was accessed (directly by URL or by selecting it from the thread list). Previously, when a user accessed a thread directly by URL, the LMS would initially request the thread from the comments service with responses, but that response data was never actually used. Now, the responses are not fetched with that initial query.
Greg Price committed -
Add acceptance tests for forum response pagination
Greg Price committed -
Fix goto_position in sequence coffeescript.
David Baumgold committed -
Make i18n:generate more flexible
Ned Batchelder committed -
Sylvia/documentation/bld 801
Mark Hoeber committed -
Change order of tags (now alphabetical); add link list at beginning of document
Sylvia Pearce committed -
Added an alt tag to the footer logo; added charset meta tag; moved
Dave St.Germain committed -
Add '' default to bodyclass in courseware templates
Brian Talbot committed -
Prepend theme template paths
David Baumgold committed
-
- 06 Feb, 2014 30 commits
-
-
Jarv/db env override
John Jarvis committed -
Greg Price committed
-
Add periodic table and molecule editor to Additional Tools
Mark Hoeber committed -
Teach install-system-req.sh about `brew bundle`
David Baumgold committed -
make LMS accordion and progress datetime display respect settings.TIME_ZONE
Jason Bau committed -
Update i18n coding guidelines
Sarina Canelake committed -
Sylvia Pearce committed
-
Sarina Canelake committed
-
fixup create-dev-env.sh
David Baumgold committed -
David Baumgold committed
-
David Baumgold committed
-
Make assets:coffee a dependency of i18n:extract
Greg Price committed -
Minor test cleanup
David Baumgold committed -
Sylvia Pearce committed
-
It's not a constant, and some subclasses will want to make it a function with @property.
Greg Price committed -
David Baumgold committed
-
David Baumgold committed
-
https://github.com/edx/edx-platformhkim823 committed
-
Replace single-quotes with double-quotes so that #{@ajaxUrl} is interpolated.
Graham Lowe committed -
Stop using JavaScript to set the body's CSS class
Brian Talbot committed -
Pull THEME_NAME from envs tokens if it's there.
Feanil Patel committed -
DOCTYPE to the top of the file.
Dave St.Germain committed -
hkim823 committed
-
add missing people to AUTHORS
Ned Batchelder committed -
Currently just coerces the time displayed for due dates (accordion.html and progess.html) to settings.TIME_ZONE
Jason Bau committed -
Skip page check in promise for Tab Nav in bok-choy suite
Will Daly committed -
Disabled flaky JS transcript test
Will Daly committed -
Will Daly committed
-
Will Daly committed
-
Now normal i18n:generate doesn't care about missing files, and i18n:generate_strict does. The robot task calls the strict version. There may well be a better way to make the two tasks, but my Ruby+Rake skillz are weak, and it's all going away soon.
Ned Batchelder committed
-
- 05 Feb, 2014 1 commit
-
-
If the FEATURES['USE_CUSTOM_THEME'] flag is set but the 'THEME_NAME' is not set. We get a compilation error during cms gather assets.
Feanil Patel committed
-