mjollnir_
7088c65545
Merged from MOODLE_14_STABLE: Default course id for htmlarea insert image to 0 rather than empty string to prevent invalid sql. Credit: Patrick Li
2005-05-11 02:05:59 +00:00
moodler
a09e99ea1c
Added new information to the HTMLArea popup error when trying to use Paste
...
and made it translatable.
2005-05-08 14:56:34 +00:00
julmis
f9b69d10f9
HTMLArea.formathtml still not working correctly I've comment it out.
2005-05-07 11:53:19 +00:00
julmis
0d0cfc3bc9
Adding addslashes alert strings
2005-05-03 10:00:49 +00:00
julmis
c223e47712
Added iframe, object and applet to closingTags list
...
in needsClosingTag function
2005-04-28 20:56:07 +00:00
julmis
d3a144d3b6
Fixing "removing" (before bold text underlined and so on) necessary spaces
...
when editor does format html to better shape (increase readability)
2005-04-28 10:40:46 +00:00
julmis
b1839b0492
Make editor width always as same as toolbar's width
2005-04-27 23:11:27 +00:00
julmis
d8c7ad9025
Fixing formathtml function
...
- should be working much better now...
2005-04-19 15:34:47 +00:00
julmis
57d5df5f2b
Changing a.nodeValue to root[a.nodeName] creates
...
another bug that is much severe than absolute
links been converted to relative.
So I'm changing it back...
2005-04-19 13:53:54 +00:00
julmis
023d858d46
Trying to fix aboslute link issue!!!
2005-04-19 13:26:54 +00:00
julmis
1546f4cff0
Fixing HTMLArea.getHTML a bit.
2005-04-19 13:00:26 +00:00
julmis
72960a6a6d
CleanWord fix
...
- Don't strip carriage returns
2005-04-19 12:47:29 +00:00
julmis
130d7a3bfe
Adding search and replace feature.
...
- Also change dialog so that focus is released first
then value is passed forward
2005-03-25 21:07:03 +00:00
julmis
24da8203e1
Adding code formatting functions for better readability
2005-03-24 10:29:56 +00:00
julmis
eebfa43247
Getting rid of   marks when texarea is completely empty.
...
fix for bug #2736
2005-03-14 16:06:55 +00:00
moodler
14ca3084a0
Better check on aspell
2005-03-05 15:47:49 +00:00
julmis
2fd4148763
Re-enabling reading for link attributes whats been commented out.
...
(HTMLArea.prototype._createLink) These lines were commented out for
bug 1455 but it created another bug #2504 .
2005-02-12 21:06:09 +00:00
julmis
b17a603812
Better fix for IE's too long statusbar text. Thanks Gustav ;-)
2005-02-12 16:05:59 +00:00
julmis
30a6aad981
Fixing Bug #2521 Focusing editor removes too long status bar line from IE.
2005-02-11 21:20:33 +00:00
gustav_delius
2ce17a0d5a
The html editor was inserting a paragraph with just a space in it which clearly created problems for fields that the user wanted to leave empty.
...
There was also a problem when switching to text mode and back again: the status bar showed Path: Path:. I have taken out the second one.
2005-02-06 21:04:10 +00:00
julmis
3bb0e0ce9f
Adding nolink feature which uses <span class="nolink"> tag.
2005-01-29 20:03:07 +00:00
julmis
210c6aed36
Adding Lorenze Nicola's regexpression.
2005-01-15 20:08:46 +00:00
julmis
2ce21ad961
Bug fix for Bug #2222
2005-01-15 18:50:38 +00:00
julmis
a21daa9803
Fixed insertImage routine for gecko based browser
...
- use createElement instead of insertimage
- Added title automatically from alt value
2004-10-02 09:51:14 +00:00
julmis
f5a55bc1dc
Merging from MOODLE_14_STABLE
2004-09-29 22:20:36 +00:00
moodler
cb4be1c7dc
Merged moving of spellcheck button
2004-09-17 03:54:38 +00:00
julmis
af815ebd77
Merging changes from MOODLE_14_STABLE
2004-08-26 20:32:28 +00:00
julmis
bcdfed7384
Merged
2004-08-26 18:44:49 +00:00
julmis
24d32007d0
Added text selection test, before opening insert link dialog.
2004-08-20 10:28:16 +00:00
julmis
7ada3fea23
Don't ever try to load editor when using safari.
...
Safari isn't supported.
2004-08-16 09:44:43 +00:00
julmis
b3d3ca5b79
Big update for the editor!
...
Code is closer to HTMLArea 3.0 RC1.
- Updated dialog behavior (no more showModalDialogs)
- Cleaner XHTML coding in dialogs
- Unnecessary comment stripped off from htmlarea.php
- New anchor feature.
2004-08-15 11:56:45 +00:00
julmis
ad23e80a3b
Fix for wordClean. Don't strip all h -tags
2004-08-12 07:40:57 +00:00
gustav_delius
0f14574b85
fixed bug 1550 about broken anchor links
2004-07-01 12:00:46 +00:00
gustav_delius
ad6178ea81
fixed bug 1550 about broken anchor links
2004-07-01 10:18:14 +00:00
julmis
d65d24b610
Let's use full path for that secure connection fix.
2004-06-05 14:38:24 +00:00
moodler
a96deb69e2
Added the fix to make editor work better on SSL, as described here:
...
http://moodle.org/mod/forum/discuss.php?d=8555
2004-06-05 10:38:42 +00:00
moodler
26184ba69a
Fix for bug 1455 from PJ and me
2004-05-25 07:46:11 +00:00
moodler
d034765aeb
Added a line to disable this function:
...
HTMLArea.prototype.stripBaseURL
since it seemed to be stripping parts of URLs in some cases (bug 1411)
2004-05-17 08:04:28 +00:00
julmis
1665e6c80d
Changing link dialog and adding new select color dialog.
2004-05-16 16:09:23 +00:00
julmis
ccf9102153
Some minor fixes (HTMLArea 3.0RC1)
2004-05-09 23:05:21 +00:00
julmis
3414788e09
Toolbar imageload fix and undo and redo fix.
2004-04-06 21:27:30 +00:00
moodler
c7ef02178e
Whoah ... bad typo! Fixed bug 1214 - thanks Eloy!
2004-04-03 02:47:11 +00:00
julmis
63830e903d
Fixing typos :-( sorry!!!
2004-03-16 23:00:45 +00:00
julmis
723ee6a111
Removelink feature added
2004-03-16 21:40:42 +00:00
julmis
e7bc78936e
Add Cleanup word HTML button and enabling Cut/Copy/Paste -buttons
...
on gecko based browsers
2004-03-07 07:03:05 +00:00
julmis
f77b6706ac
Image size fix if url is written manually
2004-03-01 23:56:17 +00:00
julmis
4a9d4e041f
Dialog update for students view
...
Original smaller dialogs for students.
2004-02-23 15:33:32 +00:00
moodler
a87491c1d0
Many updates from Janne.
...
I've done a basic review and fixed a few things, but there will need
to be a lot more testing and cleanup over this weekend.
2004-02-21 05:49:31 +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
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