Commit Graph

24767 Commits

Author SHA1 Message Date
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
patrickslee cb8229d0a8 UTF8 migration - now supporting PostgreSQL 2006-03-10 03:43:33 +00:00
patrickslee 6442124426 Add update_record() postgres bytea support
To get ready for the postgres utf8 migration script
2006-03-10 03:32:48 +00:00
stronk7 2489a6f6fe Non-admins can use the component-install class 2006-03-09 23:55:46 +00:00
stronk7 c1f6779fac If $CFG->running_installer is set, we force to retrieve
all the strings from installer.php to allow multi-lang
installations.
2006-03-09 17:43:14 +00:00
stronk7 e05fc498ea Avoid some minor notices and warnings (reported as bug 2814 to Typo3 team)
(http://bugs.typo3.org/view.php?id=2814)
2006-03-09 17:29:58 +00:00
stronk7 7dc2cdd405 Reverted latest changes. We are going to continue faithful to
Typo3 versions. We can solve this ourselves in textlib.php
2006-03-09 17:18:15 +00:00
sam_marshall c0381e22da Added way to get a textual description of a file (e.g. 'Word document') based on its MIME type. 2006-03-09 13:14:33 +00:00
sam_marshall 3ce73b147f filelib - Added support for looking up icons via MIME type as well as via extension 2006-03-09 12:07:11 +00:00
moodler 52af9a3544 Logs have moved 2006-03-09 09:47:53 +00:00
toyomoyo 1917efb2b2 added default for blogs 2006-03-09 09:01:40 +00:00
moodler 883fdc5241 Added newline 2006-03-09 08:45:45 +00:00
moodler 8c5ea8d5ce Look for languages in report directories too 2006-03-09 08:27:53 +00:00
moodler 7064007f5b Fixing the logic for the enrol upgrade 2006-03-09 06:54:31 +00:00
martinlanghoff ed8365d9c2 [multienrol]Set default enrol_plugins_enabled if the variable is not set 2006-03-09 03:58:08 +00:00
martinlanghoff 4af1efecf7 [multienrol]Fixed a typo in database upgrade script. Bug #4528 2006-03-09 03:47:54 +00:00
martinlanghoff 29f8533223 [multienrol]More changes to the internal->manual transition 2006-03-09 03:46:53 +00:00
martinlanghoff 908c1ae7ac [multienrol]DB upgrade script to clean up enrol field for user_students and user_teachers 2006-03-09 03:23:07 +00:00
martinlanghoff e90737c7fe [multienrol]More changes to the internal->manual transition 2006-03-09 03:22:20 +00:00
martinlanghoff 6a2c524ca9 [multienrol]DB upgrade script to clean up enrol field for user_students and user_teachers 2006-03-09 03:20:30 +00:00
martinlanghoff a51e2a7f3b [multienrol]Renamed "internal" enrolment plugin to "manual" 2006-03-09 03:19:10 +00:00