Commit graph

3232 commits

Author SHA1 Message Date
Petr Skoda
484a976522 MDL-23184 PARAM_CLEANHTML used in messaging for now, adding some hints how to implement support for text formats properly 2010-09-02 18:16:45 +00:00
Petr Skoda
45423ee26d MDL-23184 fixed wrong PARAM_CLEAN 2010-09-02 18:09:49 +00:00
Petr Skoda
ceb65471f7 MDL-24064 disabling bulk enrol for now, it needs to be rewritten a bit; fixing incorrect sue of PARAM_CLEAN 2010-09-02 18:08:04 +00:00
Petr Skoda
cc1eebbb34 MDL-23184 role description accepts any HTML, we have to trust people that can edit roles anyway 2010-09-02 17:55:22 +00:00
Petr Skoda
4287c1c2a0 MDL-24058 fixed sql injection, addslashes must not be used any more 2010-09-02 12:16:24 +00:00
Petr Skoda
72c75d1a05 MDL-22657 fixed lost language selection in CLI installer 2010-09-01 08:37:46 +00:00
Petr Skoda
c30bcaae3f MDL-23927 ensure CFG in scope before using, credit goes to Myles Carrick 2010-09-01 07:32:21 +00:00
Martin Dougiamas
39bc8cd013 bulk user editing MDL-24029 Fixed missing CFG global 2010-09-01 02:57:09 +00:00
jerome mouneyrac
f8758d68fd registration MDL-23873 add missing setType to hidden element 2010-08-30 08:54:32 +00:00
Petr Skoda
2d4d77474a MDL-23974 dom and xml extensions are now required 2010-08-29 19:36:45 +00:00
Petr Skoda
14c87a1fe4 MDL-15057 PCRE is a required extension, looks like we do not need to add detailed feedback strings for required extensions - nice! 2010-08-29 19:28:03 +00:00
Petr Skoda
71904f4d2b MDL-23984 make_upload_directory() cleanup - we now throw exceptions by default which should prevent a lot of strange problems 2010-08-29 14:59:14 +00:00
Petr Skoda
c426ef3aa5 MDL-23984 improvements of check_dir_exists() - replacing by make_upload_directory() in cases where we want to be sure that the dir is writable; removning now default create and recursive params to make code easier to read 2010-08-29 14:51:09 +00:00
Petr Skoda
211c90081f MDL-22625 workaround for missing default timezone in CLI install 2010-08-29 14:15:43 +00:00
Petr Skoda
48183b41e9 MDL-23984 replacing custom mkdir with standard api in user pix upload 2010-08-29 09:38:40 +00:00
Petr Skoda
d8fa45505c MDL-23984 using standard checkdirexists for lang packs 2010-08-29 09:38:08 +00:00
Petr Skoda
66f3df179d MDL-22657 removing post from install confirmation that was breaking lang selection 2010-08-28 14:22:26 +00:00
David Mudrak
5e90252679 MDL-23934 customlang: MySQL does not like SELECT field, * 2010-08-25 11:52:49 +00:00
Petr Skoda
04aec3dacf MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case in MySQL 2010-08-25 08:32:59 +00:00
David Mudrak
03ff3b4f0c MDL-21696 Added new admin report for language customization 2010-08-24 23:19:11 +00:00
David Mudrak
2134a91dd5 MDL-21696 Getting rid of legacy language customization stuff 2010-08-24 23:17:19 +00:00
Sam Hemelryk
f36b47efa0 admin blog comment course MDL-22856 Minor cleanups and improvements to styles 2010-08-19 05:56:57 +00:00
Petr Skoda
6c2c2b53b9 MDL-23682 fixed help 2010-08-18 17:51:36 +00:00
Petr Skoda
90f3882555 MDL-23682 new MySQL engine migration script 2010-08-18 17:24:53 +00:00
Petr Skoda
d35ece6cce MDL-23682 new MySQL engine diagnostics + InnoDB is now used instead of MyISAM in new installs if available + improved mysql transaction support 2010-08-18 16:47:00 +00:00
Petr Skoda
28bd3d9ad3 MDL-23824 CLI script improvements - just define('CLI_SCRIPT', true) before require config.php; all incorrect uses of cli and web scripts are detected; refactored cron script - now in two separate sctipts; fix cli inline docs and help - we have to sudo to apache account; standardised cli script locations in auth plugins 2010-08-17 12:33:30 +00:00
Petr Skoda
5402c577eb MDL-23784 fixed docs icon from security report 2010-08-12 18:22:34 +00:00
Petr Skoda
0f17961d4a fixed incorrect report name string 2010-08-12 18:18:47 +00:00
Petr Skoda
4f622c38a1 MDL-23774 only administrators may edit administartor accounts 2010-08-12 09:44:28 +00:00
Petr Skoda
a26a1a5b54 MDL-23774 admin users can not be deleted - first remove admin privileges if necessary 2010-08-12 08:22:26 +00:00
Petr Skoda
d44df69b23 MDL-23774 only local users can be admins - more security and fewer "lost admin account" problems 2010-08-12 08:20:59 +00:00
Petr Skoda
e985de2ba4 MDL-23774 do not allow deleting of any admin accounts in bulk actions 2010-08-12 08:14:40 +00:00
Petr Skoda
e5665b7f00 MDL-21782 temporary bulk enrol cap fix 2010-08-12 08:00:00 +00:00
Petr Skoda
6cf88991e6 MDL-21782 enrol todo 2010-08-12 07:59:28 +00:00
Petr Skoda
770ab27f1d MDL-23719 longtimenosee finally reimplemented - it is now used in self enrol only. It should be faster, easier to configure and finally there should not be any "my users are disappearing" reports in the future 2010-08-09 10:19:25 +00:00
Petr Skoda
5da6121042 all course completion should be disabled by default, sorry I overlooked the default course settings before 2010-08-09 09:17:32 +00:00
jerome mouneyrac
2ed993a645 registration MDL-21810 cron registration update 2010-08-07 09:49:57 +00:00
Aparup Banerjee
59e2121e16 theme MDL-23363 config setting showblocksonmodpages (theme settings) & usages now removed 2010-08-06 06:20:28 +00:00
Petr Skoda
0e8205ae28 fixed fatal errors 2010-08-05 20:14:55 +00:00
Dongsheng Cai
d7497b1283 "MDL-13766, fixed function call" 2010-08-03 07:16:33 +00:00
Petr Skoda
69816a5ce7 MDL-22547 more legacy files UI cleanup - we have to make obvious that course files are history 2010-08-02 13:33:19 +00:00
Petr Skoda
cf12835f33 fixed comment typo 2010-07-30 14:52:41 +00:00
Petr Skoda
91eb6730f0 MDL-23590 new installer for Penny :-) 2010-07-30 14:44:30 +00:00
Petr Skoda
b7315f3502 MDL-23590 refactoring cli install before adding install_database.php + fixing problem with incorrect octal when default value accepted 2010-07-30 11:58:02 +00:00
Petr Skoda
30f581598a new php docs style 2010-07-30 11:14:36 +00:00
jerome mouneyrac
206dd86100 webservice MDL-23471 fix XHTML strict issues + two XHTML strict issues related to the user selector form element and the admin_settings_heading class 2010-07-30 07:43:14 +00:00
jerome
c146652094 renderer MDL-23495 change $OUTPUT into $this->output in renderer 2010-07-28 08:53:17 +00:00
jerome mouneyrac
6ce2b0d94b webservice MDL-23536 fix missing test when no missing capability 2010-07-28 02:27:07 +00:00
Dongsheng Cai
a5adfa2658 MDL-23072, properly localised repository instance name 2010-07-27 09:03:54 +00:00
jerome mouneyrac
9c954e883b webservice MDL-21908 admin: use renderer into token pages + a bit of code cleaning 2010-07-27 03:53:55 +00:00