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
Adam Palay
bf25283d54
add to CHANGELOG and AUTHORS
2013-07-01 18:21:47 -04:00
Felix Sun
c00721bbe6
Fixed the preferences scope of xblock.
...
Added self to authors.
Conflicts:
AUTHORS
CHANGELOG.rst
2013-06-20 10:17:25 -04:00
lapentab
b9ca9a84d7
Merge branch 'master' into blapenta/fix-test-coverage
...
Conflicts:
AUTHORS
common/lib/xmodule/xmodule/tests/test_annotatable_module.py
common/lib/xmodule/xmodule/tests/test_capa_module.py
common/lib/xmodule/xmodule/tests/test_combined_open_ended.py
common/lib/xmodule/xmodule/tests/test_conditional.py
common/lib/xmodule/xmodule/tests/test_html_module.py
common/lib/xmodule/xmodule/tests/test_progress.py
common/lib/xmodule/xmodule/tests/test_xml_module.py
lms/djangoapps/courseware/tests/__init__.py
2013-06-18 13:41:53 -04:00
Bethany LaPenta
7516fb5652
Added to author file
2013-06-13 14:35:29 -04:00
Renzo Lucioni
b57abec48e
added my name and email to AUTHORS
2013-06-13 11:57:26 -04:00
Peter Fogg
779f86c440
Merge pull request #46 from edx/peter-fogg/single-click-video-creation
...
Peter fogg/single click video creation
2013-06-04 11:08:40 -07:00
Peter Fogg
e06f0083e2
Adding myself to AUTHORS.
2013-06-03 16:39:16 -04:00
JonahStanley
a17c487f16
Merged from Master
2013-06-03 09:46:19 -04:00
JonahStanley
62b74008e6
Added tests for Limited Attempt Problems and Showing the Answer
2013-05-30 14:22:37 -04:00
Slater-Victoroff
715e324b29
Updated documentation in doc and README and made some small edits to bash script for added robustness
...
Added documenntation to the docs folder and edited the mac bash script in response to tests
2013-05-30 11:15:00 -04:00
Sarina Canelake
73e05b3e67
Add Frances Botsford as one of our authors
2013-05-17 14:48:11 -04:00
James Tauber
9cc07d2345
removed duplicates
2013-05-13 16:20:37 -04:00
James Tauber
7271440828
added initial AUTHORS file
2013-05-13 16:19:25 -04:00