19031 Commits

Author SHA1 Message Date
patrickslee
84fa8f5fdd Assignment module support for my moodle page 2006-03-14 21:26:37 +00:00
stronk7
33b58d3a21 Automatic installer.php by installer_builder (20060314) 2006-03-14 17:43:30 +00:00
nfreear
bde7173de0 Accessibility: fixed bug 4921, Editing on: block delete, 'move down'... icons too big... CSS selector (OU-Bugz: 747) 2006-03-14 17:35:31 +00:00
nfreear
b3d26d8d57 Accessibility: critical fix (editing on), filled empty Alt-link text, times 6 (OU-Bugz: 744) 2006-03-14 16:45:34 +00:00
nfreear
dfdcd09b2d Accessibility: strict, replaced image border, width... with classes (OU-Bugz: 697, 745) 2006-03-14 16:17:21 +00:00
thepurpleblob
ced7916cee More coding style improvements. 2006-03-14 16:01:40 +00:00
nfreear
81d33f6355 Accessibility: validation, missing 'alt' attribute, near $strshowallweeks (OU-Bugz: 741) 2006-03-14 15:36:48 +00:00
nfreear
be37f335fc Accessibility: validation, erroneous & replaced with & popup_form (OU-Bugz: 697) 2006-03-14 15:17:03 +00:00
nfreear
4025f33ac1 Accessibility: added class="weekscss", removed commented code. 2006-03-14 15:11:30 +00:00
nfreear
3182eb7832 Accessibility: (strict HTML) remove unnecessary width/height attributes on <img> (OU-Bugz: 697) 2006-03-14 14:05:51 +00:00
nfreear
ea78c234f9 Accessibility: fixed ambiguous asterisk next to 'edit profile', with title and hidden text (OU-Bugz: 733). 2006-03-14 12:55:06 +00:00
thepurpleblob
fd14913ed6 fixed yet another missing courseid parameter :-) 2006-03-14 09:57:54 +00:00
nfreear
11a0b96a4b Accessibility: fix, removed string 'today', which duplicates the calendar string. 2006-03-14 09:54:49 +00:00
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