Greg Price
d4f7cd68d8
Remove redundant URI.min.js fron lms/
...
A newer version was added to common/, so that is used instead. It is
also added to the set of JS files used in unit tests to allow forums
code in common/ to be tested.
2014-01-06 17:02:31 -05:00
Greg Price
c44e527615
Remove unused forums-related cruft
2014-01-06 16:59:30 -05:00
Julia Hansbrough
dc53c7d2bc
Updated codejail version
2014-01-06 21:51:42 +00:00
Mark Hoeber
6fb8db248a
1-7-2014 release notes update
...
studio and LMS issues
2014-01-06 16:28:53 -05:00
Matt Drayer
67666a0d4f
Added myself to the Authors list
2014-01-06 16:07:44 -05:00
Mark Hoeber
249a61820f
Merge pull request #2023 from edx/sylvia/documentation/BLD-619
...
Add info about template for Checkbox problem type
2014-01-06 12:25:54 -08:00
Bertrand Marron
9372ba6ef7
Use <span> for course preview’s university
...
The course’s university was displayed using a <a> tag that points to
nothing ('#'). There was some stanford specific behavior to replace that
<a> tag with a <span>. This commit removes that.
2014-01-06 21:09:15 +01:00
spearce
e60524912f
Update index
...
Remove javascript_input and create_lti; add tools
2014-01-06 14:12:25 -05:00
Calen Pennington
7db4cca826
Make the release script not fall over when piping data to a file
2014-01-06 12:59:47 -05:00
Brian Wilson
21a4520b8c
Remove output of management command options and args from tracking logs.
2014-01-06 12:53:56 -05:00
Brian Wilson
1aefe2f5bf
Define TrackedCommand for use as base class for tracking management commands. Use in create_user command.
2014-01-06 12:43:04 -05:00
Andy Armstrong
024c3f6511
Merge pull request #2085 from edx/andya/asset-pagination-fix
...
Fix URI vendor module to be referenced via a relative URL.
2014-01-06 09:08:23 -08:00
cahrens
a80101dda2
Don't add every helper method to world.
2014-01-06 11:48:40 -05:00
spearce
bdd6b73957
Update JSInput info with feedback from Jean-Michel
...
Add more specific info about HTML+CSS+JS files, SOP
2014-01-06 11:37:54 -05:00
Andy Armstrong
fa55ac1315
Fix URI vendor module to be referenced via a relative URL.
2014-01-06 11:31:58 -05:00
Mark Hoeber
57b71ace52
updated index
...
added 1-7-2014 file to index
2014-01-06 11:15:07 -05:00
Mark Hoeber
f70de7015e
1-7-2014 Release Notes
...
Adding new file for 1-7-2014
2014-01-06 11:09:28 -05:00
Usman Khalid
6108529ce1
Merge pull request #2001 from edx/waheed/openended-problems-commands-2
...
Django command to post submissions to ora
2014-01-06 08:04:33 -08: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
Ned Batchelder
7d98231eb8
Merge pull request #2082 from edx/ned/dont-catch-all-exceptions
...
Don't catch all exceptions.
2014-01-06 07:28:28 -08:00
Ned Batchelder
93682af4eb
Don't catch all exceptions.
2014-01-06 10:24:00 -05:00
brianhw
9c81a07012
Merge pull request #2076 from edx/brian/server-track-null-request
...
Modify server_track to handle being called without a request.
2014-01-06 07:15:14 -08:00
Usman Khalid
57710d7226
Added django commands to get statistics and repost submissions to grader for open ended problems.
...
ORA-286
2014-01-06 19:13:28 +05:00
Andy Armstrong
4ddc36dccc
Merge pull request #1912 from edx/andy/asset-pagination
...
Add pagination to Studio's Files and Uploads page.
These changes are for STUD-813.
2014-01-06 06:12:25 -08:00
zubiar-arbi
b998a161d2
Assign valid content_type to static resource (import_static_content)
...
STUD-878
2014-01-06 14:05:09 +05:00
Andy Armstrong
c573db35d0
Add myself to list of authors
2014-01-05 23:37:21 -05:00
Andy Armstrong
f9c45586a4
Add pagination to Studio's Files and Uploads page
...
These changes implement STUD-813. The commit consists of the
following logical changes:
- a REST API has been implemented for a course's assets
- the page itself now fetches the assets client-side
- the Backbone.Paginator library is used to support pagination
- the AssetCollection has been refactored to extend
Backbone.Paginator.requestPager so that it can be paged
- an abstract PagingView class has been added to generalize
the communication with a paging REST API
- the AssetsView has been reimplemented to extend PagingView
- two new child views have been added:
- PagingHeader: the paging controls above the list of assets
- PagingFooter: the paging controls below the assets
2014-01-05 23:35:12 -05:00
Brian Wilson
7e31c95c45
Modify server_track to handle being called without a request.
2014-01-05 22:58:10 -05:00
Ned Batchelder
be6c57f53a
Mark XModule strings for i18n
2014-01-03 17:50:16 -05:00
Ned Batchelder
c7cf0c6d3e
Fixes to Translator comments found while debugging the i18n pipeline.
2014-01-03 17:50:16 -05:00
Ned Batchelder
2157b4d8b7
Miscellaneous fixes to strings found during i18n work.
2014-01-03 17:50:16 -05:00
brianhw
5dccff518c
Merge pull request #2008 from edx/brian/dump-inherited-metadata
...
Add options to dump_course_structure to output inherited metadata.
2014-01-03 12:53:57 -08:00
Brian Talbot
dd591a4caf
Merge pull request #2046 from edx/talbs/lms-devscss
...
LMS: Developer-centric Sass Area
2014-01-03 11:57:57 -08:00
Brian Talbot
092cc4d6f8
Merge pull request #2047 from edx/talbs/studio-devscss
...
Studio: Developer-centric Sass Area
2014-01-03 11:57:34 -08:00
Brian Talbot
fcda913691
LMS: adds in developer-centric Sass file
...
* provides new .scss file for developers to add temporary/in-progress Sass for further refactor/polish
* cleans up note/import order in all application scss files
2014-01-03 13:52:13 -05:00
Brian Talbot
5e3e2ae603
Studio: adds in developer-centric Sass file
...
* provides new .scss file for developers to add temporary/in-progress Sass for further refactor/polish
* cleans up note/import order in shame and application Sass files
2014-01-03 13:50:01 -05:00
Gabe Mulley
34a340a075
Merge pull request #1682 from mulby/gabe/fix-get-items-without-data
...
prevent failure when module does not have a data field
2014-01-03 08:26:18 -08:00
Gabe Mulley
b9096b1bb5
prevent failure when module does not have a data field
2014-01-03 10:49:00 -05:00
Brian Wilson
d0fea42902
Add tests for inherited metadata to test_dump_course, and move to commands/tests dir.
2014-01-03 10:32:42 -05:00
Brian Wilson
4569ee9daa
Add options to dump_course_structure to output inherited metadata.
2014-01-03 10:32:42 -05:00
Ned Batchelder
0d3c18df5d
Merge pull request #2069 from edx/ned/minor-startup-fixes
...
Very Minor tweaks to the LMS and CMS startup.
2014-01-03 05:23:45 -08:00