- 08 Apr, 2015 11 commits
-
-
This reverts commit c2e5bd3d.
Adam Palay committed -
Remove unused bok_choy paver option ptests
Jesse Zoldak committed -
Jesse Zoldak committed
-
Changed color of gray to be slightly darker for AA compliance
Chris committed -
be sure to take platform_name from microsite config paths in the dashboa...
chrisndodge committed -
Changes the nav element to a div
Chris committed -
Chris Rodriguez committed
-
Changing lists to divs for some items
Chris committed -
add some more microsite aware config checks
Chris Dodge committed -
Chris Rodriguez committed
-
Better i18n extraction and translation
Sarina Canelake committed
-
- 07 Apr, 2015 14 commits
-
-
Upgrade rednose
Ben Patterson committed -
TE-779 The latest release of rednose will allow for output of the flaky test repoort. (It was being swallowed in rednose 0.3) Here is the diff: https://github.com/gfxmonk/rednose/compare/version-0.3.1...version-0.4.1 Here is likely the commit we care about most: https://github.com/gfxmonk/rednose/commit/c66b37c92bb02ad8c16cabe7863cf6cb50c70adc
Ben Patterson committed -
Update path.py to version 7.2
David Baumgold committed -
Fix help token for Studio > Libraries: Learn More button
Carol Tong committed -
1. Extract the full sentence rather than parital of a sentence, so that languages with different word orders than English can benifit from this. 2. Using ngettext instead of gettext with 'xxx(s)', as Transifex treats `()` as special characters so that it enforces the translated string must have the same number of `()` pairs. Such enforcement makes translations difficult, as not every language can use forms like 'xxx(s)' to represent both singular & plural within a single word.
louyihua committed -
Carol Tong committed
-
Removed references to code ownership page
David Baumgold committed -
Chris Rodriguez committed
-
Correcting heading levels
Chris committed -
Aamir khan/ecom 1289 reverification service
Aamir committed -
aamir-khan committed
-
Make some cms strings i18n
Sarina Canelake committed -
Omit migrations when calculating bok-choy coverage.
Ben Patterson committed -
louyihua committed
-
- 06 Apr, 2015 12 commits
-
-
When we calculate bok-choy coverage, we are including various migraitons as part of the calculation. This does not represent the kind of code that bok-choy can cover, since that is part of the RDBMS build-out and maintenance.
Ben Patterson committed -
Because no one actually uses that page
David Baumgold committed -
Make e-mail activation optional
Piotr Mitros committed -
Piotr Mitros committed
-
Fix i18n breaking in some js and underscore files
Sarina Canelake committed -
Add i18n_fastgenerate
Sarina Canelake committed -
use different queue for smaller emails (TNL-1591)
Adam committed -
Redirect Enrollment API to Platform API doc
Mark Hoeber committed -
Update translations (autogenerated message)
Sarina Canelake committed -
Sarina Canelake committed
-
Adam Palay committed
-
Add mentoring v2 and its bump dependency xblock-utils for Harvard
Braden MacDonald committed
-
- 05 Apr, 2015 2 commits
-
-
1. Spliting strings inside the call to `gettext()` in javascript breaks the string extraction process, so the string should kept in one line. 2. Using escape string inside a string in `gettext()` may cause the extractor to misunderstand the escape string, so that it will escape this escape string.
louyihua committed -
So the time-consuming i18n_extract step can be skipped for situations that only the translated strings are modified while the source strings are still the same.
louyihua committed
-
- 03 Apr, 2015 1 commit
-
-
Braden MacDonald committed
-