martinlanghoff
8f64ba0483
MDL-90 Introducing MOODLE_SANE_INPUT and MOODLE_SANE_OUTPUT to setup.php
...
These two constants indicate that the Moodle core should not mangle
input (magic quotes of any kind verboten!) and should not spit odd stuff
in the output (displaydebug verboten!). Both are needed for WebDAV
support.
MOODLE_SANE_INPUT is tricky - it means that the codepaths _must_ use
$db->qstr() (or addslashes() - but that has its own problems).
2008-02-27 02:51:49 +00:00
..
2008-02-15 07:02:02 +00:00
2007-11-20 18:04:03 +00:00
2008-02-26 22:48:16 +00:00
2008-01-03 22:41:54 +00:00
2007-12-10 17:37:14 +00:00
2007-12-04 10:35:25 +00:00
2008-01-24 15:34:35 +00:00
2008-02-25 12:17:46 +00:00
2008-01-10 16:11:10 +00:00
2008-01-01 15:30:57 +00:00
2007-08-08 09:42:11 +00:00
2008-02-27 02:50:59 +00:00
2007-12-17 21:39:03 +00:00
2008-02-25 02:37:04 +00:00
2007-12-08 18:54:24 +00:00
2007-11-13 07:36:00 +00:00
2007-12-31 23:18:06 +00:00
2007-12-02 16:14:13 +00:00
2008-01-02 16:49:11 +00:00
2007-12-02 16:14:13 +00:00
2008-02-21 09:20:20 +00:00
2008-02-18 02:12:22 +00:00
2008-01-31 22:02:44 +00:00
2008-01-07 01:54:28 +00:00
2007-12-31 01:07:49 +00:00
2007-11-05 00:43:37 +00:00
2008-01-12 18:54:30 +00:00
2008-02-26 21:48:08 +00:00
2008-02-26 10:34:51 +00:00
2007-08-29 13:10:20 +12:00
2008-02-21 09:30:13 +00:00
2008-02-25 15:15:36 +00:00
2007-09-20 06:51:13 +00:00
2007-11-08 05:13:18 +00:00
2007-10-10 12:19:27 +00:00
2008-02-18 10:54:14 +00:00
2008-02-01 07:48:26 +00:00
2007-12-04 10:35:25 +00:00
2008-02-21 05:24:18 +00:00
2008-02-17 16:01:24 +00:00
2008-02-13 17:03:25 +00:00
2008-01-09 23:15:44 +00:00
2007-12-18 17:18:19 +00:00
2007-12-03 20:13:01 +00:00
2007-12-25 20:56:36 +00:00
2007-12-30 22:19:36 +00:00
2007-10-10 05:25:14 +00:00
2008-01-15 04:20:12 +00:00
2007-09-17 12:37:51 +00:00
2007-12-10 16:53:17 +00:00
2008-02-26 18:35:30 +00:00
2007-10-10 05:25:14 +00:00
2007-10-02 01:43:07 +00:00
2008-01-25 08:39:14 +00:00
2008-01-28 05:30:32 +00:00
2007-12-17 15:29:48 +00:00
2007-12-31 15:37:12 +00:00
2008-02-27 02:51:49 +00:00
2008-01-20 17:59:26 +00:00
2007-10-12 09:45:33 +00:00
2008-02-25 21:55:43 +00:00
2007-12-12 19:01:59 +00:00
2007-10-10 05:25:14 +00:00
2007-12-31 13:23:23 +00:00
2007-10-10 05:25:14 +00:00
2007-09-12 10:14:12 +00:00
2008-02-19 13:04:04 +00:00
2007-10-30 10:15:22 +00:00
2008-02-25 20:39:42 +00:00