35111 Commits

Author SHA1 Message Date
skodak
ccba465e78 MDL-18112 making the php version error less harsh - now displayed only if php < 5.2.0, versions < 5.2.8 are detected during environment test 2009-02-02 19:59:53 +00:00
poltawski
244d15093f mnet/forum MDL-18118 - email links were rewritten to use IDP when SITEID not 1
Switched check to use is_mnet_remote_user()
2009-02-02 17:47:12 +00:00
skodak
2b900b0eeb MDL-18040 fixed adminrisk query too - now much faster 2009-02-02 13:15:25 +00:00
tjhunt
3659fcaae6 Fix warnings and notices on plugin check page. 2009-02-02 04:42:07 +00:00
Francois Marier
6280ef3e58 Fix CVS-git drift (remove some files deleted in CVS) 2009-02-01 23:43:28 +00:00
moodlerobot
ef0c8771c5 Updated the HEAD build version to 20090202 2009-02-01 23:43:28 +00:00
moodlerobot
aa25fedb30 Automatic installer.php lang files by installer_builder (20090202) 2009-02-01 23:31:03 +00:00
skodak
770f0cea30 MDL-17458 fixed headers used during installation 2009-02-01 17:45:32 +00:00
skodak
2d6b0b04c1 MDL-17458 scrolling to errors is not needed anymore, we stop after every error now 2009-02-01 17:24:34 +00:00
skodak
844d58f737 MDL-17458 more installation improvements and cleanup 2009-02-01 17:04:34 +00:00
skodak
712b48cc69 MDL-17427 more cleanup 2009-02-01 16:50:29 +00:00
skodak
ce35950786 MDL-17427 fixed regressions 2009-02-01 16:42:56 +00:00
skodak
58045d100f MDL-10275 fixed string case 2009-02-01 16:36:54 +00:00
skodak
fe27230c34 MDL-10275 temporarily disabling old installer, stay tuned - new one will be ready soon ;-) 2009-02-01 16:33:09 +00:00
skodak
c808379ef8 MDL-10275 moved the rest of environment tests from install.php to admin/index.php; please note that there is no need to update installer lacg packs becuase install.php will not have environment checks anymore soon ;-) 2009-02-01 16:20:59 +00:00
mits
a825fec763 Fixed html closing <p> tags. 2009-02-01 16:16:13 +00:00
skodak
fbf2c91e43 MDL-10275 added fatal PHP config setting test on each page, replaces some tests done in installer 2009-02-01 13:37:42 +00:00
skodak
b3d960e64a fixed whitespace 2009-02-01 13:36:07 +00:00
skodak
9050958240 MDL-10275 moving all installation time environment tests into /admin/index.php - this will simplify install.php a LOT and will make installation/upgrade more consistent + fixed a bug in enviroment if docroot not set 2009-02-01 12:52:30 +00:00
skodak
cd3acbf27e MDL-17850 support for customised site settings defaults in /local/defaults.php 2009-02-01 10:19:13 +00:00
moodlerobot
8eaf567d28 Updated the HEAD build version to 20090201 2009-01-31 23:46:33 +00:00
moodlerobot
b85798dddb Automatic installer.php lang files by installer_builder (20090201) 2009-01-31 23:34:16 +00:00
skodak
038a29d580 MDL-17808 more lastname support when resetting passwords; merged from MOODLE_19_STABLE 2009-01-31 21:38:12 +00:00
skodak
795a08adb7 MDL-17458 upgrade logging implemented + a lot more refactoring + exceptions implemented in install/upgrade code + lang pack cleanup + some more improvements 2009-01-31 20:07:32 +00:00
moodlerobot
9c421fab3b Updated the HEAD build version to 20090131 2009-01-30 23:47:30 +00:00
moodlerobot
a0140c4c7b Automatic installer.php lang files by installer_builder (20090131) 2009-01-30 23:35:18 +00:00
stronk7
8f7bd455d5 MDL-18066 import_backup_file_silently - reverting last commit. Merged from 19_STABLE 2009-01-30 13:19:19 +00:00
pigui
7a3f6bd639 Modification of testclient index for create_group and add_groupmember funtions 2009-01-30 11:55:10 +00:00
pigui
37acca4dd2 Adding testclients for create_group and add_groupmember
MDL-13142
MDL-13139
2009-01-30 11:48:50 +00:00
pigui
8805a4f74d Adding create_group and add_groupmember functions
MDL-13142
MDL-13139
2009-01-30 11:46:11 +00:00
mudrd8mz
c5ce3d837c MDL-17940 Display the count of ratings together with the aggregated grade for the post. Merged from 1.9 2009-01-30 11:32:46 +00:00
stronk7
df2a8db150 MDL-18076 course participation report - fix actions dropdown not working. Merged from 19_STABLE 2009-01-30 10:14:01 +00:00
stronk7
569c693719 MDL-18066 - import_backup_file_silently - better handling of missing $USER. Merged from 19_STABLE 2009-01-30 09:58:59 +00:00
jerome
b894086df5 calendar MDL-14693 fix month link when calendar is displayed on a text page resource, merged from 1.9 2009-01-30 06:27:20 +00:00
jerome
f4358aa946 web service MDL-12886 trivial refactoring 2009-01-30 04:57:49 +00:00
jerome
965a0eb68a web service MDL-12886 update user/lib.php to be consitent with other lib.php 2009-01-30 00:57:34 +00:00
moodlerobot
4995accfe9 Updated the HEAD build version to 20090130 2009-01-29 23:43:00 +00:00
skodak
88582df496 MDL-17458 refactored guest and admin user creation + refactored roles install + added protection for installation hijacking + added reliable session test right before editting of admin account 2009-01-29 22:54:41 +00:00
skodak
db9d4a3d0a MDL-17427 moving upgrade code from adminlib to upgradelib + new upgrade logging functions 2009-01-29 21:17:52 +00:00
skodak
dc6f76b959 MDL-17427 oops - forgot to add version field, sorry 2009-01-29 20:21:33 +00:00
skodak
0cb93a7e45 MDL-17427 another round of refactoring of upgrade related functions - this should be final now I hope ;-) 2009-01-29 19:58:47 +00:00
skodak
1f20942c3b MDL-17427 new upgrade log table 2009-01-29 19:50:02 +00:00
mudrd8mz
6c57310736 MDL-13449 New string needed. Merged from MOODLE_19_STABLE 2009-01-29 12:41:51 +00:00
mudrd8mz
8222c59e6c MDL-13449 Fix the problem with displaying aggregation type "Count of ratings". Merged from MOODLE_19_STABLE 2009-01-29 12:40:24 +00:00
mjollnir_
1cc8e4c13d Fixed misnamed variable I believe I was introduced in 1.33 2009-01-29 10:58:41 +00:00
jerome
a520100b5d web service MDL-12886 AMF server 2009-01-29 08:26:00 +00:00
jerome
58e6c593f4 web service MDL-12886 Add a new REST server implemented with Zend library + AMF server + cleaning of wsdl generator + return exception into the REST server 2009-01-29 08:24:40 +00:00
moodlerobot
51a53f4121 Updated the HEAD build version to 20090129 2009-01-28 23:44:53 +00:00
stronk7
6e66ecbe24 MDL-18073 environment - enforce PHP 5.2.8 req for Moodle 2.0 ; merged from 19_STABLE 2009-01-28 23:43:27 +00:00
stronk7
7251d63d3d MDL-18072 installer - define CLI_SCRIPT (false) to avoid notices here and there. 2009-01-28 22:54:39 +00:00