Andy Armstrong
a08fe9fb06
Merge pull request #9059 from edx/andya/faster-update-assets
...
Don't package or optimize assets on devstack
2015-09-08 16:48:11 -04:00
Kevin Falcone
ee7d47c7ec
Merge pull request #9640 from edx/jibsheet/lti-consumer-default-token
...
Use the oauth provider utils to ship a generated key/secret
2015-09-08 16:15:59 -04:00
Christine Lytwynec
9a45e831ac
Merge pull request #9497 from edx/clytwynec/AC-155
...
Add role="presentation" to .course-wrapper to prevent table
2015-09-08 15:43:46 -04:00
Diana Huang
0b78ffdf83
Merge pull request #9632 from edx/diana/teams-changed-event
...
Add events for tracking when teams are edited.
2015-09-08 15:21:49 -04:00
Brian Beggs
c45b8a1720
Merge pull request #9657 from edx/ammar/remove-django-robots-from-requiremtns.txt
...
Remove django-robots from docs/shared/requirements.txt
2015-09-08 14:52:58 -04:00
Brian Beggs
ef032e9ab4
Merge pull request #9652 from edx/ammar/remove-django-kombu
...
Remove django-kombu
2015-09-08 14:38:23 -04:00
Brian Beggs
2557e4714b
Merge pull request #9644 from edx/ammar/remove-django-masquerade
...
Remove django-masquerade
2015-09-08 14:36:11 -04:00
Brian Beggs
c430422fca
Merge pull request #9643 from edx/ammar/remove-django-settings-context-processor
...
Remove django-settings-context-processor
2015-09-08 14:30:14 -04:00
Brian Beggs
be55e36d65
Merge pull request #9620 from edx/ammar/update-django-ratelimit-backend
...
update django-ratelimit-backend
2015-09-08 14:17:06 -04:00
chrisndodge
815a3d6cf3
Merge pull request #9646 from edx/muhhshoaib/SOL-1171-return-display-string-from-backbone-view
...
SOL-1171
2015-09-08 14:09:06 -04:00
Sarina Canelake
3015c4a51d
Merge pull request #9638 from jolyonb/fixspace
...
Fixing spacing in tooltip
2015-09-08 13:00:05 -04:00
Jesse Zoldak
19b705ac73
Merge pull request #9659 from edx/zoldak/SOL-1183
...
Flag test as flaky SOL-1183
2015-09-08 11:57:27 -04:00
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
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
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
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
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
Jolyon Bloomfield
8e04f92167
Fixing spacing in tooltip
2015-09-06 15:37:19 -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
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