30 Commits

Author SHA1 Message Date
moodler
241f6f306b MOved the file icons into the proper place (at last) 2004-02-14 16:19:48 +00:00
moodler
554143f22c Removed CloseOnEsc completely because it has issues on IE6
and wasn't that useful anyway

http://moodle.org/mod/forum/discuss.php?d=5253#24136
2004-02-12 12:17:02 +00:00
moodler
ddbc548d9f Add new headers to language stuff 2004-02-12 09:40:21 +00:00
julmis
4351130450 added wordClean function and new table operations
- column sizes are calculated automatically from
  table width
2003-12-14 14:57:33 +00:00
moodler
d4b1ce148f Use filemtime instead of filectime 2003-12-08 13:32:32 +00:00
julmis
d1e5e6359e Improvement to table editing. If table border is set to zero
you'll still see the dotted border.
2003-12-03 17:34:41 +00:00
moodler
086f592ebc Bugfix - don't use control keys if alt key is also down (to fix Polish) 2003-11-30 00:35:32 +00:00
julmis
b694b2bd1f Increase size to popups for translations. So buttons or text
would fit into popups.
2003-11-18 08:01:35 +00:00
julmis
a3ee23b115 Fixing charset setting. 2003-11-11 23:19:39 +00:00
julmis
3b26f9fb20 Link correction to smileys 2003-11-10 21:04:12 +00:00
julmis
835cc2f85e Charset update 2003-11-09 11:30:52 +00:00
julmis
3c62da905c Change insertSmile function to use insertHTML or pasteHTML method
since insertimage method is not working so good in gecko based browsers
2003-11-08 14:41:30 +00:00
julmis
8dcd870756 Changes to charset and window return value is now "string". 2003-11-08 14:39:52 +00:00
julmis
88f614bf1c Change charset to dynamic "print_string("thischarset")" 2003-11-08 14:38:39 +00:00
moodler
fbfc267591 New language file called pix.php for defining alt-text of pix files.
Smileys code is changed over to use this, both in replace_smileys
and in editor/popups/dlg_ins_smile.php

Needs testing please!
2003-11-07 14:55:44 +00:00
moodler
4bd91f99b8 Fixes to include ALT tags in smilies - by Janne Mikkonen 2003-11-07 07:59:23 +00:00
julmis
ff7f7b1028 Print character set based on user settings
- print_string("thischarset")
2003-11-06 12:25:32 +00:00
julmis
61d5f1854d Hide cut, copy and paste buttons from gecko browsers 2003-11-03 23:53:49 +00:00
julmis
9466f50707 Style improvements to popups 2003-11-03 23:01:13 +00:00
julmis
99a5970cb1 style improvments to popups 2003-11-03 22:59:06 +00:00
moodler
06a179a75c Removing reference 2003-11-03 16:06:13 +00:00
moodler
14b6fcdb5f The font style menu is now translatable (Heading, etc) 2003-11-03 05:30:32 +00:00
moodler
d0e15bf61f Some cleanups 2003-11-02 07:19:07 +00:00
moodler
d8e6933f72 Explicitly setting mimetype and other things to
- hopefully fix Norton problems
  - hopefully improve caching
2003-11-02 07:01:48 +00:00
julmis
55d035b098 Minor change for iframe width 2003-10-31 21:58:24 +00:00
moodler
b3f247e4d1 Rearranged toolbar a bit - put insert stuff together and toggles at end 2003-10-29 16:42:10 +00:00
moodler
088e092db8 More language fixes, mostly using print_string instead of get_string 2003-10-29 08:21:52 +00:00
moodler
d4a6788523 More editor translations I forgot to alter 2003-10-29 08:13:03 +00:00
moodler
4c46c425db Changes to integrate the new HTML editor into Moodle in an optional way
until it's stable enough to replace Richtext

To enable the new editor, add this line into config.php:

  $CFG->useneweditor = true;
2003-10-29 08:06:11 +00:00
moodler
a800c94891 HTMLArea 3.0, slightly edited by Janne Mikkonen. Alpha version. 2003-10-29 07:51:46 +00:00