43966 Commits

Author SHA1 Message Date
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
Sam Hemelryk
70a102385f backup MDL-23918 Fixed up wording in the backup and restore stages. 2010-08-26 05:17:46 +00:00
Sam Hemelryk
bf6d283e9b backup MDL-23904 Tweaking core CSS for backups 2010-08-26 03:29:32 +00:00
Andrew Davis
750925e2e4 rating MDL-23908 made some progress resolving the get roles with capability problem 2010-08-26 02:58:55 +00:00
Sam Hemelryk
83c000d9b5 backup MDL-23904 Backup and restore UI improvements 2010-08-26 02:18:13 +00:00
Andrew Davis
c2a4f885b4 backup MDL-23885 committing Eloys patch so backup works with the revised file area system 2010-08-26 02:15:11 +00:00
Sam Hemelryk
5e60ed9b25 forms MDL-23891 Fixed up IE bug in JavaScript for finding reset buttons 2010-08-26 02:05:47 +00:00
Moodle Robot
191224cc3a Updated the HEAD build version to 20100826 2010-08-26 00:46:43 +00:00
Petr Skoda
d0b6f92a23 MDL-23885 flattening filepool directory structure - hopefully this will lower the number of directories but still keep a reasonable number of files in each directory on large installs; see tracker for more details 2010-08-25 21:45:34 +00:00
Petr Skoda
d533e6d7e3 MDL-23925 hopefully finalised unit tests for case and accent insensitive problems 2010-08-25 20:26:23 +00:00
Tim Hunt
ea9dbf24c5 quiz MDL-23937 fix broken URL. 2010-08-25 15:58:26 +00:00
Tim Hunt
de58c9c498 Make the answer entry box as big as will fit. 2010-08-25 15:21:33 +00:00
David Mudrak
5e90252679 MDL-23934 customlang: MySQL does not like SELECT field, * 2010-08-25 11:52:49 +00:00
Petr Skoda
915ee3f9df MDL-23925 completely reverting binary comparison hack, we have to instruct admins to setup case+accent sensitive collation as default instead 2010-08-25 11:18:37 +00:00
Petr Skoda
5a9c25e8fc MDL-23925 more unit tests that should help with diagnostics of collation issues; fixed utf-8 issues with first char of my nick 2010-08-25 10:14:47 +00:00
Petr Skoda
9a1e8c5e52 MDL-23925 reverting changes, we need to fix uniqueness and collation issues first 2010-08-25 09:35:18 +00:00
Helen Foster
1ab0d50b80 MDL-20514 help string rewording 2010-08-25 09:32:45 +00:00
Dongsheng Cai
2be0842e6b "NOBUG rename username from comment api, it supposed to be secret" 2010-08-25 09:11:36 +00:00
Andrew Davis
52eac7506c rating MDL-23908 reformated the rating role hints 2010-08-25 09:00:56 +00:00
Petr Skoda
2396a414e8 MDL-23927 improved guest handling 2010-08-25 08:58:22 +00:00
Petr Skoda
b3df176457 MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case in MySQL 2010-08-25 08:56:07 +00:00
Petr Skoda
629e12fd81 MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case in MySQL 2010-08-25 08:43:42 +00:00
Petr Skoda
04aec3dacf MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case in MySQL 2010-08-25 08:32:59 +00:00
Petr Skoda
c924a469a6 MDL-23927 do not use = 'guest' because we have CFG->siteguest AND it matches any other username with accents and different case 2010-08-25 08:30:52 +00:00
Petr Skoda
e08a6ee417 MDL-21782 guest filed is not in course table any more 2010-08-25 08:25:38 +00:00
Dongsheng Cai
e6efa0cfdb "MDL-23917, fixed the capability check, comment api" 2010-08-25 08:20:46 +00:00
Andrew Davis
cae4e0781d rating MDL-23908 moved a string
AMOS BEGIN
 MOV [aggregatetype_help,mod_forum],[aggregatetype_help,core_rating]
AMOS END
2010-08-25 08:03:23 +00:00