Brian Talbot
968b604b94
adding in datepicker functionality - wip
2012-11-16 12:25:06 -05:00
Brian Talbot
8918762493
roughed in all form fields - wip
2012-11-16 12:17:36 -05:00
Victor Shnayder
dd97392ecd
Merge pull request #1047 from MITx/feature/jarv/cert-commands
...
Django commands for certificates
2012-11-16 08:03:00 -08:00
Brian Talbot
5b44a330d2
added and wired in SymbolSet font icon library assets
2012-11-16 09:32:09 -05:00
Brian Talbot
6f52fea09c
added and wired in SymbolSet font icon library assets
2012-11-16 09:23:33 -05:00
Brian Talbot
74dec7f172
settings - wip
2012-11-16 09:14:18 -05:00
Calen Pennington
0fff578e7d
Merge remote-tracking branch 'origin/master' into feature/cale/cms-master
...
Conflicts:
.gitmodules
lms/envs/aws.py
lms/envs/common.py
lms/static/sass/course.scss
lms/urls.py
2012-11-16 09:03:15 -05:00
Chris Dodge
975d75c116
When importing a course, we need to set the 'display_name' on the static tab module from the course module's policy. This isn't ideal, but the static tab definition on disk does not encapsulate the tab's display name on the LMS - we have to take it from the course
2012-11-15 21:45:20 -05:00
Chris Dodge
2a35132b2a
When importing a course, we need to set the 'display_name' on the static tab module from the course module's policy. This isn't ideal, but the static tab definition on disk does not encapsulate the tab's display name on the LMS - we have to take it from the course
2012-11-15 21:44:20 -05:00
Chris Dodge
9ae8558382
put htmlmixed.js and css.js includes in CMS base.html so that we can support html mode in CodeMirror
2012-11-15 20:35:45 -05:00
John Jarvis
9a12435f6b
Removing print
2012-11-15 19:47:33 -05:00
John Jarvis
efaf39ea76
cleanup
2012-11-15 19:42:47 -05:00
John Jarvis
626e6c7e08
Addresses review comments
...
* List of courses that have ended is now a generator
* Using db-aggregation to speed up query for tallies
2012-11-15 19:05:28 -05:00
David Ormsbee
7c7ca3ff6b
Merge pull request #1052 from MITx/feature/victor/actual-askbot-removal
...
Removing Askbot
2012-11-15 13:56:58 -08:00
Brian Talbot
6014a7a299
Merge remote-tracking branch 'origin/feature/cale/cms-master' into feature/btalbot/cms-settings
...
Conflicts:
cms/djangoapps/contentstore/views.py
2012-11-15 16:51:53 -05:00
Brian Talbot
4c220ea420
in progress discussion work
2012-11-15 16:45:16 -05:00
Jay Zoldak
bf6a147c85
Modify rake file to read in spec and src files correctly and also add in the lms helper file for stubRequests, etc.
2012-11-15 15:43:39 -05:00
Chris Dodge
0be0889d9c
in order to support CodeMirror mode of 'text/html' we also have to include 'htmlmixed.js' as well as 'css.js' from the CodeMirror distro
2012-11-15 15:21:40 -05:00
David Ormsbee
eff3a7c3c7
Batch together alter statements to minimize how long we lock the auth_users table
2012-11-15 14:55:21 -05:00
Brian Talbot
1a297674ce
added in fields for problems and discussions portions of CMS settings
2012-11-15 14:31:16 -05:00
David Ormsbee
156dc1fb6c
Merge branch 'master' into feature/victor/actual-askbot-removal
...
Conflicts:
lms/envs/aws.py
2012-11-15 14:24:55 -05:00
Chris Dodge
39c33b42b2
remove 'mode' property when creating a new CodeMirror control. This appears to completely crash if the user puts in a <style ...> tag in the input. This was causing imported static tabs to not be editable
2012-11-15 13:56:42 -05:00
David Ormsbee
dbe7346aae
Merge pull request #1050 from MITx/bridger/feature/progress_percent_fix
...
Fixed redunant rounding of final grade percent, which was causing floating point weirdness.
2012-11-15 10:29:24 -08:00
Bridger Maxwell
ba57e8a7a5
Fixed redunant rounding of final grade percent, which was causing floating point weirdness.
2012-11-15 13:24:19 -05:00
Chris Dodge
d21095367a
Merge branch 'feature/cale/cms-master' of github.com:MITx/mitx into feature/cdodge/xlint
2012-11-15 13:16:02 -05:00
Jay Zoldak
0654665b20
Enable XModule factories to work with the currently version of Factory Boy at PyPI (1.2.0) so that the code will work with 'pip install factory_boy'
2012-11-15 11:40:29 -05:00
John Jarvis
10c623d133
Django commands for certificates
...
* Removing the command to find unicode names since it was only used for
testing
* ungenerated_certs will now by default run through all courses that
have ended. a course option can be used to run on one course
* gen_cert_report added which will summarize certificate states
for all courses that have ended
2012-11-14 21:41:17 -05:00
Piotr Mitros
660481bee5
Better URL
2012-11-14 20:33:29 -05:00
Piotr Mitros
92ce825990
Analytics experiments
2012-11-14 18:55:20 -05:00
Jay Zoldak
edb9f8ce40
Merge branch 'feature/cale/cms-master' into feature/jzoldak/cms-unit-testing
2012-11-14 15:16:17 -05:00
Jay Zoldak
6f5b3fa1bb
Create factory for Xmodule items
2012-11-14 15:12:09 -05:00
Calen Pennington
93cc17cf3b
Starting to generate jasmine tests for common/lib
2012-11-14 15:03:55 -05:00
Jay Zoldak
58fef4a32a
Create factory for courses
2012-11-14 14:52:24 -05:00
Brian Talbot
65869461f8
finalized layout and styling for course details and faculty settings
2012-11-14 14:50:48 -05:00
chrisndodge
a1a3b92517
Merge pull request #1046 from MITx/fix/cdodge/asset-embed
...
Change the Embed column in assest index page to just display the URL
2012-11-14 10:38:26 -08:00
Chris Dodge
5c3db6f502
Change the Embed column in assest index page to just display the URL
2012-11-14 13:35:54 -05:00
David Ormsbee
b6ce46ca52
Merge pull request #1040 from MITx/feature/victor/add-test-problems
...
Add test files to full test course
2012-11-14 10:02:06 -08:00
David Ormsbee
1ab7019607
Merge pull request #1044 from MITx/feature/brian/press-updates
...
Feature/brian/press updates
2012-11-14 10:01:16 -08:00
Chris Dodge
b779a421d7
check for the existence of static and static/subs directories
2012-11-14 12:37:17 -05:00
Brian Wilson
08d9cd7e79
clean up commented-out links on main page
2012-11-14 12:01:04 -05:00
Brian Wilson
515d2f4b1e
add press mentions for October, update missing logos, and add sorting.
2012-11-14 11:55:08 -05:00
Calen Pennington
630c2fa21e
Make jasmine testing quieter
2012-11-13 10:55:17 -05:00
Victor Shnayder
23fa860f2a
Add test files to full test course
...
- I added them when playing with input types, but never merged them in
2012-11-13 10:47:42 -05:00
Calen Pennington
5611fce3be
Create the test_root/log directory on git checkout
2012-11-13 10:38:07 -05:00
Calen Pennington
3c90e2927a
Create the test_root/log directory on git checkout
2012-11-13 10:35:54 -05:00
Chris Dodge
1e598ad1f5
Merge branch 'feature/cale/cms-master' of github.com:MITx/mitx into feature/cdodge/xlint
2012-11-13 10:34:31 -05:00
Calen Pennington
dbcb1adfaf
Merge remote-tracking branch 'origin/master' into feature/cale/cms-master
...
Conflicts:
lms/static/sass/course/courseware/_courseware.scss
2012-11-13 10:22:42 -05:00
Calen Pennington
eb92ad1fd8
Merge pull request #1032 from MITx/feature/jzoldak/cms-unit-testing
...
Feature/jzoldak/cms unit testing
2012-11-13 07:08:52 -08:00
Jay Zoldak
a060b8de9c
Use xmodule.templates instead of hard coding them in the test
2012-11-13 08:35:22 -05:00
Brian Wilson
f9f5850a55
update press page mentions through September, and home page pointers for early November.
2012-11-12 23:14:20 -05:00