]>
git.mjollnir.org Git - moodle.git/log
samhemelryk [Wed, 9 Sep 2009 04:21:20 +0000 (04:21 +0000)]
navigation MDL-14632 Added Participants item to front page branch in settings block
samhemelryk [Wed, 9 Sep 2009 03:59:26 +0000 (03:59 +0000)]
navigation MDL-20234 Fixed bug with moveto icon action and added support for URL switching of dock state
nicolasconnault [Wed, 9 Sep 2009 03:52:49 +0000 (03:52 +0000)]
MDL-19756 Added $disabled value to html_link, which will be true if the link's URL compares with the $PAGE->url (order of params doesn't matter). A disabled link will render as italicised text by default.
nicolasconnault [Wed, 9 Sep 2009 03:28:26 +0000 (03:28 +0000)]
MDL-19756 Added $disabled value to html_link, which will be true if the link's URL compares with the $PAGE->url (order of params doesn't matter). A disabled link will render as italicised text by default.
nicolasconnault [Wed, 9 Sep 2009 03:26:18 +0000 (03:26 +0000)]
MDL-19792 Fixed number of bugs in URLs
samhemelryk [Wed, 9 Sep 2009 02:44:57 +0000 (02:44 +0000)]
blocks MDL-20206 Added checking to initialise block weight array outsite of min/max if blocks weight already exceeds that range
rwijaya [Wed, 9 Sep 2009 02:43:43 +0000 (02:43 +0000)]
tag logs MDL-19604 Add logging for tag editing/updates, merged from MOODLE19_STABLE
moodlerobot [Wed, 9 Sep 2009 00:38:24 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090909
mudrd8mz [Tue, 8 Sep 2009 21:45:44 +0000 (21:45 +0000)]
NOBUG: Added a new function handling with the grades precission
We should provide a common approach to float grade values so modules
will be consistent in grading algorithm. That is why I push it here.
Note that basically this complements grade_floats_different().
Used in Workshop 2.0.
samhemelryk [Tue, 8 Sep 2009 09:07:20 +0000 (09:07 +0000)]
navigation MDL-20235 Ignored active path for site course when in user context
nicolasconnault [Tue, 8 Sep 2009 08:58:45 +0000 (08:58 +0000)]
MDL-19825 Upgraded some of the code to the new OUTPUT functions, and fixed a bug that prevented correct output
samhemelryk [Tue, 8 Sep 2009 08:49:12 +0000 (08:49 +0000)]
navigation MDL-20227 Added compare function
This allows us to compare the modinfo stored in the cache with that against that active course
samhemelryk [Tue, 8 Sep 2009 08:43:44 +0000 (08:43 +0000)]
navigation MDL-20235 Added ignore_active method for navbar and corrected user/view
stronk7 [Tue, 8 Sep 2009 08:41:43 +0000 (08:41 +0000)]
Getting same records twice... ;-)
nicolasconnault [Tue, 8 Sep 2009 08:39:30 +0000 (08:39 +0000)]
MDL-19799 Upgraded calls to print_paging_bar
dongsheng [Tue, 8 Sep 2009 07:55:22 +0000 (07:55 +0000)]
"MDL-16597, support set primary file in resource module, add a parameter to filemanager element"
skodak [Tue, 8 Sep 2009 07:09:01 +0000 (07:09 +0000)]
MDL-20232 making "object" class extend stdClass - this greatly helps with type checking
nicolasconnault [Tue, 8 Sep 2009 05:36:45 +0000 (05:36 +0000)]
MDL-19792 Changed param id to entryid so that the navigation is built consistently with index.php. Also fixed the form which was broken
samhemelryk [Tue, 8 Sep 2009 03:46:52 +0000 (03:46 +0000)]
mod-quiz MDL-19813 Fixed regression missing global PAGE and OUTPUT
jerome [Tue, 8 Sep 2009 03:43:40 +0000 (03:43 +0000)]
output MDL-19077 when checkbox was set as not checked (value = 0), it was displayed as checked
samhemelryk [Tue, 8 Sep 2009 03:39:50 +0000 (03:39 +0000)]
chat MDL-19804 Fixed regression caused by page general type
Changed general type to embedded so blocks, header, and footer are not shown in chat user frame
nicolasconnault [Tue, 8 Sep 2009 03:33:20 +0000 (03:33 +0000)]
MDL-19756 Sending prepared classes for tbody of html_class
samhemelryk [Tue, 8 Sep 2009 03:28:56 +0000 (03:28 +0000)]
standardwhite MDL-20221 added embedded type to standardwhite as it was overriding standard config
Checked other themes and currently all others fine
nicolasconnault [Tue, 8 Sep 2009 03:20:21 +0000 (03:20 +0000)]
Fixed table width for "Edit categories and items" table
samhemelryk [Tue, 8 Sep 2009 03:19:11 +0000 (03:19 +0000)]
mod-assignment MDL-19803 Fixed regression, missing global PAGE
nicolasconnault [Tue, 8 Sep 2009 03:18:03 +0000 (03:18 +0000)]
MDL-19797 Added proper labels with accesshide class for all checkboxes
samhemelryk [Tue, 8 Sep 2009 03:16:23 +0000 (03:16 +0000)]
navigation MDL-20216 Fixed regression in course/modedit.php
nicolasconnault [Tue, 8 Sep 2009 03:05:09 +0000 (03:05 +0000)]
MDL-19792 Removed some legacy code and cleaned up the navigation for add/edit blog entry page
samhemelryk [Tue, 8 Sep 2009 02:41:51 +0000 (02:41 +0000)]
core MDL-19786 Deprecated print_header_simple function - now use PAGE and OUTPUT methods
samhemelryk [Tue, 8 Sep 2009 02:23:00 +0000 (02:23 +0000)]
core MDL-19786 Updated OUTPUT->header calls that were still using arguments
samhemelryk [Tue, 8 Sep 2009 02:16:33 +0000 (02:16 +0000)]
mod-wiki MDL-19817 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Tue, 8 Sep 2009 02:12:44 +0000 (02:12 +0000)]
mod-folder MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Tue, 8 Sep 2009 02:11:49 +0000 (02:11 +0000)]
mod-resource MDL-19814 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Tue, 8 Sep 2009 02:10:06 +0000 (02:10 +0000)]
mod-imscp MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Tue, 8 Sep 2009 02:09:07 +0000 (02:09 +0000)]
mod-url MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Tue, 8 Sep 2009 02:08:12 +0000 (02:08 +0000)]
mod-page MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Tue, 8 Sep 2009 02:05:11 +0000 (02:05 +0000)]
choice MDL-19805 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Tue, 8 Sep 2009 02:02:03 +0000 (02:02 +0000)]
mod-survey MDL-19816 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Tue, 8 Sep 2009 01:57:28 +0000 (01:57 +0000)]
quiz MDL-19813 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Tue, 8 Sep 2009 01:48:37 +0000 (01:48 +0000)]
question MDL-19797 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Tue, 8 Sep 2009 01:43:08 +0000 (01:43 +0000)]
question MDL-19820 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Tue, 8 Sep 2009 01:39:12 +0000 (01:39 +0000)]
lib MDL-19799 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Tue, 8 Sep 2009 01:33:56 +0000 (01:33 +0000)]
course MDL-19794 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
samhemelryk [Tue, 8 Sep 2009 01:30:04 +0000 (01:30 +0000)]
tag MDL-19823 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
moodlerobot [Tue, 8 Sep 2009 00:37:57 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090908
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