Mark Hoeber
323e466e21
Merge pull request #7579 from edx/sylvia/docs/templateupdates
...
Update component templates, round 1
2015-04-27 20:43:29 -04:00
Mark Hoeber
356b10c271
Update component templates for accessibility and content
2015-04-27 14:45:36 -04:00
Nimisha Asthagiri
c8e0095fbb
MA-668 Mobile Push Notification payload update
...
Support iOS receiving the update even when in the background.
Support Android detecting duplicates.
2015-04-24 17:23:22 -04:00
Nimisha Asthagiri
11044ebdf2
MA-614 Mobile Push Notification Studio UI
2015-04-18 15:30:25 -04:00
Nimisha Asthagiri
b124485ed6
MA-611, MA-613 Mobile Push Notification Studio Backend; Integration with Parse
2015-04-18 15:30:19 -04:00
Nimisha Asthagiri
a87c881024
MA-612 Mobile Push Notification Studio Django admin setting
2015-04-18 15:30:14 -04:00
muhammad-ammar
cfcb38c498
Update user message strings
2015-04-17 17:23:19 -04:00
muhammad-ammar
9c2d18710c
Jasmine tests for account settings page.
...
TNL-1499
2015-04-17 17:23:14 -04:00
Daniel Friedman
23f02d9492
Configurations for filesystem and s3 backends.
...
TNL-1789
2015-04-17 17:23:13 -04:00
Andy Armstrong
c898e4137b
Add default profile images
...
TNL-1796
2015-04-17 17:23:12 -04:00
Andy Armstrong
650a9a9b85
Implement parental controls for user profiles
...
TNL-1606
2015-04-17 17:23:11 -04:00
Daniel Friedman
6f6fdbfb5f
Integrate profile images into Accounts API
...
TNL-1545
2015-04-17 17:23:11 -04:00
Eugeny Kolpakov
b1765d0a69
Merge pull request #7641 from open-craft/eugeny/problem-type-search
...
Capa problem type filtering using edx-search
2015-04-17 18:43:04 +03:00
E. Kolpakov
d4f85d876b
Removed unnecessary comments
2015-04-17 12:24:37 +03:00
E. Kolpakov
3b348b7d3f
Tests for reindex library management command
2015-04-17 12:20:31 +03:00
Braden MacDonald
00db27b63e
Merge pull request #7638 from open-craft/problem-builder-version-bump
...
Bump version of Problem Builder
2015-04-16 16:38:57 -07:00
Braden MacDonald
513591f409
Bump problem builder version to latest edx-release build
2015-04-16 11:56:50 -07:00
Sarina Canelake
cb333c414a
Merge pull request #7670 from louyihua/lms_i18n_1
...
Better i18n (cont.)
2015-04-16 14:05:53 -04:00
louyihua
b7c6b4ad55
Better i18n (cont.)
...
1. Fix sentence breaks inside `photo_reverification.html` and `midcourse_photo_reverification.html`.
2. Combine three setences inside `choose.html`.
3. Adding some punctuation marks to reduce duplicated strings with only different Punctuation marks in translation.
4. Move the colons inside the strings to be translated. This may be not necessary for now, but I think this may help translation by removing potential word meaning conflict.
5. Sorry for
2015-04-17 01:05:46 +08:00
Ahsan Ulhaq
eba02da233
Merge pull request #7544 from edx/ahsan/tnl-1675-iframe-elements-require-meaningful-title
...
iframe elements require a meaningful title attribute
2015-04-16 13:54:15 +05:00
E. Kolpakov
4d3750a526
Pylint fixes
2015-04-15 13:32:32 +03:00
E. Kolpakov
26b1e8d821
Made methods with no implementation abstract
2015-04-15 13:30:27 +03:00
E. Kolpakov
0b2b9fe2e8
Added management command to manually reindex libraries
2015-04-15 13:01:05 +03:00
David Baumgold
93e7d795f1
Remove nested form elements
...
This is invalid HTML
2015-04-14 17:01:43 -04:00
E. Kolpakov
bd8754b0ee
Removed stale test helper method
2015-04-14 16:12:16 +03:00
E. Kolpakov
9bbad95497
Moved library key normalization into library_tools module, fixed library update task test
2015-04-14 14:43:37 +03:00
E. Kolpakov
5737364388
Added library update task test
2015-04-14 12:51:23 +03:00
E. Kolpakov
89443cf5dd
Fixed broken test
2015-04-14 12:43:21 +03:00
E. Kolpakov
77cc80f6b6
Added code to fire library_updated signal when library is updated
2015-04-14 12:41:24 +03:00
E. Kolpakov
bd891c21db
Added setting to enable/disable library indexing + moved is_index_enabled into search indexer classes
...
Added task and signal to fire library reindex
2015-04-14 12:40:05 +03:00
E. Kolpakov
eb7c5be035
Refactored tests to explicitly state with which modulestores they work
2015-04-14 12:38:36 +03:00
E. Kolpakov
4f6905ed77
Added library search indexer and tests
...
Search indexer is not bound to any library modifications, so tests fail - this is expected.
2015-04-14 12:37:28 +03:00
E. Kolpakov
d34c6a0783
Filtering using search index + tests
2015-04-14 12:32:50 +03:00
Christopher Lee
9bf8ae5b52
Merge pull request #7635 from edx/clee/MA-318
...
MA-318, change edx video id to video id
2015-04-13 14:55:56 -04:00
christopher lee
c42097b458
MA-318, change edx video id to video id
2015-04-13 13:31:37 -04:00
Matt Drayer
ffe30da7a5
Add course-specific URL overrides for social sharing icons on student dashboard
...
- sharing enabled for custom URLs only if URL actually specified
2015-04-13 13:14:43 -04:00
louyihua
7a45d6e471
i18n fix in studio
...
1. Fix the broken `gettext()` call in `courde_detail.js`
2. Change the string to avoid Transifex misunderstand the pattern '% o' in `checklist.underscore`.
3. Embed the `{filename}` part inside the string in `transcripts-choose.underscore` to provide better i18n flexibililty.
4. Remove all the call of `gettext()` and `${_()}` inside the `mock` directory to aovid mis-extraction by pybabel. (It seems that the `mock` directory is soly used in test? So the strings in this directory need not to be extracted and translated?)
5. The unicode char `\u2014` will trigger a bug inside pybabel which makes the extracted string untranslatable, so remove this char.
2015-04-13 19:00:52 +08:00
Davorin Sego
e37a98d1be
Indexing moved to celery task. Reorganised indexing to always allow for full course reindex. Indexing code no longer needs to be in common, because it is triggered by signal instead of being called.g
2015-04-10 14:30:19 -04:00
Christine Lytwynec
05a8e23d57
Merge pull request #7633 from edx/release
...
Release
2015-04-08 15:40:45 -04:00
Syed Hassan Raza
825aaed67f
Split course's assests can access through '/' in asset url
2015-04-08 11:22:25 -04:00
Sarina Canelake
fc7b35c792
Merge pull request #7620 from louyihua/misc_i18n
...
Better i18n extraction and translation
2015-04-08 08:30:53 -04:00
louyihua
adc6929b45
Better i18n extraction and translation
...
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.
2015-04-08 00:47:47 +08:00
Carol Tong
a854c727a7
Fix help token for Learn More button
2015-04-07 11:56:26 -04:00
Ahsan Ulhaq
42c42efa3a
add translateable title
2015-04-07 14:52:45 +05:00
louyihua
297d94a38b
Make some strings i18n
2015-04-07 12:56:03 +08:00
louyihua
2d47f80391
Fix i18n breaking in some js and underscore files
...
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.
2015-04-06 01:28:06 +08:00
Kelketek
5795ba3faf
Merge pull request #7482 from open-craft/fix_duplicate_rcb
...
Fix duplication of Randomized Content Blocks
2015-04-03 12:50:09 -05:00
Nimisha Asthagiri
a204cacd74
Merge pull request #7561 from edx/mobile/PLAT-520
...
PLAT-520 Fix Asset store import of null values.
2015-04-03 12:46:21 -04:00
Nimisha Asthagiri
d9d4a007b9
PLAT-520 Fix Asset store import of null values
2015-04-03 11:39:51 -04:00
Sarina Canelake
40dc37dd0f
Merge pull request #7563 from louyihua/translation_fix
...
Ignore pylint error 7610 (translation-of-non-string) on where it is intended
2015-04-03 08:47:36 -04:00