Commit graph

44947 commits

Author SHA1 Message Date
Penny Leach
2ae76ab6ed portfolio MDL-24267 fixing misnamed variable 2010-09-18 11:50:39 +00:00
Petr Skoda
d8c05a383c fixed unterminated JS statement 2010-09-18 11:50:18 +00:00
Penny Leach
86fef7764a portfolio MDL-24266 fixing a typo in class name instance of check found by petr's insane new toy 2010-09-18 11:50:12 +00:00
Petr Skoda
042a84038c fixed missing globals 2010-09-18 11:45:59 +00:00
Petr Skoda
676a5e6a88 bad luck, qti_two needs to be converted to new file api 2010-09-18 11:43:59 +00:00
Petr Skoda
672945b489 PHP4 not used any more 2010-09-18 11:42:02 +00:00
Petr Skoda
07ea95609a fixed time limit 2010-09-18 11:41:16 +00:00
Petr Skoda
caad849b33 fixed missing userid 2010-09-18 11:40:52 +00:00
Petr Skoda
2be77520c9 fixed unterminated JS statements 2010-09-18 11:36:48 +00:00
Petr Skoda
64942a9d65 fixed broken enrol description fetching 2010-09-18 11:35:22 +00:00
Petr Skoda
0b03619469 initialize objects 2010-09-18 11:32:56 +00:00
Petr Skoda
6e4c374d46 fixed missing global 2010-09-18 11:32:28 +00:00
Petr Skoda
6ab00ccee7 helping IDEs with undefined variable detection 2010-09-18 11:29:45 +00:00
Petr Skoda
e71ea28fc8 opps, removing obsolete config.php deletion - this function is now used from different installers, admins will have to delete config.php manually... 2010-09-18 11:29:10 +00:00
Petr Skoda
d3674ef70b removed bogus code + spelling fix 2010-09-18 11:27:06 +00:00
Petr Skoda
6c6b2b1024 adding missing global breaking some mnet jumping 2010-09-18 11:24:21 +00:00
Petr Skoda
09511cd3be fixing whitespace and commenting on some suspicious code 2010-09-18 11:23:46 +00:00
Petr Skoda
e05fbdd8d8 fixed invalid font substr 2010-09-18 11:21:42 +00:00
Petr Skoda
230405214f fixed fatal dml conversion regression 2010-09-18 11:20:21 +00:00
Petr Skoda
90b2d8f012 fixed misspelled error tracing 2010-09-18 11:19:58 +00:00
Petr Skoda
7875b1fdfd fixed invalid context creation call 2010-09-18 11:19:37 +00:00
Petr Skoda
2343f963da removed undefined function call 2010-09-18 11:18:06 +00:00
Petr Skoda
b2db46eccc fixed few more problems in deprecated functions 2010-09-18 11:16:45 +00:00
Petr Skoda
1028ffe191 fixed invalid object creation 2010-09-18 11:15:45 +00:00
Petr Skoda
b28242d303 fixed invalid method call 2010-09-18 11:15:15 +00:00
Petr Skoda
8d3f06f7fa fixed undefined function 2010-09-18 11:14:09 +00:00
Petr Skoda
dbd5682d11 fixed missing params 2010-09-18 11:10:58 +00:00
Petr Skoda
3757b59f5a fixed regressions after second outputlib refactoring 2010-09-18 11:09:54 +00:00
Petr Skoda
b8468965ec fixed invalid return 2010-09-18 11:06:12 +00:00
Petr Skoda
667c0ae175 fixed unterminated JS statements 2010-09-18 11:04:02 +00:00
Petr Skoda
adc31ef5d9 spelling fixes 2010-09-18 11:00:48 +00:00
Petr Skoda
99edf902e8 removed some unused local variables 2010-09-18 10:59:29 +00:00
Petr Skoda
c983324336 fixed invalid form setType() call 2010-09-18 10:56:15 +00:00
Petr Skoda
520ab2b1b0 removed unnecessary break that was breaking code inspection 2010-09-18 10:51:24 +00:00
Petr Skoda
7def9d4345 improved docs 2010-09-18 10:50:50 +00:00
Petr Skoda
c10244114a spelling improvements 2010-09-18 10:46:53 +00:00
Petr Skoda
22a9b6d873 fixed phpdocs and marked methods as static 2010-09-18 10:43:50 +00:00
Petr Skoda
d306751695 fixed unterminated JS statements 2010-09-18 10:37:19 +00:00
Petr Skoda
42d121d7ba unterminated JS statement 2010-09-18 10:35:55 +00:00
Petr Skoda
5d92c29c15 fixed spelling 2010-09-18 10:35:05 +00:00
Petr Skoda
d3427cfe9f removing unused variables 2010-09-18 10:33:26 +00:00
Petr Skoda
8a680500c6 fixed phpdocs and incorrect exception names 2010-09-18 10:31:31 +00:00
Petr Skoda
08b4939be9 improved coding style, removing unused globals 2010-09-18 10:28:12 +00:00
Petr Skoda
0c3314ff16 fixed phpdocs and fatal error in delete method 2010-09-18 10:24:35 +00:00
Petr Skoda
c4f710a9a8 fixed spelling typo 2010-09-18 10:21:09 +00:00
Petr Skoda
f65405d0c2 spelling fixes 2010-09-18 10:14:46 +00:00
Penny Leach
ab23e6e2f5 portfolio MDL-24263 removing conditional use of $this inside a static method 2010-09-18 08:42:44 +00:00
Pierre Pichet
82d7795c96 MDL-24261 Remove $question->correctanswer = ($falseanswer->fraction != 0); 2010-09-18 02:24:09 +00:00
Moodle Robot
4fa48cbbaa Updated the HEAD build version to 20100918 2010-09-18 00:51:50 +00:00
David Mudrak
76b3d9093a MDL-24238 workshop: button to show all participants again after successful manual allocation
This replaces the closer of the status message. That bits of UI come
from very early times of workshop development and might be replaced
completely.
2010-09-18 00:25:04 +00:00