Commit graph

44636 commits

Author SHA1 Message Date
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
David Mudrak
eef46586e9 NOMDL workshop: fixing correct arguments order after recent Petr's play with property_exists() 2010-09-17 23:43:25 +00:00
David Mudrak
8af229fe37 MDL-21382 mform: escape invalid characters when generating javascript validation function name
This patch fixes the support for addGroupRule in cases when the element
name contains invalid characters like square brackets (that is if the
group element is an array element).

Credit goes to Hubert Chathi for the solution and the patch provided.

Cherry-picked from MOODLE_19_STABLE
2010-09-17 22:44:53 +00:00
Petr Skoda
4cc977a64d fixing messed up property_exists() regression - sorrrry 2010-09-17 20:36:49 +00:00
Petr Skoda
b6265b7e37 fixing silyl property_exists() conversion + coding style 2010-09-17 20:32:34 +00:00
Petr Skoda
d68c56f2c6 coding style fix 2010-09-17 20:25:33 +00:00
Petr Skoda
40504474ae fixed duplicate id detection in get_records_sql() 2010-09-17 20:25:02 +00:00
Petr Skoda
440f65ebdb fixed property_exists 2010-09-17 20:23:29 +00:00
Petr Skoda
9d1ddd3743 fixed spelling errors 2010-09-17 20:20:24 +00:00
Petr Skoda
dd63e0ff65 fixed $table when throwing exception 2010-09-17 20:19:05 +00:00
Petr Skoda
4fdfe0d404 fixed table var 2010-09-17 20:18:41 +00:00
Petr Skoda
6142a4a5d2 fixed property_exists() 2010-09-17 20:13:23 +00:00