1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-30 21:42:42 +02:00

194 Commits

Author SHA1 Message Date
skodak
563e64e3de Bug - HTML editor inserting unwanted hard return between images; merged from MOODLE_16_STABLE 2006-08-09 09:37:01 +00:00
julmis
5113b779f6 First attempt to indentify special tags and nicely formatted output 2006-07-31 01:45:22 +00:00
julmis
bb9cd4503a Merging from stable 2006-07-30 23:24:43 +00:00
martinlanghoff
330b0bb2ad wiki: fix for IE6 bug with HTMLArea, where the text area is not drawn
IE6 measures a page element and - sometimes - it does this before the
element is drawn, so the dimensions it finds are zero. This update sets
sensible minimum for the width.

Author: Donal McMullan <donal@catalyst.net.nz>
2006-07-06 05:38:53 +00:00
julmis
63183a0932 Commenting out ob_gzhandler
Merging from stable
2006-06-23 19:53:26 +00:00
skodak
75d9b88f3d merged another try to fix IR from MOODEL_16_STABLE 2006-06-02 17:00:22 +00:00
skodak
108d928b8b removed isset and merged from MOODLE_16_STABLE 2006-05-21 10:14:17 +00:00
skodak
4eff058d5a fixed register globals issue with $text; merged from MOODLE_16_STABLE 2006-05-21 08:09:43 +00:00
skodak
e77ea6403a fixed missing xxx_param() and broken path 2006-04-22 16:35:32 +00:00
moodler
1939c80a54 Bug - HTML Editor Full Screen, Wrong Image location 2006-04-21 02:26:29 +00:00
julmis
b5a5d9f668 Another fix for creating links. 2006-04-14 09:57:41 +00:00
skodak
107e7612b5 short php tags once more 2006-03-07 21:46:34 +00:00
julmis
57e0348ae0 Statusbar was missing from default configuration. 2006-03-06 12:38:14 +00:00
julmis
1452f9e11b And more readme updates. 2006-03-06 09:44:57 +00:00
julmis
127907098c Removing old editor scripts. These are found at /lib/editor/htmlarea from now on. 2006-03-06 07:57:41 +00:00
julmis
515e6eccbe Adding support for new GetHtml plugin 2006-03-06 07:44:35 +00:00
julmis
4773034906 Adding new GetHtml plugin. 2006-03-06 07:15:13 +00:00
julmis
f2214522d8 Fixing comma problem. 2006-03-06 07:12:04 +00:00
julmis
5d816150cd Writing more readme... 2006-03-06 07:11:35 +00:00
julmis
07f37ebca2 Removing advanced theme docs... 2006-03-05 10:28:01 +00:00
julmis
80153c354c Removing plugins... 2006-03-05 10:08:30 +00:00
julmis
def7254987 Removing examples. 2006-03-05 09:46:28 +00:00
julmis
140e306f4e Removing docs... 2006-03-05 08:58:55 +00:00
julmis
8d529638a6 Writing more readme... 2006-03-05 08:46:49 +00:00
julmis
9cc07c7393 Adding new editor readme. 2006-03-05 07:48:15 +00:00
julmis
876110eb1d Adding TinyMCE editor 2006-03-04 15:57:34 +00:00
julmis
6c1e8ba8d2 Moving old editor to htmlarea folder. 2006-03-04 15:24:17 +00:00
julmis
1ab4713da2 Merging from MOODLE_15_STABLE
- adding fix for Bug 4562. Fix posted by sgarcia.
2006-01-25 23:47:16 +00:00
julmis
3e7fa1f8cb Merging from stable 2005-11-17 19:33:48 +00:00
julmis
8da03148ee Merging from stable.
Added required_param or optional_param.
2005-11-17 10:37:41 +00:00
julmis
b59648908f Merging from MOODLE_15_STABLE
- Fix for Bug , cursor movement on IE.
2005-10-24 14:15:36 +00:00
julmis
7237be41af Merging from MOODLE_15_STABLE
- adding charset to header
2005-10-01 00:50:52 +00:00
julmis
10c836228d Merging from MOODLE_15_STABLE
- added gz_handler for a bit faster page load.
2005-10-01 00:13:12 +00:00
julmis
132ba6df91 Merged from MOODLE_15_STABLE
- added xxs fix optional_param for id.
2005-09-20 08:59:18 +00:00
mjollnir_
d89d870bf5 Merged from MOODLE_15_STABE: prevent stuff being sent to the browser before config.php being included 2005-08-31 02:30:20 +00:00
stronk7
9857b53c27 Added the $Id$ tag.
Merged from MOODLE_15_STABLE
2005-07-24 10:03:30 +00:00
julmis
005daa0987 Merging ctrl + v fix from MOODLE_15_STABLE 2005-07-13 20:55:21 +00:00
julmis
86d5a066ae Merging from MOODLE_15_STABLE
- cut 'n' paste fix
2005-06-11 11:05:29 +00:00
julmis
5c9cf710c6 Merging from MOODLE_15_STABLE 2005-06-10 17:18:54 +00:00
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
moodler
e3cc2a8084 Removed fulldelete function 2005-05-02 06:06:45 +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
0e50f9b268 Merged from MOODLE_14_STABLE
Added charset to head part of the page.
2005-04-24 22:03:42 +00:00
skodak
409fad8892 fixed redirection after delete and added check of selected files SC#111 2005-04-24 20:15:06 +00:00
julmis
d8c7ad9025 Fixing formathtml function
- should be working much better now...
2005-04-19 15:34:47 +00:00