19018 Commits

Author SHA1 Message Date
toyomoyo
61ca5f8dd3 quoting tag string 2006-03-14 09:08:58 +00:00
vyshane
c969c28772 Made textarea field use use_html_editor() and print_editor_config() from
/lib/weblib.php. Removed these functions from
/lib/mod/field/textarea/field.class.php. Will commit updates to these
functions to Moodle 1.5 Stable. Database module will only be compatible with
the latest Moodle 1.5 Stable and onwards.
2006-03-14 08:32:14 +00:00
toyomoyo
b7dc1805f3 fixed a bug where userid is overwritten 2006-03-14 08:07:57 +00:00
toyomoyo
772c526064 deletion confirmation 2006-03-14 07:02:50 +00:00
toyomoyo
1a3f39f1c6 added sesskey and confirmation for deletion of blog entries 2006-03-14 06:56:58 +00:00
toyomoyo
7ffb7e9cc7 more cleaning 2006-03-14 06:36:51 +00:00
vyshane
1b426aefb6 Fixed javascript bug. Clicking on a template tag now inserts the tag into the
textarea in both wysiwyg and non-wysiwyg modes.
2006-03-14 05:56:14 +00:00
vyshane
d02d138070 Clicking on a template tag e.g. [[field_name]] now adds the template tag to
the HTMLArea editor in the template views. This is not currently working in
source code mode of the editor.

Added equivalent of use_html_editor() and print_editor_config() from
/lib/weblib.php to textarea field class. We use a copy in that class instead of
calling the functions in /lib/weblib.php because we want the data module to be
compatible with Moodle 1.5. This is not ideal, but it is a necessary evil.

Updated the textarea field class to use the correct path to
/lib/editor/htmlarea/htmlarea.php.
2006-03-14 05:32:41 +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
toyomoyo
3a90f3896a housekeeping 2006-03-14 04:23:00 +00:00
moodler
54bf5de8d2 Merged fix for bug 4639 from stable 2006-03-14 04:12:52 +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
toyomoyo
954cfa1bfa httpclient only used in trackbacks, which is not supported in this version, removed 2006-03-14 02:46:46 +00:00
toyomoyo
752c0c4d29 some cleaning, removed config.html for admin 2006-03-14 02:26:44 +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
skodak
a3182bd7e7 updated language detection 2006-03-13 22:11:56 +00:00
patrickslee
96a7973eb9 Updated Authorize.net for Ethem 2006-03-13 21:19:04 +00:00
patrickslee
eca0392a2e Seperate postgres command line process for better error caching 2006-03-13 20:45:27 +00:00
thepurpleblob
02fecf447c Additional strings for new import feature (bug #3896) 2006-03-13 19:41:13 +00:00
thepurpleblob
cbc87100f7 Added ability to import files already in the course files area. (Bug #3896)
Also started tidying up the code, more to do.
2006-03-13 19:32:42 +00:00
stronk7
38b34fb74d Automatic installer.php by installer_builder (20060313) 2006-03-13 18:57:36 +00:00
gustav_delius
7befd0188d If a student has not attempted a question then the grade column for that question will show -- instead of 0. 2006-03-13 18:36:36 +00:00
gustav_delius
3e2c988f0c Somehow missed this table reference during renaming. 2006-03-13 18:30:35 +00:00
ethem
ef62312dbe You can't do this action: $a->action 2006-03-13 18:26:55 +00:00
ethem
7c824f1f63 You can't do this action: $a->action 2006-03-13 18:20:08 +00:00
stronk7
d685d03e31 Automatic installer.php by installer_builder (20060313) 2006-03-13 18:03:43 +00:00
ethem
a6c656065c Students can view their payments. 2006-03-13 17:57:12 +00:00
nfreear
222caf2793 Accessibility: replace navbar table with <div> for standard theme, shouldn't break other themes (OU-Bugz: 729) 2006-03-13 17:54:52 +00:00
stronk7
ec4e56f518 Automatic installer.php by installer_builder (20060313) 2006-03-13 17:54:27 +00:00
stronk7
c2faf8ab3b Automatic installer.php by installer_builder (20060313) 2006-03-13 17:46:09 +00:00
nfreear
90b7674ac4 Accessibility: fix, forum search button, breadcrumb image (Email: Eloy stronk7, 9 March, OU-Bugz: 720) 2006-03-13 17:37:15 +00:00
nfreear
51250e7573 Accessibility: fix, doubled size of Resizable icons, now 2em or 21 by 23 pixels (OU-Bugz: 728) 2006-03-13 17:33:14 +00:00
stronk7
caa96952c1 Automatic installer.php by installer_builder (20060313) 2006-03-13 17:28:34 +00:00
stronk7
63bfa464b4 Automatic installer.php by installer_builder (20060313) 2006-03-13 17:26:14 +00:00
stronk7
b6ffab3f81 Automatic installer.php by installer_builder (20060313) 2006-03-13 17:20:52 +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
ethem
e57facac59 Teachers can manage the payments of the course. 2006-03-13 16:54:09 +00:00
ethem
843d9bdc42 Now, teachers can manage the payments in their courses if admin set up this. 2006-03-13 16:47:44 +00:00
sam_marshall
f95310d224 Corrected line that would cause restore_create_modules to return True if the first module fails to restore, but the second succeeds. (Whereas it would already be False if the first succeeds, but second fails.) 2006-03-13 16:32:22 +00:00
nfreear
3a8ad5764f Accessibility: calendar <abbr> and link styles. 2006-03-13 16:16:23 +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
moodler
fd6590a987 Fix for bug 4875 which was only happening on MySQL 5 2006-03-13 12:43:01 +00:00
ethem
3a36b0b6f3 Users can view their orders... 2006-03-13 11:15:09 +00:00
nfreear
e996ef5d94 Accessibility: fix, use $CFG->pixpath, clearer image-names (Martin D post 10/3, OU-Bugz: 718) 2006-03-13 10:49:41 +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
ikawhero
df44f29a89 Changed a string 2006-03-13 09:29:44 +00:00
toyomoyo
86b67cc21c fixing 1 wrong string 2006-03-13 08:55:33 +00:00