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
|
0424cfe307
|
fixed comment typos
|
2010-09-03 15:59:25 +00:00 |
|
Petr Skoda
|
0e6e90516a
|
MDL-24028 cast all bools in DML params to integers 1/0; credit goes to Eloy Lafuente
|
2010-09-03 15:44:11 +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
|
45347688a3
|
MDL-23308 all "course files" are legacy feature, we must tell this to all our users, we can not use "Course files" anymore because we really want them to migrate. Sorry, please do not revert this change again. If somebody does not like this they have to tweak their language pack, it is officially "legacy" file area now.
|
2010-09-03 11:59:28 +00:00 |
|
Andrew Davis
|
44a25cd200
|
gradebook MDL-23362 added a fix to deal with the course grade item already existing or not
|
2010-09-03 08:53:32 +00:00 |
|
Andrew Davis
|
499dbce85d
|
gradebook MDL-23362 added a fix to deal with the course grade item already existing or not
|
2010-09-03 08:36:58 +00:00 |
|
Andrew Davis
|
4d787d8a6d
|
gradebook MDL-23362 added a fix so that grade item sortorder isnt lost when you restore
|
2010-09-03 07:53:10 +00:00 |
|
Sam Hemelryk
|
741b96fd01
|
backup MDL-23904 Fixed regression in backup UI
|
2010-09-03 07:50:33 +00:00 |
|
jerome mouneyrac
|
48993b035e
|
css rollback clearfix change for IE7 - it breaks IE7 in other cases
|
2010-09-03 07:43:29 +00:00 |
|
jerome mouneyrac
|
180a05704b
|
CSS quick fix by Sam Hemelryk of 'clearfix' CSS rule: IE7 can handle the styled tag has a layer
|
2010-09-03 06:43:39 +00:00 |
|
Sam Hemelryk
|
92c8db120a
|
NOBUG Additional checking in navigation JavaScript
|
2010-09-03 05:53:47 +00:00 |
|
Dongsheng Cai
|
93beda0490
|
MDL-23308, coursefiles plugin could return the file link instead of copying it
|
2010-09-03 04:14:29 +00:00 |
|
Andrew Davis
|
f5e2602aea
|
gradebook MDL-15457 hide grade item when activity is hidden in the course
|
2010-09-03 02:49:04 +00:00 |
|
Moodle Robot
|
5a5db5d211
|
Updated the HEAD build version to 20100903
|
2010-09-03 00:50:59 +00:00 |
|
AMOS bot
|
840bf19d80
|
Automatic installer lang files (20100903)
|
2010-09-03 00:40:08 +00:00 |
|
Petr Skoda
|
86f6eec327
|
MDL-23184 PARAM_CLEANHTML is work with real html markup only, it does not do our custom FORMAT_MOODLE tweaks anymore, luckily this was not supposed to be used before storage to database in 1.9, that means there should not be any BC issues;improved docs
|
2010-09-02 18:49:31 +00:00 |
|
Petr Skoda
|
f4091f8e37
|
MDL-23184 chat supports html only input
|
2010-09-02 18:42:29 +00:00 |
|
Petr Skoda
|
a8320bc431
|
MDL-23184 some TODOs for incorrect text cleaning
|
2010-09-02 18:41:38 +00:00 |
|
Petr Skoda
|
c4d7d72124
|
MDL-23184 user confirm improved param cleaning
|
2010-09-02 18:39:37 +00:00 |
|
Petr Skoda
|
9f75f77da3
|
MDL-23184 improved docs, do not show deprecated examples
|
2010-09-02 18:37:22 +00:00 |
|
Petr Skoda
|
965ccba9f4
|
MDL-23184 no need to clean searches, we use bound params now and we do not print it anywhere
|
2010-09-02 18:35:44 +00:00 |
|
Petr Skoda
|
72e9f8910d
|
MDL-23184 activity names are in fact dir names
|
2010-09-02 18:34:39 +00:00 |
|
Petr Skoda
|
b8ea3041eb
|
MDL-23184 activity names are now either PARAM_TEXT or PARAM_CLEANHTML, this should be more accurate
|
2010-09-02 18:29:39 +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
|
fb59f2f126
|
MDL-23184 CLEAN_PARAM explanation improved in unittests
|
2010-09-02 18:12:21 +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
|
7e4341f9f5
|
fixed php docs, PARAM_CLEANHTML does not strip backslashes anymore
|
2010-09-02 17:58:03 +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
|
44913c8d47
|
MDL-24063 finally after so many years developers have to specify parameter types in optional_param() and required_param() - the developers get standard PHP notices and debugging info, hopefully that will be enough to persuade everybody to stop abusing default PARAM_CLEAN; fixing php docs
|
2010-09-02 17:51:59 +00:00 |
|
Petr Skoda
|
40ea93a4fe
|
MDL-15897 fix strict comparison
|
2010-09-02 17:33:49 +00:00 |
|
Petr Skoda
|
b6059edcac
|
MDL-22959 PARA_TEXT multilang whitelisting cleanup; the text is no longer being processed by kses or htmlpurifier - this should fix some recent regressions, any xhtml strict tweaking should be done in format_string() if necessary; unit tests included
|
2010-09-02 17:30:00 +00:00 |
|
Tim Hunt
|
dc3e95c0d8
|
MDL-24060 Need a way to control whether html_to_text lists all links in the HTML
|
2010-09-02 13:06:17 +00:00 |
|
Petr Skoda
|
fd8a6a7354
|
MDL-24059 stripslashes TODO notes
|
2010-09-02 12:57:04 +00:00 |
|
Petr Skoda
|
00521032e9
|
MDL-24058 removing obsolte stripslashes
|
2010-09-02 12:56:26 +00:00 |
|
Petr Skoda
|
798b0b331b
|
MDL-24058 no stripslashes any more, removing
|
2010-09-02 12:49:53 +00:00 |
|
Petr Skoda
|
30c39ac54f
|
MDL-24058 no stripslashes any more
|
2010-09-02 12:49:29 +00:00 |
|
Petr Skoda
|
714dac9f7b
|
MDL-24058 magic quotes are being delat with in our lib/setup.php, no need to use them again in our heavily hacked quickforms
|
2010-09-02 12:47:59 +00:00 |
|
Petr Skoda
|
e6fec85d61
|
MDL-24058 removing forgotten stripslashes from gradebook, no magic quotes used any more
|
2010-09-02 12:44:58 +00:00 |
|
Petr Skoda
|
7270479f7d
|
MDL-24058 removing forgotten stripslashes, no magic quotes used any more
|
2010-09-02 12:44:27 +00:00 |
|
Petr Skoda
|
6847d8ca17
|
MDL-24058 fixing wron DML conversion
|
2010-09-02 12:43:26 +00:00 |
|
Petr Skoda
|
aab03169d7
|
MDL-24058 fixing docs
|
2010-09-02 12:41:58 +00:00 |
|
Petr Skoda
|
de08803f6c
|
MDL-24058 removing unnecessary addslashes
|
2010-09-02 12:41:30 +00:00 |
|
Petr Skoda
|
9cc41dfd6d
|
MDL-24058 replacing forbidden addslashes with something that is most probably completely useless
|
2010-09-02 12:40:34 +00:00 |
|
Petr Skoda
|
8866508f54
|
MDL-24058 just killing addslashes, no idea why we have this horrible code in CVS
|
2010-09-02 12:37:00 +00:00 |
|
Petr Skoda
|
9e07366784
|
MDL-24058 fixed JS string quoting
|
2010-09-02 12:35:47 +00:00 |
|
Petr Skoda
|
1d28bdbde1
|
MDL-24058 removed forgotten addslashes from feedback
|
2010-09-02 12:34:51 +00:00 |
|
Petr Skoda
|
24b8188960
|
MDL-24058 removed forgotted addslashes
|
2010-09-02 12:32:36 +00:00 |
|