]> git.mjollnir.org Git - moodle.git/log
moodle.git
15 years agoFix whitespace.
tjhunt [Fri, 12 Jun 2009 09:09:28 +0000 (09:09 +0000)]
Fix whitespace.

15 years agoMDL-14679 license header fixes
skodak [Fri, 12 Jun 2009 08:50:50 +0000 (08:50 +0000)]
MDL-14679 license header fixes

15 years agoMDL-14679 license header fixes
skodak [Fri, 12 Jun 2009 08:44:49 +0000 (08:44 +0000)]
MDL-14679 license header fixes

15 years agoMDL-19470 adding missing inline docs
skodak [Fri, 12 Jun 2009 08:27:19 +0000 (08:27 +0000)]
MDL-19470 adding missing inline docs

15 years agoMDL-19470 adding missing inline docs
skodak [Fri, 12 Jun 2009 08:15:53 +0000 (08:15 +0000)]
MDL-19470 adding missing inline docs

15 years agoMDL-19470 fixing DML license headers
skodak [Fri, 12 Jun 2009 08:14:29 +0000 (08:14 +0000)]
MDL-19470 fixing DML license headers

15 years agoMDL-19470 detection of nested transactions, only one level allowed
skodak [Fri, 12 Jun 2009 07:55:44 +0000 (07:55 +0000)]
MDL-19470 detection of nested transactions, only one level allowed

15 years agoXHTML strict.
tjhunt [Fri, 12 Jun 2009 07:30:07 +0000 (07:30 +0000)]
XHTML strict.

15 years ago"MDL-16596, remove inline css from filemanager"
dongsheng [Fri, 12 Jun 2009 05:59:43 +0000 (05:59 +0000)]
"MDL-16596, remove inline css from filemanager"

15 years ago"MDL-19002, implement attachment files limit in file picker"
dongsheng [Fri, 12 Jun 2009 05:57:25 +0000 (05:57 +0000)]
"MDL-19002, implement attachment files limit in file picker"

15 years agoajaxlib: MDL-16695 New page_requirements_manager class. Soon to replace require_js.
tjhunt [Fri, 12 Jun 2009 03:13:29 +0000 (03:13 +0000)]
ajaxlib: MDL-16695 New page_requirements_manager class. Soon to replace require_js.

This new class does the work that require_js used to do, and more.
It can track a number of different things that may be required to
be output somewhere on the page, including:

    * Links to JS files
    * Links to CSS files
    * Links to YUI libraries (this class knows about the dependancies between the different libs).
    * Skip links that go from the top of <body> to various places in the content.
    * Calls to JavaScript functions (for example to initialise things)
    * Bits of data from PHP that need to be available to JavaScript
    * As a special case of that, an easy way to pass language strings to JS.

The new API looks like

$PAGE->requires->css('mod/mymod/styles.css');
$PAGE->requires->js('mod/mymod/script.js');
$PAGE->requires->js('mod/mymod/small_but_urgent.js')->in_head();
$PAGE->requires->js_function_call('init_mymod', array($data))->on_dom_ready();

$PAGE->requires is the canonical instances of this new class.

The commit also includes unit tests, and hopefully the PHP doc comments are
clear enough that it is easy to understand.

15 years agoUpdated the HEAD build version to 20090612
moodlerobot [Fri, 12 Jun 2009 00:38:59 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090612

15 years agoAutomatic installer.php lang files by installer_builder (20090612)
moodlerobot [Fri, 12 Jun 2009 00:28:54 +0000 (00:28 +0000)]
Automatic installer.php lang files by installer_builder (20090612)

15 years agoMDL-19471 fixed PHP 5.3 compatibility
skodak [Thu, 11 Jun 2009 19:20:03 +0000 (19:20 +0000)]
MDL-19471 fixed PHP 5.3 compatibility

15 years agoMDL-17366 cleaning code ( space, indentation etc.)
pichetp [Thu, 11 Jun 2009 17:04:18 +0000 (17:04 +0000)]
MDL-17366 cleaning code ( space, indentation etc.)

15 years ago"MDL-17316, improve non-js file manager interface"
dongsheng [Thu, 11 Jun 2009 08:08:33 +0000 (08:08 +0000)]
"MDL-17316, improve non-js file manager interface"

15 years agoauthentication MDL-19182 split auth.php lang file into multiple files separate for...
jerome [Thu, 11 Jun 2009 03:34:46 +0000 (03:34 +0000)]
authentication MDL-19182 split auth.php lang file into multiple files separate for each plugin

15 years ago"MDL-17316, non-js file manager, support externel authentication"
dongsheng [Thu, 11 Jun 2009 02:54:33 +0000 (02:54 +0000)]
"MDL-17316, non-js file manager, support externel authentication"

15 years ago"MDL-17316, improve interface in non-js browser"
dongsheng [Thu, 11 Jun 2009 02:43:06 +0000 (02:43 +0000)]
"MDL-17316, improve interface in non-js browser"

15 years agoUpdated the HEAD build version to 20090611
moodlerobot [Thu, 11 Jun 2009 00:39:15 +0000 (00:39 +0000)]
Updated the HEAD build version to 20090611

15 years ago"MDL-13766, shouldn't check login in repository base class, because developer may...
dongsheng [Wed, 10 Jun 2009 08:46:31 +0000 (08:46 +0000)]
"MDL-13766, shouldn't check login in repository base class, because developer may define a session name later"

15 years agocssclasses MDL-17525 Added next and previous classes to quiz pagination links
samhemelryk [Wed, 10 Jun 2009 08:35:45 +0000 (08:35 +0000)]
cssclasses MDL-17525 Added next and previous classes to quiz pagination links

15 years agoXHTML strict!
tjhunt [Wed, 10 Jun 2009 03:54:22 +0000 (03:54 +0000)]
XHTML strict!

15 years agoUpdated the HEAD build version to 20090610
moodlerobot [Wed, 10 Jun 2009 00:38:19 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090610

15 years agoportfolio/mahara: php-doc for a confusing private method i didn't understand anymore
mjollnir_ [Tue, 9 Jun 2009 19:58:16 +0000 (19:58 +0000)]
portfolio/mahara: php-doc for a confusing private method i didn't understand anymore

15 years agoportfolio: removing suplerfluous error_log i forgot to remove earlier.
mjollnir_ [Tue, 9 Jun 2009 19:54:22 +0000 (19:54 +0000)]
portfolio: removing suplerfluous error_log i forgot to remove earlier.

15 years agoquizheader MDL-18896 Hides quiz closes and feedback if no quizzes use them
samhemelryk [Tue, 9 Jun 2009 08:31:18 +0000 (08:31 +0000)]
quizheader MDL-18896 Hides quiz closes and feedback if no quizzes use them
Note: Feedback will be shown if there are any possible feedbacks that may one day be used

15 years ago"MDL-17316, display attached files in non-js file manager"
dongsheng [Tue, 9 Jun 2009 06:43:38 +0000 (06:43 +0000)]
"MDL-17316, display attached files in non-js file manager"

15 years agobreadcrumb MDL-14133 One function missed during fix, got it this time
samhemelryk [Tue, 9 Jun 2009 06:31:20 +0000 (06:31 +0000)]
breadcrumb MDL-14133 One function missed during fix, got it this time

15 years agoresource MDL-18691 Implemented resource_get_name in one more place for dropdowns
samhemelryk [Tue, 9 Jun 2009 05:13:48 +0000 (05:13 +0000)]
resource MDL-18691 Implemented resource_get_name in one more place for dropdowns

15 years agoUpdated the HEAD build version to 20090609
moodlerobot [Tue, 9 Jun 2009 00:38:30 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090609

15 years agoMDL-19428: mform - Fixed the 'includenograde' option in modgrade type
sam_marshall [Mon, 8 Jun 2009 12:42:24 +0000 (12:42 +0000)]
MDL-19428: mform - Fixed the 'includenograde' option in modgrade type

15 years ago"MDL-16384, add text to descripe what is alfresco API url is"
dongsheng [Mon, 8 Jun 2009 06:36:38 +0000 (06:36 +0000)]
"MDL-16384, add text to descripe what is alfresco API url is"

15 years ago"MDL-17316, non-js file picker added"
dongsheng [Mon, 8 Jun 2009 06:25:53 +0000 (06:25 +0000)]
"MDL-17316, non-js file picker added"

15 years agoGroups MDL-19425 Added require_once that was missing
samhemelryk [Mon, 8 Jun 2009 05:54:18 +0000 (05:54 +0000)]
Groups MDL-19425 Added require_once that was missing

15 years agoquestion bank MDL-18822 Corrected merge error in HEAD, thanks Oleg for spotting
samhemelryk [Mon, 8 Jun 2009 03:23:24 +0000 (03:23 +0000)]
question bank MDL-18822 Corrected merge error in HEAD, thanks Oleg for spotting

15 years agoUpdated the HEAD build version to 20090608
moodlerobot [Mon, 8 Jun 2009 00:39:53 +0000 (00:39 +0000)]
Updated the HEAD build version to 20090608

15 years agoAutomatic installer.php lang files by installer_builder (20090608)
moodlerobot [Mon, 8 Jun 2009 00:29:40 +0000 (00:29 +0000)]
Automatic installer.php lang files by installer_builder (20090608)

15 years agoMDL-19416 fixed PHP 5.3 compatiblity issue - fixes weird use of constructors in quick...
skodak [Sun, 7 Jun 2009 09:43:27 +0000 (09:43 +0000)]
MDL-19416 fixed PHP 5.3 compatiblity issue - fixes weird use of constructors in quickforms

15 years agoMDL-17458 fixing installation regressions - can not edit new admin properly
skodak [Sun, 7 Jun 2009 09:40:27 +0000 (09:40 +0000)]
MDL-17458 fixing installation regressions - can not edit new admin properly

15 years agoMDL-17458 fixing installation regressions - no output and timeout
skodak [Sun, 7 Jun 2009 08:46:13 +0000 (08:46 +0000)]
MDL-17458 fixing installation regressions - no output and timeout

15 years agoUpdated the HEAD build version to 20090607
moodlerobot [Sun, 7 Jun 2009 00:38:10 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090607

15 years agoAutomatic installer.php lang files by installer_builder (20090607)
moodlerobot [Sun, 7 Jun 2009 00:28:19 +0000 (00:28 +0000)]
Automatic installer.php lang files by installer_builder (20090607)

15 years agoUpdated the HEAD build version to 20090606
moodlerobot [Sat, 6 Jun 2009 00:37:28 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090606

15 years agoMDL-19403 glossary settings - add support to pixpath. Credit goes to Red Morris ...
stronk7 [Fri, 5 Jun 2009 23:55:19 +0000 (23:55 +0000)]
MDL-19403 glossary settings - add support to pixpath. Credit goes to Red Morris ; merged from 19_STABLE

15 years agoMDL-19355 - portfolio - fix the formatting in the portfolio manage admin page
mjollnir_ [Fri, 5 Jun 2009 14:20:56 +0000 (14:20 +0000)]
MDL-19355 - portfolio - fix the formatting in the portfolio manage admin page

15 years agograder_report MDL-19007 Resolved alignment issue - Thanks Neil for the patch
samhemelryk [Fri, 5 Jun 2009 09:40:54 +0000 (09:40 +0000)]
grader_report MDL-19007 Resolved alignment issue - Thanks Neil for the patch

15 years agoquiz editing: MDL-19199 merged from HEAD. 2.0 can store decimals here, but we should...
tjhunt [Fri, 5 Jun 2009 09:25:34 +0000 (09:25 +0000)]
quiz editing: MDL-19199 merged from HEAD. 2.0 can store decimals here, but we should still be cleaning input.

15 years agoquestion bank: MDL-18822 Highlight the last question you edited in the list
tjhunt [Fri, 5 Jun 2009 08:30:53 +0000 (08:30 +0000)]
question bank: MDL-18822 Highlight the last question you edited in the list

Helpful if you need to edit a lot of questions - saves you from losing your place.
Idea and patch by Oleg Sychev.

15 years agoblocklib: MDL-19010 fix some minor problems with existing blocks.
tjhunt [Fri, 5 Jun 2009 08:28:45 +0000 (08:28 +0000)]
blocklib: MDL-19010 fix some minor problems with existing blocks.

15 years ago"MDL-16384, alfresco plugin, deal with session expired issue"
dongsheng [Fri, 5 Jun 2009 08:14:57 +0000 (08:14 +0000)]
"MDL-16384, alfresco plugin, deal with session expired issue"

15 years ago"MDL-16597, fixed delete existing draft files button"
dongsheng [Fri, 5 Jun 2009 07:18:42 +0000 (07:18 +0000)]
"MDL-16597, fixed delete existing draft files button"

15 years ago"MDL-16384, upgrade alfresco php library, fixed bugs in offical php sdk"
dongsheng [Fri, 5 Jun 2009 06:55:07 +0000 (06:55 +0000)]
"MDL-16384, upgrade alfresco php library, fixed bugs in offical php sdk"

15 years agoquiz reports: MDL-19205 Improved tooltips on individual question grades.
tjhunt [Fri, 5 Jun 2009 06:54:42 +0000 (06:54 +0000)]
quiz reports: MDL-19205 Improved tooltips on individual question grades.

15 years agoUpdated the HEAD build version to 20090605
moodlerobot [Fri, 5 Jun 2009 00:37:52 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090605

15 years agontlmsso login hook: MDL-18596 We need to call httpsrequired() before using httpswwwroot
iarenaza [Thu, 4 Jun 2009 22:24:13 +0000 (22:24 +0000)]
ntlmsso login hook: MDL-18596 We need to call httpsrequired() before using httpswwwroot
Merged from MOODLE_19_STABLE

15 years agoMDL-17327 data module - improve adv. search by avoiding all the extra joins when...
stronk7 [Thu, 4 Jun 2009 10:31:12 +0000 (10:31 +0000)]
MDL-17327 data module - improve adv. search by avoiding all the extra joins when getting max number of records ; merged from 19_STABLE

15 years ago"MDL-13766, ->pixpath doesn't work in web service, use ->httpswwwroot instead"
dongsheng [Thu, 4 Jun 2009 09:33:25 +0000 (09:33 +0000)]
"MDL-13766, ->pixpath doesn't work in web service, use ->httpswwwroot instead"

15 years agoxmldb editior: XHTML strict
tjhunt [Thu, 4 Jun 2009 07:39:52 +0000 (07:39 +0000)]
xmldb editior: XHTML strict

15 years ago"MDL-13766, repository api, fixed typeid value"
dongsheng [Thu, 4 Jun 2009 06:40:35 +0000 (06:40 +0000)]
"MDL-13766, repository api, fixed typeid value"

15 years agograder preport: XHTML strict
tjhunt [Thu, 4 Jun 2009 05:19:36 +0000 (05:19 +0000)]
grader preport: XHTML strict

15 years agoUpdated the HEAD build version to 20090604
moodlerobot [Thu, 4 Jun 2009 00:39:03 +0000 (00:39 +0000)]
Updated the HEAD build version to 20090604

15 years agoAutomatic installer.php lang files by installer_builder (20090604)
moodlerobot [Thu, 4 Jun 2009 00:29:00 +0000 (00:29 +0000)]
Automatic installer.php lang files by installer_builder (20090604)

15 years agoMDL-18976 simplexml ext now marked as required, credit goes to Dan Poltawski
skodak [Wed, 3 Jun 2009 21:15:47 +0000 (21:15 +0000)]
MDL-18976 simplexml ext now marked as required, credit goes to Dan Poltawski

15 years agoMDL-17491 ora 10 min required, no need for legacy hacks anymore
skodak [Wed, 3 Jun 2009 20:55:00 +0000 (20:55 +0000)]
MDL-17491 ora 10 min required, no need for legacy hacks anymore

15 years agoMDL-17020 pg 8.3 required, no need for legacy hacks anymore :-D
skodak [Wed, 3 Jun 2009 20:53:19 +0000 (20:53 +0000)]
MDL-17020 pg 8.3 required, no need for legacy hacks anymore :-D

15 years agoMDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless...
skodak [Wed, 3 Jun 2009 20:37:28 +0000 (20:37 +0000)]
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings

15 years agoMDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless...
skodak [Wed, 3 Jun 2009 20:25:27 +0000 (20:25 +0000)]
MDL-18293 $DB->something is using exceptions, no need for ifs there, removing useless strings

15 years agoMDL-18293 $DB->somethiong is using exceptions, no need for ifs there, removing useles...
skodak [Wed, 3 Jun 2009 20:16:20 +0000 (20:16 +0000)]
MDL-18293 $DB->somethiong is using exceptions, no need for ifs there, removing useless strings

15 years agoMDL-18293 $DB->somethiong is using exceptions, no need for ifs tehre, removing useles...
skodak [Wed, 3 Jun 2009 20:00:08 +0000 (20:00 +0000)]
MDL-18293 $DB->somethiong is using exceptions, no need for ifs tehre, removing useless strings

15 years agoMDL-19350 upgrade blocks - tiding up minor bits in repo plugins
stronk7 [Wed, 3 Jun 2009 17:31:09 +0000 (17:31 +0000)]
MDL-19350 upgrade blocks - tiding up minor bits in repo plugins

15 years agoMDL-19350 upgrade blocks - adding missing savepoints to question types
stronk7 [Wed, 3 Jun 2009 17:27:07 +0000 (17:27 +0000)]
MDL-19350 upgrade blocks - adding missing savepoints to question types

15 years agoMDL-19350 upgrade blocks - adding missing savepoints to mod/quiz/reports
stronk7 [Wed, 3 Jun 2009 17:16:01 +0000 (17:16 +0000)]
MDL-19350 upgrade blocks - adding missing savepoints to mod/quiz/reports

15 years agoMDL-19350 upgrade blocks - fixing minor bits in modules
stronk7 [Wed, 3 Jun 2009 17:01:51 +0000 (17:01 +0000)]
MDL-19350 upgrade blocks - fixing minor bits in modules

15 years agoMDL-19388 removing mysql bypass from 1.8-2.0 - we require UTF8, no bypass possible...
skodak [Wed, 3 Jun 2009 16:53:14 +0000 (16:53 +0000)]
MDL-19388 removing mysql bypass from 1.8-2.0 - we require UTF8, no bypass possible any more

15 years agoMDL-19350 upgrade blocks - adding missing savepoints to message/output
stronk7 [Wed, 3 Jun 2009 16:50:25 +0000 (16:50 +0000)]
MDL-19350 upgrade blocks - adding missing savepoints to message/output

15 years agoMDL-15249 support for environment test in cli scripts
skodak [Wed, 3 Jun 2009 16:24:00 +0000 (16:24 +0000)]
MDL-15249 support for environment test in cli scripts

15 years agoMDL-19350 upgrade review - adding missing savepoints to main upgrade.
stronk7 [Wed, 3 Jun 2009 15:18:53 +0000 (15:18 +0000)]
MDL-19350 upgrade review - adding missing savepoints to main upgrade.

15 years agoMDL-19350 upgrade review - savepoints added to enrol plugins
stronk7 [Wed, 3 Jun 2009 15:09:23 +0000 (15:09 +0000)]
MDL-19350 upgrade review - savepoints added to enrol plugins

15 years agoMDL-19350 upgrade review - adding missing savepoints to blocks
stronk7 [Wed, 3 Jun 2009 14:49:57 +0000 (14:49 +0000)]
MDL-19350 upgrade review - adding missing savepoints to blocks

15 years agotowards 2.0 DML
stronk7 [Wed, 3 Jun 2009 14:38:25 +0000 (14:38 +0000)]
towards 2.0 DML

15 years agoPassword expired change url: MDL-18719 If auth plugin doesn't provide a url, use...
iarenaza [Wed, 3 Jun 2009 14:23:14 +0000 (14:23 +0000)]
Password expired change url: MDL-18719 If auth plugin doesn't provide a url, use the standard one.
Merged from MOODLE_18_STABLE

15 years agoMDL-19364 Create new category in tree doesn't check for advanced grade_item fields...
skodak [Wed, 3 Jun 2009 08:57:01 +0000 (08:57 +0000)]
MDL-19364 Create new category in tree doesn't check for advanced grade_item fields, thanks Daniel Neis

15 years agoMDL-19378 fixed incorrect weight in category form; backported from STABLE
skodak [Wed, 3 Jun 2009 08:52:53 +0000 (08:52 +0000)]
MDL-19378 fixed incorrect weight in category form; backported from STABLE

15 years ago"MDL-15351, fixed undefined path variable"
dongsheng [Wed, 3 Jun 2009 08:38:52 +0000 (08:38 +0000)]
"MDL-15351, fixed undefined path variable"

15 years agoMDL-19352 maintenance mode reimplemented - now using$CFG + cli script
skodak [Wed, 3 Jun 2009 08:23:05 +0000 (08:23 +0000)]
MDL-19352 maintenance mode reimplemented - now using$CFG + cli script

15 years agoMDL-16231 reimplemented deleting of files + cron cleanup
skodak [Wed, 3 Jun 2009 08:10:21 +0000 (08:10 +0000)]
MDL-16231 reimplemented deleting of files + cron cleanup

15 years agogradelib MDL-19376 Fixed full view link
samhemelryk [Wed, 3 Jun 2009 04:09:33 +0000 (04:09 +0000)]
gradelib MDL-19376 Fixed full view link

15 years agoMDL-17366 modifying lang strings
pichetp [Wed, 3 Jun 2009 03:05:45 +0000 (03:05 +0000)]
MDL-17366  modifying lang strings

15 years agoMDL-17366 define CALCULATEDSIMPLE , used in xml/format.php
pichetp [Wed, 3 Jun 2009 03:04:04 +0000 (03:04 +0000)]
MDL-17366 define CALCULATEDSIMPLE , used in xml/format.php

15 years agoMDL-17366 detecting real number of data items in database and modifying lang strings
pichetp [Wed, 3 Jun 2009 03:01:37 +0000 (03:01 +0000)]
MDL-17366 detecting real number of data items in database and modifying lang strings

15 years agoUpdated the HEAD build version to 20090603
moodlerobot [Wed, 3 Jun 2009 00:38:31 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090603

15 years agoAutomatic installer.php lang files by installer_builder (20090603)
moodlerobot [Wed, 3 Jun 2009 00:28:52 +0000 (00:28 +0000)]
Automatic installer.php lang files by installer_builder (20090603)

15 years agoMDL-19374 fixed a typo.
mits [Tue, 2 Jun 2009 19:26:28 +0000 (19:26 +0000)]
MDL-19374 fixed a typo.

15 years agoMDL-17366 allow calculatedsimple question type XML import and export
pichetp [Tue, 2 Jun 2009 17:12:27 +0000 (17:12 +0000)]
MDL-17366 allow calculatedsimple question type XML import and export

15 years agoMDL-18405 formslib: split is_validated into two separate functions for more flexibili...
mjollnir_ [Tue, 2 Jun 2009 10:39:21 +0000 (10:39 +0000)]
MDL-18405 formslib: split is_validated into two separate functions for more flexibility for callers to override the default behaviour.  Merged from MOODLE_19_STABLE

15 years agotags formslib element: MDL-19264 array_combine barfs on empty arrays.
tjhunt [Tue, 2 Jun 2009 08:33:35 +0000 (08:33 +0000)]
tags formslib element: MDL-19264 array_combine barfs on empty arrays.

15 years ago"MDL-14651, fixed yui javascript path (since latest yui upgrade), setup in update...
dongsheng [Tue, 2 Jun 2009 05:24:24 +0000 (05:24 +0000)]
"MDL-14651, fixed yui javascript path (since latest yui upgrade), setup  in update script in order to get format_text worked"

15 years agolocal lang string: MDL-13001 fix docs to reflect how it really works.
tjhunt [Tue, 2 Jun 2009 04:13:05 +0000 (04:13 +0000)]
local lang string: MDL-13001 fix docs to reflect how it really works.

15 years agoUpdated the HEAD build version to 20090602
moodlerobot [Tue, 2 Jun 2009 00:37:59 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090602