3174 Commits

Author SHA1 Message Date
Petr Skoda
10b9cd4110 no globals hint 2010-09-17 09:57:36 +00:00
Petr Skoda
1af9ee3d2f coding style hint - no globals! 2010-09-17 09:57:10 +00:00
Petr Skoda
904fa9716d initialised object 2010-09-17 09:56:32 +00:00
Petr Skoda
d85f263446 fixed undefined variable group name 2010-09-17 09:54:01 +00:00
Petr Skoda
48265158dc fixed typo - not a real bug 2010-09-17 09:52:39 +00:00
Petr Skoda
adfc4d7c25 commenting out unused code so that it does not confuse IDEs 2010-09-17 09:39:00 +00:00
Petr Skoda
b475d8bd34 fixed incorrect use of DML method 2010-09-17 09:38:15 +00:00
Petr Skoda
395a095ec9 fixed missing globals breaking health tests 2010-09-17 09:30:09 +00:00
jerome mouneyrac
a0a036ff1d registration MDL-24215 fix navigation + crumb trail + hardcoded admin folder 2010-09-17 02:53:49 +00:00
David Mudrak
60dfef5b82 NOMDL report_cutomlang: fixed ILIKE SQL escaping after recent improvements of sql_like() 2010-09-16 09:03:54 +00:00
jerome mouneyrac
c25662b0e4 web service MDL-23338 clean up Service editing page + delete token related to a service when delete service (display warning on confirmation page) + fix glitch on the navigation with 'Register your site' and 'Edit service' pages (they are now hidden and the parent page link is displayed) 2010-09-16 04:21:52 +00:00
jerome mouneyrac
56c6138029 community hub MDL-24215 change the site secret key for get_site_identifier in the registration process => increase the DB field size + change the confirmation form to the get_site_identifier TEXT format 2010-09-15 08:50:32 +00:00
Petr Skoda
de77601b57 MDL-24116 removing old xmldb test suite, all tests are now in DB function tests 2010-09-13 17:39:29 +00:00
Dongsheng Cai
c00280a19e MDL-23308, added legacyfiles setting to course default settings. 2010-09-10 03:58:54 +00:00
Dongsheng Cai
95dbbf3a32 MDL-23308, move legacyfilesinnewcourse setting from developement settings to repository settings. 2010-09-10 03:35:11 +00:00
jerome mouneyrac
2a4eec826a community hub MDL-22976 make community hub ws call compatible to a futur protocol change 2010-09-09 02:55:11 +00:00
Eloy Lafuente
2959db4a2b MDL-16106 report - fix old double-column trick causing problems in backup logs. Merged from 19_STABLE 2010-09-08 16:56:42 +00:00
Dongsheng Cai
ac3c1e554a "MDL-24032, fixed error when use bulk force password change, credits to Myles Carrick" 2010-09-08 13:50:26 +00:00
Dongsheng Cai
7936470a78 MDL-24113, change license to licenses 2010-09-08 07:18:21 +00:00
Petr Skoda
cec7ffcab9 MDL-24127 fixed incorrect $url variable names 2010-09-07 19:47:08 +00:00
Dongsheng Cai
47576a5e02 "MDL-24113, Manage licenses page should be named Manage licenses" 2010-09-07 09:52:27 +00:00
Petr Skoda
6a50d10a64 MDL-24116 disabling test UI in XMLDB - this is a first step only, going to migrate this completely to DML/DDL functional tests soon 2010-09-07 09:38:23 +00:00
Petr Skoda
d078f6d38e standardized PHPDocs package info 2010-09-06 11:29:21 +00:00
Petr Skoda
5d354ded1a standardized PHPDocs package info 2010-09-06 11:17:43 +00:00
Petr Skoda
844239d3ed MDL-24092 removing STATEMENTS support from install.xml, use db/install.php or db/log.php instead 2010-09-06 11:11:32 +00:00
Petr Skoda
ef14c1e724 MDL-24090 new detection of plugins that were not upgraded to work with Moodle 2.x (uses $plugin->requires) + bumping ancient versions of plugins 2010-09-05 20:36:18 +00:00
Petr Skoda
2361b7dd77 MDL-24089 minor coding style improvement 2010-09-05 19:44:24 +00:00
Petr Skoda
575f245fbc MDL-24089 confirm upgrade of plugins + replaced continue button with 'Upgrade' - this should tell admins when is the upgrade going to really start 2010-09-05 19:41:00 +00:00
Petr Skoda
deba811a9c fixed comment typo 2010-09-05 19:19:40 +00:00
Petr Skoda
80380bd79b MDL-24089 preventing any plugin upgrades if downgraded core detected; localising error message 2010-09-05 19:16:42 +00:00
Petr Skoda
8b0846f7a2 MDL-23899 PHP Intl extension is recommended in 2.0 now because we use it for asort in textlib 2010-09-05 13:14:17 +00:00
Petr Skoda
c6947ba7a5 MDL-23899 migration to new locale aware asort 2010-09-05 13:00:47 +00:00
Petr Skoda
2225fb4809 MDL-24080 fixed debug warning and converted NOT LIKE 2010-09-04 14:43:11 +00:00
Petr Skoda
bbec5b9183 MDL-24079 spam cleaner now using new sql_like() 2010-09-04 11:53:04 +00:00
Petr Skoda
323f79a36c MDL-24079 spam cleaner now using new sql_like() 2010-09-04 11:52:36 +00:00
Petr Skoda
cdce125542 MDL-24079 custom lang report now using new sql_like() 2010-09-04 11:50:18 +00:00
Petr Skoda
f685e83030 MDL-14679 fixed remaining old style set_field()s 2010-09-03 18:14:55 +00:00
Petr Skoda
dd88de0ebd MDL-14679 fixed remaining old style update_record()s 2010-09-03 18:01:25 +00:00
Petr Skoda
a9637e7df4 MDL-14679 fixed a lot more old style uses of insert_record() 2010-09-03 17:47:41 +00:00
Petr Skoda
9d97f08e99 MDL-14679 fixed multiple old style insert_record calls, we throw exceptions now from DML 2010-09-03 16:26:04 +00:00
Petr Skoda
deb73728e7 MDL-23308 added a feature to allow legacy course files in new courses too 2010-09-03 12:00:59 +00:00
Petr Skoda
93de0ac293 MDL-23184 using PARAM_NOTAGS instead of general cleaning for fields that are not supposed to have tags 2010-09-02 18:25:30 +00:00
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