Andy Armstrong
f061bbc08b
Backbone version of the course outline page
...
STUD-1726
2014-08-07 12:16:20 -04:00
Ben McMorran
572b4fc030
Displays the date, time, and username of the most recent save and publish
...
Conflicts:
cms/djangoapps/contentstore/views/item.py
2014-08-07 12:16:19 -04:00
Ben McMorran
d40ef5e089
Adds warning when editing a container visible to students
...
styling for editing a live unit
2014-08-07 12:16:18 -04:00
cahrens
d6475f4558
New publishing controls on unit page (continued)
...
STUD-1707
2014-08-07 12:16:18 -04:00
Frances Botsford
bbcc0030ea
cleanup of unit, container, and xblock sass; added modules and layout sass; publishing states and actions on new unit
2014-08-07 12:16:18 -04:00
Andy Armstrong
d65e887d1a
New Publishing controls on Unit page.
...
STUD-1707
2014-08-07 12:16:17 -04:00
Andy Armstrong
b1eccdf2d4
Replace unit page with the container page.
...
STUD-1754
2014-08-07 12:16:17 -04:00
cahrens
70e6ee1b70
Remove tooltip manager to get tests working in CMS again.
2014-08-02 07:15:18 -04:00
polesye
27013e74f4
BLD-1049: Remove Group Configurations.
2014-08-01 20:45:23 +03:00
jmclaus
69ee9d92d6
BLD-1104: List units that use group configuration.
2014-07-29 16:16:31 +02:00
Calen Pennington
48645020d1
Merge pull request #4392 from louyihua/lms-window-origin
...
Add defininition of window.location.origin in both studio and LMS
2014-07-25 14:27:27 -04:00
Sarina Canelake
8b3d9da40d
Merge pull request #4209 from msegado/showanswer-correct-or-past-due
...
Add "Correct or Past Due" option for showanswer
2014-07-24 08:57:54 -04:00
Martin Segado
bbeb79cbe7
Add correct_or_past_due option for showanswer and update relevant documentation
2014-07-24 02:44:03 -04:00
polesye
fda3f5ac04
BLD-1110: Create, edit, delete groups.
2014-07-24 08:30:21 +03:00
njdup
770e7aac49
User registration prevents using password as username.
...
Some users erroneously set their password as their username with the original layout, because the username field directly followed the password field. Users may be accustomed to the common occurrence of a password confirmation field directly following the password field.
To fix the issue, I did the following:
- Moved the existing username and real name form fields above the password field.
- Added a validation in the create_account handler in common/djangoapps/student/views.py, which confirms that the password field does not match the username field.
New tests created to check the added functionality.
2014-07-21 14:04:48 -07:00
Brian Talbot
9c9e4a90b2
Studio: corrects new course field tip copy to reflect what provided course values cannot be changed later
...
STUD-2001
2014-07-20 18:17:49 -04:00
polesye
2a6a874a8f
BLD-1099: Edit group configurations.
2014-07-18 10:03:08 +03:00
louyihua
9d284d2f61
Fix quotation mark & apostrophe related i18n bug
...
Just done by using the escapejs function :)
2014-07-16 23:56:30 +08:00
Will Daly
f86b031a20
Merge pull request #4416 from edx/will/timepicker-css-in-unit-editor
...
Add JQuery timepicker CSS to the unit and container templates
2014-07-15 07:59:41 -04:00
Tim Babych
246e0e6f66
Merge pull request #4411 from edx/anton/group-experiments
...
Create new group configurations page
2014-07-15 08:19:34 +03:00
louyihua
7f1c784629
Add defininition of window.location.origin in both CMS/LMS
...
The same bug in studio was fixed in #3893 , and as TinyMCE is also used in LMS, it should be also fixed in LMS.
Here a common javascript file called 'ie_shim.js' is added, so that in the future it can be used for other IE compatibility purposes too.
2014-07-15 11:34:52 +08:00
Will Daly
0c90b04ecd
Add JQuery timepicker CSS to the unit and container templates
2014-07-14 14:07:39 -04:00
polesye
205d24f5cf
BLD-1121: Create new group configurations page.
2014-07-14 17:44:48 +03:00
Sarina Canelake
50709c163f
Merge pull request #4367 from edx/sarina/i18n-course-handouts
...
i18n LMS and Studio components of course handouts
2014-07-10 14:47:23 -04:00
Sarina Canelake
a5dc426cc8
i18n LMS and Studio components of course handouts
2014-07-10 11:28:00 -04:00
Andy Armstrong
dbd3ffed66
Fix i18n bug on Studio's Advanced Settings page
...
STUD-1955
HTML escaped localized text that was output to
JavaScript.
2014-07-08 19:22:07 -04:00
Tim Babych
34ac6abe1c
Merge pull request #4316 from edx/anton/group-experiments
...
BLD-1117, BLD-1217: Add read-only list of Group Configurations, Create feature flag.
2014-07-07 20:03:43 +03:00
Tim Babych
453c583714
Hide GroupConfiguration behind feature flag in cms/templates/settings.html.
2014-07-04 08:23:35 +03:00
Tim Babych
a153092cb5
Add FEATURE['ENABLE_GROUP_CONFIGURATIONS'] and os.environ['FEATURE_GROUP_CONFIGURATIONS'].
2014-07-03 15:30:18 +03:00
polesye
d38b51cb4a
BLD-1117: Add read-only list of Group Configurations.
2014-07-02 18:26:27 +03:00
louyihua
94faa6b836
Misuse of 'gettext' into mako templates
...
To translate strings in mako templates, the pattern of ```${_()}``` should be used instead of ```gettext``` even if the strings to be translated is located in a ```script``` block.
2014-07-02 20:59:18 +08:00
Christina Roberts
3f2a6d1edf
Merge pull request #4241 from louyihua/fix-name-in-studio
...
Change 'Course Name' to 'Course Run' in "Schedule & Details" page
2014-07-01 11:53:20 -04:00
louyihua
5aaae2ebc4
Change 'Course Name' to 'Course Run' in settings.html
...
The code behind uses course run to fill this field, so maybe the filed's name should be changed as well?
2014-06-28 02:50:09 +08:00
louyihua
7555c6ec0c
Fix saving error of video editor in non-english translation
...
Currently the code in ```tabs-aggregator.coffee``` uses the display name of a tab as the key to index the current tab. When a non-english translation is applied, the javascript code will get localized names instead of the original english names, which causes the following ```getValue``` function fails as it cannot reference the correct tab.
Use the 'data' attribute to store the original tab name.
2014-06-27 14:08:44 +08:00
Nimisha Asthagiri
a9213509c3
Enable Mixed Modulestore STUD-1540
...
Refactor get_parent_locations STUD-1663
2014-06-26 18:00:11 -04:00
cahrens
a4b172d9d8
Display names, help text, and "deprecated" for Advanced Settings.
...
STUD-302, STUD-303
2014-06-26 16:54:22 -04:00
Andy Armstrong
11c25e8c1a
Add Studio handling for changes to group configurations
...
STUD-1658
2014-06-20 11:41:22 -04:00
Sarina Canelake
30c8da1596
Fix variable names to give context for translators
...
fix other various i18n issues
2014-06-18 23:28:39 -04:00
cahrens
3acf394d05
Wait for scripts defined in common xmodule code to execute.
...
STUD-1792
2014-06-18 13:11:37 -04:00
cahrens
5ab61fc4b2
Implement a custom editor for the split_module.
...
STUD-1529
2014-06-05 12:16:16 -04:00
benmcmorran
6a89375245
Merge pull request #3980 from edx/benmcmorran/remove-conrads-name
...
Removes Conrad's name from the course schedule settings (STUD-1511).
2014-06-04 11:00:25 -04:00
zubair-arbi
56e0b86394
make only section name in headers editable
...
STUD-1679
2014-06-04 15:00:52 +05:00
Ben McMorran
d592b7eec1
Removes Conrad's name from the course schedule settings (STUD-1511).
2014-06-03 16:58:05 -04:00
Adam
e348ab9a9b
Merge pull request #3937 from edx/adam/remove-qualaroo-studio
...
removes qualaroo from studio (STUD-1684)
2014-05-30 14:25:40 -04:00
Adam Palay
826aa4554c
removes qualaroo from studio (STUD-1684)
2014-05-30 10:05:35 -04:00
Mark Hoeber
97bc71bd23
Welcome page text edits
2014-05-29 15:44:59 -04:00
Mark Hoeber
714f440353
Update help for welcome, register, and login pages
...
All now go to getting started, but have different tokens, for further
segmenting later.
2014-05-29 15:34:49 -04:00
Andy Armstrong
6b3e100cc1
Allow editing of container xblocks/xmodules
...
STUD-1312
2014-05-29 14:02:45 -04:00
louyihua
c0511bd1a9
Build 'window.location.origin' for Internet Explorer
...
As TinyMCE's CodeMirror plug-in uses 'window.location.origin' which is not supported by Internet Explorer, the HTML or raw code editor does not work under Internet Explorer.
We need to create one in order to make these vendor codes work under Internet Explorer.
2014-05-29 12:50:11 +08:00
louyihua
559a2c8888
i18n: Make XBlock buttons & components have localizable display names
...
1. Current code uses type name as the display names for XBlock buttons, so the name of these five buttons can't be localized. This fix contains code that adds a 'display_name' field for the buttons, and makes their names localizable.
2. The display names of components in advanced, html and problem types can be localized now.
2014-05-27 11:16:54 +08:00