9850 Commits

Author SHA1 Message Date
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
Martin Dougiamas
38015ff926 MDL-22551 Grr fixed typo. Do what I say, not what I do. 2010-09-16 02:14:02 +00:00
Martin Dougiamas
c1b47d948d forum MDL-22551 Merged 1.9 fix for "In-Reply-To" and "References" headers in mails for first post of a thread 2010-09-16 01:52:22 +00:00
Dan Marsden
946b6f0ded SCORM MDL-24217 correct handling of suspend icon and fix SCORM 2004 usage of cmi.core.exit - thanks to Valerian for report/fix 2010-09-15 21:27:41 +00:00
Eloy Lafuente
b9077c2e5c MDL-24177 backup - delete some lines causing mess in source lesson because of some lines I left by mistake in my prev commit. :-( 2010-09-15 19:47:35 +00:00
Petr Skoda
650462dfac MDL-24211 events subsystem cleanup and improvements
* handlers can be defined as internal or external
* external handlers are not called instantly when inside DB transaction
* code cleanup
* more robust detection of broken handlers
* refixed unit tests
* removing all pending events from 1.9 - these can not be processed due to encoding changes
* finally using real 'component' in handlers table
2010-09-15 15:55:18 +00:00
Aparup Banerjee
89970a1368 lesson MDL-24174 fixed image urls to rewrite in answer feedback pages. 2010-09-15 06:58:39 +00:00
Sam Hemelryk
c00037cd3a Forum MDL-24212 Added clearfix class to the discussioncontrols div as it is floated by default. 2010-09-15 03:37:47 +00:00
Eloy Lafuente
3643aadf80 MDL-24177 backup - fix page next/prev ids to be propely mapped 2010-09-14 08:58:24 +00:00
Dongsheng Cai
529817c8ab CHAT MDL-8224, use json encoded success message 2010-09-14 07:33:40 +00:00
Andrew Davis
c40ec29f2c data MDL-24180 altered the view from/to strings to make it clearer what they mean 2010-09-14 02:20:24 +00:00
Sam Hemelryk
b4a3af713f lesson MDL-24084 Fixed double formating of lesson page content on expanded view 2010-09-13 09:50:15 +00:00
Jordi Piguillem
0269a79200 [MDL-23140]
Adding some format_string and text
2010-09-10 11:08:49 +00:00
Jordi Piguillem
110f4c9331 [MDL-23140]
Adding some format_text and format_string everywhere in pagelib
2010-09-10 10:45:04 +00:00