]> git.mjollnir.org Git - moodle.git/log
moodle.git
15 years agoquiz: MDL-20420 Not all quizzes use best grade (e.g. some use average). Change column...
tjhunt [Sun, 4 Oct 2009 18:49:08 +0000 (18:49 +0000)]
quiz: MDL-20420 Not all quizzes use best grade (e.g. some use average). Change column title.

15 years agoblocks upgrade: MDL-19511 Oops. contextid is unsigned, so use 0 as a dummy value...
tjhunt [Sun, 4 Oct 2009 18:20:08 +0000 (18:20 +0000)]
blocks upgrade: MDL-19511 Oops. contextid is unsigned, so use 0 as a dummy value, not -1

15 years agoUpdated the HEAD build version to 20091004
moodlerobot [Sun, 4 Oct 2009 00:37:34 +0000 (00:37 +0000)]
Updated the HEAD build version to 20091004

15 years agoinstall: MDL-20417 Install was failing on upgradesettings.php
tjhunt [Sat, 3 Oct 2009 09:02:21 +0000 (09:02 +0000)]
install: MDL-20417 Install was failing on upgradesettings.php

Only $PAGE->generaltype 'maintenance' works before the site is fully installed.
We were specifying that on all other relevant pages, but it was missed out here.

15 years agorevert last change. I used the wrong commit comment and it was totally misleading.
tjhunt [Sat, 3 Oct 2009 08:56:59 +0000 (08:56 +0000)]
revert last change. I used the wrong commit comment and it was totally misleading.
Will recommit with a good comment.

15 years agooutput: MDL-19797 fix some fallback code in print_header.
tjhunt [Sat, 3 Oct 2009 08:54:30 +0000 (08:54 +0000)]
output: MDL-19797 fix some fallback code in print_header.

15 years agogroups: NOBUG fix syntax error seen on http://moodle.org/mod/cvsadmin/view.php?tab...
tjhunt [Sat, 3 Oct 2009 07:57:50 +0000 (07:57 +0000)]
groups: NOBUG fix syntax error seen on http://moodle.org/mod/cvsadmin/view.php?tab=syntax

PHP Fatal error:  Can't use function return value in empty call.

15 years agoMDL-16940 Applied the patch for visibility of dropdown menus in course view for IE6...
nicolasconnault [Sat, 3 Oct 2009 02:32:13 +0000 (02:32 +0000)]
MDL-16940 Applied the patch for visibility of dropdown menus in course view for IE6 when AJAX is on. Merged from MOODLE_19_STABLE

15 years agoMDL-20415 Modified the behaviour of AJAX moving of sections when in "weekly" format...
nicolasconnault [Sat, 3 Oct 2009 01:53:17 +0000 (01:53 +0000)]
MDL-20415 Modified the behaviour of AJAX moving of sections when in "weekly" format, so that dates don't get moved along with the sections. This reflects the final, saved state. Merged from MOODLE_19_STABLE

15 years agoUpdated the HEAD build version to 20091003
moodlerobot [Sat, 3 Oct 2009 00:37:19 +0000 (00:37 +0000)]
Updated the HEAD build version to 20091003

15 years agomultichoice question help file: MDL-16791 corrected wording thanks to Ralf Hilgenstock
wildgirl [Fri, 2 Oct 2009 13:27:50 +0000 (13:27 +0000)]
multichoice question help file: MDL-16791 corrected wording thanks to Ralf Hilgenstock

15 years agoMDL-18469 Minor changes to restore silenty/import before implementing checksum. Merge...
stronk7 [Fri, 2 Oct 2009 12:50:19 +0000 (12:50 +0000)]
MDL-18469 Minor changes to restore silenty/import before implementing checksum. Merged from 19_STABLE

15 years agoMDL-12886 external lib parameter validation routine + some unit tests
skodak [Fri, 2 Oct 2009 12:13:56 +0000 (12:13 +0000)]
MDL-12886 external lib parameter validation routine + some unit tests

15 years agoNOBUG: Fixed PAGE->set_url() regression
mudrd8mz [Fri, 2 Oct 2009 11:42:53 +0000 (11:42 +0000)]
NOBUG: Fixed PAGE->set_url() regression

$PAGE->set_url() is already properly called by admin_externalpage_setup()
with a required 'section' param included. We can't override the PAGE's
URL and throw away the params set previously. This may be an issue at
other external admin pages, too.

15 years agomoodlelib: MDL-19764 change get_list_of_countries so admins can more easily control...
tjhunt [Fri, 2 Oct 2009 11:30:11 +0000 (11:30 +0000)]
moodlelib: MDL-19764 change get_list_of_countries so admins can more easily control the list.

* New admin setting $CFG->allcountrycodes - on Location page.
* Same rules used to translate country names as any other string.
* With unit tests.

15 years agoMDL-10221 Simulating the HTTP DELETE method by using a URL param (action), because...
nicolasconnault [Fri, 2 Oct 2009 07:53:01 +0000 (07:53 +0000)]
MDL-10221 Simulating the HTTP DELETE method by using a URL param (action), because some web servers don't allow DELETE. AJAX Course and Block deletion now works as expected. Merged from MOODLE_19_STABLE

15 years agoMDL-15262 Added a two capabilities to prevent certain users from changing a course...
nicolasconnault [Fri, 2 Oct 2009 07:05:02 +0000 (07:05 +0000)]
MDL-15262 Added a two capabilities to prevent certain users from changing a course's fullname and shortname. merged from MOODLE_19_STABLE

15 years ago"MDL-18723, role required to display search box should be viewparticipants, merged...
dongsheng [Fri, 2 Oct 2009 06:51:56 +0000 (06:51 +0000)]
"MDL-18723, role required to display search box should be viewparticipants, merged from 1.9"

15 years agouser/view MDL-18800 Sort courses consistently with everything else
moodler [Fri, 2 Oct 2009 06:34:12 +0000 (06:34 +0000)]
user/view MDL-18800 Sort courses consistently with everything else

15 years ago"MDL-19118, add comments counter"
dongsheng [Fri, 2 Oct 2009 06:22:17 +0000 (06:22 +0000)]
"MDL-19118, add comments counter"

15 years agocalendar html MDL-17528 Add H2 to the "block" headers to make consistent with everything
moodler [Fri, 2 Oct 2009 06:20:52 +0000 (06:20 +0000)]
calendar html MDL-17528 Add H2 to the "block" headers to make consistent with everything

15 years agoUpdated the HEAD build version to 20091002
moodlerobot [Fri, 2 Oct 2009 00:37:38 +0000 (00:37 +0000)]
Updated the HEAD build version to 20091002

15 years agoMDL-12886 updating groups external API
skodak [Thu, 1 Oct 2009 21:53:58 +0000 (21:53 +0000)]
MDL-12886 updating groups external API

15 years agoMDL-12886 WS param and return description classes
skodak [Thu, 1 Oct 2009 21:53:14 +0000 (21:53 +0000)]
MDL-12886 WS param and return description classes

15 years agoMDL-12886 updating groups external API
skodak [Thu, 1 Oct 2009 21:41:37 +0000 (21:41 +0000)]
MDL-12886 updating groups external API

15 years agoMDL-12886 WS param and return description classes
skodak [Thu, 1 Oct 2009 21:33:33 +0000 (21:33 +0000)]
MDL-12886 WS param and return description classes

15 years agoNOBUG: Just adding some "database" words here and there to help a bit when debugging...
stronk7 [Thu, 1 Oct 2009 15:02:00 +0000 (15:02 +0000)]
NOBUG: Just adding some "database" words here and there to help a bit when debugging problems.

15 years agoremoving deletions from {blog_association} from the core
mudrd8mz [Thu, 1 Oct 2009 14:41:20 +0000 (14:41 +0000)]
removing deletions from {blog_association} from the core

The {blog_association} is not defined but it is still referenced in the
core functions. This seems to be some blog subsystem mess that prevents
the core from removing any activity module and the context. I am sorry
Nico if I break something in your current work...

15 years agoNOBUG: Fixed moodle_url issue in module removing confirmation
mudrd8mz [Thu, 1 Oct 2009 14:23:48 +0000 (14:23 +0000)]
NOBUG: Fixed moodle_url issue in module removing confirmation

Plain 'mod.php' does not seem to be supported at the moment as a valid $url for the Confirm button

15 years agoquestion import/export: MDL-20299 fix regression I introduced yesterday in hotpot...
tjhunt [Thu, 1 Oct 2009 10:12:29 +0000 (10:12 +0000)]
question import/export: MDL-20299 fix regression I introduced yesterday in hotpot import/export

15 years agoquestion preview: MDL-19820 set_url and generaltype = popup on question preview page
tjhunt [Thu, 1 Oct 2009 10:09:59 +0000 (10:09 +0000)]
question preview: MDL-19820 set_url and generaltype = popup on question preview page

15 years agoquiz: fix debugging notice ->classes = to set_classes.
tjhunt [Thu, 1 Oct 2009 10:07:09 +0000 (10:07 +0000)]
quiz: fix debugging notice ->classes = to set_classes.

15 years agoMDL-20385 better access control checks for frontpage activities; merged from MOODLE_1...
skodak [Thu, 1 Oct 2009 09:58:08 +0000 (09:58 +0000)]
MDL-20385 better access control checks for frontpage activities; merged from MOODLE_19_STABLE

15 years agocalendar MDL-19940 Don't require login for site calendar when forcelogin is false
moodler [Thu, 1 Oct 2009 07:04:18 +0000 (07:04 +0000)]
calendar MDL-19940 Don't require login for site calendar when forcelogin is false

15 years agoform/recaptcha MDL-20144 Don't specify tabindex, for accessibility
moodler [Thu, 1 Oct 2009 06:54:45 +0000 (06:54 +0000)]
form/recaptcha MDL-20144 Don't specify tabindex, for accessibility

15 years ago"MDL-16597, fixed callback function"
dongsheng [Thu, 1 Oct 2009 06:51:23 +0000 (06:51 +0000)]
"MDL-16597, fixed callback function"

15 years agojavascript MDL-20400 Addition of disabledif hide option, thanks Jonathan for the...
samhemelryk [Thu, 1 Oct 2009 06:41:33 +0000 (06:41 +0000)]
javascript MDL-20400 Addition of disabledif hide option, thanks Jonathan for the brilliant patch

15 years agonavigation MDL-20395 Fixed notificiation regarding missing context during simpletest
samhemelryk [Thu, 1 Oct 2009 05:02:08 +0000 (05:02 +0000)]
navigation MDL-20395 Fixed notificiation regarding missing context during simpletest

15 years agonavigation MDL-20395 Fixed regression created earlier
samhemelryk [Thu, 1 Oct 2009 04:16:22 +0000 (04:16 +0000)]
navigation MDL-20395 Fixed regression created earlier

15 years agouser MDL-20390 remove broken unit test for user external function. This need to be...
jerome [Thu, 1 Oct 2009 03:04:39 +0000 (03:04 +0000)]
user MDL-20390 remove broken unit test for user external function. This need to be rewritten.

15 years agoadmin-roles MDL-19787 Fixed regression in recent upgrades of link_to_popup_window
samhemelryk [Thu, 1 Oct 2009 02:39:37 +0000 (02:39 +0000)]
admin-roles MDL-19787 Fixed regression in recent upgrades of link_to_popup_window

15 years agosimpletest-navigation MDL-20395 Fixed up regressions in the simpletest caused by...
samhemelryk [Thu, 1 Oct 2009 02:31:42 +0000 (02:31 +0000)]
simpletest-navigation MDL-20395 Fixed up regressions in the simpletest caused by recent changes to upgrades to navigation lib.
Also fixed issue whereby PAGE->set_url was being called by testdeprecatedlib but not being reset to the original value causing several flow on errors through simpletests

15 years agoUpdated the HEAD build version to 20091001
moodlerobot [Thu, 1 Oct 2009 00:38:47 +0000 (00:38 +0000)]
Updated the HEAD build version to 20091001

15 years agoMDL-5223 fix flashvars in mediafilter to make waitForPlay work.
ashleyholman [Thu, 1 Oct 2009 00:30:49 +0000 (00:30 +0000)]
MDL-5223 fix flashvars in mediafilter to make waitForPlay work.

15 years agoAutomatic installer.php lang files by installer_builder (20091001)
moodlerobot [Thu, 1 Oct 2009 00:28:31 +0000 (00:28 +0000)]
Automatic installer.php lang files by installer_builder (20091001)

15 years agounittests: NOBUG fix pagelib unit tests
tjhunt [Wed, 30 Sep 2009 22:35:48 +0000 (22:35 +0000)]
unittests: NOBUG fix pagelib unit tests

Fix regression caused by my earlier commit.
(It was preventing a new install.)

15 years agounit tests: MDL-20398 spurious exceptions when $CFG->debugdisplay is false
tjhunt [Wed, 30 Sep 2009 18:13:27 +0000 (18:13 +0000)]
unit tests: MDL-20398 spurious exceptions when $CFG->debugdisplay is false

Doh! I had the logic the wrong way round in my previous commit. Sorry.

15 years agounit tests: MDL-20398 spurious exceptions when $CFG->debugdisplay is false
tjhunt [Wed, 30 Sep 2009 18:06:45 +0000 (18:06 +0000)]
unit tests: MDL-20398 spurious exceptions when $CFG->debugdisplay is false

15 years agoquestion import/export: MDL-20299 fatal error cause by hotpot format changes
tjhunt [Wed, 30 Sep 2009 17:19:32 +0000 (17:19 +0000)]
question import/export: MDL-20299 fatal error cause by hotpot format changes

Replaced copy and paste code from mod/hotpot/lib.php with a require_once.

15 years agounittests: NOBUG further fix to HTML expectations - prevent side-effects.
tjhunt [Wed, 30 Sep 2009 17:01:05 +0000 (17:01 +0000)]
unittests: NOBUG further fix to HTML expectations - prevent side-effects.

15 years agounittests: NOBUG fix outputlib unit tests
tjhunt [Wed, 30 Sep 2009 16:55:35 +0000 (16:55 +0000)]
unittests: NOBUG fix outputlib unit tests

15 years agounittests: NOBUG further fix to HTML expectations.
tjhunt [Wed, 30 Sep 2009 16:54:49 +0000 (16:54 +0000)]
unittests: NOBUG further fix to HTML expectations.

15 years agounittests: NOBUG further pagelib unit test fixes
tjhunt [Wed, 30 Sep 2009 16:34:41 +0000 (16:34 +0000)]
unittests: NOBUG further pagelib unit test fixes

15 years agounittests: NOBUG fix pagelib unit tests
tjhunt [Wed, 30 Sep 2009 16:24:05 +0000 (16:24 +0000)]
unittests: NOBUG fix pagelib unit tests

15 years agounittests: NOBUG improve testrss.php failure message to make it easier for people...
tjhunt [Wed, 30 Sep 2009 14:57:31 +0000 (14:57 +0000)]
unittests: NOBUG improve testrss.php failure message to make it easier for people to know to set their proxy.

15 years agounittests: NOBUG fix expectations for content with various types of HTML.
tjhunt [Wed, 30 Sep 2009 14:52:12 +0000 (14:52 +0000)]
unittests: NOBUG fix expectations for content with various types of HTML.
Also, refactor to reduce duplicate code.

15 years agounit tests: MDL-20393 temporary work-around for this breakage, so other tests can...
tjhunt [Wed, 30 Sep 2009 14:16:12 +0000 (14:16 +0000)]
unit tests: MDL-20393 temporary work-around for this breakage, so other tests can be run.

15 years agounit tests: MDL-20391 temporary work-around for this breakage, so other tests can...
tjhunt [Wed, 30 Sep 2009 14:15:46 +0000 (14:15 +0000)]
unit tests: MDL-20391 temporary work-around for this breakage, so other tests can be run.

15 years agounit tests: MDL-20390 temporary work-around for this breakage, so other tests can...
tjhunt [Wed, 30 Sep 2009 14:03:39 +0000 (14:03 +0000)]
unit tests: MDL-20390 temporary work-around for this breakage, so other tests can be run.

15 years agounit tests: MDL-20391 temporary work-around for this breakage, so other tests can...
tjhunt [Wed, 30 Sep 2009 14:03:00 +0000 (14:03 +0000)]
unit tests: MDL-20391 temporary work-around for this breakage, so other tests can be run.

15 years agoquestion types: MDL-20157 export_to_xml and import_from_xml functions for question...
tjhunt [Wed, 30 Sep 2009 13:38:36 +0000 (13:38 +0000)]
question types: MDL-20157 export_to_xml and import_from_xml functions for question types using extra_question_fields.

Thanks to Oleg Sychev for the implementation.

15 years agoquiz: MDL-19145 Safe Exam Browser integration.
tjhunt [Wed, 30 Sep 2009 10:57:57 +0000 (10:57 +0000)]
quiz: MDL-19145 Safe Exam Browser integration.

This is a better alternative to 'secure' mode.

It needs to be enabled by the administrator.

15 years agograde MDL-19797 Upgraded deprecated function calls
samhemelryk [Wed, 30 Sep 2009 07:20:31 +0000 (07:20 +0000)]
grade MDL-19797 Upgraded deprecated function calls

15 years agofilter MDL-19796 Upgraded deprecated function calls
samhemelryk [Wed, 30 Sep 2009 07:03:52 +0000 (07:03 +0000)]
filter MDL-19796 Upgraded deprecated function calls

15 years agoenrol MDL-19795 Upgraded call to print_header_with_help
samhemelryk [Wed, 30 Sep 2009 06:57:16 +0000 (06:57 +0000)]
enrol MDL-19795 Upgraded call to print_header_with_help

15 years agoblocks MDL-19791 Upgrade deprecated function calls
samhemelryk [Wed, 30 Sep 2009 06:54:07 +0000 (06:54 +0000)]
blocks MDL-19791 Upgrade deprecated function calls

15 years agoauth MDL-19788 Upgrade deprecated function calls
samhemelryk [Wed, 30 Sep 2009 06:38:52 +0000 (06:38 +0000)]
auth MDL-19788 Upgrade deprecated function calls

15 years agoadmin MDL-19787 Upgrade deprecated function calls
samhemelryk [Wed, 30 Sep 2009 06:32:25 +0000 (06:32 +0000)]
admin MDL-19787 Upgrade deprecated function calls

15 years agocore MDL-19799 Upgraded deprecated calls and minor documentation improvement
samhemelryk [Wed, 30 Sep 2009 06:14:58 +0000 (06:14 +0000)]
core MDL-19799 Upgraded deprecated calls and minor documentation improvement

15 years agomessage MDL-19801 Fixed regression from recent update missing OUTPUT global
samhemelryk [Wed, 30 Sep 2009 01:33:32 +0000 (01:33 +0000)]
message MDL-19801 Fixed regression from recent update missing OUTPUT global

15 years agoUpdated the HEAD build version to 20090930
moodlerobot [Wed, 30 Sep 2009 00:38:16 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090930

15 years agomessage MDL-19801 Fixed regression from recent update
samhemelryk [Tue, 29 Sep 2009 08:52:30 +0000 (08:52 +0000)]
message MDL-19801 Fixed regression from recent update

15 years agoMDL-20371 improved warning string
skodak [Tue, 29 Sep 2009 07:25:56 +0000 (07:25 +0000)]
MDL-20371 improved warning string

15 years agoMDL-20374 default exception handler: log backtrace to webserver log if DEBUG_MINIMAL...
ashleyholman [Tue, 29 Sep 2009 06:29:11 +0000 (06:29 +0000)]
MDL-20374 default exception handler: log backtrace to webserver log if DEBUG_MINIMAL or greater.

15 years agomessage MDL-19801 Regression caused by recent upgrades
samhemelryk [Tue, 29 Sep 2009 06:16:36 +0000 (06:16 +0000)]
message MDL-19801 Regression caused by recent upgrades

15 years agomessage MDL-19801 Added missing OUTPUT global
samhemelryk [Tue, 29 Sep 2009 06:10:51 +0000 (06:10 +0000)]
message MDL-19801 Added missing OUTPUT global

15 years agooutput MDL-19788 fix missing global $OUTPUT
jerome [Tue, 29 Sep 2009 06:04:59 +0000 (06:04 +0000)]
output MDL-19788 fix missing global $OUTPUT

15 years agomod-quiz MDL-19813 $OUPUT and cm defined correctly
pichetp [Tue, 29 Sep 2009 04:49:23 +0000 (04:49 +0000)]
mod-quiz MDL-19813  $OUPUT and cm defined correctly

15 years agologin MDL-19800 Upgrade deprecated calls and added set_url calls
samhemelryk [Tue, 29 Sep 2009 03:55:09 +0000 (03:55 +0000)]
login MDL-19800 Upgrade deprecated calls and added set_url calls

15 years agomessage MDL-19801 Upgrade deprecated calls and added set_url calls
samhemelryk [Tue, 29 Sep 2009 03:54:14 +0000 (03:54 +0000)]
message MDL-19801 Upgrade deprecated calls and added set_url calls

15 years agonotes MDL-19818 Upgrade deprecated calls and added set_url calls
samhemelryk [Tue, 29 Sep 2009 03:52:43 +0000 (03:52 +0000)]
notes MDL-19818 Upgrade deprecated calls and added set_url calls

15 years agocalendar MDL-19793 Upgrade deprecated calls and added set_url calls
samhemelryk [Tue, 29 Sep 2009 02:51:00 +0000 (02:51 +0000)]
calendar MDL-19793 Upgrade deprecated calls and added set_url calls

15 years agoUpdated the HEAD build version to 20090929
moodlerobot [Tue, 29 Sep 2009 00:38:56 +0000 (00:38 +0000)]
Updated the HEAD build version to 20090929

15 years agoMDL-17491 oci native driver: fix LOB meta length and minor whitespace
stronk7 [Mon, 28 Sep 2009 23:19:20 +0000 (23:19 +0000)]
MDL-17491 oci native driver: fix LOB meta length and minor whitespace

15 years agoMDL-17491 oci native driver: alter column from TEXT to integer/number now working
stronk7 [Mon, 28 Sep 2009 23:16:55 +0000 (23:16 +0000)]
MDL-17491 oci native driver: alter column from TEXT to integer/number now working

15 years agoMDL-14679 table/column meta cache is reset on each request and DDL operation.
stronk7 [Mon, 28 Sep 2009 23:16:05 +0000 (23:16 +0000)]
MDL-14679 table/column meta cache is reset on each request and DDL operation.
No need to call it with false parameter but in very exceptional ocasions.

15 years agoFatal error: Call to a member function checkbox() on a non-object in /usr/local/www...
ethem [Mon, 28 Sep 2009 20:17:24 +0000 (20:17 +0000)]
Fatal error: Call to a member function checkbox() on a non-object in /usr/local/www/data/moodledev/enrol/authorize/locallib.php on line 675

15 years agoMDL-20371 backups should never be in site files, let's create the secure backupdata...
skodak [Mon, 28 Sep 2009 18:59:40 +0000 (18:59 +0000)]
MDL-20371 backups should never be in site files, let's create the secure backupdata in site files automatically

15 years agoMDL-14679: mssql and oracle generators now supporting new temptables impl.
stronk7 [Mon, 28 Sep 2009 18:17:59 +0000 (18:17 +0000)]
MDL-14679: mssql and oracle generators now supporting new temptables impl.

15 years agoMDL-17491 oci native driver: adding support for local temp tables, via store
stronk7 [Mon, 28 Sep 2009 18:15:42 +0000 (18:15 +0000)]
MDL-17491 oci native driver: adding support for local temp tables, via store

15 years agoMDL-14679 temporary tables: modify approach so name changes are
stronk7 [Mon, 28 Sep 2009 18:10:07 +0000 (18:10 +0000)]
MDL-14679 temporary tables: modify approach so name changes are
now phisically stored and not only calculated on the fly. Oracle
will need that.

15 years agoMDL-20369 fixed restoring of default sort
skodak [Mon, 28 Sep 2009 16:45:46 +0000 (16:45 +0000)]
MDL-20369 fixed restoring of default sort

15 years agoMDL-20369 fixed incorrect fetching of data fields - this was causing major problem...
skodak [Mon, 28 Sep 2009 16:08:17 +0000 (16:08 +0000)]
MDL-20369 fixed incorrect fetching of data fields - this was causing major problem with incorrect defaultsort caused by restore bug; merged from MOODLE_19_STABLE

15 years agoMDL-17491 oci native driver: prevent get_columns() to execute huge queries
stronk7 [Mon, 28 Sep 2009 10:27:24 +0000 (10:27 +0000)]
MDL-17491 oci native driver: prevent get_columns() to execute huge queries
and fix return binding to proper SQLT_INT. Truncation was happening with LONG!

15 years agoMDL-19542 Outcomes report display the name of the activity instead of the name of...
mudrd8mz [Mon, 28 Sep 2009 07:51:18 +0000 (07:51 +0000)]
MDL-19542 Outcomes report display the name of the activity instead of the name of the outcome

Merged from 1.9

15 years agoUpdated the HEAD build version to 20090928
moodlerobot [Mon, 28 Sep 2009 00:37:37 +0000 (00:37 +0000)]
Updated the HEAD build version to 20090928

15 years agoAutomatic installer.php lang files by installer_builder (20090928)
moodlerobot [Mon, 28 Sep 2009 00:27:36 +0000 (00:27 +0000)]
Automatic installer.php lang files by installer_builder (20090928)

15 years agoMDL-11896 added hint if entry awaits approval
skodak [Sun, 27 Sep 2009 18:08:27 +0000 (18:08 +0000)]
MDL-11896 added hint if entry awaits approval

15 years agoMDL-20209 fixed regression - the email has to be synced with ext auth when change...
skodak [Sun, 27 Sep 2009 09:23:28 +0000 (09:23 +0000)]
MDL-20209 fixed regression - the email has to be synced with ext auth when change confirmed

15 years agoMDL-20336 Apply course defaults when approving the course
mudrd8mz [Sun, 27 Sep 2009 06:20:47 +0000 (06:20 +0000)]
MDL-20336 Apply course defaults when approving the course

Merged from 1.9 and extended with new course defaults