Commit graph

19145 commits

Author SHA1 Message Date
ikawhero
7c4b2fb3c2 Removed redundant if statement 2006-03-15 06:38:28 +00:00
vyshane
035d465cb6 Made added $return argument to print_textarea() function. 2006-03-15 05:38:02 +00:00
toyomoyo
924f20e221 many functions removed, might have broken a few things 2006-03-15 04:15:09 +00:00
moodler
a2a3733666 iFIx up some styles for the MyMoodle overview 2006-03-15 04:01:10 +00:00
moodler
5d45c04fce More styles for My Moodle 2006-03-15 03:47:08 +00:00
moodler
a7a74d7706 Added some styles 2006-03-15 03:42:51 +00:00
moodler
76a60031d0 All the assignment classes no longer need to be loaded, and removed some notices 2006-03-15 03:36:33 +00:00
vyshane
5f9b13b860 Updated use_html_editor() and print_editor_config() 2006-03-15 03:12:28 +00:00
vyshane
6b9dbb377f Textarea field now uses functions use_html_editor() and print_editor_config()
form /lib/weblib.php. It's been decided that the minimum requirements for the
database module will be 1.5.3+ stable. Will commit updates to the above two
functions to 1.5.3+ stable once they have been tested on stable.
2006-03-15 03:11:25 +00:00
toyomoyo
b2cda3d13a taking out extendedbody 2006-03-15 02:32:46 +00:00
toyomoyo
e17426ca5f more cleaning 2006-03-15 02:17:35 +00:00
toyomoyo
f99fee6c71 more cleaning, filter do not process dates 2006-03-15 02:02:25 +00:00
patrickslee
9ca0187e16 Chat module support for my moodle page 2006-03-14 22:28:28 +00:00
patrickslee
101e9cad48 Dim link if not visible in my course view for assignment module 2006-03-14 22:05:16 +00:00
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