Commit graph

44636 commits

Author SHA1 Message Date
Petr Skoda
10b9cd4110 no globals hint 2010-09-17 09:57:36 +00:00
Petr Skoda
1af9ee3d2f coding style hint - no globals! 2010-09-17 09:57:10 +00:00
Petr Skoda
904fa9716d initialised object 2010-09-17 09:56:32 +00:00
Petr Skoda
d85f263446 fixed undefined variable group name 2010-09-17 09:54:01 +00:00
Petr Skoda
48265158dc fixed typo - not a real bug 2010-09-17 09:52:39 +00:00
Penny Leach
90636e2b41 portfolio MDL-24251 make sure $PAGE context is set up properly 2010-09-17 09:39:56 +00:00
Petr Skoda
adfc4d7c25 commenting out unused code so that it does not confuse IDEs 2010-09-17 09:39:00 +00:00
Petr Skoda
b475d8bd34 fixed incorrect use of DML method 2010-09-17 09:38:15 +00:00
Petr Skoda
db82872e06 fixed phpdocs param type in require_login() 2010-09-17 09:34:05 +00:00
Petr Skoda
44d8a9409e fixed phpdocs param types 2010-09-17 09:33:05 +00:00
Petr Skoda
395a095ec9 fixed missing globals breaking health tests 2010-09-17 09:30:09 +00:00
Sam Hemelryk
f3e5bf8642 course MDLSITE-972 Fixed course names names not being displayed on /course/ 2010-09-17 08:49:19 +00:00
Sam Hemelryk
621ee955fe NOBUG: enrolments - fixed typo, thanks Petr for spotting 2010-09-17 08:23:40 +00:00
Petr Skoda
17b7171655 initialised variables 2010-09-17 08:15:17 +00:00
Petr Skoda
96e1fdf426 missing global preventing full debug during upgrade as was planned 2010-09-17 08:14:29 +00:00
Petr Skoda
f87cab2a0f cosmetic typo fix 2010-09-17 08:13:28 +00:00
Petr Skoda
7c25ee0f73 fixed multiple missing globals causing regressions especially for opentogoogle access 2010-09-17 08:11:47 +00:00
Petr Skoda
39f4aedf3b initialized object 2010-09-17 08:06:15 +00:00
Petr Skoda
bd348bdaa4 fixed missing global causing regression 2010-09-17 08:05:35 +00:00
Petr Skoda
6e6e3881fe fixed cosmetic problem, the global variable was doing nothing there but anyway 2010-09-17 08:04:01 +00:00
Petr Skoda
79beb849bd fixed json error reporting problem 2010-09-17 08:02:32 +00:00
Petr Skoda
e1a5a9cccb fixed spacer regression 2010-09-17 08:01:16 +00:00
Petr Skoda
8f0fe0b8b1 fixed missing global causing regression 2010-09-17 08:00:29 +00:00
Petr Skoda
0e688e1297 fixed notice 2010-09-17 07:59:42 +00:00
Sam Hemelryk
aa54831894 backup MDL-22254 Implemented course completion skip criteria for module criteria that cannot be restored. Cheers Eloy for spotting. 2010-09-17 07:58:36 +00:00
Petr Skoda
03dd057556 fixed missing global regression 2010-09-17 07:58:04 +00:00
Petr Skoda
ba4082f51d fixed typo breaking curl option 2010-09-17 07:55:44 +00:00
Petr Skoda
5ec77a3de0 initialize object before use 2010-09-17 07:54:32 +00:00
Petr Skoda
9311b925c6 initialized variable before include and fixed wrong require() 2010-09-17 07:52:06 +00:00
Petr Skoda
7604f5c1b0 commenting out unused broken code so that it does not irritate IDEs 2010-09-17 07:49:39 +00:00
Petr Skoda
9a8abf13b4 minor IDE tweak - prevents undefined warning 2010-09-17 07:47:46 +00:00
Petr Skoda
d361c804a4 fixed broken fetching of module versions 2010-09-17 07:46:03 +00:00
Petr Skoda
976dc837fd fixed broken subplugin uninstallation 2010-09-17 07:43:26 +00:00
Petr Skoda
707c9e8b47 fixed one more missing global 2010-09-17 07:41:03 +00:00
Petr Skoda
343d3582bb fixed missing global $ACCESSLIB_PRIVATE minor problems 2010-09-17 07:40:19 +00:00
Petr Skoda
5fd9e798dc fixed missing global $USER causing regressions 2010-09-17 07:39:48 +00:00
Petr Skoda
2fb3434554 fixed missing global causing regressions 2010-09-17 07:39:14 +00:00
Petr Skoda
fafa57e972 MDL-24245 groups now respected if capability not specified in enrolment sql - thanks Sam for discovering this + fixed typos in variable names that were causing other bugs 2010-09-17 07:37:51 +00:00
Andrew Davis
07f05a04b1 rating MDL-23933 Removed a bunch of no longer used strings and moved rating strings into the rating lang file.
AMOS BEGIN
 MOV [couldnotdeleteratings,mod_forum],[couldnotdeleteratings,core_rating]
 MOV [aggregatenone,mod_forum],[aggregatenone,core_rating]
 MOV [aggregateavg,mod_forum],[aggregateavg,core_rating]
 MOV [aggregatecount,mod_forum],[aggregatecount,core_rating]
 MOV [aggregatemax,mod_forum],[aggregatemax,core_rating]
 MOV [aggregatemin,mod_forum],[aggregatemin,core_rating]
 MOV [aggregatesum,mod_forum],[aggregatesum,core_rating]
AMOS END
2010-09-17 06:32:46 +00:00
Sam Hemelryk
d7eeb39ed7 NOBUG: Removed deprecated mktime arg from dayofweek func in moodlelib 2010-09-17 04:21:18 +00:00
Sam Hemelryk
c1422316bf backup MDL-24219 Fixed up dependencies JS for mforms 2010-09-17 03:30:15 +00:00
Sam Hemelryk
10618448c8 backup MDL-24219 Tidied up restore destination forms 2010-09-17 03:16:39 +00:00
Andrew Davis
bfc7353d96 gradebook MDL-23928 fixed grade history recording to correctly save the user id of the user making the change pt 2 2010-09-17 03:08:45 +00:00
Sam Hemelryk
bd39b6f226 backup MDL-22254 Added backup and restore of course completion information 2010-09-17 03:04:55 +00:00
Andrew Davis
f64e29e133 gradebook MDL-23928 fixed grade history recording to correctly save the user id of the user making the change 2010-09-17 03:02:27 +00:00
jerome mouneyrac
a0a036ff1d registration MDL-24215 fix navigation + crumb trail + hardcoded admin folder 2010-09-17 02:53:49 +00:00
Sam Hemelryk
c7bb34b626 mod-assignment MDL-23848 Merged to head: students can now view previously submit assignments if they no longer have the submit capability. 2010-09-17 02:52:24 +00:00
Sam Hemelryk
c971c34c71 enrolments MDL-24246 Fixed up broken groups sql 2010-09-17 02:43:02 +00:00
jerome mouneyrac
09d2da6ecc community hub MDL-24243 course listing improvement 2010-09-17 02:30:55 +00:00
jerome mouneyrac
fb6b45426f community hub MDL-24243 course listing improvement 2010-09-17 02:23:50 +00:00