34715 Commits

Author SHA1 Message Date
skodak
e128388f0b MDL-17811 fixed typos, thanks James Riggs; merged from MOODLE_19_STABLE 2009-01-07 19:52:24 +00:00
skodak
a3c13b97d8 MDL-17808 Use users lastname in password change confirmation mails, thanks Andreas Grupp 2009-01-07 19:03:38 +00:00
skodak
c643c2f513 MDL-17806 fixed sql_bit_and use which returns number and that is why it is not suitable for SQL conditions; thanks penny!
Fixed DML docs too.
2009-01-07 18:55:32 +00:00
skodak
84b88cfde7 MDL-11061 removed wwwroot tests from admin/index.php, now in setuplib.php 2009-01-07 15:31:54 +00:00
poltawski
10ef4e7de4 admin interface: MDL-11061 Incorrect check check on wwwroot causing invalid
admin warning
2009-01-07 14:08:42 +00:00
thepurpleblob
17a99a133e MDL-17048
Suppress display of empty custom profile field categories

Merged from STABLE19
2009-01-07 13:58:41 +00:00
skodak
37ccf1fec9 MDL-17802 fixed wwwroot without any subdirectory issue 2009-01-07 09:54:09 +00:00
tjhunt
edd5246bdd quiz editing: MDL-17416 Clean layout when starting a new attempt. 2009-01-07 09:26:47 +00:00
tjhunt
3169d49c84 unit tests: MDL-17803 test Db instatiate being called from two places, which was overwriting the reference to the real DB. 2009-01-07 08:59:13 +00:00
tjhunt
a7b7f075df unit tests: MDL-17803 test classes were not getting destroyed at the right time, which was breaking the code that reset the test DB to the normal DB. 2009-01-07 08:58:41 +00:00
tjhunt
6fe51abe59 unit tests: Simple hack to avoid XHTML well-formedness errors during test DB upgrade. 2009-01-07 07:41:03 +00:00
tjhunt
b4a2e41313 quiz editing: MDL-17284 fix infinite redirect bug. 2009-01-07 07:12:37 +00:00
tjhunt
a733c4b98b mod quiz: MDL-3156 Add an option to display the current user's photo and name on the Quiz attempt and review pages. 2009-01-07 06:32:13 +00:00
tjhunt
efacb22422 weblib: improve comment. 2009-01-07 06:28:00 +00:00
tjhunt
b328fec576 help: XHTML strict! 2009-01-07 06:01:59 +00:00
dongsheng
729931095e "MDL-17381, remove debug code" 2009-01-07 01:19:41 +00:00
dongsheng
0c6e921292 "MDL-13766, fixed a bug concerning files filter" 2009-01-07 01:13:53 +00:00
moodlerobot
3b2c999b76 Updated the HEAD build version to 20090107 2009-01-06 23:55:06 +00:00
skodak
45dda59af2 MDL-14123 Full IPv6 support - reimplemented cleanremoteaddr(), it now accepts local ips too 2009-01-06 22:18:01 +00:00
skodak
656be89301 MDL-14123 Full IPv6 support - updating all db fields to theoretical 45 char limit 2009-01-06 18:14:28 +00:00
skodak
b62dff9939 MDL-17789 fixed typo 2009-01-06 12:46:55 +00:00
skodak
991ec2ee51 MDL-17777 fixed request string encoding in ISS 2009-01-06 12:33:32 +00:00
skodak
f98cfb53d1 MDL-17789 prevent potential XSS problems through PHP_SELF 2009-01-06 12:31:20 +00:00
skodak
f1e715ff88 MDL-9276 reverse proxy and normal access can not be mixed - it would valiate the one address per moodle rule, sorry 2009-01-06 10:10:19 +00:00
ikawhero
410fc5a24d MDL-17791 Can make a link from user data when adding a new custom user
profile text field
2009-01-06 07:31:26 +00:00
dongsheng
6bfc7fd579 "MDL-17747, Add Max category depth as a configuratble setting to the site settings, merged from 1.9, credit goes to Jason Hardin" 2009-01-06 06:52:53 +00:00
tjhunt
8d89b40183 Preserve multiselect option through ajax calls. 2009-01-06 06:14:37 +00:00
tjhunt
807a1a8427 question bank database: MDL-17608 Drop originalquestion field from the question_states table - it was never used for anything. 2009-01-06 05:20:21 +00:00
tjhunt
f330327c7d Fix typos. 2009-01-06 05:19:15 +00:00
tjhunt
ea6d9d40a6 XHTML strict. 2009-01-06 05:04:58 +00:00
moodlerobot
a360fbddf1 Updated the HEAD build version to 20090106 2009-01-05 23:54:30 +00:00
skodak
6bf25708b6 DML 2.0 regression 2009-01-05 23:42:51 +00:00
moodlerobot
ad2aa62070 Automatic installer.php lang files by installer_builder (20090106) 2009-01-05 23:26:47 +00:00
skodak
c5b26d78be MDL-17777 slasharguments test not reimplemented yet :-( 2009-01-05 22:46:55 +00:00
skodak
6d04a2fd0c MDL-17787 removed unused health test and cleanup up config table - MoodleTest cookie not used anymore 2009-01-05 22:45:06 +00:00
skodak
1870f24166 MDL-17787 removed unused health test and cleanup up config table - MoodleTest cookie not used anymore 2009-01-05 22:45:06 +00:00
skodak
21517960b3 MDL-17777 improved IIS rewrite rule 2009-01-05 22:32:15 +00:00
skodak
11e7b506ce MDL-17754, MDL-11061, MDL-9276, MDL-17777, MDL-17787 - various url handling improvemetns; rewritten $FULLME and added $ME, $SCRIPT and $FULLSCRIPT; improved slashargument handling especially for IIS; removed legacy slasharguments functions obsoleted since 1.6; some other refactoring; reverse procy support, ssl appliance support 2009-01-05 21:37:20 +00:00
thepurpleblob
9843511764 MDL-17779
Add simple check that question at least has questiontext before allowing it.
2009-01-05 15:23:10 +00:00
tjhunt
477c217f5c MDL-17294 Eliminate some commented out code, and clean up the 'no questions in quiz' special case. 2009-01-05 05:26:08 +00:00
moodlerobot
11f477f8a9 Updated the HEAD build version to 20090105 2009-01-04 23:53:32 +00:00
moodlerobot
3969a137f9 Updated the HEAD build version to 20090104 2009-01-03 23:56:19 +00:00
skodak
a91b910e4f MDL-17776 added new define CLI_SCRIPT that identifies all CLI scripts + cron (cli scripts do not have session and do not like HTML in output and are executed from command line, cron is an exception) 2009-01-03 14:28:02 +00:00
skodak
e8b7114d5e MDL-17774 refactored USER switching in cron scripts - now standardised in cron_setup_user() 2009-01-03 13:16:59 +00:00
skodak
7fdefb1482 MDL-17775 Chat ajax update.php not using sessions anymore 2009-01-03 13:03:05 +00:00
moodlerobot
d974b37ce3 Updated the HEAD build version to 20090103 2009-01-02 23:59:08 +00:00
skodak
9bda43e6be MDL-16613 refactore session IP tracking; MDL-14213 improved message when IP changes; MDL-17754 SID is regenerated when terminating session and old session is deleted 2009-01-02 23:49:29 +00:00
moodlerobot
94275cbbc2 Automatic installer.php lang files by installer_builder (20090103) 2009-01-02 23:30:40 +00:00
skodak
93f66983cc MDL-17773 new get_login_url() function - fixes missing httpslogin tweaks 2009-01-02 22:56:48 +00:00
skodak
27df7ae8a5 MDL-17754 $USER object initialisation cleanup 2009-01-02 21:27:18 +00:00