]>
git.mjollnir.org Git - moodle.git/log
moodler [Mon, 20 Mar 2006 15:44:07 +0000 (15:44 +0000)]
Some new default styles for generaltables
moodler [Mon, 20 Mar 2006 15:33:18 +0000 (15:33 +0000)]
Small fix for admin menu layout and also print_table
moodler [Mon, 20 Mar 2006 15:27:35 +0000 (15:27 +0000)]
Slight, temporary fix for one thing caused by new print_simple_box (see bug 4943)
thepurpleblob [Mon, 20 Mar 2006 15:06:10 +0000 (15:06 +0000)]
Removed comments for global filter settings.
These now have a GUI option on the admin=>filters page
thepurpleblob [Mon, 20 Mar 2006 13:48:33 +0000 (13:48 +0000)]
Added explanatory note about encodings in imported files.
moodler [Mon, 20 Mar 2006 13:12:21 +0000 (13:12 +0000)]
New string
moodler [Mon, 20 Mar 2006 12:50:22 +0000 (12:50 +0000)]
Some new strings
moodler [Mon, 20 Mar 2006 12:45:36 +0000 (12:45 +0000)]
RSS should be fully working now
but phew, we need to clean up that old simpblog stuff with all the wierd
variable names. ;-)
moodler [Mon, 20 Mar 2006 09:36:47 +0000 (09:36 +0000)]
Speedup! get_timezone_record wasn't caching! :-)
ikawhero [Mon, 20 Mar 2006 08:28:25 +0000 (08:28 +0000)]
Block for listing blog tags
moodler [Mon, 20 Mar 2006 07:47:41 +0000 (07:47 +0000)]
Put some default times in for people who were tracking dev
moodler [Mon, 20 Mar 2006 07:45:55 +0000 (07:45 +0000)]
Add timemodified to blog_tag_instance records and some clean up
moodler [Mon, 20 Mar 2006 07:40:55 +0000 (07:40 +0000)]
Added timemodified to blog_tag_instance table and some indexes
moodler [Mon, 20 Mar 2006 07:13:21 +0000 (07:13 +0000)]
Added a new field "module" to the post table to indicate what type of module
each entry is
moodler [Mon, 20 Mar 2006 05:48:40 +0000 (05:48 +0000)]
tag support in rss
moodler [Mon, 20 Mar 2006 02:33:41 +0000 (02:33 +0000)]
SLightly more efficiency to help keep the cached_text table smaller see bug 4677
stronk7 [Sun, 19 Mar 2006 20:42:34 +0000 (20:42 +0000)]
Email encoding only can be specified if $CFG->unicodedb=true
gustav_delius [Sun, 19 Mar 2006 19:49:37 +0000 (19:49 +0000)]
Teacher-provided text is now printed without cleaning.
gustav_delius [Sun, 19 Mar 2006 19:23:07 +0000 (19:23 +0000)]
Show All link below question list.
gustav_delius [Sun, 19 Mar 2006 18:33:35 +0000 (18:33 +0000)]
Removed a notice
gustav_delius [Sun, 19 Mar 2006 18:31:48 +0000 (18:31 +0000)]
Almost forgot to take out diagnostic echo
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.
gustav_delius [Sun, 19 Mar 2006 12:19:49 +0000 (12:19 +0000)]
Small correction to comment
stronk7 [Sun, 19 Mar 2006 11:13:16 +0000 (11:13 +0000)]
Notice killing... ;-)
stronk7 [Sun, 19 Mar 2006 11:10:25 +0000 (11:10 +0000)]
Notice killing... ;-)
gustav_delius [Sun, 19 Mar 2006 11:05:04 +0000 (11:05 +0000)]
slightly more informative error message
gustav_delius [Sun, 19 Mar 2006 11:03:12 +0000 (11:03 +0000)]
Don't try to recode empty answers.
gustav_delius [Sun, 19 Mar 2006 11:02:36 +0000 (11:02 +0000)]
I hadn't known that ! has higher precedence than ==
gustav_delius [Sun, 19 Mar 2006 10:43:12 +0000 (10:43 +0000)]
miniscule change: subquestion code only has to be unique within question
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.
stronk7 [Sun, 19 Mar 2006 10:04:24 +0000 (10:04 +0000)]
Automatic installer.php by installer_builder (
20060319 )
gustav_delius [Sun, 19 Mar 2006 09:50:43 +0000 (09:50 +0000)]
Fixed backup and restore for match questions
gustav_delius [Sun, 19 Mar 2006 09:20:42 +0000 (09:20 +0000)]
Fixed multichoice restore
Print message when recoding fails
stronk7 [Sun, 19 Mar 2006 02:46:56 +0000 (02:46 +0000)]
Now the user emailcharset setting can fallback to the site emailcharset setting.
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.
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....!
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.
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
stronk7 [Sun, 19 Mar 2006 02:07:51 +0000 (02:07 +0000)]
Updating phpmailer to 1.73. Some bugs solved.
stronk7 [Sun, 19 Mar 2006 02:06:06 +0000 (02:06 +0000)]
Updating phpmailer to 1.73. DOS linefeeds are now out.
stronk7 [Sun, 19 Mar 2006 02:03:02 +0000 (02:03 +0000)]
Updating phpmailer to 1.73. Language files.
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.
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.
gbateson [Sat, 18 Mar 2006 23:47:56 +0000 (23:47 +0000)]
increase gap size for long answers in JCloze
koenr [Sat, 18 Mar 2006 20:52:50 +0000 (20:52 +0000)]
these files have two titles
koenr [Sat, 18 Mar 2006 20:41:24 +0000 (20:41 +0000)]
changed titles to Moodle standard helpfile titles
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.
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.
skodak [Sat, 18 Mar 2006 10:07:35 +0000 (10:07 +0000)]
fixed warning
moodler [Fri, 17 Mar 2006 17:17:51 +0000 (17:17 +0000)]
Fixed case for multiple grops
stronk7 [Fri, 17 Mar 2006 16:27:55 +0000 (16:27 +0000)]
Automatic installer.php by installer_builder (
20060317 )
moodler [Fri, 17 Mar 2006 16:19:31 +0000 (16:19 +0000)]
Added the missing support for typex fields!
nfreear [Fri, 17 Mar 2006 13:01:55 +0000 (13:01 +0000)]
Accessibility: updated the "help prefix" - spoken 'colon' to silent ','
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)
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.
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.
nfreear [Fri, 17 Mar 2006 10:53:15 +0000 (10:53 +0000)]
Accessibility: function calendar_top_controls, tidy up commented code.
moodler [Fri, 17 Mar 2006 09:48:24 +0000 (09:48 +0000)]
iImproved RSS
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
moodler [Fri, 17 Mar 2006 08:20:28 +0000 (08:20 +0000)]
Just tweaking
toyomoyo [Fri, 17 Mar 2006 08:13:48 +0000 (08:13 +0000)]
blog not blogs
toyomoyo [Fri, 17 Mar 2006 08:13:27 +0000 (08:13 +0000)]
naming consistency
danstowell [Fri, 17 Mar 2006 07:44:22 +0000 (07:44 +0000)]
Fixes to rsslib to ensure the output is valid RSS 2.0
toyomoyo [Fri, 17 Mar 2006 07:38:08 +0000 (07:38 +0000)]
made some changes to allow rss feeds
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
toyomoyo [Fri, 17 Mar 2006 05:54:46 +0000 (05:54 +0000)]
took out rss stuff
toyomoyo [Fri, 17 Mar 2006 05:53:52 +0000 (05:53 +0000)]
change in publish states
vyshane [Fri, 17 Mar 2006 04:51:14 +0000 (04:51 +0000)]
Fixed php notice
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
mark-nielsen [Fri, 17 Mar 2006 03:31:19 +0000 (03:31 +0000)]
[Added] added phpdoc comments to locallib.php
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
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)
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.
patrickslee [Thu, 16 Mar 2006 19:32:17 +0000 (19:32 +0000)]
Fixed a typo in the last authorize.net patch from Ethem
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)
nfreear [Thu, 16 Mar 2006 11:47:38 +0000 (11:47 +0000)]
Accessibility: strict, removed unnecessary alt="search" from <input type="text">.
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)
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)
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
skodak [Thu, 16 Mar 2006 10:22:40 +0000 (10:22 +0000)]
fixed Bug #4855, too much info saved in db.
skodak [Thu, 16 Mar 2006 10:11:06 +0000 (10:11 +0000)]
fixed problem when saving module settings
vyshane [Thu, 16 Mar 2006 08:49:20 +0000 (08:49 +0000)]
W3C validation and misc code cleanup.
toyomoyo [Thu, 16 Mar 2006 08:45:39 +0000 (08:45 +0000)]
if not logged in, can not edit page. tags + 2 spaces
toyomoyo [Thu, 16 Mar 2006 08:32:29 +0000 (08:32 +0000)]
if htmleditor is on, only show html format
toyomoyo [Thu, 16 Mar 2006 08:22:53 +0000 (08:22 +0000)]
formattign issues
toyomoyo [Thu, 16 Mar 2006 08:16:08 +0000 (08:16 +0000)]
added blog link to print_user
toyomoyo [Thu, 16 Mar 2006 07:55:22 +0000 (07:55 +0000)]
min pagesize = 1
toyomoyo [Thu, 16 Mar 2006 07:51:12 +0000 (07:51 +0000)]
can not see links if not logged in
toyomoyo [Thu, 16 Mar 2006 07:47:37 +0000 (07:47 +0000)]
rmoved batchpublish in lib, add new entry link on top
toyomoyo [Thu, 16 Mar 2006 07:41:26 +0000 (07:41 +0000)]
case insensitive tag search
moodler [Thu, 16 Mar 2006 07:22:58 +0000 (07:22 +0000)]
Simplified
toyomoyo [Thu, 16 Mar 2006 06:16:54 +0000 (06:16 +0000)]
more cleaning
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.
toyomoyo [Thu, 16 Mar 2006 04:33:47 +0000 (04:33 +0000)]
more cleaning for filter class
toyomoyo [Thu, 16 Mar 2006 04:21:13 +0000 (04:21 +0000)]
more cleaning
vyshane [Thu, 16 Mar 2006 03:56:19 +0000 (03:56 +0000)]
Updated print_textarea()
toyomoyo [Thu, 16 Mar 2006 03:42:56 +0000 (03:42 +0000)]
more cleaning
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.
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
skodak [Wed, 15 Mar 2006 21:05:19 +0000 (21:05 +0000)]
fixed live link