]> git.mjollnir.org Git - moodle.git/log
moodle.git
19 years agoImproved handling of event types so that now graded states can always be distinguishe...
gustav_delius [Sun, 19 Mar 2006 18:28:29 +0000 (18:28 +0000)]
Improved handling of event types so that now graded states can always be distinguished from ungraded ones.

19 years agoSmall correction to comment
gustav_delius [Sun, 19 Mar 2006 12:19:49 +0000 (12:19 +0000)]
Small correction to comment

19 years agoNotice killing... ;-)
stronk7 [Sun, 19 Mar 2006 11:13:16 +0000 (11:13 +0000)]
Notice killing...  ;-)

19 years agoNotice killing... ;-)
stronk7 [Sun, 19 Mar 2006 11:10:25 +0000 (11:10 +0000)]
Notice killing... ;-)

19 years agoslightly more informative error message
gustav_delius [Sun, 19 Mar 2006 11:05:04 +0000 (11:05 +0000)]
slightly more informative error message

19 years agoDon't try to recode empty answers.
gustav_delius [Sun, 19 Mar 2006 11:03:12 +0000 (11:03 +0000)]
Don't try to recode empty answers.

19 years agoI hadn't known that ! has higher precedence than ==
gustav_delius [Sun, 19 Mar 2006 11:02:36 +0000 (11:02 +0000)]
I hadn't known that ! has higher precedence than ==

19 years agominiscule change: subquestion code only has to be unique within question
gustav_delius [Sun, 19 Mar 2006 10:43:12 +0000 (10:43 +0000)]
miniscule change: subquestion code only has to be unique within question

19 years agotemporary fix to essay print_question... This really should be converted to using...
gustav_delius [Sun, 19 Mar 2006 10:21:23 +0000 (10:21 +0000)]
temporary fix to essay print_question... This really should be converted to using templates.

19 years agoAutomatic installer.php by installer_builder (20060319)
stronk7 [Sun, 19 Mar 2006 10:04:24 +0000 (10:04 +0000)]
Automatic installer.php by installer_builder (20060319)

19 years agoFixed backup and restore for match questions
gustav_delius [Sun, 19 Mar 2006 09:50:43 +0000 (09:50 +0000)]
Fixed backup and restore for match questions

19 years agoFixed multichoice restore
gustav_delius [Sun, 19 Mar 2006 09:20:42 +0000 (09:20 +0000)]
Fixed multichoice restore
Print message when recoding fails

19 years agoNow the user emailcharset setting can fallback to the site emailcharset setting.
stronk7 [Sun, 19 Mar 2006 02:46:56 +0000 (02:46 +0000)]
Now the user emailcharset setting can fallback to the site emailcharset setting.

19 years agoNow encode_mimeheader() only encodes the header if it isn't 100% ASCII.
stronk7 [Sun, 19 Mar 2006 02:38:21 +0000 (02:38 +0000)]
Now encode_mimeheader() only encodes the header if it isn't 100% ASCII.

19 years agoStarting NOW we are using our own encode_mimeheader() function to
stronk7 [Sun, 19 Mar 2006 02:35:50 +0000 (02:35 +0000)]
Starting NOW we are using our own encode_mimeheader() function to
generate all Moodle emails. Only applied if we are running under
$CFG->unicodedb. Tested with postfix and sendmail servers and
Thunderbird, Mail and Entourage mail clients...

Test, test, test....!

19 years ago[Fixed] this page was shooting of warnings for unset variable score. Now checks...
mark-nielsen [Sun, 19 Mar 2006 02:16:00 +0000 (02:16 +0000)]
[Fixed] this page was shooting of warnings for unset variable score.  Now checks to make sure score is set before using it.

19 years agocleaned up the left menu feature output by removing an unused form and several unnece...
mark-nielsen [Sun, 19 Mar 2006 02:08:37 +0000 (02:08 +0000)]
cleaned up the left menu feature output by removing an unused form and several unnecessary string concatenations

19 years agoUpdating phpmailer to 1.73. Some bugs solved.
stronk7 [Sun, 19 Mar 2006 02:07:51 +0000 (02:07 +0000)]
Updating phpmailer to 1.73. Some bugs solved.

19 years agoUpdating phpmailer to 1.73. DOS linefeeds are now out.
stronk7 [Sun, 19 Mar 2006 02:06:06 +0000 (02:06 +0000)]
Updating phpmailer to 1.73. DOS linefeeds are now out.

19 years agoUpdating phpmailer to 1.73. Language files.
stronk7 [Sun, 19 Mar 2006 02:03:02 +0000 (02:03 +0000)]
Updating phpmailer to 1.73. Language files.

19 years ago[Changed] The print_simple_box_start/stop changes conflicted greatly with the display...
mark-nielsen [Sun, 19 Mar 2006 01:53:50 +0000 (01:53 +0000)]
[Changed] The print_simple_box_start/stop changes conflicted greatly with the display of branch table buttons (the box printed above the buttons some how :( )  To fix this, the tables were taken out and divs were used instead to display and arrange the buttons.  This turns out to be a good thing because now the user has more control over the buttons via style sheet.  Also did some extra clean up in the section of code printing the branch table.
[Added] new styles to styles.php to help display the buttons correctly.

19 years agoFunction encode_mimeheader() added. Finally, it seems that we have to
stronk7 [Sun, 19 Mar 2006 01:09:15 +0000 (01:09 +0000)]
Function encode_mimeheader() added. Finally, it seems that we have to
use our own function because phpmailer one doesn't handle multi-byte
characters, breaking them.

19 years agoincrease gap size for long answers in JCloze
gbateson [Sat, 18 Mar 2006 23:47:56 +0000 (23:47 +0000)]
increase gap size for long answers in JCloze

19 years agothese files have two titles
koenr [Sat, 18 Mar 2006 20:52:50 +0000 (20:52 +0000)]
these files have two titles

19 years agochanged titles to Moodle standard helpfile titles
koenr [Sat, 18 Mar 2006 20:41:24 +0000 (20:41 +0000)]
changed titles to Moodle standard helpfile titles

19 years agoFirst cut of email working with any encoding. Works practically ok but
stronk7 [Sat, 18 Mar 2006 17:48:52 +0000 (17:48 +0000)]
First cut of email working with any encoding. Works practically ok but
I've to check something that seems to be a bug in the build of the
subject. Sendind it to CVS to check the code under Win32 and Linux.

19 years agoMultianswer restore now works.
gustav_delius [Sat, 18 Mar 2006 14:14:55 +0000 (14:14 +0000)]
Multianswer restore now works.
Timelimit is rounded to integer before saving in the database
Some more diagnostic error messages
Towards more plugable question types: $QUIZ_MENU is now populated by the question types themselves.

19 years agofixed warning
skodak [Sat, 18 Mar 2006 10:07:35 +0000 (10:07 +0000)]
fixed warning

19 years agoFixed case for multiple grops
moodler [Fri, 17 Mar 2006 17:17:51 +0000 (17:17 +0000)]
Fixed case for multiple grops

19 years agoAutomatic installer.php by installer_builder (20060317)
stronk7 [Fri, 17 Mar 2006 16:27:55 +0000 (16:27 +0000)]
Automatic installer.php by installer_builder (20060317)

19 years agoAdded the missing support for typex fields!
moodler [Fri, 17 Mar 2006 16:19:31 +0000 (16:19 +0000)]
Added the missing support for typex fields!

19 years agoAccessibility: updated the "help prefix" - spoken 'colon' to silent ','
nfreear [Fri, 17 Mar 2006 13:01:55 +0000 (13:01 +0000)]
Accessibility: updated the "help prefix" - spoken 'colon' to silent ','

19 years agoAccessibility: tidied, removed commented code functions, print_simple_box_start,...
nfreear [Fri, 17 Mar 2006 12:27:18 +0000 (12:27 +0000)]
Accessibility: tidied, removed commented code functions, print_simple_box_start, _end (followup to OU-Bugz: 737)

19 years agoAccessibility: tidied, scripted the validator links, added 'skip block' explanation...
nfreear [Fri, 17 Mar 2006 11:53:13 +0000 (11:53 +0000)]
Accessibility: tidied, scripted the validator links, added 'skip block' explanation, removed MIME type, 'no new window' notes. Updated javascript, image sections.

19 years agoAccessibility: TODO: link to; synchronise with accessibility status. Help page sectio...
nfreear [Fri, 17 Mar 2006 11:39:31 +0000 (11:39 +0000)]
Accessibility: TODO: link to; synchronise with accessibility status. Help page sections - accessibility statement, access keys, links, images, standards compliance.

19 years agoAccessibility: function calendar_top_controls, tidy up commented code.
nfreear [Fri, 17 Mar 2006 10:53:15 +0000 (10:53 +0000)]
Accessibility: function calendar_top_controls, tidy up commented code.

19 years agoiImproved RSS
moodler [Fri, 17 Mar 2006 09:48:24 +0000 (09:48 +0000)]
iImproved RSS

19 years agoJust pushing the RSS a bit further, it's not tested properly yet
moodler [Fri, 17 Mar 2006 09:11:06 +0000 (09:11 +0000)]
Just pushing the RSS a bit further, it's not tested properly yet

19 years agoJust tweaking
moodler [Fri, 17 Mar 2006 08:20:28 +0000 (08:20 +0000)]
Just tweaking

19 years agoblog not blogs
toyomoyo [Fri, 17 Mar 2006 08:13:48 +0000 (08:13 +0000)]
blog not blogs

19 years agonaming consistency
toyomoyo [Fri, 17 Mar 2006 08:13:27 +0000 (08:13 +0000)]
naming consistency

19 years agoFixes to rsslib to ensure the output is valid RSS 2.0
danstowell [Fri, 17 Mar 2006 07:44:22 +0000 (07:44 +0000)]
Fixes to rsslib to ensure the output is valid RSS 2.0

19 years agomade some changes to allow rss feeds
toyomoyo [Fri, 17 Mar 2006 07:38:08 +0000 (07:38 +0000)]
made some changes to allow rss feeds

19 years agohad to change this a bit because blogs use different location to store rss, as it...
toyomoyo [Fri, 17 Mar 2006 07:37:27 +0000 (07:37 +0000)]
had to change this a bit because blogs use different location to store rss, as it is not a module, please warn if this is a security issue

19 years agotook out rss stuff
toyomoyo [Fri, 17 Mar 2006 05:54:46 +0000 (05:54 +0000)]
took out rss stuff

19 years agochange in publish states
toyomoyo [Fri, 17 Mar 2006 05:53:52 +0000 (05:53 +0000)]
change in publish states

19 years agoFixed php notice
vyshane [Fri, 17 Mar 2006 04:51:14 +0000 (04:51 +0000)]
Fixed php notice

19 years ago[Changed] function execute_teacherwarning to function lesson_display_teacher_warning...
mark-nielsen [Fri, 17 Mar 2006 03:37:31 +0000 (03:37 +0000)]
[Changed] function execute_teacherwarning to function lesson_display_teacher_warning because it was violating the function naming policy

19 years ago[Added] added phpdoc comments to locallib.php
mark-nielsen [Fri, 17 Mar 2006 03:31:19 +0000 (03:31 +0000)]
[Added] added phpdoc comments to locallib.php

19 years agoStickyblocks: fool pagelib into thinking it is course-view when it needs to be, rathe...
mjollnir_ [Fri, 17 Mar 2006 03:17:44 +0000 (03:17 +0000)]
Stickyblocks: fool pagelib into thinking it is course-view when it needs to be, rather than admin-stickyblocks

19 years agoSome incomplete work on the restore code (committing only because I am moving to...
gustav_delius [Thu, 16 Mar 2006 21:17:31 +0000 (21:17 +0000)]
Some incomplete work on the restore code (committing only because I am moving to a different machine)

19 years agoFixed grade_category table definitions to handle change in MySQL versions 5.0.3 and...
jgraham909 [Thu, 16 Mar 2006 19:50:28 +0000 (19:50 +0000)]
Fixed grade_category table definitions to handle change in MySQL versions 5.0.3 and greater
see http://moodle.org/mod/forum/discuss.php?d=41501 for more details.

19 years agoFixed a typo in the last authorize.net patch from Ethem
patrickslee [Thu, 16 Mar 2006 19:32:17 +0000 (19:32 +0000)]
Fixed a typo in the last authorize.net patch from Ethem

19 years agoAccessibility: incidental image - should be empty Alt text; removed unnecessary heigh...
nfreear [Thu, 16 Mar 2006 11:51:19 +0000 (11:51 +0000)]
Accessibility: incidental image - should be empty Alt text; removed unnecessary height/width (OU-Bugz: 696, 697)

19 years agoAccessibility: strict, removed unnecessary alt="search" from <input type="text">.
nfreear [Thu, 16 Mar 2006 11:47:38 +0000 (11:47 +0000)]
Accessibility: strict, removed unnecessary alt="search" from <input type="text">.

19 years agoAccessibility: do NOT change, fixed call to trim in function, helpbutton (OU-Bugz...
nfreear [Thu, 16 Mar 2006 11:13:21 +0000 (11:13 +0000)]
Accessibility: do NOT change, fixed call to trim in function, helpbutton (OU-Bugz: 752)

19 years agoweblib.php: replaced <table> in print_simple_box_start _end with <div>s (OU-Bugz...
nfreear [Thu, 16 Mar 2006 11:03:02 +0000 (11:03 +0000)]
weblib.php: replaced <table> in print_simple_box_start _end with <div>s (OU-Bugz: 737)

19 years agoRe bug 4640 - enabled filtering for attachment link HTML - enables MP3 uploads to...
danstowell [Thu, 16 Mar 2006 10:36:54 +0000 (10:36 +0000)]
Re bug 4640 - enabled filtering for attachment link HTML - enables MP3 uploads to use mediafilter, for example

19 years agofixed Bug #4855, too much info saved in db.
skodak [Thu, 16 Mar 2006 10:22:40 +0000 (10:22 +0000)]
fixed Bug #4855, too much info saved in db.

19 years agofixed problem when saving module settings
skodak [Thu, 16 Mar 2006 10:11:06 +0000 (10:11 +0000)]
fixed problem when saving module settings

19 years agoW3C validation and misc code cleanup.
vyshane [Thu, 16 Mar 2006 08:49:20 +0000 (08:49 +0000)]
W3C validation and misc code cleanup.

19 years agoif not logged in, can not edit page. tags + 2 spaces
toyomoyo [Thu, 16 Mar 2006 08:45:39 +0000 (08:45 +0000)]
if not logged in, can not edit page. tags + 2 spaces

19 years agoif htmleditor is on, only show html format
toyomoyo [Thu, 16 Mar 2006 08:32:29 +0000 (08:32 +0000)]
if htmleditor is on, only show html format

19 years agoformattign issues
toyomoyo [Thu, 16 Mar 2006 08:22:53 +0000 (08:22 +0000)]
formattign issues

19 years agoadded blog link to print_user
toyomoyo [Thu, 16 Mar 2006 08:16:08 +0000 (08:16 +0000)]
added blog link to print_user

19 years agomin pagesize = 1
toyomoyo [Thu, 16 Mar 2006 07:55:22 +0000 (07:55 +0000)]
min pagesize = 1

19 years agocan not see links if not logged in
toyomoyo [Thu, 16 Mar 2006 07:51:12 +0000 (07:51 +0000)]
can not see links if not logged in

19 years agormoved batchpublish in lib, add new entry link on top
toyomoyo [Thu, 16 Mar 2006 07:47:37 +0000 (07:47 +0000)]
rmoved batchpublish in lib, add new entry link on top

19 years agocase insensitive tag search
toyomoyo [Thu, 16 Mar 2006 07:41:26 +0000 (07:41 +0000)]
case insensitive tag search

19 years agoSimplified
moodler [Thu, 16 Mar 2006 07:22:58 +0000 (07:22 +0000)]
Simplified

19 years agomore cleaning
toyomoyo [Thu, 16 Mar 2006 06:16:54 +0000 (06:16 +0000)]
more cleaning

19 years agoAdded $CFG->pagepath to the blocks_execute_action() function for the config
vyshane [Thu, 16 Mar 2006 04:55:43 +0000 (04:55 +0000)]
Added $CFG->pagepath to the blocks_execute_action() function for the config
action. This is used to generate the Moodle Docs URL for configuration of an
instance of a block.

19 years agomore cleaning for filter class
toyomoyo [Thu, 16 Mar 2006 04:33:47 +0000 (04:33 +0000)]
more cleaning for filter class

19 years agomore cleaning
toyomoyo [Thu, 16 Mar 2006 04:21:13 +0000 (04:21 +0000)]
more cleaning

19 years agoUpdated print_textarea()
vyshane [Thu, 16 Mar 2006 03:56:19 +0000 (03:56 +0000)]
Updated print_textarea()

19 years agomore cleaning
toyomoyo [Thu, 16 Mar 2006 03:42:56 +0000 (03:42 +0000)]
more cleaning

19 years agoSQL error occured when viewing this page and no questions have been added to the...
michaelpenne [Thu, 16 Mar 2006 03:26:49 +0000 (03:26 +0000)]
SQL error occured when viewing this page and no questions have been added to the quiz.  This has been fixed.

19 years agofixed a bug where using tag to search blogs, nav menu is not working
toyomoyo [Thu, 16 Mar 2006 02:01:55 +0000 (02:01 +0000)]
fixed a bug where using tag to search blogs, nav menu is not working

19 years agofixed live link
skodak [Wed, 15 Mar 2006 21:05:19 +0000 (21:05 +0000)]
fixed live link

19 years agofixed broken log links in admin menu; I noticed it some time ago, the merge seems...
skodak [Wed, 15 Mar 2006 21:03:45 +0000 (21:03 +0000)]
fixed broken log links in admin menu; I noticed it some time ago, the merge seems to be finished - I decided to fix it now

19 years agofixed debug warning
skodak [Wed, 15 Mar 2006 20:50:05 +0000 (20:50 +0000)]
fixed debug warning

19 years agoFixed typo giving sesskey error
gustav_delius [Wed, 15 Mar 2006 20:25:49 +0000 (20:25 +0000)]
Fixed typo giving sesskey error

19 years agofixed typo PARAM_CLEAR
skodak [Wed, 15 Mar 2006 18:08:24 +0000 (18:08 +0000)]
fixed typo PARAM_CLEAR

19 years agoAccessibility: fix removed .navbar { height }, admin view in Opera 8 (OU-Bugz: 750)
nfreear [Wed, 15 Mar 2006 15:33:19 +0000 (15:33 +0000)]
Accessibility: fix removed .navbar { height }, admin view in Opera 8 (OU-Bugz: 750)

19 years agoAccessibility: fix - darker, 'weeks' course format - date text too pale (OU-Bugz...
nfreear [Wed, 15 Mar 2006 15:26:15 +0000 (15:26 +0000)]
Accessibility: fix - darker, 'weeks' course format - date text too pale (OU-Bugz: 751)

19 years agoAccessibility: 'weekscss' course format - layout table of weeks, now a list.
nfreear [Wed, 15 Mar 2006 15:20:53 +0000 (15:20 +0000)]
Accessibility: 'weekscss' course format - layout table of weeks, now a list.

19 years agotypo
koenr [Wed, 15 Mar 2006 14:25:58 +0000 (14:25 +0000)]
typo

19 years agoAccessibility: improved class-name semantics, matches 'weeks' course format.
nfreear [Wed, 15 Mar 2006 11:02:42 +0000 (11:02 +0000)]
Accessibility: improved class-name semantics, matches 'weeks' course format.

19 years agoAccessibility: added title to envelope link, replaced img width/height (OU-Bugz:...
nfreear [Wed, 15 Mar 2006 10:42:50 +0000 (10:42 +0000)]
Accessibility: added title to envelope link, replaced img width/height (OU-Bugz: 697,736)

19 years agoAccessibility: critical fix (editing on), filled empty Alt-link text, times 6 (OU...
nfreear [Wed, 15 Mar 2006 10:26:56 +0000 (10:26 +0000)]
Accessibility: critical fix (editing on), filled empty Alt-link text, times 6 (OU-Bugz: 744)

19 years agoAccessibility: strict, replaced image border, width... with classes (OU-Bugz: 697...
nfreear [Wed, 15 Mar 2006 10:23:09 +0000 (10:23 +0000)]
Accessibility: strict, replaced image border, width... with classes (OU-Bugz: 697, 745)

19 years agoDon't use isteacher()
moodler [Wed, 15 Mar 2006 10:05:19 +0000 (10:05 +0000)]
Don't use isteacher()

19 years agoRemove hardcoded box size for My Moodle
moodler [Wed, 15 Mar 2006 09:59:28 +0000 (09:59 +0000)]
Remove hardcoded box size for My Moodle

19 years agoAdded some more efficiencies to the code, but something seems to be wrong
moodler [Wed, 15 Mar 2006 09:56:57 +0000 (09:56 +0000)]
Added some more efficiencies to the code, but something seems to be wrong
with this function as the SQL is not finding any new posts at all for me.

Needs checking!

19 years agoAccessibility: validation, missing 'alt' attribute, near $strshowallweeks (OU-Bugz...
nfreear [Wed, 15 Mar 2006 09:56:40 +0000 (09:56 +0000)]
Accessibility: validation, missing 'alt' attribute, near $strshowallweeks (OU-Bugz: 741)

19 years agoFixed classes for styles in forum overview in My Moodle
moodler [Wed, 15 Mar 2006 09:50:42 +0000 (09:50 +0000)]
Fixed classes for styles in forum overview in My Moodle

19 years agoAccessibility: validation, erroneous & replaced with &amp; call to popup_form (OU...
nfreear [Wed, 15 Mar 2006 09:42:37 +0000 (09:42 +0000)]
Accessibility: validation, erroneous & replaced with &amp; call to popup_form (OU-Bugz: 735)

19 years ago";"
toyomoyo [Wed, 15 Mar 2006 09:14:38 +0000 (09:14 +0000)]
";"

19 years agoadded cancel button for preference
toyomoyo [Wed, 15 Mar 2006 09:13:34 +0000 (09:13 +0000)]
added cancel button for preference

19 years agotook out courseid and groupid
toyomoyo [Wed, 15 Mar 2006 08:49:33 +0000 (08:49 +0000)]
took out courseid and groupid