Log of /contributions/modules/tinymce/tinymce.module
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.92.2.1
Tue Jul 31 14:40:36 2007 UTC
(2 years, 3 months ago)
by
kreynen
Branch:
DRUPAL-6--1
Changes since
1.92: +0 -1164 lines
FILE REMOVED
file tinymce.module was added on branch DRUPAL-6--1 on 2008-03-27 20:11:17 +0000
Revision
1.91 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Feb 22 22:41:06 2007 UTC
(2 years, 9 months ago)
by
nedjo
Branch:
MAIN
CVS Tags:
DRUPAL-5--1-9-1
Changes since
1.90: +34 -24 lines
Diff to
previous 1.90
Issue #100864, upgrade to Drupal 5. Patch from mosh and tomsolo.This patch was previously
applied to the DRUPAL-5 branch, but some files were missing from that branch. We
will backport this new version when it's had a bit more work.
Revision
1.53 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Dec 5 02:20:56 2005 UTC
(3 years, 11 months ago)
by
mathias
Branch:
MAIN
Changes since
1.52: +10 -5 lines
Diff to
previous 1.52
* Patch #39930 by drumm - Fall back to a normal textarea for unprivileged users.
* Cleaned up the docs
* Added a bit of legacy code for smoother 4.6 upgrading.
Revision
1.39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Sep 16 21:53:23 2005 UTC
(4 years, 2 months ago)
by
mathias
Branch:
MAIN
Changes since
1.38: +186 -54 lines
Diff to
previous 1.38
* Added the ability for admins to control which TinyMCE toolbar buttons are enabled on a per role basis. Note: This is been tested with TinyMCE 2.0RC2.
Revision
1.32 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 24 19:45:50 2005 UTC
(4 years, 5 months ago)
by
mathias
Branch:
MAIN
Changes since
1.31: +53 -165 lines
Diff to
previous 1.31
* Don't load the img_assist JS library unless it's being used.
* Added fullscreen editing support.
* Removed experimental support for theme button configuration. Will add again once TinyMCE has actual hooks for this feature.
* Added validators to the width and height fields in the profile edit form.
Revision
1.30 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue May 24 21:36:00 2005 UTC
(4 years, 6 months ago)
by
jjeff
Branch:
MAIN
Changes since
1.29: +52 -10 lines
Diff to
previous 1.29
This commit:
Brings back the lost plug-in and button settings.
Adds macros for host and theme directory with for custom css file.
Fixes a few minor display errors on settings page.
Gets 'use theme css' working again.
Revision
1.27 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 27 21:58:26 2005 UTC
(4 years, 7 months ago)
by
jjeff
Branch:
MAIN
Changes since
1.26: +40 -25 lines
Diff to
previous 1.26
Rearranged profile settings page to consolidate advanced theme configurations (make it easier to use). Added a bunch of text to explain what's going on.
Revision
1.25 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Apr 24 16:26:22 2005 UTC
(4 years, 7 months ago)
by
mathias
Branch:
MAIN
Changes since
1.24: +57 -68 lines
Diff to
previous 1.24
* Fixed bug #20749 - Tinymce menu item in the wrong place
* Fixed bug #21065 - Update page_match function to use profile settings
* Added PostgreSQL support - Patch by mousse-man
Revision
1.23 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 19 16:25:43 2005 UTC
(4 years, 7 months ago)
by
jjeff
Branch:
MAIN
Changes since
1.22: +118 -5 lines
Diff to
previous 1.22
Detects TinyMCE plugins and button controls. Adds the ability to select which plugins and associated buttons are enabled in the editor.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 13 04:07:32 2005 UTC
(4 years, 7 months ago)
by
mathias
Branch:
MAIN
Changes since
1.19: +17 -24 lines
Diff to
previous 1.19
* Worked on the drupalimage plugin. It works fine in FireFox, but IE still wants to throw a Javascript error (even though it works).
Revision
1.19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 12 04:45:21 2005 UTC
(4 years, 7 months ago)
by
mathias
Branch:
MAIN
Changes since
1.18: +43 -7 lines
Diff to
previous 1.18
* Fixed an IE bug where the image wouldn't insert if you didn't first click inside the textarea.
* Fixed bug with tinymce profiles.
* Note: This patch does some hardcoding of img_assist module checking inside tinymce. Tinymce doesn't require img_assist, but I need to consult with the other project developers on the best way to abstract this.
Revision
1.15 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Apr 9 22:09:34 2005 UTC
(4 years, 7 months ago)
by
mathias
Branch:
MAIN
Changes since
1.14: +44 -45 lines
Diff to
previous 1.14
* Fixed bug #20089 - TinyMCE sometimes creates a double instance.
* Fixed bug #20229 - Role-based settings are ignored.
* Note: The database tables were modified with this patch. You'll need to use tinymce.mysql and reload the tables.
Revision
1.14 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 6 04:37:35 2005 UTC
(4 years, 7 months ago)
by
mathias
Branch:
MAIN
Changes since
1.13: +32 -16 lines
Diff to
previous 1.13
* New feature: Site admin can choose whether or not tinymce is enabled by default. User's may override this setting. Thanks to jjeff for the help with the JavaScripting.
* Smaller sized textareas (signature, site_mission, etc) should default to using the tinymce simple theme. Showed how this could be done at theme level and per textarea.
* Disabled tinymce when editing a PHP node.
Revision
1.13 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Tue Apr 5 04:52:51 2005 UTC
(4 years, 7 months ago)
by
mathias
Branch:
MAIN
Changes since
1.12: +348 -58 lines
Diff to
previous 1.12
* Added a GUI to configure how tinymce behaves per user role.
* Patch #19736 by jjeff - GUI to tweak tinymce initialization parameters.
* Patch #19929 by mitomac - Fix to make a drupalimage a separate button.
* Upgrade Note: This module now requires a database table to operate. See INSTALL.txt for details.
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 14 21:44:32 2005 UTC
(4 years, 8 months ago)
by
mathias
Branch:
MAIN
Changes since
1.4: +25 -12 lines
Diff to
previous 1.4
* Added a user_access permission to choose which roles can select their own TinyMCE themes.
* Fixed 404 'editor_templateundefined.js' bug.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Mar 14 18:14:17 2005 UTC
(4 years, 8 months ago)
by
mathias
Branch:
MAIN
Changes since
1.3: +30 -15 lines
Diff to
previous 1.3
* Check if the TinyMCE engine is installed and prompt with instructions if it isn't.
* Extend the functionality of hooking into the TinyMCE theme engine by also passing the textarea name, making it possible to use different themes for different textareas (i.e., 'simple' for comments, 'advanced' for node forms).
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sun Mar 13 19:34:12 2005 UTC
(4 years, 8 months ago)
by
mathias
Branch:
MAIN
Changes since
1.2: +47 -10 lines
Diff to
previous 1.2
* Make the default instance of TinyMCE use the 'simple' theme.
* Developers can now override the arguments passed to a TinyMCE theme before it's invoked.
Revision
1.1 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Sat Mar 12 22:22:05 2005 UTC
(4 years, 8 months ago)
by
mathias
Branch:
MAIN
* Use the TinyMCE WYSIWYG editor for editing your Drupal site. A collaborative module by Richard Bennett and Matt Westgate. Initial implementation.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.