Commit graph

44242 commits

Author SHA1 Message Date
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
Petr Skoda
1dadfe15f2 MDL-23979 switching CFG->dirroot is a really bad idea, I borked this test when adding context parameter, but I am not going to fix it because moodle core functions can not work properly if you change dirroot on the fly, sorry; proper way would be to tweak the test class to use different direcotry 2010-08-28 12:20:09 +00:00
Petr Skoda
50999f1478 MDL-23979 adding missing context init code 2010-08-28 11:57:50 +00:00
Petr Skoda
847bed234d fixed a few comment typos 2010-08-28 11:54:24 +00:00
Petr Skoda
19e7a19289 NOBUG install.php cleanup + fixed recent siteguest regression + more diagnostics when creaeting users 2010-08-28 11:39:03 +00:00
Penny Leach
ebb7e78267 portfolio/leap2a MDL-23955 updated leap2a support to 2010-07 version 2010-08-28 10:00:27 +00:00
Moodle Robot
7817d7c65b Updated the HEAD build version to 20100828 2010-08-28 00:46:36 +00:00
Dongsheng Cai
4ef81b6cd8 "MDL-23917, fixed arrows in comments" 2010-08-27 10:02:02 +00:00
AMOS bot
77144b59a8 New language packs generated by AMOS 2010-08-27 09:42:22 +00:00
AMOS bot
77d8d9642d Automatic installer lang files (20100827) 2010-08-27 09:35:10 +00:00
Sam Hemelryk
483a47fac8 theme-boxxie MDL-23188 Added support for the custom menu. 2010-08-27 09:16:59 +00:00
Sam Hemelryk
471cf0b860 theme-binarius MDL-23188 Added support for the custom menu... remaining changes 2010-08-27 08:55:03 +00:00
Sam Hemelryk
12f6aaed9f theme-binarius MDL-23188 Added support for the custom menu 2010-08-27 08:52:46 +00:00
Andrew Davis
d34aa23839 backup MDL-23362 first commit for gradebook backup 2010-08-27 08:19:04 +00:00
Sam Hemelryk
6ec548345e theme-arialist MDL-23188 Added support for the custom menu 2010-08-27 08:18:08 +00:00
Andrew Davis
0067d939b4 backup MDL-23362 first commit for gradebookbackup 2010-08-27 08:11:25 +00:00
Dongsheng Cai
9e9dd1a356 "NOBUG, change loading image, comment api" 2010-08-27 07:21:54 +00:00
Aaron Barnes
b2f82f8099 course completion: MDL-2631 Fix use of tabs 2010-08-27 03:54:42 +00:00
Aaron Barnes
cba8b02635 course completion: MDL-2631 Display completion status more accurately 2010-08-27 03:52:05 +00:00
Sam Hemelryk
8c407e5872 NOBUG: Fixed spelling mistake, kudos to Andrew for spotting it 2010-08-27 03:01:19 +00:00
Sam Hemelryk
39ae5e541f navigation MDL-23953 initialise signature of global_navigation_for_ajax is the same as the class it extends 2010-08-27 02:09:07 +00:00
Sam Hemelryk
f5c1e62149 navigation MDL-23852 Added is_role_switched method to accesslib and implemented use of it 2010-08-27 01:44:25 +00:00
Jamie Pratt
00fa663431 MDL-20808 "Create AMF test client" this patch includes further improvements to test client 2010-08-27 01:16:01 +00:00
Moodle Robot
92aa545044 Updated the HEAD build version to 20100827 2010-08-27 00:48:03 +00:00
Aaron Barnes
3c63deb9a0 course completion: MDL-2631 Fix rare mark_completed bug 2010-08-26 23:08:58 +00:00
Aaron Barnes
70f25ccee4 course completion: MDL-2631 Only update passing grade if grade criteria enabled 2010-08-26 23:05:43 +00:00
Aaron Barnes
0b66f4e46f enrol/authorize: MDL-22777 deleting unused files (missed in previous commit) 2010-08-26 22:42:18 +00:00
Petr Skoda
492a55e7f2 MDL-23949 fixed use of invalid $USER before linked to session 2010-08-26 17:19:09 +00:00
Petr Skoda
3e359a08a0 NOBUG improved coding style - it is always better to use === when comparing strings 2010-08-26 16:28:28 +00:00
Petr Skoda
c126d45243 MDL-23948 ignore 'phpunit' folder when looking for plugins 2010-08-26 16:27:14 +00:00
Petr Skoda
fe79c400d9 MDL-23948 improved detection of config.php problems 2010-08-26 16:25:13 +00:00
Petr Skoda
1e36599bb0 MDL-23948 PHPUnit scripts are simply marked with define('PHPUNIT_SCRIPT', true) + simple require_once(dirname(dirname(dirname(__FILE__))).'/config.php'); 2010-08-26 16:13:17 +00:00
Petr Skoda
f14438dc4e MDL-23948 making $ACCESSLIB_PRIVATE proper global 2010-08-26 16:10:19 +00:00
Petr Skoda
b545e27a1c MDL-23949 fixed wrong preloading of caps caused by uninitialised $USER 2010-08-26 15:44:42 +00:00
Petr Skoda
b30fa33538 MDL-23948 we should make CFG global before assigning value to it, you could not include our config.php from non-global scope before which was breaking external stuff 2010-08-26 15:31:18 +00:00
Petr Skoda
56953adc5b MDL-23824 prevent header warnings on CLI after fatal config.php error detected 2010-08-26 14:57:32 +00:00
Petr Skoda
dd1a9e4cd4 completion is trying to modify current db, it should use test prefix, but no idea if it really works; at least this change should help prevent damage on production sites 2010-08-26 10:01:39 +00:00
Dongsheng Cai
a85265f486 "MDL-23917, fixed ignore_premission logic" 2010-08-26 09:25:13 +00:00
AMOS bot
d45c1ee51a Automatic installer lang files (20100826) 2010-08-26 08:56:15 +00:00
Petr Skoda
2b199e7c0b MDL-23885 fixed file api encapsulation and lowering number of direcories in zip files 2010-08-26 07:43:06 +00:00
Andrew Davis
d4514e46fc forum MDL-23388 altered the logic around making users exempt from the forum post threshold 2010-08-26 07:36:23 +00:00
Aparup Banerjee
f1af9d3511 assignment MDL-22852 changed url to moodle url. 2010-08-26 07:28:16 +00:00
Sam Hemelryk
05c92729f2 blocks MDL-23935 fixed abuse of moodle_page protected variables 2010-08-26 06:27:47 +00:00
Sam Hemelryk
136ca7c87d NOBUG: Tidied up coding style in navigationlib 2010-08-26 06:23:14 +00:00
Dongsheng Cai
6aef525df4 "MDL-23910, improved restore pre-ui, removed treeview, list backup files in tables and sorted by created time" 2010-08-26 06:19:46 +00:00