]>
git.mjollnir.org Git - moodle.git/log
mudrd8mz [Mon, 7 Sep 2009 15:04:11 +0000 (15:04 +0000)]
NOBUG: Re-fix: wrong brackets in the previous commit, sorry
mudrd8mz [Mon, 7 Sep 2009 14:45:20 +0000 (14:45 +0000)]
NOBUG: better handling of {module}_pluginfile() return values
{module}_pluginfile() should either send the file or
send_file_not_found() or print an error and terminate or whatever, it
should never return to the caller
nicolasconnault [Mon, 7 Sep 2009 10:01:26 +0000 (10:01 +0000)]
MDL-19792 Applied Sam's patch
samhemelryk [Mon, 7 Sep 2009 08:10:42 +0000 (08:10 +0000)]
feedback MDL-19807 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
stronk7 [Mon, 7 Sep 2009 08:05:01 +0000 (08:05 +0000)]
fixed notice (and bug) introduced by MDL-19787
samhemelryk [Mon, 7 Sep 2009 07:33:41 +0000 (07:33 +0000)]
course MDL-19794 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 07:29:07 +0000 (07:29 +0000)]
portfolio MDL-19819 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 07:28:49 +0000 (07:28 +0000)]
survey MDL-19816 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 07:20:14 +0000 (07:20 +0000)]
core MDL-19799 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 06:43:02 +0000 (06:43 +0000)]
group MDL-19798 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 06:28:37 +0000 (06:28 +0000)]
lesson MDL-19812 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 06:23:46 +0000 (06:23 +0000)]
assignments MDL-19803 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 06:18:27 +0000 (06:18 +0000)]
backup MDL-19789 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 06:04:46 +0000 (06:04 +0000)]
gradebook MDL-19797 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 05:43:15 +0000 (05:43 +0000)]
notes MDL-19806 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 05:31:58 +0000 (05:31 +0000)]
notes MDL-19818 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 04:11:32 +0000 (04:11 +0000)]
files MDL-19799 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 04:08:56 +0000 (04:08 +0000)]
mod-chat MDL-19804 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 03:55:32 +0000 (03:55 +0000)]
mod-hotpot MDL-19810 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 03:20:35 +0000 (03:20 +0000)]
mod-glossary MDL-19809 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 03:16:52 +0000 (03:16 +0000)]
navigation MDL-14632 Fixed bug whereby active module may not be marked as active
samhemelryk [Mon, 7 Sep 2009 02:43:28 +0000 (02:43 +0000)]
theme MDL-19824 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 02:40:34 +0000 (02:40 +0000)]
repository MDL-19821 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Mon, 7 Sep 2009 02:36:39 +0000 (02:36 +0000)]
question MDL-19820 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
dongsheng [Mon, 7 Sep 2009 02:20:42 +0000 (02:20 +0000)]
"MDL-14651, fixed chat_format_userlist"
samhemelryk [Mon, 7 Sep 2009 02:11:54 +0000 (02:11 +0000)]
mod-quiz MDL-19813 Updated print_header and build_navigation to OUTPUT and PAGE equivalents
moodlerobot [Mon, 7 Sep 2009 00:37:22 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090907
pichetp [Sun, 6 Sep 2009 20:34:09 +0000 (20:34 +0000)]
MDL-19418 Correcting expression by escaping ~ so that it is interpreted as a charracter
pichetp [Sun, 6 Sep 2009 19:06:23 +0000 (19:06 +0000)]
MDL-20176 Eliminate all PARAM_CLEAN, MDL-17366 cleaning code
dongsheng [Sun, 6 Sep 2009 09:24:57 +0000 (09:24 +0000)]
"MDL-14651, fixed duplicate users in list, add language string"
moodlerobot [Sun, 6 Sep 2009 00:36:50 +0000 (00:36 +0000)]
Updated the HEAD build version to
20090906
dongsheng [Sat, 5 Sep 2009 18:46:02 +0000 (18:46 +0000)]
"MDL-8224, use embedded layout in gui_header_js UI, add a css to gui_basic UI"
dongsheng [Sat, 5 Sep 2009 18:41:25 +0000 (18:41 +0000)]
"MDL-14651, improve ajax chat module"
dongsheng [Sat, 5 Sep 2009 18:22:36 +0000 (18:22 +0000)]
"MDL-20221, hide header and navigation in embedded layout"
mudrd8mz [Sat, 5 Sep 2009 17:32:10 +0000 (17:32 +0000)]
NOBUG: Fixed bug in $PAGE->set_url() when moodle_url passed
When moodle_url was passed as a param to set_url(), the str_replace() kept
the leading '/' in the $shorturl. This then led to the <body> classes
like '-mod-workshop' instead of correct 'mod-workshop' (the slash
replaced with minus sign).
moodlerobot [Sat, 5 Sep 2009 00:37:33 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090905
mudrd8mz [Fri, 4 Sep 2009 21:53:24 +0000 (21:53 +0000)]
Fixing an incorrect concatenate of CSS classes arrays
array + array does not add new items if their numeric keys are the same. This
lead to the bug that add_classes() did not work correctly.
dongsheng [Fri, 4 Sep 2009 09:50:46 +0000 (09:50 +0000)]
"MDL-14651, fixed typo and set page type as form"
jerome [Fri, 4 Sep 2009 09:25:55 +0000 (09:25 +0000)]
web service MDL-12886 internal web service discovery function
samhemelryk [Fri, 4 Sep 2009 08:43:49 +0000 (08:43 +0000)]
navigationMDL-20216 Moved type argument to third argument
samhemelryk [Fri, 4 Sep 2009 08:16:21 +0000 (08:16 +0000)]
navigation MDL-14632 stopped set_user_pref from firing at page load if things were moved to the sidebar
samhemelryk [Fri, 4 Sep 2009 07:41:21 +0000 (07:41 +0000)]
navigation MDL-14632 Wrapping if in brackets just to be safe
samhemelryk [Fri, 4 Sep 2009 07:34:39 +0000 (07:34 +0000)]
search MDL-19822 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants
samhemelryk [Fri, 4 Sep 2009 07:24:58 +0000 (07:24 +0000)]
lib MDL-19799 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants
samhemelryk [Fri, 4 Sep 2009 07:15:26 +0000 (07:15 +0000)]
assignment MDL-19803 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants
moodler [Fri, 4 Sep 2009 07:11:39 +0000 (07:11 +0000)]
grade/report/grader MDL-20222 Define a variable as empty array to avoid notice when no users in gradebook
nicolasconnault [Fri, 4 Sep 2009 07:09:45 +0000 (07:09 +0000)]
MDL-19676 Replaced magpie with simplepie
dongsheng [Fri, 4 Sep 2009 06:48:26 +0000 (06:48 +0000)]
"MDL-16596, make non-js filemanager identical to ajax filemanager, added more language strings"
samhemelryk [Fri, 4 Sep 2009 06:29:26 +0000 (06:29 +0000)]
enrol MDL-19795 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants
samhemelryk [Fri, 4 Sep 2009 05:50:21 +0000 (05:50 +0000)]
forum MDL-19808 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants
dongsheng [Fri, 4 Sep 2009 05:38:03 +0000 (05:38 +0000)]
"MDL-20221, fixed typo of embedded"
dongsheng [Fri, 4 Sep 2009 05:26:18 +0000 (05:26 +0000)]
"MDL-20221, create a embeded layout for iframe, or other embeded page, it doesn't have footer and header"
samhemelryk [Fri, 4 Sep 2009 04:26:50 +0000 (04:26 +0000)]
calendar MDL-19793 Upgraded print_header and build_navigation calls to OUTPUT/PAGE equivilants
samhemelryk [Fri, 4 Sep 2009 03:58:05 +0000 (03:58 +0000)]
navigation MDL-20218 global_navigation::load_for_user now looks for course id from PAGE first
nicolasconnault [Fri, 4 Sep 2009 03:40:01 +0000 (03:40 +0000)]
MDL-19676 Started to use new navigation code
samhemelryk [Fri, 4 Sep 2009 03:18:02 +0000 (03:18 +0000)]
navigation MDL-20216 Refactored add arguments
Moved $action argument from arg5 to arg2
samhemelryk [Fri, 4 Sep 2009 03:12:01 +0000 (03:12 +0000)]
navigation MDL-20216 Refactored add arguments
Moved $action argument from arg5 to arg2
pichetp [Fri, 4 Sep 2009 02:09:23 +0000 (02:09 +0000)]
MDL-20189 correcting for the value of correctanswerlength on calculated export
samhemelryk [Fri, 4 Sep 2009 01:41:51 +0000 (01:41 +0000)]
scorm MDL-19815 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
nicolasconnault [Fri, 4 Sep 2009 01:07:19 +0000 (01:07 +0000)]
MDL-19676 Blog improvements
nicolasconnault [Fri, 4 Sep 2009 00:48:49 +0000 (00:48 +0000)]
MDL-19676 Blog improvements
moodlerobot [Fri, 4 Sep 2009 00:38:10 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090904
nicolasconnault [Fri, 4 Sep 2009 00:36:43 +0000 (00:36 +0000)]
MDL-19676 Blog improvements
nicolasconnault [Thu, 3 Sep 2009 23:35:43 +0000 (23:35 +0000)]
MDL-20203 Added support for disabled attribute for inputs and select options
nicolasconnault [Thu, 3 Sep 2009 23:31:49 +0000 (23:31 +0000)]
MDL-19756 Enabled use of <td> in table headers, and added support for disabled attribute for checkboxes and select options
samhemelryk [Thu, 3 Sep 2009 08:58:41 +0000 (08:58 +0000)]
message MDL-19801 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
samhemelryk [Thu, 3 Sep 2009 08:47:24 +0000 (08:47 +0000)]
course MDL-19794 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
moodler [Thu, 3 Sep 2009 08:27:30 +0000 (08:27 +0000)]
$PAGE MDL-19077 fix call to set_url to make it handle https
moodler [Thu, 3 Sep 2009 08:14:04 +0000 (08:14 +0000)]
$PAGE MDL-19077 Call set_url on login page explicitly to avoid warnings
samhemelryk [Thu, 3 Sep 2009 08:05:42 +0000 (08:05 +0000)]
admin MDL-19799 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
samhemelryk [Thu, 3 Sep 2009 08:02:59 +0000 (08:02 +0000)]
admin MDL-19799 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
jerome [Thu, 3 Sep 2009 07:50:47 +0000 (07:50 +0000)]
MDL-19788 fix unknown $OUTPUT variable
jerome [Thu, 3 Sep 2009 07:48:10 +0000 (07:48 +0000)]
MDL-19182 fix unknown $OUTPUT variable
moodler [Thu, 3 Sep 2009 07:47:43 +0000 (07:47 +0000)]
lib/pagelib Improved the debugging message about set_url
samhemelryk [Thu, 3 Sep 2009 06:59:25 +0000 (06:59 +0000)]
admin MDL-19799 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
dongsheng [Thu, 3 Sep 2009 06:53:40 +0000 (06:53 +0000)]
"MDL-16596, imporve non-javascript file manager, add useful functions to filelib"
dongsheng [Thu, 3 Sep 2009 06:31:10 +0000 (06:31 +0000)]
"MDL-19654, added path parameter for folder"
samhemelryk [Thu, 3 Sep 2009 06:04:29 +0000 (06:04 +0000)]
login MDL-19800 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
samhemelryk [Thu, 3 Sep 2009 05:40:41 +0000 (05:40 +0000)]
auth MDL-19788 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
samhemelryk [Thu, 3 Sep 2009 05:31:38 +0000 (05:31 +0000)]
admin MDL-19787 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
samhemelryk [Thu, 3 Sep 2009 05:11:33 +0000 (05:11 +0000)]
admin MDL-19787 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
dongsheng [Thu, 3 Sep 2009 03:37:55 +0000 (03:37 +0000)]
"MDL-13766, improve repository module to support file manager and disable draft plugin in filemanager"
dongsheng [Thu, 3 Sep 2009 03:12:24 +0000 (03:12 +0000)]
"MDL-15351, improve local plugin to support new file manager"
moodlerobot [Thu, 3 Sep 2009 00:38:15 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090903
mudrd8mz [Wed, 2 Sep 2009 22:04:32 +0000 (22:04 +0000)]
NOBUG: Fixed incorrect use of $OUTPUT, leading to empty page instead of an error message
stronk7 [Wed, 2 Sep 2009 16:24:43 +0000 (16:24 +0000)]
Proper connection exception handling in the DB functional tests.
dongsheng [Wed, 2 Sep 2009 09:20:47 +0000 (09:20 +0000)]
"MDL-13766, add a parameter for file manager"
dongsheng [Wed, 2 Sep 2009 08:57:50 +0000 (08:57 +0000)]
"MDL-13766, fixed bug of local repository plugin"
samhemelryk [Wed, 2 Sep 2009 08:36:16 +0000 (08:36 +0000)]
user MDL-19825 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
jerome [Wed, 2 Sep 2009 07:19:26 +0000 (07:19 +0000)]
web services MDL-12886 ws params: when the algo cleans a list of param, only the first element of the list is cleaned (fixed) + web service description includes service name
samhemelryk [Wed, 2 Sep 2009 07:08:33 +0000 (07:08 +0000)]
navigation MDL-14632 Fixed navbar bug whereby if no active pages were found in either navigation or settings
`home` was not added to the navbar
samhemelryk [Wed, 2 Sep 2009 06:50:14 +0000 (06:50 +0000)]
generator MDL-17057 Fixed several bugs in generator that were stopping it from working
dongsheng [Wed, 2 Sep 2009 05:43:01 +0000 (05:43 +0000)]
"MDL-16596, improved non-js filemanager, 1. supported subfolder 2. browse draft area 3. create new folder 4. zip folder & unzip archiev"
jerome [Wed, 2 Sep 2009 03:58:09 +0000 (03:58 +0000)]
web services MDL-12886 ws params: objects into an object were not cleaned, neither documented
jerome [Wed, 2 Sep 2009 03:36:52 +0000 (03:36 +0000)]
web services MDL-12886 remove library functions from previous web service description design
moodlerobot [Wed, 2 Sep 2009 00:38:17 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090902
stronk7 [Tue, 1 Sep 2009 16:31:09 +0000 (16:31 +0000)]
MDL-17969 mssql (freetds/odbtp) native driver. Now supporting DB sessions
with proper locking.
mudrd8mz [Tue, 1 Sep 2009 14:15:49 +0000 (14:15 +0000)]
NOBUG: Fixed confirm() - two buttons "Yes" were displayed
Also, I change the default labels to Continue/Cancel. It is not good for
UI consistency to have Yes/No is string URL is passed and
Continue/Cancel if moodle_url is passed.
Removing the check against empty button->text as it has always the
default value "Yes".
skodak [Tue, 1 Sep 2009 09:26:43 +0000 (09:26 +0000)]
MDL-20191 more plugin uninstall cleanup and improvements
jerome [Tue, 1 Sep 2009 08:52:28 +0000 (08:52 +0000)]
web services MDL-12886 trivial change