Commit graph

10313 commits

Author SHA1 Message Date
Petr Skoda
b02558f04a fixed end of cluster scoring 2010-09-18 13:20:31 +00:00
Petr Skoda
1af24b0fc4 fixed typo preventing score update 2010-09-18 13:16:12 +00:00
Petr Skoda
7ef692b103 hopefully fixed undefined $t 2010-09-18 13:14:43 +00:00
Petr Skoda
18ac654eab fixed incorrect page id 2010-09-18 13:11:19 +00:00
Petr Skoda
df0442c67e more globals fixed 2010-09-18 13:07:45 +00:00
Petr Skoda
4f96fe55af another missing global 2010-09-18 13:06:03 +00:00
Petr Skoda
cc83b88002 fixed missing global 2010-09-18 13:05:42 +00:00
Petr Skoda
3983f2dcef added missing globals, strange this seemed to work.... 2010-09-18 13:04:10 +00:00
Petr Skoda
07aa46b334 spelling fix 2010-09-18 12:59:57 +00:00
Petr Skoda
a873afc1f7 fixed forced reparsing after update 2010-09-18 12:59:21 +00:00
Petr Skoda
fd876e1bb6 unterminated JS statement 2010-09-18 12:57:23 +00:00
Petr Skoda
46d39cf3bc variable initialisation 2010-09-18 12:56:54 +00:00
Petr Skoda
11cd754ed0 fixed notification 2010-09-18 12:55:07 +00:00
Petr Skoda
0bb69ab3ad fixed broken ratings fetching 2010-09-18 12:54:24 +00:00
Petr Skoda
91c49d9233 improved variable initialisation 2010-09-18 12:51:47 +00:00
Petr Skoda
91011b1831 fixed PHP strict object initialisation 2010-09-18 12:51:08 +00:00
Petr Skoda
a6807ceb04 fixed incorrect intersect copy/pasted from assignment module 2010-09-18 12:50:22 +00:00
Petr Skoda
436bbff379 fixed global DB 2010-09-18 12:49:43 +00:00
Petr Skoda
4fc649ae8c fixed use of $this->item 2010-09-18 12:49:16 +00:00
Petr Skoda
fa7f82beda initialized objects and improved coding style 2010-09-18 12:46:11 +00:00
Petr Skoda
cf792cfc13 fixed unfinished file api conversion 2010-09-18 12:42:06 +00:00
Petr Skoda
810860d25a fixed missing global 2010-09-18 12:40:24 +00:00
Petr Skoda
9d8de34633 unterminated JS statement 2010-09-18 12:37:06 +00:00
Petr Skoda
034ef76129 improved spelling 2010-09-18 12:31:20 +00:00
Petr Skoda
e9f80dffff fixed var name typo 2010-09-18 12:16:38 +00:00
Petr Skoda
26ab454870 fixed missing global 2010-09-18 12:16:02 +00:00
Petr Skoda
0b21e5885e improved PHPDocs 2010-09-18 12:15:36 +00:00
Petr Skoda
38e2712ff7 fixed invalid js init call 2010-09-18 12:14:20 +00:00
Petr Skoda
c5e5df54a6 fixed missing ; 2010-09-18 12:11:10 +00:00
Petr Skoda
b21f73c254 fixed unterminated JS statement 2010-09-18 12:10:32 +00:00
Petr Skoda
72d2982eb1 hmm, it is reset course not courses 2010-09-18 12:08:16 +00:00
Petr Skoda
91421f3ead a few spelling fixes 2010-09-18 12:07:01 +00:00
Petr Skoda
6b1564a866 improved defines coding style 2010-09-18 11:57:06 +00:00
Petr Skoda
d94278c7aa fixed incorrect $f 2010-09-18 11:56:01 +00:00
Petr Skoda
d8c05a383c fixed unterminated JS statement 2010-09-18 11:50:18 +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
Petr Skoda
4cc977a64d fixing messed up property_exists() regression - sorrrry 2010-09-17 20:36:49 +00:00
David Mudrak
5452309a58 NOMDL workshop: improved SQL execution, use one query instead of loop 2010-09-17 13:26:10 +00:00
David Mudrak
1149b075c7 MDL-24091 workshop: deleting orphaned subplugins data in an upgrade step 2010-09-17 13:25:45 +00:00
David Mudrak
346af1a431 MDL-24091 workshop: deleting subplugins data together with the workshop instance 2010-09-17 13:24:52 +00:00
Petr Skoda
eab8ed9fb7 fixed a few spelling errors in /admin/ 2010-09-17 10:27:26 +00:00
Petr Skoda
44d8a9409e fixed phpdocs param types 2010-09-17 09:33:05 +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
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
Andrew Davis
3b2b084554 activities MDL-24180 altered strings to help users understand the difference between the conditional activity available to/from dates and the individual activity available to/from dates 2010-09-17 01:37:29 +00:00
Eloy Lafuente
8ad6765887 NOBUG quiz - overview & responses reports fixes 2010-09-17 01:07:17 +00:00
Andrew Davis
4eaa964f24 filter MDL-23810 adding a flag to indicate when we're working in an embedded resource to prevent winding up with nested Moodles 2010-09-16 07:06:29 +00:00
Aparup Banerjee
b8f037ba81 assignment MDL-24106 some assignment changes were left out for offline assignment type , fixed processing grading. 2010-09-16 03:15:41 +00:00
Aparup Banerjee
fdeb3e1f3b data MDL-24131 fixed numeric field names throwing db error. numeric field names are not good for DB->sql_like() 2010-09-16 02:56:26 +00:00