44430 Commits

Author SHA1 Message Date
Petr Skoda
a1d6c4cd07 arrgh, fixing incorrect fix in my previous commit 2010-09-16 17:00:53 +00:00
Petr Skoda
34cf276871 fixed syntax errors in progress bar - is anybody using it? 2010-09-16 16:44:55 +00:00
Petr Skoda
4bc685df16 fixing undefined OUTPUT 2010-09-16 16:43:29 +00:00
Petr Skoda
5e26145d22 removing unused function with syntax error 2010-09-16 16:42:56 +00:00
Eloy Lafuente
fc92674d7a MDL-21432 backup - keep any empty() value to offset unmodified 2010-09-16 10:07:32 +00:00
Andrew Davis
0df2981f32 backup MDL-23362 commented out annotation of old/new ids for grade_grades and grade_settings as I dont think theyre required 2010-09-16 09:39:22 +00:00
jerome mouneyrac
0bb7789a70 community hub MDL-24232 use $this->instance->parentcontextid instead $this->page->course->id in community block 2010-09-16 09:38:52 +00:00
Andrew Davis
b8040c830e backup MDL-23362 added grade_settings to backup and restore 2010-09-16 09:08:38 +00:00
David Mudrak
60dfef5b82 NOMDL report_cutomlang: fixed ILIKE SQL escaping after recent improvements of sql_like() 2010-09-16 09:03:54 +00:00
David Mudrak
0f07802493 MDL-15457 gradebook: fixing a regression, plain fetch() does not work with modules having multiple grade items per instance such as workshop 2010-09-16 08:16:26 +00:00
Andrew Davis
e101180d18 backup MDL-23362 removed grade_letter context id from the backup 2010-09-16 08:08:40 +00:00
Dongsheng Cai
e929eda61e MDL-24157, remove instance_delete function block, it is supposed to used to display comments only 2010-09-16 08:00:31 +00:00
Dongsheng Cai
c343ddf84e MDL-24157, clean up page_comments when reseting courses 2010-09-16 07:38:52 +00:00
Petr Skoda
27323c97ab MDL-19057 more tests for unlikely id reuse 2010-09-16 07:38:36 +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
jerome mouneyrac
c25662b0e4 web service MDL-23338 clean up Service editing page + delete token related to a service when delete service (display warning on confirmation page) + fix glitch on the navigation with 'Register your site' and 'Edit service' pages (they are now hidden and the parent page link is displayed) 2010-09-16 04:21:52 +00:00
Sam Hemelryk
224020ac1a course-completion MDL-24145 Course reset now has option for course completion data 2010-09-16 04:14:46 +00:00
Sam Hemelryk
3991bd7d69 course-import MDL-24176 Added mimetype mapping for moodle backup files to get_file_packer 2010-09-16 03:56:44 +00:00
Sam Hemelryk
74535bb575 course-import MDL-24176 Fixed regression caused by custom backup extension+mimetype 2010-09-16 03:51:30 +00:00
Sam Hemelryk
5d38bd8c02 course completion MDL-24145 Course completion information is cleared by reset_course_contents 2010-09-16 03:45:28 +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
Moodle Robot
604c3afe72 Updated the HEAD build version to 20100916 2010-09-16 00:51:32 +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
565adcaa66 MDL-24211 fixing my previous sloppy commit 2010-09-15 16:02:14 +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
Eloy Lafuente
d90e49f238 MDL-22179 backup - ensure we have the old/new courseid mapping available always 2010-09-15 13:43:06 +00:00
Eloy Lafuente
cfea745e41 NOBUG: Restore section names and descriptions when restoring deleting. Somehow related wit Q3 @ MDL-24219 2010-09-15 10:58:13 +00:00
Tim Hunt
488706558f blocks upgrade MDL-22693 We also need to drop another old index, on sites that were upgraded from 1.9 2010-09-15 10:25:09 +00:00
Andrew Davis
9a20df967d backup MDL-23362 updated gradebook backup and restore based on Eloy's feedback 2010-09-15 09:35:28 +00:00
Dongsheng Cai
b3ea9cb2ec MDL-21432, mbz icon 2010-09-15 09:30:14 +00:00
jerome mouneyrac
56c6138029 community hub MDL-24215 change the site secret key for get_site_identifier in the registration process => increase the DB field size + change the confirmation form to the get_site_identifier TEXT format 2010-09-15 08:50:32 +00:00
Sam Hemelryk
58d89c2467 navigation MDL-24216 rebuild_course_cache now clears all navigation caches at the same time 2010-09-15 08:33:00 +00:00
Sam Hemelryk
12f701f173 navigation MDL-24216 Tweaked the navigation clear cache method to remove all navigation caches 2010-09-15 08:32:15 +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
1433768899 navigation MDL-24214 Hidden categories are now dealt with correctly by the navigation 2010-09-15 06:02:02 +00:00
Dongsheng Cai
bf413f6fe9 MDL-24210, added course context to get_instances method 2010-09-15 05:53:44 +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
Moodle Robot
0b5dd5257b Updated the HEAD build version to 20100915 2010-09-15 00:53:36 +00:00
Eloy Lafuente
58328ce8a6 MDL-23362 backup - on restore detect missing modules / skipped activities, for gradebook. 2010-09-14 22:59:43 +00:00
Petr Skoda
d87b5a5da0 MDL-17491 fixed notice typo 2010-09-14 21:13:33 +00:00
Petr Skoda
2eff97b726 MDL-17491 removing unused password workaround, adding note that some special chars are discouraged in oracle db passwords 2010-09-14 21:13:03 +00:00
Petr Skoda
bd3e0b205d MDL-17491 oracler driver diagnostics - tells admins to install PL/SQL packages 2010-09-14 20:59:46 +00:00
Petr Skoda
b968cf3501 MDL-19057 simplified fake conditions, no need to bind params here 2010-09-14 19:19:30 +00:00
Petr Skoda
4a8b5434e5 MDL-19057 fixed incorrect use of conditions 2010-09-14 19:17:56 +00:00
Petr Skoda
ebb8d35846 MDL-19057 fixed param test 2010-09-14 18:45:58 +00:00
Petr Skoda
524ad88107 fixed funny initialisation of static local variable 2010-09-14 16:14:19 +00:00