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
|
9f75f77da3
|
MDL-23184 improved docs, do not show deprecated examples
|
2010-09-02 18:37:22 +00:00 |
|
Petr Skoda
|
fb59f2f126
|
MDL-23184 CLEAN_PARAM explanation improved in unittests
|
2010-09-02 18:12:21 +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
|
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
|
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
|
5c38934703
|
MDL-16780, MDL-24058 removing AJAX from list of used libs too
|
2010-09-02 12:29:25 +00:00 |
|
Petr Skoda
|
c1c89e3b21
|
MDL-16780, MDL-24058 removing PHP4 JSON implementation and related AJAX pear stuff that is not used any more - it is buggy, so we would have to either fix it (waste of time) or we have to remove it; no core code is using this and contrib can be easily updated to use standard json_encode()
|
2010-09-02 12:27:47 +00:00 |
|
Petr Skoda
|
8f46ae619c
|
MDL-24058 fixed potential XSS
|
2010-09-02 12:19:08 +00:00 |
|
Petr Skoda
|
7d8f881a49
|
MDL-23997 using strings instead of integers in binding emulation - this should be compatible both with int and nvarchar sql types
|
2010-09-02 10:24:40 +00:00 |
|
Aparup Banerjee
|
d2d38c4651
|
lib MDL-23180 put in obviously missed global $CFG.
|
2010-09-02 06:34:48 +00:00 |
|
Andrew Davis
|
59ee314414
|
gradebook MDL-24045 added a guard for when the user report is accessed outside of a course context
|
2010-09-02 02:38:29 +00:00 |
|
Sam Marshall
|
51f96f5bd9
|
blocks MDL-24040 Creating course fails horribly if you make one of the default blocks invisible
|
2010-09-01 17:36:46 +00:00 |
|
Sam Marshall
|
46e1237279
|
Completion MDL-23995 Completion, availability data not deleted with modules/course
|
2010-09-01 17:02:56 +00:00 |
|
Petr Skoda
|
bb980cce0b
|
MDL-23997 even more unittests detecting failures in sqlsrv driver
|
2010-09-01 16:05:17 +00:00 |
|
Petr Skoda
|
057865c017
|
MDL-23997 more unittests detecting failures in sqlsrv driver
|
2010-09-01 15:54:16 +00:00 |
|
Andrew Davis
|
f9cd798c7e
|
rating MDL-23908 improved rating role tips
|
2010-08-31 07:59:32 +00:00 |
|
Eloy Lafuente
|
e016d12603
|
NOBUG mssql driver, fix some wrong uses recently introduced
|
2010-08-30 13:45:26 +00:00 |
|
Eloy Lafuente
|
41276c9ed8
|
MDL-23997 add some unconvertible contents to the tests, just to be sure
|
2010-08-30 12:24:42 +00:00 |
|
Eloy Lafuente
|
7a45a5f1ec
|
MDL-23997 modified char comparison tests to ensure they are executed without metadata at all
|
2010-08-30 12:05:35 +00:00 |
|
Eloy Lafuente
|
c899cbeae9
|
MDL-23997 re-added text comparison tests for bound query now using sql_compare_text() properly.
|
2010-08-30 11:46:34 +00:00 |
|
Petr Skoda
|
2a72392d59
|
MDL-23997 new tests for bound query compatibility - reverting text comparison, we need param type hints for that
|
2010-08-30 10:51:50 +00:00 |
|
Eloy Lafuente
|
78b3faa98c
|
NOBUG mssql - nasty regression causing silent script abort without notice at all, grrr.
|
2010-08-30 10:45:54 +00:00 |
|
Petr Skoda
|
9ac5fdf82b
|
MDL-23997 new tests for bound query compatibility
|
2010-08-30 08:28:18 +00:00 |
|
Dongsheng Cai
|
e921afa874
|
"MDL-23308, bring course files back"
|
2010-08-30 08:22:14 +00:00 |
|
Sam Hemelryk
|
9f5c39b527
|
blocks MDL-24002 Split block renderering into several smaller methods, one for each area of a block.
|
2010-08-30 06:57:05 +00:00 |
|
Sam Hemelryk
|
abaece1e26
|
navigation MDL-23981 Fixed up simpletests for the navigation
|
2010-08-30 02:50:22 +00:00 |
|
Petr Skoda
|
35b622e1f7
|
MDL-23984 fixed curl cache to use our default permissions
|
2010-08-29 17:09:33 +00:00 |
|
Petr Skoda
|
59333bc943
|
MDL-23991 not a nice hack for sending file as string content to zip packer
|
2010-08-29 16:44:32 +00:00 |
|
Petr Skoda
|
f2b7f45486
|
MDL-23949 ohlala, I have borked the capabilities preloading completely - sorry for the regression!!
|
2010-08-29 16:26:35 +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
|
4031f6a27c
|
MDL-23984 improved check_dir_exists() and make_upload_directory() incorrect permissions throw fatal exceptions by default; it is possible to create dirs outside of dataroot (necessary for custom dir locations); fixed Win32 compatibility in session_exists method
|
2010-08-29 14:33:39 +00:00 |
|
Petr Skoda
|
8d3bf3e0cd
|
MDL-23984 setting proper typo3 directory permissions
|
2010-08-29 14:31:08 +00:00 |
|
Petr Skoda
|
8b2ebe7f03
|
MDL-23984 improved dataroot validation
|
2010-08-29 14:14:21 +00:00 |
|
Petr Skoda
|
0bda70315b
|
MDL-23984 improved dataroot handling in installer
|
2010-08-29 11:33:04 +00:00 |
|
Petr Skoda
|
28326b2a6c
|
MDL-23984 dataroot module storage is not supported in 2.0
|
2010-08-29 10:57:42 +00:00 |
|
Petr Skoda
|
389d17f9cc
|
MDL-23985 removing all make_user_dir() and get_user_directories() usage
|
2010-08-29 09:50:36 +00:00 |
|
Petr Skoda
|
e0d8621854
|
MDL-23984 finally changing defaults for check_dir_exists() it should be now used mostly for temp and caches, because plugins have to use new file API; we also allow creation of dirs outside of dataroot in case somebody overrides paths in config.php such as langlocalroot
|
2010-08-29 09:36:21 +00:00 |
|
Petr Skoda
|
8b3c13d877
|
MDL-23984 implementing a bit different hack to force htmlpurifier to create dirs with our premissions, I suppose we should send a bit different patch upstream later (custom dir permission setting)
|
2010-08-29 09:16:38 +00:00 |
|
Petr Skoda
|
c004706bcd
|
MDL-23948 prevent HTMLPurifier from changing permissions in serializer code - we have a special setting for this in config.php already
|
2010-08-28 16:12:11 +00:00 |
|
Petr Skoda
|
a9eac775bd
|
MDL-23979 prevent logging of intentional errors when fetching feeds
|
2010-08-28 14:12:05 +00:00 |
|
Petr Skoda
|
a762ba7271
|
MDL-23980 importing latest 1.3dev - this should fix the url encode problem
|
2010-08-28 13:46:54 +00:00 |
|
Petr Skoda
|
f66af8875b
|
MDL-23979 fixed non standard entities result
|
2010-08-28 12:32:58 +00:00 |
|
Petr Skoda
|
61ca8f7331
|
MDL-23979 fixed old style url init
|
2010-08-28 12:29:58 +00:00 |
|
Petr Skoda
|
c80705a8c9
|
MDL-23979 modole_page does not throw exception any more if context not set
|
2010-08-28 12:28:01 +00:00 |
|