Vasyl Nakvasiuk
b5ba7b8269
Merge pull request #7 from edx/anton/video_tests_fix
...
Video tests fix
2013-06-06 07:15:25 -07:00
John Jarvis
e2ee5145da
updating mktg defaults in common.py
2013-06-06 10:08:49 -04:00
John Jarvis
a65a0f6294
Merge pull request #87 from edx/jarv/read-mktg-settings
...
updating mktg defaults in common.py
2013-06-06 07:08:03 -07:00
Jay Zoldak
51b70e42a4
Revert "Merge branch 'master' of https://github.com/edx/edx-platform into slater/search"
...
This reverts commit e9c5d765ec , reversing
changes made to 5ff9f3be88 .
2013-06-06 10:06:37 -04:00
John Jarvis
1ef8682ae3
updating mktg defaults in common.py
2013-06-06 10:05:44 -04:00
John Jarvis
79edee2d9a
read MKTG_URLS from env.json
2013-06-06 10:00:15 -04:00
John Jarvis
b4bbec59d9
Merge pull request #86 from edx/jarv/read-mktg-settings
...
read MKTG_URLS from env.json
2013-06-06 06:54:51 -07:00
John Jarvis
713d78002d
read MKTG_URLS from env.json
2013-06-06 09:50:43 -04:00
Vasyl Nakvasiuk
d0e3f99e77
BaseTestXmodule: create module on the fly
2013-06-06 16:46:47 +03:00
Vasyl Nakvasiuk
45e32107e7
video module: remove old methods
2013-06-06 16:46:47 +03:00
Vasyl Nakvasiuk
68716f99cc
video module: _get_timeframe -> get_timeframe
2013-06-06 16:46:47 +03:00
Vasyl Nakvasiuk
b25710346f
add python video tests
2013-06-06 16:46:28 +03:00
Anto Stupak
8b06916eb6
Fix tests for firefox
2013-06-06 16:45:16 +03:00
Anton Stupak
7eb18fe019
adds test files for video
2013-06-06 16:45:16 +03:00
Slater-Victoroff
e9c5d765ec
Merge branch 'master' of https://github.com/edx/edx-platform into slater/search
2013-06-06 08:56:37 -04:00
Slater-Victoroff
3b165da170
Replaced troublesome pyes integration with direct calls made to elasticsearch rest api
2013-06-06 08:56:16 -04:00
brianhw
5ff9f3be88
Merge pull request #81 from edx/zoldak/skip-mktg-url-link-test
...
Skip a test that is causing intermittent failures due to the way it is ordered.
2013-06-05 23:01:36 -07:00
Jay Zoldak
1f284c56c1
Skip a test that is causing intermittent failures due to the way it is overriding urls
2013-06-05 18:15:16 -04:00
dcadams
bc5d792338
Merge branch 'master' of github.com:edx/edx-platform into feature-dcadams-usermanagement
2013-06-05 15:14:48 -07:00
Will Daly
582b35a90e
Merge pull request #80 from edx/will/fix-rake-test
...
Will/fix rake test
2013-06-05 14:33:30 -07:00
Will Daly
359e61d0f2
Fixed issue with xargs on Mac OS X.
...
Removed cleaning of reports folders, since this was
interferring with coverage reports generated
sequentially by rake test.
2013-06-05 17:06:41 -04:00
Piotr Mitros
af2416756e
Moved from djanalytics to edinsights
2013-06-05 17:06:36 -04:00
Ned Batchelder
56385cdf32
Merge pull request #79 from edx/ned/private-settings
...
Developer-private settings files
2013-06-05 13:17:26 -07:00
Ned Batchelder
7e8c06caf3
Developer-private settings files
...
Developers can have private settings files by creating
lms/envs/private.py or cms/envs/private.py. They are imported
at the end of dev.py. Note that they won't be imported if you
are using one of the other dev*.py variants.
2013-06-05 16:07:17 -04:00
Victor Shnayder
97c788a33a
Merge pull request #78 from edx/victor/fix-help-button
...
Re-insert "if in course" check for displaying paragraph about forums.
2013-06-05 13:04:55 -07:00
Victor Shnayder
1b81d06337
Re-insert "if in course" check for displaying paragraph about forums.
...
Accidentally got removed in pull request 13.
2013-06-05 16:04:21 -04:00
JonahStanley
d226a21eb0
Changed wording to I will
2013-06-05 16:01:45 -04:00
JonahStanley
f652a5d8c4
Small wording fix
2013-06-05 15:57:42 -04:00
JonahStanley
260659cfc6
Fixed wording in the step
2013-06-05 15:56:45 -04:00
JonahStanley
d147103be0
Fixed tab issue (tabs are now correctly spaces)
2013-06-05 15:55:12 -04:00
Peter Baratta
83f1f9c2fc
Set numpy so it does not print out warnings on student input
2013-06-05 15:50:35 -04:00
Peter Baratta
a85a7f71df
Rename variables; get rid of OPS
2013-06-05 15:50:17 -04:00
JonahStanley
0548b119a9
Fixed other scenarios that were skipped
2013-06-05 15:21:23 -04:00
marco
786d8a9d7c
cleaned up variables styling to sync up closer to studio, incorporated fontawesome icons into discusison home with basic positioning
2013-06-05 15:17:19 -04:00
JonahStanley
acc743eea8
Added functionality to bypass alerts
...
This is done with the following steps:
'I confirm all alerts' means that all alert and confirm windows are returned and returned true respectively
'I dismiss all alerts' means that all confirm windows are returned false
'I answer all prompts with "([^"]*)"' means that all prompts are returned with the given string
Please note that these settings are on a PER PAGE basis. This means that for best results, the step must be given right before the alert is generated.
2013-06-05 15:08:58 -04:00
Calen Pennington
3c498f66b3
Add script to generate lists of changes made by all users in a release
2013-06-05 15:04:08 -04:00
Will Daly
ee0115971b
Merge pull request #68 from edx/will/diff-cover-integration
...
Will/diff cover integration
2013-06-05 12:00:16 -07:00
chrisndodge
5d3f6dc477
Merge pull request #74 from edx/fix/cdodge/about-elements-not-exporting
...
[STUD-244] add exporting of 'about' content as well as adding unit test checks
2013-06-05 11:53:24 -07:00
chrisndodge
7fc994831f
Merge pull request #75 from edx/feature/cdodge/allow-setting-of-session-cookie-name
...
seems like there's a Django bug and the SESSION_COOKIE_NAME needs to be ...
2013-06-05 11:35:26 -07:00
Chris Dodge
ffdeac3dcd
seems like there's a Django bug and the SESSION_COOKIE_NAME needs to be an explicit str()
2013-06-05 14:31:32 -04:00
Nate Hardison
442532d024
Merge pull request #57 from edx/nate/theming
...
LMS theming for Stanford 6/11/13 launch
2013-06-05 11:20:27 -07:00
Brian Talbot
0b62ec7d8d
theming - revised variables and link/button styling to account for edX's registration and login constrast/styling changes
2013-06-05 10:56:26 -07:00
Brian Talbot
e9d4749877
theming - resolves some variable defintions to help with edX theme
2013-06-05 10:56:25 -07:00
Brian Talbot
110899620f
edx.org - revises new register/login banner image variable paths to resolve a Sass rendering issue
2013-06-05 10:56:25 -07:00
Giulio Gratta
268524597c
fix a few text weights and moved ugly mixins to mixin file and implemented in shame file
2013-06-05 10:56:25 -07:00
Giulio Gratta
27fce3e473
SASS diff from stanford themed branch for master
2013-06-05 10:56:25 -07:00
Nate Hardison
4ea6692e11
Change if ... is not None to if ...
...
Minor stylistic tweak.
2013-06-05 10:56:24 -07:00
Nate Hardison
96c4c53505
Use default PLATFORM_NAME in AWS settings
...
Rather than require the `PLATFORM_NAME` to be specified in the
`ENV_TOKENS`, allow the default setting in `common.py` to be used.
2013-06-05 10:56:24 -07:00
Nate Hardison
4031c193a1
Adjust available routes based on theme presence
...
Themes do not necessarily want all of the available LMS routes, such
as `/jobs` and `/university_profiles`. This change splits up the
`lms/urls.py` file and selectively enables/disables routes based on
whether or not a theme is enabled. This is a naive solution for now;
a better solution gives themes a way to selectively overrides such
routes.
Additionally, with the `MKTG_URL_LINK_MAP` setting that hits certain
routes immediately on each page render (whenever the `marketing_link`
helper function is called), themes may crash if they don't leave
all marketing link routes present in `lms/urls.py`. This change also
provides the ability to override the `MKTG_URL_LINK_MAP` in the
settings.
Finally, modify the mitxmako marketing URL middleware to not try to
reverse disabled URLs, which are those keys in the map whose values
are `None`.
2013-06-05 10:55:12 -07:00
Nate Hardison
e0590c356b
Rewrite the main course.scss file as well
...
Just as is done with the main LMS application.scss file, rewrite the
course.scss file with Mako to conditionally import a theme's
variables overrides. Add the course.scss file to the list of ignored
Git files so that it doesn't keep getting committed over and over
again.
This also requires us to add a hardcoded line in the assets Rakefile
for the moment, so that the course.scss.mako file gets properly
preprocessed. Once the preprocessing is done by a Django management
command, we won't have to do this anymore.
2013-06-05 10:27:26 -07:00