Commit Graph

323 Commits

Author SHA1 Message Date
Piotr Mitros
20ada529f6 Help file added to static views 2012-02-13 17:10:52 -05:00
Piotr Mitros
caa2ed9195 Removed comments and obsolet error codes 2012-02-13 16:36:48 -05:00
Piotr Mitros
126c1f982c Removed extra print statement 2012-02-13 13:10:14 -05:00
Piotr Mitros
e05e05f445 merge in tolerance bug fix 2012-02-13 13:08:36 -05:00
Piotr Mitros
fca78b83ba Relative tolerance, minor clean-up, as per Dave
--HG--
branch : tolerance_bug
2012-02-13 08:10:32 -05:00
Piotr Mitros
a4dc01509a Bug fix. Not very tested
--HG--
branch : tolerance_bug
2012-02-13 00:30:22 -05:00
Piotr Mitros
7b49f21ec7 Merge 2012-02-12 09:48:47 -05:00
Piotr Mitros
d22c0cd5fb Legal name required, better error messages 2012-02-12 09:48:06 -05:00
David Ormsbee
a50d3d7f91 changed ADMIN email to admin@mitx.mit.edu 2012-02-10 18:58:35 -05:00
Piotr Mitros
091a45dc0c Removed random debug code 2012-02-10 16:57:01 -05:00
Piotr Mitros
dae8420456 Support for static pages added 2012-02-10 13:38:44 -05:00
Bridger Maxwell
b2c89cffff Added documentation for wikipath 2012-02-09 15:22:46 -05:00
Bridger Maxwell
012e51811a Fixed wikipath extension 2012-02-09 15:18:19 -05:00
Bridger Maxwell
ea39249566 Disabled wikipath markdown extension, as it requires markdown 2.1.0, and we are running 2.0.3 2012-02-08 22:20:46 -05:00
Bridger Maxwell
b1377f6c4e Merge. Also, for last commit I added sorting to the wiki 'all articles' but forgot to put it into commit message. 2012-02-08 21:40:27 -05:00
Bridger Maxwell
159af57995 Removed codehilite from wiki. It was throwing errors and wasn't used. Should be fixed later? 2012-02-08 21:37:24 -05:00
David Ormsbee
51a8160a6a lower minimum rep for many basic askbot actions (leaving comments, reopening questions, etc) 2012-02-08 14:30:18 -05:00
Piotr Mitros
59e1f5a50a Account already active is there 2012-02-08 13:01:21 -05:00
Piotr Mitros
e3d936ad08 merge 2012-02-07 21:08:31 -05:00
Piotr Mitros
d44a81f4a9 Problem count 2012-02-07 21:07:57 -05:00
David Ormsbee
f79fb4f820 merge with wiki changes, re-add tracking syslog logging when not in DEBUG mode 2012-02-07 18:14:49 -05:00
David Ormsbee
ca29aef286 lower askbot limits for minimum question length, body 2012-02-07 18:11:56 -05:00
Bridger Maxwell
4a664d88cd Added new wiki link format. [Some Article](wiki:SomeArticle) 2012-02-07 16:32:47 -05:00
Bridger Maxwell
ad02725302 Added titles to wiki pages 2012-02-07 13:38:03 -05:00
cjt
8d74122032 support for sampled wavedforms 2012-02-07 07:50:23 -05:00
David Ormsbee
5f529762fa re-add hostname to the syslog message, since syslog's default EC2 internal hostnames aren't helpful 2012-02-06 17:44:14 -05:00
David Ormsbee
ef7ef4c7d4 shift logging to syslog when not in DEBUG mode 2012-02-06 17:35:35 -05:00
David Ormsbee
d5792906d8 add hostname to logging string, in prep for switch to aggregated syslog 2012-02-06 15:44:35 -05:00
David Ormsbee
5a3be1b575 extend AWS S3 expiration to 10 years so that we don't have askbot images disappearing 2012-02-06 15:33:30 -05:00
Piotr Mitros
373b7a8291 Slightly more comprehensive check 2012-02-05 23:49:03 -05:00
Piotr Mitros
8480ccd120 Course sanity check 2012-02-05 23:42:44 -05:00
Piotr Mitros
0f848e52ac title to name 2012-02-05 19:51:22 -05:00
Piotr Mitros
80d8da6021 Semantic title 2012-02-05 18:20:17 -05:00
Bridger Maxwell
a18b19601d Fixed python 2.6 incompatibility 2012-02-04 15:02:38 -05:00
Bridger Maxwell
985211a3de Showing due dates and section types on profile page. 2012-02-04 12:45:31 -05:00
Bridger Maxwell
32f69d6493 Merge 2012-02-04 11:53:42 -05:00
Bridger Maxwell
db57dc30eb Changed due date to be display_due_date and close_date. Controlled with due and graceperiod attributes 2012-02-04 11:53:30 -05:00
Piotr Mitros
f894353f4e No cache of courseware. This caused lots of issues 2012-02-03 23:01:26 -05:00
Piotr Mitros
a9f94da8ea Error in conversion from !=None to simpler format 2012-02-03 22:52:31 -05:00
Piotr Mitros
6332fd78dd Fixed CSRF issue most likely introduced by move from Django templates 2012-02-03 21:23:05 -05:00
Piotr Mitros
6304feefd6 Calculator changes for Anant 2012-02-03 18:48:44 -05:00
Bridger Maxwell
81e1a8dc12 Changed case discrepency between course.xml and profile page 2012-02-03 17:34:11 -05:00
Bridger Maxwell
2e91a1d7c3 Removed debug code that put in a score for midterm and final. 2012-02-03 17:21:31 -05:00
Bridger Maxwell
baac1eb8ce Merge 2012-02-03 17:18:25 -05:00
Bridger Maxwell
0d699f2895 Added links from profile to courseware. Updated names in urls to accomodate. 2012-02-03 17:05:34 -05:00
Piotr Mitros
6e7e00c8d8 merge 2012-02-03 14:07:39 -05:00
Piotr Mitros
a9e3922047 HTML module looks in html directory in data 2012-02-03 14:07:23 -05:00
David Ormsbee
eed5d95dde lower karma threshold for file/image uploads to 1 2012-02-03 14:00:06 -05:00
Piotr Mitros
22f4004ee9 HTML no longer has answers 2012-02-03 10:27:02 -05:00
Bridger Maxwell
de585e2ccd Merged with profile changes again. Last time was backwards 2012-02-02 18:08:51 -05:00