Commit Graph

13825 Commits

Author SHA1 Message Date
Your Name
0bcef4ddb7 fix merge conflicts 2013-04-22 12:54:33 -04:00
Your Name
7994e1b344 pep8 fixes 2013-04-22 12:53:30 -04:00
Christina Roberts
a0cbe8d8ca Merge pull request #1878 from MITx/fix/btalbot/studio-graceperiod
Correcting placeholder text for grace period field in course settings
2013-04-22 09:10:13 -07:00
Chris Dodge
506a9a20aa when updating the list of children of sequentials, we must use the 'direct' store otherwise we end up with draft revisions of sequentials, which is bad 2013-04-22 10:13:33 -04:00
chrisndodge
0eed587571 Merge pull request #1839 from MITx/feature/sef/pressreleases
Press Releases: generic matching rule instead of explicit lines in url.py
2013-04-22 07:01:36 -07:00
Brian Talbot
ba4c0b6d53 studio - removing formatting suggestion from label 2013-04-22 09:43:57 -04:00
Brian Talbot
bcdf93fbc3 studio - fixing placeholder and label values for grace period on course grading settings 2013-04-22 09:42:47 -04:00
Calen Pennington
4ba26a3a1a Only render a histogram for modules that have scores associated with them 2013-04-22 08:04:16 -04:00
Calen Pennington
c236f09565 Install pylint from a specific commit
This fixes a bug where some of our linting was crashing due to this
pylint bug: http://www.logilab.org/ticket/122793
2013-04-22 08:03:24 -04:00
Calen Pennington
fcf77c5ce6 Run pylint in fewer larger batches 2013-04-22 08:03:23 -04:00
Calen Pennington
24f97d29db Add sass sourcemaps back into the debug build 2013-04-22 08:02:09 -04:00
ichuang
977eb6530c allow staff to toggle masquerade on info pages (otherwise can get
blocked from courseware pages, if course hasn't started yet)
2013-04-21 21:43:18 -04:00
Kevin Chugh
bb12cdf6f4 remove whitespace 2013-04-21 19:57:19 -04:00
Kevin Chugh
bee25f3ba0 fix git mangle take 3 2013-04-21 19:51:04 -04:00
Kevin Chugh
9d57f0a9d2 fix git mangle take 2 2013-04-21 19:47:27 -04:00
Kevin Chugh
7bc75844b2 fix indentation 2013-04-21 06:24:23 -04:00
Kevin Chugh
e8c646142f Merge branch 'master' into feature/kevin/flagging 2013-04-21 06:15:55 -04:00
Kevin Chugh
649578ea2f unify flag moderator permissions 2013-04-21 06:15:23 -04:00
ichuang
f1a899ac1c Merge branch 'master' of github.com:MITx/mitx into feature/ichuang/masquerade-v3 2013-04-20 12:25:47 -04:00
ichuang
81621fbe3a for staff masquerading as student be kind and don't 404 for inaccessible content 2013-04-20 12:12:25 -04:00
ichuang
6cbd353992 make masquerade work properly even if DISABLE_START_DATES true 2013-04-20 11:57:56 -04:00
Your Name
0a627bb5d9 update permissions for flagging 2013-04-19 17:40:13 -04:00
Will Daly
2629fc71d6 Added troubleshooting tip for jasmine tests (bundle install)
Updated jasmine rake documentation to reflect changes Cale made
2013-04-19 12:41:10 -04:00
Will Daly
3f47e2c29d Added explanation of testing pyramid 2013-04-19 11:01:42 -04:00
Will Daly
e0fb13a26e Resized test pyramid image
Fixed mistake in pip install snippet
2013-04-19 10:52:15 -04:00
Will Daly
85ea5f7367 Updated testing documentation 2013-04-19 10:29:58 -04:00
cahrens
c0f0366bda Some cleanup TODOs. 2013-04-18 17:08:58 -04:00
Diana Huang
181eebc942 Miscellaneous updates and fixes.
* Hide "Test Code" button after we check the problem
* Only set the state of the problem to 'queued' if we have successfully
queued the problem
* Unit tests for bugs and new functionality
2013-04-18 16:37:36 -04:00
Will Daly
4615f0d869 Merge pull request #1874 from MITx/fix/zoldak/upgrade-lettuce
Upgrade lettuce and factory boy versions, fix CMS lettuce tests to run under phantomjs or tag them to skip
2013-04-18 12:52:45 -07:00
Calen Pennington
2ff4564686 Ignore compiled xmodule assets 2013-04-18 15:46:08 -04:00
Calen Pennington
ec2532ac2e Before starting the server, forcibly rebuild assets before starting to watch them 2013-04-18 15:45:52 -04:00
Calen Pennington
f7cad77b93 Ignore errors when deleting the old xmodule compiled assets directory 2013-04-18 15:45:32 -04:00
Calen Pennington
729daf5cbf Move xmodule asset gathering out of server startup
This allows us to a) compile the coffeescript and sass from xmodules
using the new out-of-band method and b) reload xmodule static content
whenever it changes, which should make devs much happier.
2013-04-18 15:19:19 -04:00
Jay Zoldak
be76f73107 Consolidate and upgrade factories 2013-04-18 15:11:10 -04:00
Diana Huang
03daefb924 Change the name of the plot button 2013-04-18 14:31:51 -04:00
Jay Zoldak
29ce700de6 Tag CMS lettuce tests with @skip-phantom if they aren't working under phantomjs right now. 2013-04-18 10:23:03 -04:00
Jay Zoldak
0426761bed Update lettuce and factory-boy versions. 2013-04-18 10:18:36 -04:00
Jay Zoldak
8a852f90cb Fix or skip lettuce tests to run under phantomjs and firefox 2013-04-18 10:18:35 -04:00
Jay Zoldak
8a2d08bbd6 Refactor choosing the browser for lettuce tests to settings.py 2013-04-18 10:18:35 -04:00
Calen Pennington
bbab2d7de7 Install gemfiles for tests 2013-04-18 10:09:21 -04:00
Will Daly
584bb86208 Merge pull request #1872 from MITx/feature/will/textline_template_test
Feature/will/textline template test
2013-04-18 06:51:45 -07:00
Will Daly
a4717aca90 Pep8 fixes 2013-04-18 09:49:05 -04:00
Steve Strassmann
91bee1a966 add Babel to requirements.txt 2013-04-18 09:27:44 -04:00
Calen Pennington
3031c1da38 Fix up call to spawn 2013-04-18 07:19:32 -04:00
Calen Pennington
6a36d9dba8 Use the new gather_assets target before running tests 2013-04-18 07:19:32 -04:00
Calen Pennington
f80353121c Don't clean pyc file and install xmodule before all arbitrary rake commands 2013-04-18 07:19:32 -04:00
Calen Pennington
afb60f790e Change the name of the asset gathering task 2013-04-18 07:19:32 -04:00
Calen Pennington
589267599f Run coffee and sass in watch mode when running lms or cms, and oneshot before running collectstatic 2013-04-18 07:19:32 -04:00
Calen Pennington
291e772ce0 Clean up cruft from rakefile 2013-04-18 07:18:36 -04:00
Calen Pennington
346aee8863 Make django-pipeline only work with raw js and css 2013-04-18 07:18:36 -04:00