]>
git.mjollnir.org Git - moodle.git/log
moodlerobot [Tue, 6 Oct 2009 00:37:45 +0000 (00:37 +0000)]
Updated the HEAD build version to
20091006
moodlerobot [Tue, 6 Oct 2009 00:27:46 +0000 (00:27 +0000)]
Automatic installer.php lang files by installer_builder (
20091006 )
stronk7 [Mon, 5 Oct 2009 17:45:02 +0000 (17:45 +0000)]
MDL-18469 restore checksums - add error message string. Merged from 19_STABLE
stronk7 [Mon, 5 Oct 2009 17:23:31 +0000 (17:23 +0000)]
MDL-18469 checksum restore in-session objects - both in manual restore and
import, create checksums of the critical in-session objects (info, course_header
and restore) to be able to check in restore_execute.html that all the information
has arrived properly without any trim/error. Merged from 19_STABLE
skodak [Mon, 5 Oct 2009 17:08:16 +0000 (17:08 +0000)]
MDL-19039 improved default frontpage role capability evealuation, needs to be manually enabled in config.php
stronk7 [Mon, 5 Oct 2009 16:56:52 +0000 (16:56 +0000)]
NOBUG. Restoring of backups performed in different TZ/DST was causing incorrect roll to happen.
Prevent any roll of dates if differences are < 24h. Merged from 19_STABLE
stronk7 [Mon, 5 Oct 2009 16:32:15 +0000 (16:32 +0000)]
MDL-17469 - Revert incorrect handling of restore parameters in restore.php file. It was
causing restore dates to be rolled based in the course where the backupfile is stored
and not in the target course. Merged from 19_STABLE
stronk7 [Mon, 5 Oct 2009 10:31:46 +0000 (10:31 +0000)]
MDL-18469 restore missing session info - add a quick re-test of xml file
before any further processing by restore_execute(). More coming. Merged
from 19_STABLE
dongsheng [Mon, 5 Oct 2009 07:44:45 +0000 (07:44 +0000)]
"MDL-20422, check courses category before moving, hideing, showing courses, merged from 1.9"
jerome [Mon, 5 Oct 2009 03:09:55 +0000 (03:09 +0000)]
quizz MDL-20421 remove php notice when Enable Safe Exam Browser integration is not activated, merged from 1.9
moodlerobot [Mon, 5 Oct 2009 00:37:43 +0000 (00:37 +0000)]
Updated the HEAD build version to
20091005
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.
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
moodlerobot [Sun, 4 Oct 2009 00:37:34 +0000 (00:37 +0000)]
Updated the HEAD build version to
20091004
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.
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.
tjhunt [Sat, 3 Oct 2009 08:54:30 +0000 (08:54 +0000)]
output: MDL-19797 fix some fallback code in print_header.
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.
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
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
moodlerobot [Sat, 3 Oct 2009 00:37:19 +0000 (00:37 +0000)]
Updated the HEAD build version to
20091003
wildgirl [Fri, 2 Oct 2009 13:27:50 +0000 (13:27 +0000)]
multichoice question help file: MDL-16791 corrected wording thanks to Ralf Hilgenstock
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
skodak [Fri, 2 Oct 2009 12:13:56 +0000 (12:13 +0000)]
MDL-12886 external lib parameter validation routine + some unit tests
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.
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.
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
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
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"
moodler [Fri, 2 Oct 2009 06:34:12 +0000 (06:34 +0000)]
user/view MDL-18800 Sort courses consistently with everything else
dongsheng [Fri, 2 Oct 2009 06:22:17 +0000 (06:22 +0000)]
"MDL-19118, add comments counter"
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
moodlerobot [Fri, 2 Oct 2009 00:37:38 +0000 (00:37 +0000)]
Updated the HEAD build version to
20091002
skodak [Thu, 1 Oct 2009 21:53:58 +0000 (21:53 +0000)]
MDL-12886 updating groups external API
skodak [Thu, 1 Oct 2009 21:53:14 +0000 (21:53 +0000)]
MDL-12886 WS param and return description classes
skodak [Thu, 1 Oct 2009 21:41:37 +0000 (21:41 +0000)]
MDL-12886 updating groups external API
skodak [Thu, 1 Oct 2009 21:33:33 +0000 (21:33 +0000)]
MDL-12886 WS param and return description classes
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.
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...
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
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
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
tjhunt [Thu, 1 Oct 2009 10:07:09 +0000 (10:07 +0000)]
quiz: fix debugging notice ->classes = to set_classes.
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
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
moodler [Thu, 1 Oct 2009 06:54:45 +0000 (06:54 +0000)]
form/recaptcha MDL-20144 Don't specify tabindex, for accessibility
dongsheng [Thu, 1 Oct 2009 06:51:23 +0000 (06:51 +0000)]
"MDL-16597, fixed callback function"
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
samhemelryk [Thu, 1 Oct 2009 05:02:08 +0000 (05:02 +0000)]
navigation MDL-20395 Fixed notificiation regarding missing context during simpletest
samhemelryk [Thu, 1 Oct 2009 04:16:22 +0000 (04:16 +0000)]
navigation MDL-20395 Fixed regression created earlier
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.
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
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
moodlerobot [Thu, 1 Oct 2009 00:38:47 +0000 (00:38 +0000)]
Updated the HEAD build version to
20091001
ashleyholman [Thu, 1 Oct 2009 00:30:49 +0000 (00:30 +0000)]
MDL-5223 fix flashvars in mediafilter to make waitForPlay work.
moodlerobot [Thu, 1 Oct 2009 00:28:31 +0000 (00:28 +0000)]
Automatic installer.php lang files by installer_builder (
20091001 )
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.)
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.
tjhunt [Wed, 30 Sep 2009 18:06:45 +0000 (18:06 +0000)]
unit tests: MDL-20398 spurious exceptions when $CFG->debugdisplay is false
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.
tjhunt [Wed, 30 Sep 2009 17:01:05 +0000 (17:01 +0000)]
unittests: NOBUG further fix to HTML expectations - prevent side-effects.
tjhunt [Wed, 30 Sep 2009 16:55:35 +0000 (16:55 +0000)]
unittests: NOBUG fix outputlib unit tests
tjhunt [Wed, 30 Sep 2009 16:54:49 +0000 (16:54 +0000)]
unittests: NOBUG further fix to HTML expectations.
tjhunt [Wed, 30 Sep 2009 16:34:41 +0000 (16:34 +0000)]
unittests: NOBUG further pagelib unit test fixes
tjhunt [Wed, 30 Sep 2009 16:24:05 +0000 (16:24 +0000)]
unittests: NOBUG fix pagelib unit tests
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.
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.
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.
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.
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.
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.
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.
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.
samhemelryk [Wed, 30 Sep 2009 07:20:31 +0000 (07:20 +0000)]
grade MDL-19797 Upgraded deprecated function calls
samhemelryk [Wed, 30 Sep 2009 07:03:52 +0000 (07:03 +0000)]
filter MDL-19796 Upgraded deprecated function calls
samhemelryk [Wed, 30 Sep 2009 06:57:16 +0000 (06:57 +0000)]
enrol MDL-19795 Upgraded call to print_header_with_help
samhemelryk [Wed, 30 Sep 2009 06:54:07 +0000 (06:54 +0000)]
blocks MDL-19791 Upgrade deprecated function calls
samhemelryk [Wed, 30 Sep 2009 06:38:52 +0000 (06:38 +0000)]
auth MDL-19788 Upgrade deprecated function calls
samhemelryk [Wed, 30 Sep 2009 06:32:25 +0000 (06:32 +0000)]
admin MDL-19787 Upgrade deprecated function calls
samhemelryk [Wed, 30 Sep 2009 06:14:58 +0000 (06:14 +0000)]
core MDL-19799 Upgraded deprecated calls and minor documentation improvement
samhemelryk [Wed, 30 Sep 2009 01:33:32 +0000 (01:33 +0000)]
message MDL-19801 Fixed regression from recent update missing OUTPUT global
moodlerobot [Wed, 30 Sep 2009 00:38:16 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090930
samhemelryk [Tue, 29 Sep 2009 08:52:30 +0000 (08:52 +0000)]
message MDL-19801 Fixed regression from recent update
skodak [Tue, 29 Sep 2009 07:25:56 +0000 (07:25 +0000)]
MDL-20371 improved warning string
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.
samhemelryk [Tue, 29 Sep 2009 06:16:36 +0000 (06:16 +0000)]
message MDL-19801 Regression caused by recent upgrades
samhemelryk [Tue, 29 Sep 2009 06:10:51 +0000 (06:10 +0000)]
message MDL-19801 Added missing OUTPUT global
jerome [Tue, 29 Sep 2009 06:04:59 +0000 (06:04 +0000)]
output MDL-19788 fix missing global $OUTPUT
pichetp [Tue, 29 Sep 2009 04:49:23 +0000 (04:49 +0000)]
mod-quiz MDL-19813 $OUPUT and cm defined correctly
samhemelryk [Tue, 29 Sep 2009 03:55:09 +0000 (03:55 +0000)]
login MDL-19800 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
samhemelryk [Tue, 29 Sep 2009 03:52:43 +0000 (03:52 +0000)]
notes MDL-19818 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
moodlerobot [Tue, 29 Sep 2009 00:38:56 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090929
stronk7 [Mon, 28 Sep 2009 23:19:20 +0000 (23:19 +0000)]
MDL-17491 oci native driver: fix LOB meta length and minor whitespace
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
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.
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
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
stronk7 [Mon, 28 Sep 2009 18:17:59 +0000 (18:17 +0000)]
MDL-14679: mssql and oracle generators now supporting new temptables impl.