Commit graph

39163 commits

Author SHA1 Message Date
Dan Poltawski
fd7020c67f Missing global $OUTPUT decleration 2009-10-30 22:10:25 +00:00
Dan Poltawski
40fcf70c3d mod/assignment: MDL-16796 Support non-core assignment type titles
Without this patch, the add actvitiy drop down displays ugly
broken lang strings.

This is ugly - hopefully in Moodle 2.0 we will eventually support fully
pluggable architecture in a clean way.
2009-10-30 21:13:31 +00:00
Eloy Lafuente
a380f30158 MDL-20288 add_to_log() - No need for any check in 2.0 as far as
insert_record_raw() already hadles that for Oracle on binding.
Merged from 19_STABLE
2009-10-30 17:07:21 +00:00
Dan Poltawski
4973a4af56 admin/process_email MDL-20682 Incorrect file handled closed
Thanks to Andrew Nicols for the patch
2009-10-30 16:24:45 +00:00
Petr Skoda
50764d3790 MDL-20676 improved output buffer workaround when printing fatal errors 2009-10-30 13:44:07 +00:00
Petr Skoda
89bef76c12 MDL-20676 removed duplicated debug info in uncaught exceptions 2009-10-30 13:31:15 +00:00
Petr Skoda
dfe73ba8e1 MDL-20677 simplified debugging of deprecated use of error() 2009-10-30 13:29:14 +00:00
Petr Skoda
83267ec08a MDL-20677 simplified debugging of deprecated use of error() 2009-10-30 13:29:14 +00:00
Petr Skoda
a8ab8de959 MDL-20677 exception used in error() instead of print&die - this helps a lot when you need custom default exception handlers; it also reduces duplication in code 2009-10-30 13:12:45 +00:00
Petr Skoda
85309744d6 MDL-20676 improved protocol specification in fatal error headers - credit goes to Martin Langhoff 2009-10-30 12:46:16 +00:00
Petr Skoda
afda07d5eb MDL-20676 removed strange attempt to eliminate good old temporary error message 2009-10-30 12:29:32 +00:00
Martin Dougiamas
d34c1e9520 mod/url MDL-19756 Convert print_footer to OUTPUT->footer 2009-10-30 08:11:05 +00:00
Rossiani Wijaya
b1b4c2d75f course/view MDL-10142 AJAX move functionality on section content 2009-10-30 08:02:16 +00:00
Nicolas Connault
dc01eb84f2 MDL-19688 Recent blog entries block 2009-10-30 07:27:33 +00:00
Nicolas Connault
5a5cd650fc MDL-20995 Blog entries correctly displayed in activity reports 2009-10-30 07:27:19 +00:00
Nicolas Connault
730d28c53b MDL-19685 Upgraded blog_tags block so that it displays course-associated or module-associated tags on the appropriate pages 2009-10-30 07:27:02 +00:00
Nicolas Connault
6b157f87fa MDL-19687 MDL-19686 Completely rewrote the blog_menu block, so that it can be used as a sticky block and varies in content depending on the current page. 2009-10-30 07:26:50 +00:00
Nicolas Connault
b57d395965 MDL-19683 MDL-20300 MDL-20219 Interface for external blogs 2009-10-30 07:26:27 +00:00
Nicolas Connault
05de723b1b MDL-20328 New capabilities for blog 2009-10-30 07:26:11 +00:00
Nicolas Connault
1c7b8b934b MDL-19676 MDL-14408 MDL-8776 Blog improvements 2009-10-30 07:25:50 +00:00
Nicolas Connault
ec22ccd53a MDL-20523 Script for upgrading sites that use the old bloglevel settings. 2009-10-30 07:24:55 +00:00
Nicolas Connault
cc82aef6fa MDL-19754 New tables for blog, and upgrade script if needed 2009-10-30 07:24:34 +00:00
Sam Hemelryk
26f0525fa5 NOBUG: Testing CVS mailout for Jordan 2009-10-30 06:31:17 +00:00
Sam Hemelryk
13b0b27172 moodle_url MDL-20674 Added a method to allow the dev to set the anchor attribute of a moodle_url 2009-10-30 06:20:59 +00:00
Moodle Robot
7e0b616a4a Updated the HEAD build version to 20091030 2009-10-30 00:31:40 +00:00
Nicolas Connault
9d90b9980e MDL-20663 (Correctly) added sesskey confirmation 2009-10-29 09:01:58 +00:00
Nicolas Connault
21fafca9c8 MDL-20663 Added sesskey confirmation 2009-10-29 08:51:51 +00:00
Nicolas Connault
0c68d91621 MDL-20663 Fixed horrible security hole in ajax callbacks file 2009-10-29 08:37:37 +00:00
Nicolas Connault
6c096a496d MDL-20418 Entirely removed the duplication of code by refactoring the way the grader report is built. Uses $OUTPUT only now. 2009-10-29 08:14:40 +00:00
Sam Hemelryk
5f8bce506f javascript MDL-20662 Commited patch to fix old_onload_focus, thanks Nigel for the patch :) 2009-10-29 07:48:55 +00:00
Moodle Robot
7f4c382ac0 Updated the HEAD build version to 20091029 2009-10-29 00:33:11 +00:00
Dan Poltawski
d87234ced5 auth/mnet - MDL-16872 Fix incorrect use of clone() on arrays
Thanks to Nigel McNie for the patch
2009-10-28 11:16:57 +00:00
Moodle Robot
054bc15b02 Updated the HEAD build version to 20091028 2009-10-28 00:32:23 +00:00
Dan Poltawski
8ee8780ebf lib/dml - 'complicated sql' unit test MDL-19645
I have just added one specific example SQL syntax which was breaking on
earlier versions of sqlite. We need to add more variations used throughout
moodle so different engines can be properly tested for compatibility.
2009-10-27 23:25:07 +00:00
Nicolas Connault
bb9b58a61f MDL-12972 Added icons next to each student name in the grader report, which link to the student's user grades report. Merged FROM MOODLE_19_STABLE 2009-10-27 14:21:30 +00:00
Nicolas Connault
1a96363a9d MDL-15050 Grades entered/updated through grader report now get correctly displayed in course user activity reports (commenting on last commit). Merged from MOODLE_19_STABLE 2009-10-27 12:37:15 +00:00
Petr Skoda
4a2ff5e40b MDL-12886 support for custom test client forms in plugins 2009-10-27 09:32:36 +00:00
Martin Dougiamas
7fde45a7e6 accesslib - Remove some notices when user is not logged in 2009-10-27 09:31:46 +00:00
Petr Skoda
2cb1ee78e4 MDL-12886 refactoring: improved test client forms support; fixing external group functions 2009-10-27 09:27:34 +00:00
Moodle Robot
3c2fe13652 Updated the HEAD build version to 20091027 2009-10-27 00:32:36 +00:00
Petr Skoda
0f4e72dee7 MDL-12886 untested external groups API 2009-10-26 23:05:11 +00:00
Petr Skoda
4f0c6ad110 MDL-12886 inproved hadnling of bool ws params and return values 2009-10-26 22:39:08 +00:00
Petr Skoda
01482a4a14 MDL-17135 external token access support 2009-10-26 21:44:53 +00:00
David Mudrak
0524b1d98e MDL-20623 formslib: fixed multiple forms freezing
The singleton MoodleQuickForm_Renderer's property $this->_formTemplate
was set during the first frozen form display at a page and
such a frozen template remained for all other forms, too. This fix
returns the default form template for non-frozen forms.
2009-10-26 21:16:55 +00:00
Pierre Pichet
03adfa13e5 MDL-20585 correcting so that the confirm check button appears only on reload
if errors are detected but also correcting the test setting an error on confir line
 394
2009-10-26 21:00:04 +00:00
Petr Skoda
b8affd4c8a MDL-12886 support for ws cap names in core 2009-10-26 19:41:06 +00:00
Petr Skoda
dc3f5ffa12 MDL-12886 untested amf server 2009-10-26 19:30:12 +00:00
Petr Skoda
1942103f8b MDL-17135 external token access support 2009-10-26 19:10:20 +00:00
Eloy Lafuente
79a7bcfd0b MDL-20591 IMS-CC import: Integration committed. Next weeklies will include it. Merged from 19_STABLE 2009-10-26 09:21:50 +00:00
Sam Hemelryk
3d97797bdb navigation MDL-20543 Fixed remove_child and simpletests 2009-10-26 06:08:47 +00:00