Commit graph

272 commits

Author SHA1 Message Date
scyrma
16e2b71a54 MDL-11113: Next moodle version requires PHP5: removing php4 compatibility code. 2008-06-27 03:00:29 +00:00
scyrma
c020cec265 MDL-14741: use the value of the main killswitch, and add back missing functions 2008-06-20 09:31:19 +00:00
scyrma
737e8469b6 MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy 2008-06-16 06:58:39 +00:00
scyrma
e401c0a100 MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy 2008-06-16 06:53:16 +00:00
scyrma
3abecc408b MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy 2008-06-16 06:48:06 +00:00
scyrma
112b04c7ce MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy 2008-06-16 06:37:26 +00:00
scyrma
a4258842d3 MDL-15254: move dragmath plugin to a common folder, out of tinymce hierarchy 2008-06-16 06:27:44 +00:00
scyrma
3cf53bcad7 MDL-14741 - update to dragmath plugin in tinymce, files sent by Mauno. 2008-06-16 03:26:19 +00:00
scyrma
6786cffae4 MDL-14795: a better configuration for the buttons (now left-aligned) 2008-06-11 09:21:29 +00:00
scyrma
bd526cb377 MDL-14741
* enables the full xhtml ruleset by default
 * creates two distinct configuration sets (simple and advanced)
 * makes the editor work on IE and Safari
 * the administrator-specified buttons have been disabled (will be re-enabled later)
2008-06-11 08:32:46 +00:00
scyrma
4336179cd6 MDL-14741: Fix to prevent problems when using the htmledit on a https-enabled site 2008-06-11 08:27:13 +00:00
scyrma
af74df79ce MDL-14741: Sent by Mauno K. - Fix one typo in Dragmath plugin for TinyMCE 2008-06-11 08:26:16 +00:00
scyrma
8cf3f60a45 MDL-14739: Upgrade TinyMCE from 3.0.5 to 3.0.9 2008-06-10 10:03:58 +00:00
skodak
294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
scyrma
723acb5693 MDL-14741 - Prevent a notice occuring before configuration is done, and cleanup a bit of code 2008-06-09 08:22:20 +00:00
scyrma
63da71bc57 MDL-14741 - Adding default configuration for tinymce 2008-06-05 09:09:24 +00:00
skodak
50c5bef452 MDL-14679 towards enrol conversion 2008-06-02 21:02:52 +00:00
dongsheng
2f137aa130 "MDL-14129, fix print_error" 2008-05-20 02:53:46 +00:00
dongsheng
3c0b6b1610 MDL-14129, fix print_error 2008-05-15 03:22:13 +00:00
skodak
86255e006b fixed syntax errors 2008-05-12 20:18:42 +00:00
scyrma
bf5373daf6 MDL-14739: Images needed for the editor 2008-05-12 10:00:20 +00:00
scyrma
19be75a856 MDL-14795: initial commit of the code sent in by Mauno Korpelainen, after reformatting. 2008-05-12 09:02:17 +00:00
scyrma
b62a6a9465 MDL-14739: The changelog of the new version of tinymce has been renamed 2008-05-12 03:24:33 +00:00
scyrma
653d3cc8ef Minor typo corrections 2008-05-12 03:17:26 +00:00
scyrma
76d64f22b8 MDL-14739: previous commit half-failed, re-submitting new files for spellchecker plugin 2008-05-12 03:10:33 +00:00
scyrma
81502602d5 MDL-14739: add the latest version of the spellchecker plugin 2008-05-12 03:04:47 +00:00
scyrma
b5278b2d70 MDL-14739: TinyMCE 3.0.8, along with Moodle-specific Modules, as included by Mauno Korpelainen. 2008-05-09 09:29:20 +00:00
scyrma
a50323a329 MDL-14739: Removing old version, before adding new one 2008-05-09 08:21:11 +00:00
scyrma
e8c523d70f This is a bit outdated, make this obvious. 2008-05-07 07:27:11 +00:00
scyrma
e64467bb77 MDL-8592: Get spellchecking to work over https (merge from 1.9) 2008-05-02 03:34:00 +00:00
dongsheng
5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
scyrma
21bf0ecc70 MDL-12726 - Making the htmlarea width default to 598 if it's null, don't touch it otherwise (merge from 1.9) 2008-02-28 08:14:20 +00:00
scyrma
405201f4b8 MDL-11242 - Setting the width back to it's 1.8 value. This makes it a bit too large for the message window, but is necessary for IE7/Vista (merge
from 1.9)
2008-02-28 03:12:52 +00:00
poltawski
017b524a05 MDL-12825 - add some extra height to popups in IE7, otherwise they cant
be used merged from MOODLE_19_STABLE
2008-01-03 22:41:54 +00:00
martinlanghoff
8c80cc1738 htmlarea: fix in FF - MDL-11242
The previous fix for IE left some problems in the FF side of
things because we were trying additions/substractions on
width once its had turned to a string of value + unit.

Do the math before we attach 'px' to it...
2007-11-14 01:25:20 +00:00
martinlanghoff
755a625d95 htmlarea: Fix fullscreen editor on IE6/7 -- MDL-11242
Only say px if the width is a pure number. Under IE we
get the "100%" for the width of the editor, so blindly
appending "px" results in a JS execution error.

With this patch we only attach px if it's a pure int.

Also tested the sizing of HTMLArea in the messaging
window. So both should be working now.
2007-11-12 04:13:24 +00:00
moodler
2f99f1da14 Fixed the HTML editor being too wide for the messaging window MDL-11242 2007-09-26 11:21:54 +00:00
nicolasconnault
caa0886a9d MDL-11351 Removed a redundant check for a multiLang JS variable 2007-09-21 09:13:02 +00:00
moodler
2730730381 Added support for right-to-left languages in html editor MDL-10768 2007-08-09 08:42:36 +00:00
mattc-catalyst
a64b66ddcf MDL-7043: fix insert link functionality to allow linking to images again
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-08-06 04:38:59 +00:00
stronk7
2b22db69c3 Re-adding some strings that were lost when stripping BOMB 2007-07-30 15:16:22 +00:00
stronk7
e5736382ec Re-adding some strings that were lost when stripping BOMB 2007-07-30 15:12:01 +00:00
nicolasconnault
84338bde48 MDL-10637 Applied Eloy's suggested fix to the BOMs in the files he detected on his oh-so-aware Mac :-) 2007-07-30 11:51:37 +00:00
tjhunt
362b172c18 Tabs to spaces. 2007-07-25 12:01:57 +00:00
Martin Langhoff
08103c9364 cvsimport fixups 2007-07-07 14:18:30 +12:00
anthonyforth
44968276c1 Fix for MDL-9942 2007-06-08 09:19:41 +00:00
anthonyforth
ae8fda4cb1 Fix for bug MDL-9942 2007-05-25 09:55:08 +00:00
anthonyforth
f62c4ca4de Fix for bug 9646 2007-04-30 13:19:33 +00:00
mjollnir_
64aea3f055 Merged from MOODLE_17_STABLE:
add support for https source for popups

previously fullscreen.php tried to load any javascript files that were
running in the popup's parent.
If the source of the script didn't start with "http:" it was assumed
that it must be a relative path. This caused problems when it tried to
make it into an absolute path.
Fixed Regex to include support for https
Credit: Peter Bulmer <peterb@catalyst.net.nz>
2007-04-09 20:40:22 +00:00
nicolasconnault
345ea0f7d4 MDL-8597 - Fixed: weblib.php::print_speller_code was adding CDATA and <script> tags around the code, when this was already done by weblib.php::use_html_editor().
Check lib/editor/htmlarea/htmlarea.class.php for a seemingly duplicated print_speller_code method.
2007-03-02 05:06:51 +00:00