Cristian Salamea
a465b082da
Specific django-toolbar version (stable released) and update the panels in dev envs
2014-01-16 14:11:17 -05:00
Giulio Gratta
9280f89f86
Merge pull request #2157 from edx/giulio/remove-ice
...
Removed ice.min.js completely as ORA is changing anyway
2014-01-16 10:37:58 -08:00
Don Mitchell
3885e6cf78
Merge branch 'release'
...
Conflicts:
lms/templates/help_modal.html
lms/templates/index.html
2014-01-16 12:51:22 -05:00
Greg Price
9075dcefb6
Merge pull request #2186 from edx/gprice/timeago-i18n
...
Internationalize our use of jquery.timeago
2014-01-15 14:23:52 -08:00
Giulio Gratta
31caba3a2a
Removed ice.min.js and removed piping code
2014-01-15 14:06:19 -08:00
Greg Price
0f09a3093e
Internationalize our use of jquery.timeago
...
Also get rid of an unused template and extra copies of jquery.timeago.
2014-01-15 16:46:38 -05:00
Will Daly
ca180834dc
Merge pull request #2128 from edx/will/bok-choy-fixtures-rebase
...
Bok-choy fixtures, Studio tests, and (some) ORA tests
2014-01-15 12:18:47 -08:00
jsa
dfa4a03daa
i18n: externalize strings in discussion forums templates and python code.
...
JIRA: FOR-398, FOR-399
2014-01-15 14:26:22 -05:00
Greg Price
ee1651daeb
Merge pull request #2120 from edx/gprice/forum-unicode-tests
...
Add forum tests for non-ASCII data
2014-01-15 10:51:30 -08:00
Don Mitchell
7ff137866b
Merge pull request #2180 from edx/usman/openended_post_hostname_argument
...
Added hostname argument to openended_post command.
2014-01-15 09:05:32 -08:00
Don Mitchell
7e02951571
Merge pull request #2064 from edx/dhm/auth_consolidate
...
Replace authz with roles.py and reconcile their behaviors
2014-01-15 07:21:03 -08:00
Will Daly
4afd5ea49f
Refactored bok-choy directory structure
...
Added fixtures for course and xblock creation
Added bok-choy Studio tests
Added bok-choy tests for ora self- and ai- assessment
Refactored auto-auth; added staff and course-enrollment options
Removed extra javascript properties from page objects
2014-01-15 09:37:32 -05:00
Julia Hansbrough
f3f0e8a514
Merge pull request #1888 from edx/flowerhack/feature/certificate-revenue-reporting
...
Verified Certificate Reports
2014-01-15 06:18:17 -08:00
Julia Hansbrough
1664452a14
Final iteration
2014-01-15 13:06:50 +00:00
Julia Hansbrough
ea0ae11171
Response to CR 1-14
2014-01-15 00:27:14 +00:00
Jason Bau
e5215d72b1
Merge pull request #2165 from edx/jbau/course_about_better_errormsg
...
add FAQ link to course_about error msg
2014-01-14 14:10:29 -08:00
Jason Bau
1b2aa4543c
add FAQ link to course_about error msg
...
use double-quotes, not single
2014-01-14 14:09:03 -08:00
Don Mitchell
ad3140a6e6
Cleaned up modules to reflect centralizing auth
2014-01-14 17:04:44 -05:00
Don Mitchell
3ebac80778
Replace authz fns with roles.py ones
...
STUD-1006
2014-01-14 17:04:44 -05:00
Don Mitchell
858e354a6d
Moved roles.py to common student
2014-01-14 17:04:43 -05:00
Chris Dodge
a3211a7405
Introduction of the Microsite feature which allows for limited multi-tenant branding on a subdomain basis, e.g. foo.edx.org and bar.edx.org
...
fix errorenous logic when running a microsite that could reside in a hosting environment with a marketing site in front of it
pep8/pylint fixes
address PR feedback, remove underscore from test hostname
more pep8/pylint cleanup. Skip test_microsites test, it works on localdev, not on Jenkins. Need to talk with QA team
manually add Ned's single-to-double quote fix
change aws.py runtimes so that the microsite_dir that is read from configuration is changed to a python path
Conflicts:
lms/templates/help_modal.html
2014-01-14 14:36:01 -05:00
Greg Price
5b2ff9b21a
Add unit tests for non-ASCII forum content
2014-01-14 13:56:36 -05:00
Calen Pennington
d2a0df4118
Merge pull request #2129 from cpennington/xblocks-xml-import-export
...
XBlock Xml Serialization/Deserialization
2014-01-14 10:56:09 -08:00
Greg Price
3c3ef50e13
Merge pull request #2168 from edx/gprice/forum-coffee-i18n
...
Internationalize forums CoffeeScript code
2014-01-14 10:55:08 -08:00
Calen Pennington
46109bb3e8
Use XBlock xml serialization and deserialization
...
XModules continue to use their own interface for xml, but provide an
adaptor that makes the the XBlock interface available.
[LMS-179]
2014-01-14 13:28:47 -05:00
Ned Batchelder
1932c126b8
Rename DbModel to KvsFieldData.
2014-01-14 13:09:36 -05:00
Ned Batchelder
b6bd293266
Clean up some pre-existing formatting.
2014-01-14 13:09:35 -05:00
Greg Price
a1dc49cc9b
Remove defunct forum post tagging code
2014-01-14 13:03:56 -05:00
Brian Talbot
3faf7456b9
Merge pull request #2159 from edx/talbs/lms-fix-certificate-button
...
LMS: FIX - Add Styling Back to Certificate Download Button
2014-01-14 09:59:16 -08:00
Jason Bau
6aeadb874b
Merge pull request #2163 from edx/jbau/sass-path-bugfix
...
small bugfixes for theming+sass+templates
2014-01-14 08:45:00 -08:00
Sarina Canelake
129c24477f
Merge pull request #2062 from jazkarta/feature-idde2
...
Individual Due Date Extension feature
2014-01-14 08:00:14 -08:00
Chris Rossi
831f907c79
Add individual due dates feature.
...
Adds a feature to the edX platform which allows instructors to set
individual due dates for students on particular coursework. This code is
meant primarily for on-campus use--it is not intended that this feature
would be used for MOOCs. It adds a new tab, "Extensions", to the beta
instructor dashboard which allows changing due dates per student. This
feature is enabled by setting FEATURES['INDIVIDUAL_DUE_DATES'] = True.
2014-01-14 10:19:02 -05:00
Brian Talbot
e475f835cf
Merge pull request #2164 from edx/talbs/update-copyright
...
Copyright Notice Updates
2014-01-14 07:17:04 -08:00
Sarina Canelake
9ce10493ad
Remove references to old university images
2014-01-14 09:27:03 -05:00
Brian Talbot
367d2dc2ae
Studio/LMS: Updates copyright notices to 2014
2014-01-13 19:59:24 -05:00
Jason Bau
6560c4faf8
small bugfixes for theming+sass+templates
...
change ruby and to &&
2014-01-13 15:28:35 -08:00
Jason Bau
7b6cf0dc95
Merge pull request #2162 from edx/jbau/sass-path-bugfix
...
Revert "small bugfixes for theming+sass+templates"
2014-01-13 15:22:32 -08:00
Jason Bau
eb15355b74
Revert "small bugfixes for theming+sass+templates"
...
This reverts commit 5f3313ece4 .
2014-01-13 14:35:24 -08:00
Ned Batchelder
c4792e667e
Merge pull request #2139 from edx/ned/add-apostrophe-to-lorem
...
Add apostrophe to lorem and fix single-quoted strings
2014-01-13 13:48:23 -08:00
Brian Talbot
fd94be6a01
LMS: resolves missing certificate download button styling
...
* adds in Sass placeholder to mirror older/inherited button styling used in LMS
* uses light theming Sass variables for button styling
* adds specific selector for certificate download button
2014-01-13 16:26:36 -05:00
Jason Bau
7692f0d8db
Merge pull request #2143 from edx/jbau/sass-path-bugfix
...
small bugfix for theming+sass path
2014-01-13 12:06:34 -08:00
Julia Hansbrough
a776476098
Response to CR 1-13
2014-01-13 16:39:47 +00:00
Julia Hansbrough
f2b0394211
CR response
2014-01-13 15:57:14 +00:00
polesye
af56a2df72
BLD-518: Fix video volume cookie.
2014-01-13 12:03:57 +02:00
Jason Bau
5f3313ece4
small bugfixes for theming+sass+templates
2014-01-10 16:36:23 -08:00
Ned Batchelder
fd13908b90
Fix single-quoted translated strings to be double-quoted.
2014-01-10 14:40:34 -05:00
Usman Khalid
76f4eaf947
Merge pull request #2068 from edx/usman/lms1584-edge-home-page
...
Fix register button on edge
2014-01-10 11:01:44 -08:00
Calen Pennington
2ad4749a5d
Merge pull request #2119 from cpennington/xblocks-behind-feature-flag
...
Enable pure XBlocks, hidden by feature flags
2014-01-10 09:51:23 -08:00
Usman Khalid
45401f5a73
Added hostname argument to openended_post command.
...
ORA-286
2014-01-10 11:44:20 -05:00
Calen Pennington
417fe21d05
Enable pure XBlocks, but behind a feature flag
...
[LMS-226]
[LMS-2013]
2014-01-10 11:40:03 -05:00