4803 Commits

Author SHA1 Message Date
martin
27dd018c34 QL to create core databases in PostgreSQL. Not tested at all. In fact
I'm pretty sure it won't work, because it needs sequences.
2002-05-27 12:58:06 +00:00
martin
6fa8326dad SQL to create core databases in MySQL (any version). 2002-05-27 12:56:48 +00:00
martin
db23f0caf9 All moved to lib/db 2002-05-27 06:19:44 +00:00
martin
3eff8fde3a Now uses $CFG->cronpassword from config.php 2002-05-27 06:18:39 +00:00
martin
bb5a36e4d5 Added CFG->cronpassword for moodle/admin/cron.php 2002-05-27 06:16:38 +00:00
martin
a5fbfa8afb course->id now site->id so we can add a reading 2002-05-27 02:25:40 +00:00
martin
1184a03bf0 This is part of the phpmailer distribution 2002-05-24 06:48:29 +00:00
martin
242b9a6f82 Moved to subdirectory phpmailer 2002-05-24 06:46:54 +00:00
martin
136dabd855 Changes to mailing system, now supports HTML, attachments. Simplified functions. 2002-05-24 06:38:37 +00:00
martin
9c438a5bc3 Added version number for Moodle 2002-05-24 06:35:03 +00:00
martin
a99e41938e Moved the array into the function. 2002-05-19 04:43:04 +00:00
martin
4eccdb5d93 smtphost --> smtphosts 2002-05-19 03:51:01 +00:00
martin
0b821adfdc Upgraded to phpmailer 1.60 2002-05-18 06:54:12 +00:00
martin
d2e378fb0b Added Moodle into the X-Mailer: header 2002-05-18 06:36:51 +00:00
martin
d69cb7f457 Smiley conversion is now optional (better for html mail) 2002-05-18 05:22:48 +00:00
martin
c1ccd3dd87 Added full source distribution of phpmailer 2002-05-18 05:17:47 +00:00
martin
bb40e36086 Added warning about unstable CVS tree 2002-05-18 03:37:22 +00:00
martin
54bdcdbecc Checks for bad permissions and defaults to default picture 2002-05-18 03:13:44 +00:00
martin
c1e88d4dc9 Now a picture of a log 2002-05-18 03:03:41 +00:00
martin
0f8a30bf9d Alt="" 2002-05-17 16:33:30 +00:00
martin
ede50d6f6d Added to eliminate problems of config.php being overwritten 2002-05-17 13:38:05 +00:00
martin
9cd8779549 Updated for ADOdb 2.00 2002-05-17 13:36:05 +00:00
martin
2eb7548ede Added note about config-dist.php 2002-05-17 13:34:19 +00:00
martin
f6ab0cb159 Deleted this file from CVS (see config-dist.php) 2002-05-17 13:29:20 +00:00
martin
2e93c2a8b0 Upgraded to ADOsb 2.00 2002-05-17 13:24:50 +00:00
martin
9fa730a60b Upgraded ADOdb to 2.00 2002-05-17 13:20:16 +00:00
martin
28bbcf011c Upgraded to ADOdb 2.00 2002-05-17 13:19:23 +00:00
martin
ee990b193a Fixed download for virtual scale questions with type = -1 (eg ATTLS) 2002-04-15 05:22:43 +00:00
martin
a2b4ecfb10 Modified most graphs to remove the "zero" line of "No answer" because
this never happens (survey form forces students to always answer).
2002-04-13 06:24:45 +00:00
martin
f21a723827 If the array y_tick_labels is defined, then these are used instead of
numbers on the left-hand y-axis.  See mod/survey/graph.php for usage.
2002-04-13 02:49:21 +00:00
martin
07cb996492 Slightly enlarged graphs to 900 pixels instead of 800. 2002-04-12 14:24:27 +00:00
martin
b321d42130 Graphs now contain proper labels down the left hand side. 2002-04-12 13:58:57 +00:00
martin
daa52dac8c Added :) smileys as well. 2002-04-12 13:20:50 +00:00
martin
c4bb2bd0ee Added "$factor = round($factor * 1000.0) / 1000.0;"
to function find_range ... it fixes some strange rounding
errors that were happening with Moodle surveys.
2002-04-12 13:20:17 +00:00
martin
e7c75196f9 Added lang config! 2002-04-07 04:10:08 +00:00
martin
9580f574d7 Added ALT="" tags to spacer.gif so they don't show in text browsers 2002-04-03 11:44:01 +00:00
martin
0d97d1e35f Fixed up use of isteacher (removed isadmin check because it's done in isteacher now) 2002-04-03 06:36:04 +00:00
martin
d115a57f12 Add check for admin to isteacher() rather than doing checks everywhere else 2002-04-03 06:30:09 +00:00
martin
c015c2bcb3 If students view surveys after having done them, then they are now shown
the survey results compared to the class.  Needs docs still.
2002-03-28 05:52:30 +00:00
martin
c9e5eb1a2e Strip tags from emailed text versions of postings 2002-03-26 14:45:06 +00:00
martin
f7d58d7321 Added help information about allowed HTML tags 2002-03-26 13:24:20 +00:00
martin
b7a3cf49f8 Added cleantext function, used for cleaning user-entered text of nasty tags etc 2002-03-26 12:58:54 +00:00
martin
a69023cf46 Allow admin to do anything the teacher can do 2002-03-16 06:19:02 +00:00
martin
1c1238c274 Admin improvements 2002-03-16 06:06:47 +00:00
martin
bc8924842c Added help button 2002-03-15 10:19:21 +00:00
martin
4d7c16adc3 New help file for uploading a picture 2002-03-15 10:18:14 +00:00
martin
493560fdd1 Help file for text 2002-03-11 03:26:37 +00:00
martin
34c8915d82 Added helpbutton function for popup help, see also /help.php 2002-03-11 03:21:10 +00:00
martin
229b6580e1 First pass at a simple help system 2002-03-11 03:18:13 +00:00
martin
97e696e0d0 This little help button indicates context-sensitive help 2002-03-11 02:03:34 +00:00