Skip to content

Commit

Permalink
Nominate release candidate
Browse files Browse the repository at this point in the history
* origin/master:
  Add mongolian translations
  Hide xblock deprecation warning in studio
  Fix unicode error in cert whitelist command
  Fix `skip_registration_form` bug for SSO
  Add problem-builder responses to Student Responses report.
  Refactor Stanford i18n tooling
  Clean pofile
  Refactor stanfordi18n_transifex_push code into helper function
  Get theme path from settings
  Miscellaneous code cleanup
  Move Stanford paver files to Stanford directory
  Stanford i18n ops tooling
  Install ux-pattern-library from a tag
  Remove outdated helper scripts
  • Loading branch information
stanford-online-robot committed Jun 27, 2018
2 parents e958a70 + 705eae6 commit 5047294
Show file tree
Hide file tree
Showing 20 changed files with 7,264 additions and 263 deletions.
54 changes: 54 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,57 @@ file_filter = conf/locale/<lang>/LC_MESSAGES/djangojs.po
source_file = conf/locale/en/LC_MESSAGES/djangojs.po
source_lang = en
type = PO

[stanford-openedx.django]
file_filter = conf/locale/<lang>/LC_MESSAGES/stanford_django.po
source_file = conf/locale/en/LC_MESSAGES/stanford_django.po
source_lang = en
type = PO

[stanford-openedx.djangojs]
file_filter = conf/locale/<lang>/LC_MESSAGES/stanford_djangojs.po
source_file = conf/locale/en/LC_MESSAGES/stanford_djangojs.po
source_lang = en
type = PO

[stanford-openedx.mako]
file_filter = conf/locale/<lang>/LC_MESSAGES/stanford_mako.po
source_file = conf/locale/en/LC_MESSAGES/stanford_mako.po
source_lang = en
type = PO

[stanford-openedx.underscore]
file_filter = conf/locale/<lang>/LC_MESSAGES/stanford_underscore.po
source_file = conf/locale/en/LC_MESSAGES/stanford_underscore.po
source_lang = en
type = PO

[stanford-openedx.theme]
file_filter = conf/locale/<lang>/LC_MESSAGES/theme.po
source_file = conf/locale/en/LC_MESSAGES/theme.po
source_lang = en
type = PO

[stanford-openedx.tos]
file_filter = conf/locale/<lang>/LC_MESSAGES/tos.po
source_file = conf/locale/en/LC_MESSAGES/tos.po
source_lang = en
type = PO

[stanford-openedx.privacy]
file_filter = conf/locale/<lang>/LC_MESSAGES/privacy.po
source_file = conf/locale/en/LC_MESSAGES/privacy.po
source_lang = en
type = PO

[stanford-openedx.honor]
file_filter = conf/locale/<lang>/LC_MESSAGES/honor.po
source_file = conf/locale/en/LC_MESSAGES/honor.po
source_lang = en
type = PO

[stanford-openedx.copyright]
file_filter = conf/locale/<lang>/LC_MESSAGES/copyright.po
source_file = conf/locale/en/LC_MESSAGES/copyright.po
source_lang = en
type = PO
6 changes: 6 additions & 0 deletions cms/templates/course_outline.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ <h2 class="title title-3">${_("This course was created as a re-run. Some manual
</div>
%endif

## This feature intermittently fails for us at Stanford.
## The system mistakenly thinks that _all_ XBlocks are deprecated.
## Since we're unsure what's causing this, it's difficult to test, and we don't actually use the feature,
## we've decided to simply remove it from the page.
%if False:
%if deprecated_blocks_info.get('blocks') or deprecated_blocks_info.get('block_types_enabled'):
<div class="wrapper wrapper-alert wrapper-alert-error is-shown">
<div class="alert announcement">
Expand Down Expand Up @@ -106,6 +111,7 @@ <h2 class="title title-3 warning-heading-text">${_("This course uses features th
</div>
</div>
%endif
%endif

</%block>

Expand Down
Binary file added conf/locale/mn/LC_MESSAGES/djangojs.mo
Binary file not shown.
Loading

0 comments on commit 5047294

Please sign in to comment.