John Cox
ce0b640712
Add third-party auth implementation and tests
2014-04-25 12:11:20 -07:00
Christine Lytwynec
ea3c48cf02
Removed trailing periods in two scenario names
2014-04-24 12:00:51 -04:00
Jonas Jelten
49f3eb3bc4
added jj to the author list
2014-04-18 22:56:51 +02:00
Ned Batchelder
db747dfd81
Fix Chris Terman's email address
2014-04-08 15:52:55 -04:00
marcore
cc7b13a811
Add my name!
2014-04-08 10:21:35 +02:00
William Desloge
043f036165
Added myself to author file
2014-03-24 11:35:26 +01:00
Jay Zoldak
db615248cb
Update Authors file to add Raees and Ammar
2014-03-21 17:10:22 -04:00
Usman Khalid
e914286ba2
Fixed email in authors.txt
2014-03-21 16:12:38 +05:00
Ned Batchelder
07cec31887
Add Han Su Kim to AUTHORS
2014-03-06 15:20:36 -05:00
Ned Batchelder
166748a340
Fix Paul-Olivier Dehaye's AUTHOR entry.
2014-03-06 14:26:45 -05:00
Martyn James
9f4cb51d08
Adding Marty as an author
2014-02-26 12:28:05 -05:00
Nimisha Asthagiri
2ea92e1c6c
Added nimisha to AUTHORS file.
2014-02-25 17:50:13 -05:00
Will Daly
544616be4b
Fix sys.path manipulation in pavement.py, with detailed comment
...
Restore reverted changes from paver part 1
2014-02-18 15:09:07 -05:00
avinassh
6b5c5190e9
Added myself in AUTHORS
2014-02-17 19:22:43 +05:30
Will Daly
c85c4b22ed
Revert "Replace rake functions with python paver functions"
...
This reverts commit df2e410f2a .
2014-02-14 14:25:28 -05:00
David Glance
df2e410f2a
Replace rake functions with python paver functions
...
Deprecated rake functions issue a warning and then call paver
replacements
Bring Paver commands up to date with master for servers, assets, and docs.
Revert deprecation of quality, tests, and i18n for a future pull request.
Deprecate workspace migration
2014-02-14 11:25:55 -05:00
Ali Reza Sharafat
85058ec460
Course short descriptions -- couple of more asserts and pep8 fixes
2014-02-12 20:24:26 +00:00
Ned Batchelder
f900e8bb1d
add missing people to AUTHORS
2014-02-05 17:52:18 -05:00
bachmann
62ca73fa59
Add Matt Bachmann to authors file
2014-02-02 01:18:03 -05:00
Graham Lowe
eaa98b2ef8
Add myself as contributor.
2014-01-30 15:45:51 -05:00
Cristian Salamea
4b664627b3
Added myself in AUTHORS
2014-01-16 14:12:35 -05:00
Matt Drayer
67666a0d4f
Added myself to the Authors list
2014-01-06 16:07:44 -05:00
Andy Armstrong
c573db35d0
Add myself to list of authors
2014-01-05 23:37:21 -05:00
louyihua
fefb7757e7
Add 'Yihua Lou <supermouselyh@hotmail.com>' to the AUTHORS file.
2013-12-31 09:12:31 -05:00
David Baumgold
d12571744c
Add @tusbar to AUTHORS file
...
To acknowledge his help with refactoring URLs in our CSS to be
protocol-relative
2013-12-22 08:11:37 -05:00
Gang Chen
012862bc24
Update AUTHORS
2013-12-17 10:20:57 -05:00
David Baumgold
179a1dd44e
Revert "Merge pull request #1889 from tusbar/studio-https-fonts"
...
This reverts commit 540256b213 , reversing
changes made to bd04ab5a08 .
2013-12-16 09:30:42 -05:00
David Baumgold
540256b213
Merge pull request #1889 from tusbar/studio-https-fonts
...
Remove protocol from font URLs in Studio and Tiny MCE
2013-12-13 11:52:07 -08:00
polesye
38276972a5
Fix author name.
2013-12-11 13:59:07 +02:00
Bertrand Marron
0cbeb1035f
Add myself to author file
2013-12-09 21:21:19 +01:00
Carson Gee
96c7cb5ffd
Added tests for signup skipping
2013-11-25 13:06:28 -05:00
danielcebrian
954ca83c90
Update AUTHORS
2013-11-19 14:37:07 -05:00
Manuel Freire
cdc3ad1cc4
298.15 K is 25 C, not 0 (0 is defined to be at 273.15)
...
Signed-off-by: <manuel.freire@fdi.ucm.es >
2013-11-19 12:52:13 +01:00
Neurolit
27acddcf3f
Add Neurolit to AUTHORS file
2013-11-07 11:10:39 +01:00
Olivier Marquez
a764a466b8
Update AUTHORS
2013-10-29 10:01:22 -04:00
Gabe Mulley
86bb952f53
update authors file
2013-10-29 08:18:01 -04:00
Iain Dunning
a75b764cda
Added a [code] block to the problem markdown parser
...
Adds a code block to the problem markdown parser that translates
[code]
TestTest
[/code]
to
<pre><code>
TestTest
</code></pre>
2013-10-26 13:12:58 -04:00
Pavel Yushchenko
72aa5cbf57
added my name to AUTHORS
2013-10-24 17:05:25 +04:00
Szczork
b3844af28d
Translation overrides
...
Usefull variables for translation
2013-10-23 12:39:31 -04:00
Julia Hansbrough
e325317bde
Changed GET to POST and xmodule HTML editor call, section CSS
2013-10-10 17:06:37 +00:00
Nick Parlante
357156b58a
Mention in studio UI that %%USER_ID%% works
2013-09-19 14:28:10 -07:00
Felipe Montoya
3c88fabd1b
Adding myself to authors
2013-09-19 12:34:11 -05:00
David Baumgold
24df55234f
Adding @hikari-boulders to AUTHORS file
2013-09-12 14:47:55 -04:00
Kevin Luo
907bf6e1b7
Add bulk email feature for instructors, with optout option
...
Adds a new Email link to the instructor dashboard for frontend interface to send
email to course members. Adds a feature flag ENABLE_INSTRUCTOR_EMAIL to toggle this.
Creates a new djangoapp bulk_email that handles this action by getting the recipient
list and batching the emails to different celery tasks to do the actual sending.
Requires lynx package to convert HTML email to plaintext. Handles SMTP errors by
retrying or falling through to the next email. Adds the option to opt out of course
specific emails in the user dashboard with an Email Settings link for each course.
Uses severable configurable settings with defaults. DEFAULT_BULK_FROM_EMAIL
specifies the from address for email. EMAILS_PER_TASK specifies the number of emails
each celery task takes on. EMAIL_HOST, EMAIL_PORT, EMAIL_HOST_USER,
EMAIL_HOST_PASSWORD, and EMAIL_USE_TLS for the SMTP email backend settings.
Co-authored-by: Akshay Jagadeesh <akjags@gmail.com >
2013-08-29 12:40:31 -04:00
Jean Manuel Nater
f105cd4225
Fix my name in AUTHORS file
2013-08-08 17:09:22 -04:00
Miles Steele
0d70d5abf2
add to AUTHORS file
2013-08-02 09:52:16 -04:00
Yarko Tymciurak
3991711edb
Fixes for vagrant up
...
vagrant:
- check actual IP;
- only init machine first time, just as native installations;
- add .bash_profile to permissions fixup;
- cleanup excessive newlines in making .bash_profile;
README:
- include admin & debugging use;
- info about re-initializing VM & manually running create-dev-env.sh;
- add django admin & debug_toolbar setting info
Conflicts:
AUTHORS
scripts/vagrant-provisioning.sh
2013-07-21 19:16:01 -04:00
RobertMarks
46ae2f9c26
Added support for a new problem type: ChoicetextResponse
2013-07-18 10:12:56 -07:00
Miki Goyal
4c8eb6b0d5
Adding myself to authors file
2013-07-12 10:24:48 -04:00
ihoover
5a03d93000
refactor login and enrollment test cases to use the mongo modulestore
...
added namee to authors file
2013-07-10 10:34:14 -04:00