- Feb 07, 2014
-
-
Greg Price authored
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 authored
Add acceptance tests for forum response pagination
-
David Baumgold authored
Fix goto_position in sequence coffeescript.
-
Ned Batchelder authored
Make i18n:generate more flexible
-
Mark Hoeber authored
Sylvia/documentation/bld 801
-
Sylvia Pearce authored
Change order of tags (now alphabetical); add link list at beginning of document
-
Dave St.Germain authored
Added an alt tag to the footer logo; added charset meta tag; moved
-
Brian Talbot authored
Add '' default to bodyclass in courseware templates
-
David Baumgold authored
Prepend theme template paths
-
- Feb 06, 2014
-
-
John Jarvis authored
Jarv/db env override
-
Greg Price authored
-
Mark Hoeber authored
Add periodic table and molecule editor to Additional Tools
-
David Baumgold authored
Teach install-system-req.sh about `brew bundle`
-
Jason Bau authored
make LMS accordion and progress datetime display respect settings.TIME_ZONE
-
Sarina Canelake authored
Update i18n coding guidelines
-
Sylvia Pearce authored
-
Sarina Canelake authored
-
David Baumgold authored
fixup create-dev-env.sh
-
David Baumgold authored
-
David Baumgold authored
-
Greg Price authored
Make assets:coffee a dependency of i18n:extract
-
David Baumgold authored
Minor test cleanup
-
Sylvia Pearce authored
-
Greg Price authored
It's not a constant, and some subclasses will want to make it a function with @property.
-
David Baumgold authored
-
David Baumgold authored
-
Graham Lowe authored
Replace single-quotes with double-quotes so that #{@ajaxUrl} is interpolated.
-
Brian Talbot authored
Stop using JavaScript to set the body's CSS class
-
Feanil Patel authored
Pull THEME_NAME from envs tokens if it's there.
-
Dave St.Germain authored
DOCTYPE to the top of the file.
-
hkim823 authored
-
Ned Batchelder authored
add missing people to AUTHORS
-
Jason Bau authored
Currently just coerces the time displayed for due dates (accordion.html and progess.html) to settings.TIME_ZONE
-
Will Daly authored
Skip page check in promise for Tab Nav in bok-choy suite
-
Will Daly authored
Disabled flaky JS transcript test
-
Will Daly authored
-
Will Daly authored
-
Ned Batchelder authored
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.
-
- Feb 05, 2014
-
-
Feanil Patel authored
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.
-