145 Commits

Author SHA1 Message Date
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
914094e9f0 Adding charset meta information 2005-03-25 21:09:36 +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
16f77b0802 Adding search and replace icon 2005-03-25 09:57:50 +00:00
julmis
24da8203e1 Adding code formatting functions for better readability 2005-03-24 10:29:56 +00:00
julmis
afffb9c43c Merging changes from MOODLE_14_STABLE 2005-03-19 16:43:23 +00:00
julmis
eebfa43247 Getting rid of &nbsp marks when texarea is completely empty.
fix for bug #2736
2005-03-14 16:06:55 +00:00
skodak
ea7a672d82 typo correction 2005-03-12 21:17:15 +00:00
moodler
1831d8b954 FIxed a typo from my last checkin 2005-03-12 06:24:57 +00:00
moodler
3cb383b160 Fixed file browsing when there are files named 0 2005-03-12 06:21:35 +00:00
moodler
f1e0649c1c Removed files/mimetype.php and put it into lib/filelib.php instead
where it always should have been.
2005-03-07 11:32:03 +00:00
moodler
14ca3084a0 Better check on aspell 2005-03-05 15:47:49 +00:00
julmis
c7ec213062 Merging from MOODLE_14_STABLE 2005-02-17 02:48:01 +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
moodler
9c41fb8eb4 Merged from stable bug 2513 2005-02-08 06:22:04 +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
skodak
3abd61254c this file should be gone long ago, removing now 2005-02-06 19:46:09 +00:00
skodak
b463ce3cae fixed pclzip import 2005-02-06 19:40:01 +00:00
julmis
55760c9a05 Added title attribute. 2005-01-30 18:13:25 +00:00
julmis
3bb0e0ce9f Adding nolink feature which uses <span class="nolink"> tag. 2005-01-29 20:03:07 +00:00
julmis
e0d26dd834 Adding ed_nolink.gif image 2005-01-29 20:00:31 +00:00
skodak
fd18328d42 better cleaning of imageurl SC#54, merged from MOODLE_14_STABLE 2005-01-29 10:03:09 +00:00
martinlanghoff
76560c3175 Merged from MOODLE_14_STABLE - Tighter input validation fixes SC#54 2005-01-25 06:21:39 +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
e6f4c5feb4 Fix for Bug #2387 2005-01-15 18:33:03 +00:00
moodler
3af01b513d Sesskey fixes 2004-11-29 06:35:49 +00:00
moodler
80711843ef Copied from stable 2004-11-04 16:58:30 +00:00
moodler
379c6084bd Added sesskey to some buttons 2004-11-04 16:58:00 +00:00
gustav_delius
cdef00de3e Merged from STABLE. Fixed a bug that allowed teachers to upload images of arbitrary size 2004-10-30 22:51:12 +00:00
stronk7
261dac37a6 Now Editor's FileManager is using central zip and unzip functions.
NOTE: What is the courseimages.php file, I haven't tested it because
I didn't find how to do it!

Merged from MOODLE_14_STABLE
2004-10-17 23:11:14 +00:00
julmis
c802303cc4 Making code more xhtml compatible 2004-10-02 17:09:39 +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
8ef1e12f74 Merged fix for unclean oldname from renaming ... from stable. 2004-09-28 08:05:18 +00:00
gustav_delius
8f0cd6ef0f Resolved problems with previous replacement of
& to &amp; and fixed redirect() to entity encode the
inut where needed.
Julian Sedding
2004-09-21 11:41:58 +00:00
moodler
cb4be1c7dc Merged moving of spellcheck button 2004-09-17 03:54:38 +00:00
gustav_delius
839f2456bb XHTML compliance
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- &amp; in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
mjollnir_
960db9965f Integration of new centralised upload code with lib/editor/coursefiles.php and courseimages.php
These patches are maintained in an publicly accessible Arch repository, see: http://lists.eduforge.org/cgi-bin/archzoom.cgi/arch-eduforge@catalyst.net.nz--2004-MIRROR/moodle--eduforge--1.3.3

Index of arch patches in this commit:


arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-60
    2004-09-15 03:27:36 GMT
    Penny Leach <penny@catalyst.net.nz>
    upload class integration for lib/editor/coursefiles.php and courseimages.php

Full logs:

Revision: moodle--eduforge--1.3.3--patch-60
Archive: arch-eduforge@catalyst.net.nz--2004
Creator: Penny Leach <penny@catalyst.net.nz>
Date: Wed Sep 15 15:27:36 NZST 2004
Standard-date: 2004-09-15 03:27:36 GMT
Modified-files: lib/editor/coursefiles.php
    lib/editor/courseimages.php
New-patches: arch-eduforge@catalyst.net.nz--2004/moodle--eduforge--1.3.3--patch-60
Summary: upload class integration for lib/editor/coursefiles.php and courseimages.php
Keywords:
2004-09-15 03:57:00 +00:00
julmis
766634bb5c Added spell-check icon 2004-09-03 19:50:29 +00:00
moodler
206a507520 MErged from CVS 2004-08-30 08:44:00 +00:00
gustav_delius
222ac91bc9 removed unnecessary calls to get_site() 2004-08-29 14:15:40 +00:00
julmis
c1137f58c7 Enabling image edit also in student view (Bug #1792) 2004-08-27 06:58:53 +00:00
julmis
af815ebd77 Merging changes from MOODLE_14_STABLE 2004-08-26 20:32:28 +00:00