Jesse Zoldak
89ea9885c5
Merge pull request #9662 from edx/zoldak/edx-lint-027
...
Update edx-lint to v0.2.7
2015-09-08 11:54:34 -04:00
Muhammad Shoaib
1b861b9d81
SOL-1171
...
passed the display string to the underscore template so that the word "proctored" is not hard coded in the underscore file.
updated the git tag for proctoring repo
2015-09-08 11:47:33 -04:00
Ned Batchelder
3415b94aa8
Merge pull request #9655 from edx/ned/disable-pip-version-check
...
Disable the pip version check message
2015-09-08 11:39:04 -04:00
Kevin Falcone
bb285f9f3c
Use the oauth provider utils to suggest a key/secret
...
You can still edit this to meet your needs, but you won't need to
manually generate one.
2015-09-08 11:28:28 -04:00
Jesse Zoldak
0ce72adbf1
Update edx-lint to v0.2.7
2015-09-08 11:15:33 -04:00
Jesse Zoldak
baa7bbdd94
Flag test as flaky SOL-1183
2015-09-08 10:36:10 -04:00
Saleem Latif
fc16e58cfa
corrected selector for button
2015-09-08 19:21:26 +05:00
Matt Drayer
3949242c43
Merge pull request #9656 from edx/saleem-latif/authors
...
Updated AUTHORS File
2015-09-08 09:55:12 -04:00
muhammad-ammar
19c89a3c84
remove django-robots from docs/shared/requirements.txt
2015-09-08 18:06:55 +05:00
Saleem Latif
d0aff223ad
updated AUTHORS file
2015-09-08 17:36:43 +05:00
Zubair Afzal
dae0285af8
Merge pull request #9473 from edx/zub/story/ecom-2044-login-registration-requirejs
...
use the standard syntax to load JavaScript dependencies on logistrati…
2015-09-08 17:30:33 +05:00
Matt Drayer
bd3dfee911
Merge pull request #9629 from edx/asadiqbal08/SOL-1159
...
SOL-1159 Remove hash cert asset file name
2015-09-08 08:10:01 -04:00
Ned Batchelder
0dea5605c0
Disable the pip version check message
...
This message is being shown to people who should not be deciding whether
to upgrade pip, so it is just confusing and alarming noise.
Before:
---> pavelib.prereqs.install_prereqs
---> pavelib.prereqs.install_ruby_prereqs
Ruby prereqs unchanged, skipping...
---> pavelib.prereqs.install_node_prereqs
Node prereqs unchanged, skipping...
---> pavelib.prereqs.install_python_prereqs
pip install -q --exists-action w -r requirements/edx/pre.txt
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
pip install -q --exists-action w -r requirements/edx/github.txt
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Could not find a tag or branch '96e1922348bfe6d99201b9512a9ed946c87b7e0b', assuming commit.
Could not find a tag or branch 'b0686a76f1ce3532088c4aee6e76b9abe61cc808', assuming commit.
Could not find a tag or branch '88ec8a011e481918fdc9d2682d4017c835acd8be', assuming commit.
After:
---> pavelib.prereqs.install_prereqs
---> pavelib.prereqs.install_ruby_prereqs
Ruby prereqs unchanged, skipping...
---> pavelib.prereqs.install_node_prereqs
Node prereqs unchanged, skipping...
---> pavelib.prereqs.install_python_prereqs
pip install -q --disable-pip-version-check --exists-action w -r requirements/edx/pre.txt
pip install -q --disable-pip-version-check --exists-action w -r requirements/edx/github.txt
Could not find a tag or branch '96e1922348bfe6d99201b9512a9ed946c87b7e0b', assuming commit.
Could not find a tag or branch 'b0686a76f1ce3532088c4aee6e76b9abe61cc808', assuming commit.
Could not find a tag or branch '88ec8a011e481918fdc9d2682d4017c835acd8be', assuming commit.
2015-09-08 07:18:15 -04:00
muhammad-ammar
6ffbb4e3ba
remove django-threaded-multihost
2015-09-08 15:11:09 +05:00
muhammad-ammar
5858d62b53
remove django-kombu
2015-09-08 15:09:37 +05:00
muhammad-ammar
6163d2e071
Remove django-masquerade
...
TNL-2811
2015-09-08 14:22:30 +05:00
Muhammad Ammar
9aba4a72f4
Merge pull request #9621 from edx/ammar/update-django-robots
...
update django-robots
2015-09-08 14:17:52 +05:00
muhammad-ammar
1fcdc9de2e
update django-ratelimit-backend
2015-09-08 14:09:57 +05:00
Ahsan Ulhaq
ea40c2f1c6
Credit-Eligible Assessments Appearing in Incorrect Order
...
ECOM-2118
2015-09-08 14:00:13 +05:00
Muhammad Shoaib
f495c135d6
Merge pull request #9458 from edx/muhhshoaib/PHX-update-dialog-box-css
...
PHX-120
2015-09-08 12:41:12 +05:00
Gabe Mulley
c652cb2d1d
Fix order of tracking backends
2015-09-07 19:53:37 -04:00
Matt Drayer
9badf24a66
Merge pull request #9641 from edx/ziafazal/MAYN-119-update
...
MAYN-119: Hide shopping Cart menu
2015-09-07 15:19:44 -04:00
zubair-arbi
d2a4790855
use the standard syntax to load JavaScript dependencies on logistration js files
...
ECOM-2044
2015-09-07 18:19:56 +05:00
asadiqbal
17f10d21d0
SOL-1159
2015-09-07 16:24:09 +05:00
Afeef Janjua
3ac27a5d6b
Merge pull request #9625 from edx/afeef/bugfix/tnl-3094-unit-ribbon-courseware-z-index-fix
...
pushed the unit ribbon in lms courseware to back which brought the us…
2015-09-07 16:04:10 +05:00
muhammad-ammar
044788dbf2
Remove django-settings-context-processor
...
TNL-2811
2015-09-07 14:38:51 +05:00
Zia Fazal
0adea67662
hide shopping cart menu
...
Hide shopping cart menu only if request is coming from a micro site and
requested page is from courseware.
2015-09-07 12:23:45 +05:00
Jolyon Bloomfield
8e04f92167
Fixing spacing in tooltip
2015-09-06 15:37:19 -04:00
Brandon DeRosier
34eaecc3d4
Test student_grade_summary_data method
2015-09-04 15:42:16 -04:00
Diana Huang
8c1bf2cd3a
Add events for tracking when teams are edited.
...
TNL-3190
2015-09-04 15:27:40 -04:00
Peter Fogg
1ba4200a84
Merge pull request #9624 from edx/peter-fogg/forum-teams-events
...
Update discussion events to include team_id when appropriate.
2015-09-04 13:58:43 -04:00
Brandon DeRosier
807299a8a3
CRI-40 Don't assume user in request context when grading
2015-09-04 13:55:50 -04:00
Peter Fogg
d7e1ec1922
Merge pull request #9613 from edx/peter-fogg/team-search-events
...
Add teams eventing for search.
2015-09-04 13:22:39 -04:00
Peter Fogg
607bd538e6
Update discussion events to include team_id when appropriate.
...
TNL-3196
2015-09-04 13:10:39 -04:00
Sarina Canelake
0dbcd397e9
Merge pull request #9571 from mirjamsk/mirjamsk/TNL-3183
...
Addresses TNL-3183
2015-09-04 13:01:07 -04:00
tasawernawaz
7179fac6a2
Merge pull request #9575 from edx/tasawer/story/xcom-285-removing-deprecated-view
...
removing deprecated view VerifyLaterView
2015-09-04 21:50:07 +05:00
Peter Fogg
86cce5f0ef
Add teams eventing for search.
...
TNL-3187
2015-09-04 12:40:37 -04:00
Peter Fogg
c21976086c
Merge pull request #9626 from edx/peter-fogg/disable-flaky-video-test
...
Skip extra-flaky video test.
2015-09-04 11:51:32 -04:00
Diana Huang
deacfebd7e
Merge pull request #9607 from edx/diana/teams-event-tracking
...
Add teams eventing and tests.
2015-09-04 11:32:25 -04:00
Ned Batchelder
d567e5e3c8
Merge pull request #9591 from edx/ned/pylint-for-inherited-tests
...
Update edx-lint to 0.2.6
2015-09-04 11:18:33 -04:00
Sarina Canelake
88e380a383
Merge pull request #9628 from edx/sarina/20150904-update-translations
...
Update translations (autogenerated message)
2015-09-04 10:57:53 -04:00
Sarina Canelake
03f555210b
Update translations (autogenerated message)
2015-09-04 10:56:27 -04:00
Diana Huang
a743f4a642
Add teams eventing and tests.
2015-09-04 10:45:01 -04:00
Calen Pennington
7c62d09eba
Merge pull request #8930 from ubc/wmono/lti-sso
...
Feature: LTI third-party-auth providers
2015-09-04 10:40:55 -04:00
Matt Drayer
9cc1859eed
Merge pull request #9596 from edx/ziafazal/MAYN-118
...
MAYN-118: load header extra file
2015-09-04 10:37:35 -04:00
chrisndodge
ff0bacdea3
Merge pull request #9594 from edx/cdodge/edx-proctoring-0.8.0
...
Update requirements of edx-proctoring to 0.8.x
2015-09-04 10:37:24 -04:00
Kevin Falcone
57a0356b69
Merge pull request #9608 from edx/jibsheet/lti-provider-admin-ui
...
Add details to the admin listing of LTI Consumers
2015-09-04 10:31:58 -04:00
Matt Drayer
43da9f060e
Merge pull request #9550 from edx/asadiqbal08/SOL-1157
...
SOL-1157 Certs: Additional Studio UI cleanup
2015-09-04 10:27:00 -04:00
Peter Pinch
70d3868b81
Merge pull request #9475 from mitocw/fix/aq/email_ccx_non_members
...
Fixed CCX display name issue in enrollment/unenrollment email templates for non EDX members
2015-09-04 10:00:28 -04:00
Peter Fogg
ae006cffc4
Skip extra-flaky video test.
2015-09-04 09:53:47 -04:00