moodle.git
2010-09-04 Petr SkodaMDL-24079 blog now using new sql_like();Êfixed typo
2010-09-04 Petr SkodaMDL-24079 blog now using new sql_like()
2010-09-04 Petr SkodaMDL-24079 backup now using new sql_like()
2010-09-04 Petr SkodaMDL-24079 spam cleaner now using new sql_like()
2010-09-04 Petr SkodaMDL-24079 spam cleaner now using new sql_like()
2010-09-04 Petr SkodaMDL-24079 custom lang report now using new sql_like()
2010-09-04 Petr SkodaMDL-24079 converted sql_ilike() to new sql_like in...
2010-09-04 Petr SkodaMDL-24079 sql_ilike is deprecated, I still do not under...
2010-09-04 Moodle RobotUpdated the HEAD build version to 20100904
2010-09-04 AMOS botAutomatic installer lang files (20100904)
2010-09-03 Petr SkodaMDL-23308 disable legacy course files repo if they...
2010-09-03 Petr SkodaMDL-23308 reverting previously reverted deprecation...
2010-09-03 Petr SkodaMDL-23308 bumping main version in order to reset lang...
2010-09-03 Petr SkodaMDL-23308 coursefiles is a legacy feature, we should...
2010-09-03 Petr Skodaadding a TODO highlighting bad api design
2010-09-03 Petr SkodaMDL-14679 fixed remaining old style set_field()s
2010-09-03 Petr SkodaMDL-14679 fixed remaining old style update_record()s
2010-09-03 Petr SkodaMDL-14679 fixed a lot more old style uses of insert_rec...
2010-09-03 InakiMDL-23864 auth/cas Coding error: Undefined index REQUES...
2010-09-03 Petr SkodaMDL-14679 fixed multiple old style insert_record calls...
2010-09-03 Petr Skodafixed comment typos
2010-09-03 Petr SkodaMDL-24028 cast all bools in DML params to integers...
2010-09-03 Petr SkodaMDL-23308 added a feature to allow legacy course files...
2010-09-03 Petr SkodaMDL-23308 all "course files" are legacy feature, we...
2010-09-03 Andrew Davisgradebook MDL-23362 added a fix to deal with the course...
2010-09-03 Andrew Davisgradebook MDL-23362 added a fix to deal with the course...
2010-09-03 Andrew Davisgradebook MDL-23362 added a fix so that grade item...
2010-09-03 Sam Hemelrykbackup MDL-23904 Fixed regression in backup UI
2010-09-03 jerome mouneyraccss rollback clearfix change for IE7 - it breaks IE7...
2010-09-03 jerome mouneyracCSS quick fix by Sam Hemelryk of 'clearfix' CSS rule...
2010-09-03 Sam HemelrykNOBUG Additional checking in navigation JavaScript
2010-09-03 Dongsheng CaiMDL-23308, coursefiles plugin could return the file...
2010-09-03 Andrew Davisgradebook MDL-15457 hide grade item when activity is...
2010-09-03 Moodle RobotUpdated the HEAD build version to 20100903
2010-09-03 AMOS botAutomatic installer lang files (20100903)
2010-09-02 Petr SkodaMDL-23184 PARAM_CLEANHTML is work with real html markup...
2010-09-02 Petr SkodaMDL-23184 chat supports html only input
2010-09-02 Petr SkodaMDL-23184 some TODOs for incorrect text cleaning
2010-09-02 Petr SkodaMDL-23184 user confirm improved param cleaning
2010-09-02 Petr SkodaMDL-23184 improved docs, do not show deprecated examples
2010-09-02 Petr SkodaMDL-23184 no need to clean searches, we use bound param...
2010-09-02 Petr SkodaMDL-23184 activity names are in fact dir names
2010-09-02 Petr SkodaMDL-23184 activity names are now either PARAM_TEXT...
2010-09-02 Petr SkodaMDL-23184 using PARAM_NOTAGS instead of general cleanin...
2010-09-02 Petr SkodaMDL-23184 PARAM_CLEANHTML used in messaging for now...
2010-09-02 Petr SkodaMDL-23184 CLEAN_PARAM explanation improved in unittests
2010-09-02 Petr SkodaMDL-23184 fixed wrong PARAM_CLEAN
2010-09-02 Petr SkodaMDL-24064 disabling bulk enrol for now, it needs to...
2010-09-02 Petr Skodafixed php docs, PARAM_CLEANHTML does not strip backslas...
2010-09-02 Petr SkodaMDL-23184 role description accepts any HTML, we have...
2010-09-02 Petr SkodaMDL-24063 finally after so many years developers have...
2010-09-02 Petr SkodaMDL-15897 fix strict comparison
2010-09-02 Petr SkodaMDL-22959 PARA_TEXT multilang whitelisting cleanup...
2010-09-02 Tim HuntMDL-24060 Need a way to control whether html_to_text...
2010-09-02 Petr SkodaMDL-24059 stripslashes TODO notes
2010-09-02 Petr SkodaMDL-24058 removing obsolte stripslashes
2010-09-02 Petr SkodaMDL-24058 no stripslashes any more, removing
2010-09-02 Petr SkodaMDL-24058 no stripslashes any more
2010-09-02 Petr SkodaMDL-24058 magic quotes are being delat with in our...
2010-09-02 Petr SkodaMDL-24058 removing forgotten stripslashes from gradeboo...
2010-09-02 Petr SkodaMDL-24058 removing forgotten stripslashes, no magic...
2010-09-02 Petr SkodaMDL-24058 fixing wron DML conversion
2010-09-02 Petr SkodaMDL-24058 fixing docs
2010-09-02 Petr SkodaMDL-24058 removing unnecessary addslashes
2010-09-02 Petr SkodaMDL-24058 replacing forbidden addslashes with something...
2010-09-02 Petr SkodaMDL-24058 just killing addslashes, no idea why we have...
2010-09-02 Petr SkodaMDL-24058 fixed JS string quoting
2010-09-02 Petr SkodaMDL-24058 removed forgotten addslashes from feedback
2010-09-02 Petr SkodaMDL-24058 removed forgotted addslashes
2010-09-02 Petr SkodaMDL-16780, MDL-24058 removing AJAX from list of used...
2010-09-02 Petr SkodaMDL-16780, MDL-24058 removing PHP4 JSON implementation...
2010-09-02 Petr SkodaMDL-24058 fixed potential XSS
2010-09-02 Petr SkodaMDL-24058 removed obsolete addslashes
2010-09-02 Petr SkodaMDL-24058 fixed sql injection, addslashes must not...
2010-09-02 Petr SkodaMDL-23997 using strings instead of integers in binding...
2010-09-02 Dan MarsdenAssignment MDL-23992 - use fullname instead of username...
2010-09-02 Aparup Banerjeelib MDL-23180 put in obviously missed global $CFG.
2010-09-02 Aparup Banerjeeassignment MDL-23998
2010-09-02 Andrew Davisgradebook MDL-24021 filter out deleted users from the...
2010-09-02 Andrew Davisgradebook MDL-24021 re-added all users option to user...
2010-09-02 Sam Hemelrykworkshop MDL-24046 Fixed SQL error in workshop submissi...
2010-09-02 Andrew Davisgradebook MDL-24045 added a guard for when the user...
2010-09-02 Moodle RobotUpdated the HEAD build version to 20100902
2010-09-02 AMOS botAutomatic installer lang files (20100902)
2010-09-01 Sam Marshallblocks MDL-24040 Creating course fails horribly if...
2010-09-01 Sam MarshallCompletion MDL-23995 Completion, availability data...
2010-09-01 Petr SkodaMDL-23997 even more unittests detecting failures in...
2010-09-01 Petr SkodaMDL-23997 more unittests detecting failures in sqlsrv...
2010-09-01 Petr SkodaMDL-22657 fixed lost language selection in CLI installer
2010-09-01 Petr SkodaMDL-23927 ensure CFG in scope before using, credit...
2010-09-01 Dongsheng CaiMDL-23308, change course files link name
2010-09-01 Andrew Davisbackup MDL-23362 another commit of gradebook restore
2010-09-01 Dongsheng CaiMDL-24030, fixed url field type
2010-09-01 jerome mouneyraccourse publish MDL-24022 cast bool into int (enrollable...
2010-09-01 jerome mouneyraccourse publish MDL-24022 cast bool into int (enrollable...
2010-09-01 Martin Dougiamasbulk user editing MDL-24029 Fixed missing CFG global
2010-09-01 Moodle RobotUpdated the HEAD build version to 20100901
2010-08-31 Eloy LafuenteMDL-23362 backup - save grade_item orig category proper...
2010-08-31 Eloy LafuenteMDL-23362 backup - allow set_mapping() to specify one...
2010-08-31 Andrew Davisrating MDL-23908 improved rating role tips help item
next