Commit graph

44636 commits

Author SHA1 Message Date
Dongsheng Cai
94c4bd488d "MDL-23990, fixed sql condition, repository recent plugin" 2010-08-30 04:16:12 +00:00
Sam Hemelryk
91a774e278 calendar MDL-23999 Fixed regression with renderer echoing rather than returning 2010-08-30 04:11:42 +00:00
Dongsheng Cai
1a22a422de "MDL-23910, fixed breadcrumb for backup files editing ui" 2010-08-30 03:44:44 +00:00
Aparup Banerjee
291ee13470 assignment MDL-23820 improved grading pages for file type assignments.
- uploadsingle response now uses file manager instead of file picker.
 - both uploadsingle and advancedupload assignment types have their grading pages with response file management in line (not a separate page).
 - bit of a css issue YUI's tree view rendering (a table) within a table that had borders is fixed.
2010-08-30 02:58:57 +00:00
Sam Hemelryk
abaece1e26 navigation MDL-23981 Fixed up simpletests for the navigation 2010-08-30 02:50:22 +00:00
Rossiani Wijaya
3542707903 MDL-10906 - unset config 'resource_allowlocalfiles'. 2010-08-30 02:31:11 +00:00
Sam Hemelryk
47e75d04b8 course MDL-23996 section names now used in jump to menu 2010-08-30 01:32:45 +00:00
Moodle Robot
61620866a1 Updated the HEAD build version to 20100830 2010-08-30 00:47:15 +00:00
Eloy Lafuente
aada726ccc MDL-22164 backup - clean already implemented old code (wip) 2010-08-30 00:27:38 +00:00
Eloy Lafuente
5095f3258f MDL-23479 backup - activity completion and availability implemented 2010-08-30 00:24:51 +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
35b622e1f7 MDL-23984 fixed curl cache to use our default permissions 2010-08-29 17:09:33 +00:00
Petr Skoda
c0c757120d MDL-23984 removing unnecessary temp dir when exporting all online assignments, fixing missing text_format 2010-08-29 16:54:03 +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
8512eebe07 MDL-23984 fixed filesystem repository to use our default permissions 2010-08-29 16:35:22 +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
77f6cb83c0 MDL-23984 removing unused error string 2010-08-29 15:28:38 +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
211c90081f MDL-22625 workaround for missing default timezone in CLI install 2010-08-29 14:15:43 +00:00
Petr Skoda
4ede587e28 MDL-22625 workaround for missing default timezone 2010-08-29 14:15:17 +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
81457bef51 MDL-23984 no coursefile dirs exist any more 2010-08-29 10:42:45 +00:00
Petr Skoda
fcab3e647e MDL-23984 using standard check_dir_exists() in latex 2010-08-29 10:12:42 +00:00
Petr Skoda
882efc3c8a MDL-23984 using standard check_dir_exists() in extlib 2010-08-29 10:12:20 +00:00
Petr Skoda
ab4aa56734 MDL-23984 using standard check_dir_exists() in community block 2010-08-29 10:10:08 +00:00
Petr Skoda
a085278203 MDL-14589 blocking execution of bb convert 2010-08-29 10:09:03 +00:00
Petr Skoda
bec167f34a MDL-16094 preventing execution of question code that is trying to access dataroot files - we must use new api instead 2010-08-29 10:00:18 +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
082ec753b5 MDL-23985 commenting out non-working code - we need to use new file api to get user pix 2010-08-29 09:45:31 +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
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
Moodle Robot
f753a9fb9f Updated the HEAD build version to 20100829 2010-08-29 00:47:04 +00:00
AMOS bot
efe87d7b57 Automatic installer lang files (20100829) 2010-08-29 00:40:09 +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
66f3df179d MDL-22657 removing post from install confirmation that was breaking lang selection 2010-08-28 14:22:26 +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
43ba7a54c2 MDL-23980 finally removed the sloppy urldecode() that was just a workaround for the regression in simplepie itself 2010-08-28 13:57:03 +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
Petr Skoda
04b32359bf MDL-23979 PARAM_CLEAN should not be used in new code at all ,there is nothing like universal cleaning, sorry 2010-08-28 12:25:14 +00:00