]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agohtmlarea: Fix fullscreen editor on IE6/7 -- MDL-11242
martinlanghoff [Mon, 12 Nov 2007 04:13:24 +0000 (04:13 +0000)]
htmlarea: Fix fullscreen editor on IE6/7 -- MDL-11242

Only say px if the width is a pure number. Under IE we
get the "100%" for the width of the editor, so blindly
appending "px" results in a JS execution error.

With this patch we only attach px if it's a pure int.

Also tested the sizing of HTMLArea in the messaging
window. So both should be working now.

17 years agoMDL-12104, gradebook is showing 2 scales together
toyomoyo [Mon, 12 Nov 2007 03:14:47 +0000 (03:14 +0000)]
MDL-12104, gradebook is showing 2 scales together

17 years agomerged from 1.9 :: MDL-10683 :: added as Eric proposed:
urs_hunkler [Sun, 11 Nov 2007 19:34:37 +0000 (19:34 +0000)]
merged from 1.9 :: MDL-10683 :: added as Eric proposed:

.mform .ftextarea #id_alltext {
    width: 100%;
}

17 years agomerged from 1.9 :: moved the sideblock accessibility property to the sidblocks section.
urs_hunkler [Sun, 11 Nov 2007 19:26:20 +0000 (19:26 +0000)]
merged from 1.9 :: moved the sideblock accessibility property to the sidblocks section.

17 years agomerged from 1.9 :: added the clearfix option to the custom_corners call for admin...
urs_hunkler [Sun, 11 Nov 2007 17:30:52 +0000 (17:30 +0000)]
merged from 1.9 :: added the clearfix option to the custom_corners call for admin pages to keep the "Save Changes" button within the area.

17 years agomerged from 1.9 :: Some theme enhancements while working on MDL-12098 and MDL-11154...
urs_hunkler [Sun, 11 Nov 2007 16:04:08 +0000 (16:04 +0000)]
merged from 1.9 :: Some theme enhancements while working on MDL-12098 and MDL-11154.Some theme enhancements while working on MDL-12098 and MDL-11154.

17 years agomerged from 1.9 :: Added the check, if all opend custom_corners are closed. This...
urs_hunkler [Sun, 11 Nov 2007 15:04:34 +0000 (15:04 +0000)]
merged from 1.9 :: Added the check, if all opend custom_corners are closed. This way it's possible to add the close call in the footer which closes eventually open ccs.

17 years agomerged form 1.9 and corrected a CSS bug :: MDL-12045 :: the extra "clearer" div broke...
urs_hunkler [Sun, 11 Nov 2007 11:22:54 +0000 (11:22 +0000)]
merged form 1.9 and corrected a CSS bug :: MDL-12045 :: the extra "clearer" div broke the custom_corners theme on IE7. I removed the "clearer" div and added the class "clerafix" to the surrounding coursebox.
In FF and Safari floating is a mess now. I removed float:left for "coursebox" to get the page working in all browsers. It is a single element and should not need floating.

17 years agomerged from 1.9 :: added missing "if ($heading)" to suppress empty page header.
urs_hunkler [Sun, 11 Nov 2007 09:31:41 +0000 (09:31 +0000)]
merged from 1.9 :: added missing  "if ($heading)" to suppress empty page header.

17 years agoMerging fix for MDL-12088 from MOODLE_19_STABLE
mark-nielsen [Sun, 11 Nov 2007 01:26:46 +0000 (01:26 +0000)]
Merging fix for MDL-12088 from MOODLE_19_STABLE

17 years agoMDL-12079 fixed use of clean_param()
skodak [Sat, 10 Nov 2007 14:54:39 +0000 (14:54 +0000)]
MDL-12079 fixed use of clean_param()

17 years agomerged from 1.9 :: MDL-12093 :: added function get_in_popup()
urs_hunkler [Sat, 10 Nov 2007 14:53:54 +0000 (14:53 +0000)]
merged from 1.9 :: MDL-12093 :: added function get_in_popup()

17 years agoMDL-12079 fixed use of clean_param()
skodak [Sat, 10 Nov 2007 14:49:56 +0000 (14:49 +0000)]
MDL-12079 fixed use of clean_param()

17 years agoMDL-12092 removed newline chars, we do not know the admin's platform, one line should...
skodak [Sat, 10 Nov 2007 14:35:26 +0000 (14:35 +0000)]
MDL-12092 removed newline chars, we do not know the admin's platform, one line should be ok IMHO.

17 years agoNew profilefield_ lang files are now supported with
stronk7 [Fri, 9 Nov 2007 20:11:43 +0000 (20:11 +0000)]
New profilefield_ lang files are now supported with
safe fallback to the "old" ones (stored in admin.php)

Merged from MOODLE_19_STABLE

17 years agoAdding lang support within profile fields to make them selfcontained.
stronk7 [Fri, 9 Nov 2007 19:11:40 +0000 (19:11 +0000)]
Adding lang support within profile fields to make them selfcontained.

Merged from MOODLE_19_STABLE

17 years agoMDL-12044, adding missing string
toyomoyo [Fri, 9 Nov 2007 02:57:05 +0000 (02:57 +0000)]
MDL-12044, adding missing string

17 years agoMDL-12065, do not force parents to enrol in student courses
toyomoyo [Fri, 9 Nov 2007 01:39:34 +0000 (01:39 +0000)]
MDL-12065, do not force parents to enrol in student courses

17 years agoAdd missing fields when upgrading/installing on Postgres
fmarier [Fri, 9 Nov 2007 01:25:28 +0000 (01:25 +0000)]
Add missing fields when upgrading/installing on Postgres
mod/exercise, mod/scorm and question/type/rqp
MDL-12023

17 years agomod/quiz: Add a link back to the course page after a quiz is completed
fmarier [Fri, 9 Nov 2007 01:17:48 +0000 (01:17 +0000)]
mod/quiz: Add a link back to the course page after a quiz is completed

17 years agoMDL-12070 - PARAM_CLEANHTML strips magic quotes..
poltawski [Thu, 8 Nov 2007 22:19:47 +0000 (22:19 +0000)]
MDL-12070 - PARAM_CLEANHTML strips magic quotes..

17 years agoMDL-12070 - re-enable the use of HTML in choice options
poltawski [Thu, 8 Nov 2007 18:32:09 +0000 (18:32 +0000)]
MDL-12070 - re-enable the use of HTML in choice options

Merged from MOODLE_18_STABLE

17 years agoMDL-12072 Added heading tag for calendar 'blocks'
sam_marshall [Thu, 8 Nov 2007 17:01:35 +0000 (17:01 +0000)]
MDL-12072 Added heading tag for calendar 'blocks'

17 years agoMDL-12069 Make calendar events key labels and link titles consistent (also tidy up...
sam_marshall [Thu, 8 Nov 2007 15:16:16 +0000 (15:16 +0000)]
MDL-12069 Make calendar events key labels and link titles consistent (also tidy up one bit of duplicated code)

17 years agoMDL-10365 grade history can be turned off + lifetime
skodak [Thu, 8 Nov 2007 08:59:26 +0000 (08:59 +0000)]
MDL-10365 grade history can be turned off + lifetime

17 years agokeeping version number in sync
toyomoyo [Thu, 8 Nov 2007 05:52:47 +0000 (05:52 +0000)]
keeping version number in sync

17 years agoMDL-9306 upgrade.php set to upgrade course whose format is weekscss to weeks
nicolasconnault [Thu, 8 Nov 2007 05:43:15 +0000 (05:43 +0000)]
MDL-9306 upgrade.php set to upgrade course whose format is weekscss to weeks

17 years agoMDL-12061, <p> in html editor breaks xhtml strict
toyomoyo [Thu, 8 Nov 2007 05:38:01 +0000 (05:38 +0000)]
MDL-12061, <p> in html editor breaks xhtml strict

17 years ago1.9 Beta 2 should not be read as 1.9.2 in environment page
toyomoyo [Thu, 8 Nov 2007 05:13:18 +0000 (05:13 +0000)]
1.9 Beta 2 should not be read as 1.9.2 in environment page

17 years agoAutomatic installer.php lang files by installer_builder (20071108)
moodler [Thu, 8 Nov 2007 05:11:47 +0000 (05:11 +0000)]
Automatic installer.php lang files by installer_builder (20071108)

17 years agoMDL-11790 Fixed hard-coded strings. Merci Nicolas!
nicolasconnault [Thu, 8 Nov 2007 04:39:10 +0000 (04:39 +0000)]
MDL-11790 Fixed hard-coded strings. Merci Nicolas!

17 years agomerged fix for MDL-11909, putting a unique constraint userid-itemid on grade_grades...
toyomoyo [Thu, 8 Nov 2007 02:01:34 +0000 (02:01 +0000)]
merged fix for MDL-11909, putting a unique constraint userid-itemid on grade_grades table

17 years agomerged from 1.9 :: In the first table column class="header" was missing.
urs_hunkler [Wed, 7 Nov 2007 18:12:54 +0000 (18:12 +0000)]
merged from 1.9 :: In the first table column class="header" was missing.

17 years agoUnit test refactoring using mock objects. NOT FINISHED: testgradecategory and testgra...
nicolasconnault [Wed, 7 Nov 2007 17:59:33 +0000 (17:59 +0000)]
Unit test refactoring using mock objects. NOT FINISHED: testgradecategory and testgradeitem are incomplete. The other tests work great however, and no longer a need for DB data

17 years agoFollow up fixes MDL-12029 "Glossary view needs heading markup..."
nfreear [Wed, 7 Nov 2007 17:45:57 +0000 (17:45 +0000)]
Follow up fixes MDL-12029 "Glossary view needs heading markup..."

17 years agoMDL-12055 Tweaked forum subscribe 'continue' address
sam_marshall [Wed, 7 Nov 2007 17:33:12 +0000 (17:33 +0000)]
MDL-12055 Tweaked forum subscribe 'continue' address

17 years agoMDL-12055 Tweaked forum subscribe 'continue' address
sam_marshall [Wed, 7 Nov 2007 17:04:48 +0000 (17:04 +0000)]
MDL-12055 Tweaked forum subscribe 'continue' address

17 years agoFix for refactoring
ethem [Wed, 7 Nov 2007 15:57:23 +0000 (15:57 +0000)]
Fix for refactoring

Fatal error: Call to undefined method enrolment_plugin_authorize::print_enrolmentkeyfrom() in /usr/local/www/data/moodle/enrol/manual/enrol.html on line 7

17 years agoMinor whitespace fixup.
tjhunt [Wed, 7 Nov 2007 15:41:20 +0000 (15:41 +0000)]
Minor whitespace fixup.

17 years agoEliminate duplicate $Id$ tag. Merged from MOODLE_19_STABLE.
tjhunt [Wed, 7 Nov 2007 15:26:37 +0000 (15:26 +0000)]
Eliminate duplicate $Id$ tag. Merged from MOODLE_19_STABLE.

17 years agoEliminate duplicate $Id$ tag. Merged from MOODLE_19_STABLE.
tjhunt [Wed, 7 Nov 2007 15:20:57 +0000 (15:20 +0000)]
Eliminate duplicate $Id$ tag. Merged from MOODLE_19_STABLE.

17 years agoEliminate duplicate $Id$ tag. Merged from MOODLE_19_STABLE.
tjhunt [Wed, 7 Nov 2007 12:35:33 +0000 (12:35 +0000)]
Eliminate duplicate $Id$ tag. Merged from MOODLE_19_STABLE.

17 years agoAccess modifiers.
ethem [Wed, 7 Nov 2007 10:54:28 +0000 (10:54 +0000)]
Access modifiers.

17 years agoAccess modifiers.
ethem [Wed, 7 Nov 2007 10:24:35 +0000 (10:24 +0000)]
Access modifiers.

17 years agoPreparation for Moodle 2.
ethem [Wed, 7 Nov 2007 10:22:37 +0000 (10:22 +0000)]
Preparation for Moodle 2.

17 years agoMDL-12025, enable row markings via javascript to keep track of current row
toyomoyo [Wed, 7 Nov 2007 07:46:33 +0000 (07:46 +0000)]
MDL-12025, enable row markings via javascript to keep track of current row

17 years agoMerged small emglish fix from stable branches
moodler [Wed, 7 Nov 2007 07:17:11 +0000 (07:17 +0000)]
Merged small emglish fix from stable branches

17 years agoMDL-12048, assignment grades not migrated into 1.9
toyomoyo [Wed, 7 Nov 2007 04:29:15 +0000 (04:29 +0000)]
MDL-12048, assignment grades not migrated into 1.9

17 years agobackup/restore of grade histories should be off by default
toyomoyo [Wed, 7 Nov 2007 01:11:41 +0000 (01:11 +0000)]
backup/restore of grade histories should be off by default

17 years agoFixes MDL-7878 in new course format, "Link identification and skipping" - skip_main_d...
nfreear [Tue, 6 Nov 2007 17:46:15 +0000 (17:46 +0000)]
Fixes MDL-7878 in new course format, "Link identification and skipping" - skip_main_destination function + use the $currenttext string (MDL-11439) - both accessibility related.

17 years agofixes notice error caused in form validation of file attachments - need not assume...
jmg324 [Tue, 6 Nov 2007 15:56:00 +0000 (15:56 +0000)]
fixes notice error caused in form validation of file attachments - need not assume variable is set but use empty()

17 years agoMDL-12039 Added ability to configure alt text when using TeX filter
sam_marshall [Tue, 6 Nov 2007 15:49:03 +0000 (15:49 +0000)]
MDL-12039 Added ability to configure alt text when using TeX filter

17 years agofixes notice error in forum/user about image alt
jmg324 [Tue, 6 Nov 2007 15:34:19 +0000 (15:34 +0000)]
fixes notice error in forum/user about image alt

17 years agoMDL-9306 Applied Ann's patches: seems to work very well, the output is entirely XHTML...
nicolasconnault [Tue, 6 Nov 2007 14:01:13 +0000 (14:01 +0000)]
MDL-9306 Applied Ann's patches: seems to work very well, the output is entirely XHTML compliant, and displays really nicely.

17 years agoMDL-8853 Applied Ann's patch
nicolasconnault [Tue, 6 Nov 2007 13:39:42 +0000 (13:39 +0000)]
MDL-8853 Applied Ann's patch

17 years agoadd lesson pages mention to the list of supported items
diml [Tue, 6 Nov 2007 11:11:20 +0000 (11:11 +0000)]
add lesson pages mention to the list of supported items

17 years agofixes base table printing for the student
diml [Tue, 6 Nov 2007 11:09:53 +0000 (11:09 +0000)]
fixes base table printing for the student

17 years agofixing bogus $scoid
toyomoyo [Tue, 6 Nov 2007 05:41:24 +0000 (05:41 +0000)]
fixing bogus $scoid

17 years agofixing a warning
toyomoyo [Tue, 6 Nov 2007 02:59:48 +0000 (02:59 +0000)]
fixing a warning

17 years agoMDL-10509, LDAP username to be always in lowercase
toyomoyo [Tue, 6 Nov 2007 01:01:09 +0000 (01:01 +0000)]
MDL-10509, LDAP username to be always in lowercase

17 years agoMDL-12030 Incorrect double quotes in sql
sam_marshall [Mon, 5 Nov 2007 17:57:26 +0000 (17:57 +0000)]
MDL-12030 Incorrect double quotes in sql

17 years agoFixes MDL-12029 "Glossary view needs heading markup + other accessibility fixes".
nfreear [Mon, 5 Nov 2007 15:22:22 +0000 (15:22 +0000)]
Fixes MDL-12029 "Glossary view needs heading markup + other accessibility fixes".

17 years agoMDL-8992 Now only appearing once per page, and XHTML compliant. Also removed an ugly...
nicolasconnault [Mon, 5 Nov 2007 14:10:27 +0000 (14:10 +0000)]
MDL-8992 Now only appearing once per page, and XHTML compliant. Also removed an ugly browser-sniffing css hack from the quicktime plugin, and applied the same browser detection as for the other plugins

17 years agoMDL-11399 make sure user context exists
skodak [Mon, 5 Nov 2007 09:50:40 +0000 (09:50 +0000)]
MDL-11399 make sure user context exists

17 years agoMDL-11079 detect/prevent email duplicates when uploading users
skodak [Mon, 5 Nov 2007 09:36:46 +0000 (09:36 +0000)]
MDL-11079 detect/prevent email duplicates when uploading users

17 years agoMDL-11996 bulk user upload - custom profile fields docs
skodak [Mon, 5 Nov 2007 09:12:29 +0000 (09:12 +0000)]
MDL-11996 bulk user upload - custom profile fields docs

17 years agoMDL-9552, update the gradebook everytime score is sent
toyomoyo [Mon, 5 Nov 2007 07:31:35 +0000 (07:31 +0000)]
MDL-9552, update the gradebook everytime score is sent

17 years agoMDL-11996 bulk user upload - improvements, bugfixes and cleanup;
skodak [Mon, 5 Nov 2007 00:43:37 +0000 (00:43 +0000)]
MDL-11996 bulk user upload - improvements, bugfixes and cleanup;
new csv import library included ;-)

17 years agofixes delete description record
diml [Sun, 4 Nov 2007 22:48:59 +0000 (22:48 +0000)]
fixes delete description record

17 years agocorrects "usepassword" rule 2
diml [Sun, 4 Nov 2007 22:43:18 +0000 (22:43 +0000)]
corrects "usepassword" rule 2

17 years agocorrects "usepassword" rule
diml [Sun, 4 Nov 2007 22:37:15 +0000 (22:37 +0000)]
corrects "usepassword" rule

17 years agoCode review and uniformization
diml [Sun, 4 Nov 2007 22:29:54 +0000 (22:29 +0000)]
Code review and uniformization
Small fixes on forum, chat and techproject
New lesson_document handler for lesson pages.

17 years agoNew installer file added to CVS repo.
moodler [Sun, 4 Nov 2007 17:10:18 +0000 (17:10 +0000)]
New installer file added to CVS repo.

17 years agoMDL-12020 can not bulk delete users with the same email - new username collision
skodak [Sun, 4 Nov 2007 13:51:26 +0000 (13:51 +0000)]
MDL-12020  can not bulk delete users with the same email - new username collision

17 years agoAutomatic installer.php lang files by installer_builder (20071103)
moodler [Sat, 3 Nov 2007 04:57:33 +0000 (04:57 +0000)]
Automatic installer.php lang files by installer_builder (20071103)

17 years agoThere was a mistake in the dir being created. It must be
stronk7 [Fri, 2 Nov 2007 13:02:56 +0000 (13:02 +0000)]
There was a mistake in the dir being created. It must be
the backup temp area one. MDL-11912

Merged from MOODLE_19_STABLE

17 years agomerged form 1.9 :: removed a typo: tabletable > table
urs_hunkler [Fri, 2 Nov 2007 10:41:24 +0000 (10:41 +0000)]
merged form 1.9 :: removed a typo: tabletable > table

17 years agoChanged check_dir_exists() behaviour to be more robust
stronk7 [Fri, 2 Nov 2007 09:53:32 +0000 (09:53 +0000)]
Changed check_dir_exists() behaviour to be more robust
and to work better when used recursively under sites
with open_basedir enabled. Credit goes to René Samselnig. MDL-11437

Merged from MOODLE_19_STABLE

17 years agoMDL-11996 bulk user upload - improvements, fixes and cleanup - part2
skodak [Fri, 2 Nov 2007 08:41:05 +0000 (08:41 +0000)]
MDL-11996 bulk user upload - improvements, fixes and cleanup - part2

17 years agoPropagate additional error info about XML parse failures
donal72 [Fri, 2 Nov 2007 00:13:42 +0000 (00:13 +0000)]
Propagate additional error info about XML parse failures

17 years agoMore error info about XML parse failures
donal72 [Fri, 2 Nov 2007 00:11:23 +0000 (00:11 +0000)]
More error info about XML parse failures

17 years agoNow PHP code generated by the XMLDB editor automatically
stronk7 [Thu, 1 Nov 2007 23:24:36 +0000 (23:24 +0000)]
Now PHP code generated by the XMLDB editor automatically
adds calls to upgrade_main_savepoint(). MDL-11698

Merged from MOODLE_19_STABLE

17 years agoInitialize the $message variable properly this time.
donal72 [Thu, 1 Nov 2007 21:30:37 +0000 (21:30 +0000)]
Initialize the $message variable properly this time.

17 years agoRevert: Initialize the $message variable
donal72 [Thu, 1 Nov 2007 21:28:08 +0000 (21:28 +0000)]
Revert: Initialize the $message variable

17 years agoUnsetting one white border.
stronk7 [Thu, 1 Nov 2007 20:07:40 +0000 (20:07 +0000)]
Unsetting one white border.

Merged from MOODLE_18_STABLE

17 years agoMFC: MDL-11996 fixed previous speedup commit for user operations in admin tree
skodak [Thu, 1 Nov 2007 19:43:46 +0000 (19:43 +0000)]
MFC: MDL-11996 fixed previous speedup commit for user operations in admin tree

17 years agoMDL-11996 bulk user upload - improvements, fixes and cleanup - part1
skodak [Thu, 1 Nov 2007 19:37:25 +0000 (19:37 +0000)]
MDL-11996 bulk user upload - improvements, fixes and cleanup - part1

17 years agoMDL-11995 prevent deleting of grade items attached to external activities
skodak [Thu, 1 Nov 2007 15:09:02 +0000 (15:09 +0000)]
MDL-11995 prevent deleting of grade items attached to external activities

17 years agoMDL-11790 Added missing strings
nicolasconnault [Thu, 1 Nov 2007 14:51:29 +0000 (14:51 +0000)]
MDL-11790 Added missing strings

17 years agoMDL-11977:
thepurpleblob [Thu, 1 Nov 2007 14:37:51 +0000 (14:37 +0000)]
MDL-11977:
Add an an optional forgotten password handling url

Merged from STABLE_19

17 years agoMDL-8992 Added a simple script from http://mar.anomy.net/entry/2006/11/24/02.12.18...
nicolasconnault [Thu, 1 Nov 2007 13:52:15 +0000 (13:52 +0000)]
MDL-8992 Added a simple script from http://mar.anomy.net/entry/2006/11/24/02.12.18/ to the mediaplugin filter output. Works like a charm on all tested browsers

17 years agoFixes bug MDL-11994, Accessibility: "Users tagged with ..." should be marked up as...
nfreear [Thu, 1 Nov 2007 12:32:58 +0000 (12:32 +0000)]
Fixes bug MDL-11994, Accessibility: "Users tagged with ..." should be marked up as a list.

17 years agoMDL-11966 fixed typo in grader report causing fatal errors
skodak [Thu, 1 Nov 2007 11:42:31 +0000 (11:42 +0000)]
MDL-11966 fixed typo in grader report causing fatal errors
MDL-11993 refactored code for item headers and icons

17 years agoMDL-11865 upgraded pagelib to using build_navigation()
nicolasconnault [Thu, 1 Nov 2007 08:59:48 +0000 (08:59 +0000)]
MDL-11865 upgraded pagelib to using build_navigation()

17 years agoMDL-11912 Creating 1000's layer directory first, then userid directory: no need for...
nicolasconnault [Thu, 1 Nov 2007 08:45:30 +0000 (08:45 +0000)]
MDL-11912 Creating 1000's layer directory first, then userid directory: no need for recursion

17 years agoMDL-11966 implemented dategraded and datesubmitted, tweaked altering of grades depend...
skodak [Thu, 1 Nov 2007 08:25:05 +0000 (08:25 +0000)]
MDL-11966 implemented dategraded and datesubmitted, tweaked altering of grades depending in hidden grades
MDL-11974 improved gradebook CSS

17 years agoTest for empty dataset to suppress a warning
donal72 [Thu, 1 Nov 2007 06:11:08 +0000 (06:11 +0000)]
Test for empty dataset to suppress a warning

17 years agoInitialize the $message variable
donal72 [Thu, 1 Nov 2007 05:06:26 +0000 (05:06 +0000)]
Initialize the $message variable

17 years agoMDL-11867 setting real null when response is null in calculated question
pichetp [Thu, 1 Nov 2007 00:27:57 +0000 (00:27 +0000)]
MDL-11867 setting real null when response is null in calculated question

17 years agoMDL-11725 en lang string edit
wildgirl [Wed, 31 Oct 2007 21:51:05 +0000 (21:51 +0000)]
MDL-11725 en lang string edit