moodler
952d8dc87c
Speedup! get_timezone_record wasn't caching! :-)
2006-03-20 09:36:47 +00:00
moodler
9a8091a9ab
Put some default times in for people who were tracking dev
2006-03-20 07:47:41 +00:00
moodler
6a30c073d4
Added timemodified to blog_tag_instance table and some indexes
2006-03-20 07:40:55 +00:00
moodler
112d0ebf82
Added a new field "module" to the post table to indicate what type of module
...
each entry is
2006-03-20 07:13:21 +00:00
moodler
a9743837bf
SLightly more efficiency to help keep the cached_text table smaller see bug 4677
2006-03-20 02:33:41 +00:00
gustav_delius
f30bbcaf5b
Improved handling of event types so that now graded states can always be distinguished from ungraded ones.
2006-03-19 18:28:29 +00:00
gustav_delius
43a602a7a6
Small correction to comment
2006-03-19 12:19:49 +00:00
stronk7
8abebd1e5b
Notice killing... ;-)
2006-03-19 11:13:16 +00:00
stronk7
a848411a3b
Notice killing... ;-)
2006-03-19 11:10:25 +00:00
stronk7
c539d6224b
Now encode_mimeheader() only encodes the header if it isn't 100% ASCII.
2006-03-19 02:38:21 +00:00
stronk7
56a2b987e6
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....!
2006-03-19 02:35:50 +00:00
stronk7
fbf7e289a9
Updating phpmailer to 1.73. Some bugs solved.
2006-03-19 02:07:51 +00:00
stronk7
b4750d4d7f
Updating phpmailer to 1.73. DOS linefeeds are now out.
2006-03-19 02:06:06 +00:00
stronk7
376508306e
Updating phpmailer to 1.73. Language files.
2006-03-19 02:03:02 +00:00
stronk7
3ec5ec15bc
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.
2006-03-19 01:09:15 +00:00
stronk7
b212c114ce
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.
2006-03-18 17:48:52 +00:00
gustav_delius
ccccf04f70
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.
2006-03-18 14:14:55 +00:00
nfreear
5288e4a5ff
Accessibility: tidied, removed commented code functions, print_simple_box_start, _end (followup to OU-Bugz: 737)
2006-03-17 12:27:18 +00:00
danstowell
95a86f752b
Fixes to rsslib to ensure the output is valid RSS 2.0
2006-03-17 07:44:22 +00:00
mjollnir_
aa898e41c1
Stickyblocks: fool pagelib into thinking it is course-view when it needs to be, rather than admin-stickyblocks
2006-03-17 03:17:44 +00:00
jgraham909
53f6a21e5e
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.
2006-03-16 19:50:28 +00:00
nfreear
eab1f9aebd
Accessibility: do NOT change, fixed call to trim in function, helpbutton (OU-Bugz: 752)
2006-03-16 11:13:21 +00:00
nfreear
97f76a1aa3
weblib.php: replaced <table> in print_simple_box_start _end with <div>s (OU-Bugz: 737)
2006-03-16 11:03:02 +00:00
toyomoyo
ae8a5ff023
added blog link to print_user
2006-03-16 08:16:08 +00:00
vyshane
a2c28054b8
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.
2006-03-16 04:55:43 +00:00
vyshane
a0fd7c1df8
Updated print_textarea()
2006-03-16 03:56:19 +00:00
skodak
f89f924e03
fixed debug warning
2006-03-15 20:50:05 +00:00
moodler
e7fea10028
Don't use isteacher()
2006-03-15 10:05:19 +00:00
vyshane
540f964d92
Fixed undefined var notice
2006-03-15 08:40:56 +00:00
vyshane
80743e2a5b
Fixed bug in use_html_editor() that prevented HTMLArea display if $name is not
...
provided.
2006-03-15 08:30:03 +00:00
vyshane
035d465cb6
Made added $return argument to print_textarea() function.
2006-03-15 05:38:02 +00:00
vyshane
5f9b13b860
Updated use_html_editor() and print_editor_config()
2006-03-15 03:12:28 +00:00
vyshane
d13c59383a
Added javascript function insertAtCursor()
2006-03-14 05:26:40 +00:00
vyshane
3afc728f5c
Changed use_html_editor and print_editor_config functions so that we have an
...
editor javascript object that we can use when we create the HTMLArea editor.
This object allows us to call e.g. editor.insertHtml().
2006-03-14 05:26:03 +00:00
patrickslee
cd9afe2ff6
Set default enrolment plugin to manual if the previous default is not an interactive enrolment plugin
2006-03-14 03:02:12 +00:00
patrickslee
f182aaf1b5
Serious typo in postgres7 upgrade script
2006-03-14 02:52:34 +00:00
skodak
4f01826a27
removed $SESSION->encoding now replaced by current_charset() and $CFG->unicodedb; 3rd party contribs must be fixed to be utf-8 and 1.6dev compatible anyway;
...
going to add a notice to wiki at http://docs.moodle.org/en/UTF-8_scripts
2006-03-13 22:26:06 +00:00
tjhunt
d2176fb2f1
For some arguments, get_record_sql could fail only with debug off, then no error message is shown and it is hard to debug. Now the code is more similar between debug on/off, which should make debugging easier.
2006-03-13 17:07:38 +00:00
nfreear
40d34f9e3c
Accessibility: fix, weblib.php: print_navigation, class="resize" (Martin D post 10/3, OU-Bugz: 726)
2006-03-13 14:46:05 +00:00
nfreear
531a574aff
Accessibility: fix, use $CFG->pixpath, clearer image-names (Martin D post 10/3, OU-Bugz: 718)
2006-03-13 13:32:19 +00:00
tjhunt
e8395a09f4
Added a comment to explain that add_to_log is the way it is for performance reasons.
2006-03-13 10:37:21 +00:00
mjollnir_
d348b6f2b0
Adding new mdl_log indexes to the .sql files as well as just the pg ones (bug #4112 ), plus a few postgres fixes for blog
2006-03-12 23:20:47 +00:00
mjollnir_
65070e3c03
Adding new mdl_log indexes to the .sql files as well as just the pg ones (bug #4112 )
2006-03-12 23:19:17 +00:00
skodak
4352f048f5
workaround for some more uninitialized offset warnings
2006-03-12 20:06:12 +00:00
skodak
df1931578a
password handling refactoring and added conversion of passwords to unicode
2006-03-11 11:26:36 +00:00
nfreear
3034bd23ef
Accessibility: fix, replace <i> with <span> (Martin D post 10/3, OU-Bugz: 717)
2006-03-10 16:46:19 +00:00
thepurpleblob
7277ee54ca
Removed bad bad bad isset_param() function.
2006-03-10 11:11:32 +00:00
ikawhero
685cf3d6c4
More tidying up
2006-03-10 09:16:11 +00:00
ikawhero
9f69862640
Tidying up some accessibility changes
2006-03-10 08:57:22 +00:00
toyomoyo
89d38fdddc
adding blog support (development code)
2006-03-10 06:50:37 +00:00