Don Mitchell
3885e6cf78
Merge branch 'release'
...
Conflicts:
lms/templates/help_modal.html
lms/templates/index.html
2014-01-16 12:51:22 -05: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
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
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
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
Sarina Canelake
9ce10493ad
Remove references to old university images
2014-01-14 09:27:03 -05: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
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
Carson Gee
ab151f9e7b
Several code enhancements to sysadmin dashboard
...
Improved testing (cleaning up afterwards, catching stdout)
Refactored import function to it's own file
Removed monkey patch to log capturing, but still needs work
Translation fixes
Removal of several gettext phrases
2014-01-10 09:31:53 -05:00
Usman Khalid
a336ae7df6
edge.html inherits from main.html
...
LMS-1584
2014-01-10 17:29:24 +05:00
Calen Pennington
a6a004314a
Use block type, rather than class names for StudentPreference field storage in LMS
2014-01-09 15:59:16 -05:00
Ned Batchelder
d138a2c6be
Use Django for runtime i18n
...
The django.utils.translation module has the right interface to serve as a
gettext.Translations object, so we use it for the runtime i18n service.
LMS-1597
2014-01-09 14:19:56 -05:00
David Baumgold
5d63cd0eb0
Merge pull request #2094 from edx/db/change-section-start-date
...
Set default section start date to Jan 1, 2030
2014-01-07 13:10:29 -08:00
David Baumgold
ce4b130113
Set default section start date to Jan 1, 2030
...
STUD-1072
2014-01-07 15:46:15 -05:00
Calen Pennington
536d824252
Merge branch 'release'
2014-01-07 15:08:45 -05:00
Greg Price
afaa463f7f
Merge pull request #2093 from edx/gprice/forum-vote-button-a11y
...
Improve accessibility of forum vote buttons
2014-01-07 10:54:17 -08:00
Ned Batchelder
549d9230f8
Merge pull request #2077 from edx/ned/misc-msg-fixes
...
Miscellaneous fixes to strings found during i18n work.
2014-01-07 06:41:42 -08:00
Sarina Canelake
fa856d3338
Logging to catch duplicate instructor tasks
2014-01-06 18:20:41 -05:00
Greg Price
c44e527615
Remove unused forums-related cruft
2014-01-06 16:59:30 -05:00
Julia Hansbrough
95affba643
More response to CR
2014-01-06 15:53:28 +00:00
Julia Hansbrough
99e8596fea
Response to CR
2014-01-06 15:53:28 +00:00
Julia Hansbrough
893acc57b6
Template changes
2014-01-06 15:53:28 +00:00
Julia Hansbrough
edd0b5436e
Response to CR
2014-01-06 15:53:28 +00:00
Julia Hansbrough
68174dc33d
Initial view
2014-01-06 15:53:28 +00:00
Julia Hansbrough
e3114a54b9
Migrations
2014-01-06 15:53:27 +00:00
Julia Hansbrough
cf5745ce59
Refactored tests
2014-01-06 15:53:27 +00:00
Julia Hansbrough
fa87793e9b
Fixed UniversityRevenueShare model
2014-01-06 15:53:27 +00:00
Julia Hansbrough
1981ee5078
Fixed CertificateStatusReportModel
2014-01-06 15:53:27 +00:00
Julia Hansbrough
d3277c99b4
Initial PR for verified cert reporting
...
Refactored from code in Stanford's itemized revenue reports into a new Report class used for all revenue-related reporting.
Models for all cert types complete; test coverage for half of cert types complete.
If this architecture is deemed solid, the next steps are to add a reasonable UI folks will use to select reports to download, allow them to restrict based on dates/universities, and of course complete test coverage.
2014-01-06 15:53:27 +00:00