]>
git.mjollnir.org Git - moodle.git/log
thepurpleblob [Tue, 6 May 2008 14:59:39 +0000 (14:59 +0000)]
MDL-14659
Add bypass list for proxy usage.
thepurpleblob [Tue, 6 May 2008 14:51:30 +0000 (14:51 +0000)]
MDL-14659
Add bypass list for proxy usage.
tjhunt [Tue, 6 May 2008 07:34:46 +0000 (07:34 +0000)]
MDL-14681 - Fix package name of question/update.php.
scyrma [Tue, 6 May 2008 05:00:47 +0000 (05:00 +0000)]
MDL-14654: False is a problem, zero is fine. (merge from 1.9)
moodlerobot [Tue, 6 May 2008 01:53:56 +0000 (01:53 +0000)]
Updated the HEAD build version to
20080506
dongsheng [Mon, 5 May 2008 13:31:11 +0000 (13:31 +0000)]
"MDL-13233, create files, see tracker"
dongsheng [Mon, 5 May 2008 13:28:50 +0000 (13:28 +0000)]
"MDL-13233, revert to old version, see tracker"
jamiesensei [Mon, 5 May 2008 13:12:11 +0000 (13:12 +0000)]
For overview report - MDL-14185 "Switch to using formslib and improve the interface" and MDL-14186 "Switch to using moodle_url and eliminate the use of $SESSION global"
scyrma [Mon, 5 May 2008 07:13:58 +0000 (07:13 +0000)]
esthetic typo fix (merge from 1.9)
moodlerobot [Mon, 5 May 2008 01:48:40 +0000 (01:48 +0000)]
Updated the HEAD build version to
20080505
stronk7 [Mon, 5 May 2008 00:28:45 +0000 (00:28 +0000)]
Fixing query to be cross-db. Credit goes to David Mudrak. MDL-14583 ; merged from 19_STABLE
stronk7 [Mon, 5 May 2008 00:09:58 +0000 (00:09 +0000)]
Glossary concepts must support multilang filter (all filters, in fact).
And accesible alt texts for action buttons too. MDL-14687 ; merged from 19_STABLE
mudrd8mz [Sun, 4 May 2008 20:03:18 +0000 (20:03 +0000)]
Removing obsolete admin/langdoc.php
Help files can be translated by admin/lang.php since 1.9.
moodlerobot [Sun, 4 May 2008 01:59:53 +0000 (01:59 +0000)]
Updated the HEAD build version to
20080504
moodlerobot [Sun, 4 May 2008 01:22:00 +0000 (01:22 +0000)]
Automatic installer.php lang files by installer_builder (
20080504 )
moodlerobot [Sun, 4 May 2008 00:48:57 +0000 (00:48 +0000)]
New lang supported by installer: cy_utf8
skodak [Sat, 3 May 2008 21:43:36 +0000 (21:43 +0000)]
MDL-14678 syntax problems
agrabs [Sat, 3 May 2008 21:41:53 +0000 (21:41 +0000)]
MDL-14657 - additional check if instance-id is numeric for better compatibility to
postgres
jamiesensei [Sat, 3 May 2008 13:56:32 +0000 (13:56 +0000)]
non consequential, little typo.
jamiesensei [Sat, 3 May 2008 13:06:49 +0000 (13:06 +0000)]
MDL-14677 "should rescale the grades displayed for each question in the detailed marks view of the overview report so that all grades add up to the sum total grade" used quiz_rescale_grades function to rescale the grade properly before displaying it. Also this patch includes some general clean up and refactoring of overview report.
moodlerobot [Sat, 3 May 2008 01:47:56 +0000 (01:47 +0000)]
Updated the HEAD build version to
20080503
moodlerobot [Sat, 3 May 2008 01:16:29 +0000 (01:16 +0000)]
Automatic installer.php lang files by installer_builder (
20080503 )
skodak [Fri, 2 May 2008 22:50:22 +0000 (22:50 +0000)]
MDL-14672 adodb PHP5 only version V5.04a import - yay!
jamiesensei [Fri, 2 May 2008 16:11:30 +0000 (16:11 +0000)]
MDL-14663 "link_to_popup_window displays 'Click here....' as the link text if you pass in 0 as the link text."
Also fixing the problem in link_to_popup_window function. Test for null instead of empty.
jamiesensei [Fri, 2 May 2008 15:26:47 +0000 (15:26 +0000)]
MDL-14666 "overview report is very inefficient when view detailed marks is selected. There are several sql queries per row."
diml [Fri, 2 May 2008 15:23:13 +0000 (15:23 +0000)]
Commiting all changes reported in MDL-14646 - fixes stat report that could not show any third-party related result.
jamiesensei [Fri, 2 May 2008 15:11:59 +0000 (15:11 +0000)]
MDL-14666 "overview report is very inefficient when view detailed marks is selected. There are several sql queries per row." Made a new query outside the loop for adding rows.
jamiesensei [Fri, 2 May 2008 14:21:33 +0000 (14:21 +0000)]
MDL-14664 "sorting by question mark when viewing detailled mark in overview quiz report not working" Found that the problem ocurred when attempt.id != attempt.uniqueid as the sql was using the wrong field to join the question records.
jamiesensei [Fri, 2 May 2008 13:27:49 +0000 (13:27 +0000)]
MDL-14663 "link_to_popup_window displays 'Click here....' as the link text if you pass in 0 as the link text."
Solved this by formatting the grade using number_format to display the grade with a number of decimal places. So for 0 we display something like 0.00 and this displays OK in link_to_popup_window.
diml [Fri, 2 May 2008 12:22:06 +0000 (12:22 +0000)]
Commiting all changes reported in MDL-14646
diml [Fri, 2 May 2008 11:58:37 +0000 (11:58 +0000)]
Commiting all changes reported in MDL-14646
poltawski [Fri, 2 May 2008 10:48:54 +0000 (10:48 +0000)]
MDL-13716 - When storing progress of scorm activity a 404 is
encountered and js failure on split. Cast to string to avoid this.
thanks to Peter Chamberlin of LJCreate
merged from MOODLE_19_STABLE
skodak [Fri, 2 May 2008 09:47:20 +0000 (09:47 +0000)]
MDL-14605 removing roles upgrade links, only installation needed in HEAD
skodak [Fri, 2 May 2008 09:44:48 +0000 (09:44 +0000)]
MDL-14649 fixed cli upgrade too
skodak [Fri, 2 May 2008 09:42:43 +0000 (09:42 +0000)]
MDL-14605 removing stats upgrade stuff
scyrma [Fri, 2 May 2008 08:18:11 +0000 (08:18 +0000)]
MDL-11342: Urlencode the filepath in directory resource (merge from 1.9)
skodak [Fri, 2 May 2008 07:41:33 +0000 (07:41 +0000)]
MDL-14652 missing closing p added - thanks Koen
jerome [Fri, 2 May 2008 06:07:51 +0000 (06:07 +0000)]
MDL-11382 added a link 'Profil' to the administration block
jerome [Fri, 2 May 2008 05:20:40 +0000 (05:20 +0000)]
MDL-12864 fix bad XHTML in the messaging popup, merged from 19
jerome [Fri, 2 May 2008 05:15:26 +0000 (05:15 +0000)]
MDL-12864 fix bad XHTML for messaging tabs, merged from 19
dongsheng [Fri, 2 May 2008 04:37:02 +0000 (04:37 +0000)]
"MDL-14460, fix all the other get_context_instance, merged from MOODLE_19_STABLE"
scyrma [Fri, 2 May 2008 03:34:00 +0000 (03:34 +0000)]
MDL-8592: Get spellchecking to work over https (merge from 1.9)
jerome [Fri, 2 May 2008 02:45:18 +0000 (02:45 +0000)]
MDL-14439 IE and Opera fire the onchange when ever you move into a dropdwown list with the keyboard - this changes fix the problem. Merged from 19.
jerome [Fri, 2 May 2008 02:38:36 +0000 (02:38 +0000)]
MDL-14439 Added javascript file dropdwon.js - fix IE/Opera behavior. They do not fire dropdwon menu onChange automatically anymore. Merged from 19
stronk7 [Fri, 2 May 2008 02:01:02 +0000 (02:01 +0000)]
Fix one PREVIOUS error in feedback table preventing installation to happen.
moodler [Fri, 2 May 2008 01:55:13 +0000 (01:55 +0000)]
MDL-14649 Old stats upgrade that we don't need any more
moodlerobot [Fri, 2 May 2008 01:49:36 +0000 (01:49 +0000)]
Updated the HEAD build version to
20080502
moodlerobot [Fri, 2 May 2008 01:17:35 +0000 (01:17 +0000)]
Automatic installer.php lang files by installer_builder (
20080502 )
scyrma [Fri, 2 May 2008 01:15:35 +0000 (01:15 +0000)]
MDL-13424: Tags are automatically cleaned on cron run. (merge from 1.9)
skodak [Thu, 1 May 2008 22:36:49 +0000 (22:36 +0000)]
MDL-14617 removed count course students- yay!
skodak [Thu, 1 May 2008 22:36:08 +0000 (22:36 +0000)]
MDL-14617 removed isstudent() - yay!
skodak [Thu, 1 May 2008 22:35:36 +0000 (22:35 +0000)]
MDL-14617 removed isteacheredit() - yay!
skodak [Thu, 1 May 2008 22:34:04 +0000 (22:34 +0000)]
MDL-14617 removed legacy primary role concept originally used in stats
skodak [Thu, 1 May 2008 22:33:23 +0000 (22:33 +0000)]
MDL-14617 removed some legacy course related functions
skodak [Thu, 1 May 2008 22:32:15 +0000 (22:32 +0000)]
MDL-14617 removed some legacy group code - fixed regression
skodak [Thu, 1 May 2008 22:30:28 +0000 (22:30 +0000)]
MDL-14617 removed some legacy group code
skodak [Thu, 1 May 2008 22:23:27 +0000 (22:23 +0000)]
MDL-14617 removed unused code
skodak [Thu, 1 May 2008 22:21:56 +0000 (22:21 +0000)]
MDL-14617 removed various form related legacy code
skodak [Thu, 1 May 2008 22:21:05 +0000 (22:21 +0000)]
MDL-14617 removed various form related legacy code
skodak [Thu, 1 May 2008 22:19:40 +0000 (22:19 +0000)]
MDL-14617 removed current_charset code
skodak [Thu, 1 May 2008 22:18:45 +0000 (22:18 +0000)]
MDL-14617 removed get_group_teachers code
skodak [Thu, 1 May 2008 22:17:30 +0000 (22:17 +0000)]
MDL-14617 removed legacy add admin code
skodak [Thu, 1 May 2008 22:17:01 +0000 (22:17 +0000)]
MDL-14617 removed legacy add and remove teacher code
skodak [Thu, 1 May 2008 22:15:02 +0000 (22:15 +0000)]
MDL-14647 fix legacy add_teacher() when approving new course
skodak [Thu, 1 May 2008 22:09:00 +0000 (22:09 +0000)]
MDL-14617 removed legacy enrol and unenrol student code
skodak [Thu, 1 May 2008 22:07:26 +0000 (22:07 +0000)]
MDL-14617 remoe optional_varible and friends - YAY!
skodak [Thu, 1 May 2008 22:05:26 +0000 (22:05 +0000)]
MDL-14605 removed old stats upgrade code
skodak [Thu, 1 May 2008 22:03:15 +0000 (22:03 +0000)]
MDL-14617 removed old legacy function emulations
skodak [Thu, 1 May 2008 21:53:10 +0000 (21:53 +0000)]
MDL-14617 ancient register globals hack removed
skodak [Thu, 1 May 2008 21:52:09 +0000 (21:52 +0000)]
MDL-14617 removed old PHP4 session stuff
skodak [Thu, 1 May 2008 21:49:23 +0000 (21:49 +0000)]
MDL-14617 removed PHP4 compatibility string functions
skodak [Thu, 1 May 2008 21:48:36 +0000 (21:48 +0000)]
MDL-14617 removed PHP4 compatibility scandir()
skodak [Thu, 1 May 2008 21:44:39 +0000 (21:44 +0000)]
MDL-14645 PHP 5.2.0 now required on frontpage
skodak [Thu, 1 May 2008 21:44:28 +0000 (21:44 +0000)]
MDL-14645 PHP 5.2.0 now required on frontpage
skodak [Thu, 1 May 2008 21:43:55 +0000 (21:43 +0000)]
MDL-14645 PHP 5.2.0 now required for CLI upgrade
skodak [Thu, 1 May 2008 21:42:28 +0000 (21:42 +0000)]
MDL-14617 removed PHP4 compatibility scandir()
skodak [Thu, 1 May 2008 21:40:34 +0000 (21:40 +0000)]
MDL-14645 PHP 5.2.0 now required for new installation - installer lang packs will be updated automatically later by cron job on cvs.moodle.org
skodak [Thu, 1 May 2008 21:22:01 +0000 (21:22 +0000)]
MDL-14617 removed PHP5 checks from global search
skodak [Thu, 1 May 2008 21:19:05 +0000 (21:19 +0000)]
MDL-14617 removed PHP4 compatibility error_get_last()
skodak [Thu, 1 May 2008 21:17:33 +0000 (21:17 +0000)]
MDL-14617 removed pre PHP 5.2.0 coocie compatibility stuff
skodak [Thu, 1 May 2008 21:16:16 +0000 (21:16 +0000)]
MDL-14617 removed PHP4 stuff
skodak [Thu, 1 May 2008 21:15:29 +0000 (21:15 +0000)]
MDL-14617 removed pre PHP 5.2.0 coocie compatibility stuff
skodak [Thu, 1 May 2008 21:14:22 +0000 (21:14 +0000)]
MDL-14617 pre PHP5 function emulations gone
skodak [Thu, 1 May 2008 21:12:56 +0000 (21:12 +0000)]
MDL-14617 file_put_content emulation gone
skodak [Thu, 1 May 2008 21:08:50 +0000 (21:08 +0000)]
MDL-14622 fixed regression during install time - thanks Stephen Bourget
skodak [Thu, 1 May 2008 21:00:24 +0000 (21:00 +0000)]
MDL-14605 removed all pre 1.9 upgrade code from HEAD core
skodak [Thu, 1 May 2008 20:29:04 +0000 (20:29 +0000)]
MDL-14605 removed all pre 1.9 upgrade code from HEAD core
skodak [Thu, 1 May 2008 20:27:42 +0000 (20:27 +0000)]
MDL-14451 updated pre-upgrade check (feedbacks, journal, lams, workshop and exercise)
skodak [Thu, 1 May 2008 20:04:42 +0000 (20:04 +0000)]
MDL-14599 removed support for old $CFG->dbtype.php upgrade and install support for blocks
skodak [Thu, 1 May 2008 20:02:37 +0000 (20:02 +0000)]
MDL-14599 removed support for old $CFG->dbtype.php upgrade and install support for modules and plugins
skodak [Thu, 1 May 2008 19:59:29 +0000 (19:59 +0000)]
MDL-14599 removed support for old backup $CFG->dbtype.php upgrade and install support
skodak [Thu, 1 May 2008 19:57:57 +0000 (19:57 +0000)]
MDL-14599 removed support for old main $CFG->dbtype.php upgrade support
thepurpleblob [Thu, 1 May 2008 12:21:55 +0000 (12:21 +0000)]
MDL-14406
Ensure 'length' field for description type questions is 0 and that
default for all questions is 0
Merged from STABLE_19
dongsheng [Thu, 1 May 2008 08:32:04 +0000 (08:32 +0000)]
"MDL-7362, allow_call_time_pass_reference setting may cause bug, see tracker, merged from MOODLE_19_STABLE, thanks James"
scyrma [Thu, 1 May 2008 08:10:55 +0000 (08:10 +0000)]
MDL-3381: keeping environement.xml in sync (from 1.8)
jamiesensei [Thu, 1 May 2008 07:08:28 +0000 (07:08 +0000)]
MDL-13678 "Change default number of rows per page on quiz reports" Made a new constant to say how many attempts / questions to list per page by default.
dongsheng [Thu, 1 May 2008 06:55:07 +0000 (06:55 +0000)]
"MDL-10944, fix undefined property in chatd.php, merged from MOODLE_19_STABLE"
scyrma [Thu, 1 May 2008 06:15:51 +0000 (06:15 +0000)]
MDL-13424 Fixes suggested by Eloy, in tag_cleanup. (merge from 1.9)
dongsheng [Thu, 1 May 2008 06:07:24 +0000 (06:07 +0000)]
"MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE"
scyrma [Thu, 1 May 2008 05:49:35 +0000 (05:49 +0000)]
code beautification