You are not logged in.

#1 2008-01-18 14:35:52

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

TinyMCE 3.0rc2 Released

This release focuses on more bug fixes but it has also some new cool features, we couldn't stay away from adding more stuff. smile

One of them is the ability to add menu buttons to the UI in a easy way, this control was just one of the missing pieces for the UI control set. Another new feature is the indentation option this enables you to change the indentation value, it defaults to 30px but you can for example change it to 20pt check the wiki for details on this option.

We are have plans of releasing the 3.0 final by the end of this month. There might be another RC before that, possible the end of next week it all depends on how many more bugs we find etc. So please keep up the work in helping us find them all and once again thank you all for the help with that.

Example of the new menu button UI control:
http://wiki.moxiecode.com/examples/tiny … ple_23.php

Example of the tab_focus option:
http://wiki.moxiecode.com/examples/tiny … ple_24.php

Documentation for the new indentation option:
http://wiki.moxiecode.com/index.php/Tin … ndentation


Best regards,
Spocke - Main developer of TinyMCE

Offline

 

#2 2008-01-21 14:57:13

knut_jacobsen
TWG Member
From: Os, Hordaland, Norway
Registered: 2005-05-30
Posts: 128
Website

Re: TinyMCE 3.0rc2 Released

I've downloaded this release, PHP compressor and some languagepacks.
With no language option, English works OK, but setting language option to nb (Norwegian) doesn't show Norwegian sad

Error or new functionallity smile

Offline

 

#3 2008-01-21 15:06:40

MeAngry
Member
From: Eindhoven, Netherlands
Registered: 2006-11-17
Posts: 23

Re: TinyMCE 3.0rc2 Released

Don't forget to add the language to the compressor's options. wink The dutch language file is working correctly here with 3.0 RC 2, but that might be because I made it myself. tongue

Great release btw, everything works fine here, and some bugs were fixed. smile

As a tribute to the nearing release of TinyMCE 3.0 final version I submitted our Office 2007 Silver skin to the Plugins tracker. We use it in our CMS as it resembles the default theme quite a lot, but adds some shinyness from the standard Office 2007 skin. smile

You'll find it at:
http://sourceforge.net/tracker/index.ph … tid=738747

Last edited by MeAngry (2008-01-21 15:08:54)

Offline

 

#4 2008-01-21 15:45:19

knut_jacobsen
TWG Member
From: Os, Hordaland, Norway
Registered: 2005-05-30
Posts: 128
Website

Re: TinyMCE 3.0rc2 Released

MeAngry wrote:

Don't forget to add the language to the compressor's options. wink

languages : 'nb',

is within the options smile

Offline

 

#5 2008-01-21 15:49:10

MeAngry
Member
From: Eindhoven, Netherlands
Registered: 2006-11-17
Posts: 23

Re: TinyMCE 3.0rc2 Released

I've tried switching here to English, Dutch, French and German, and with all four, there were no problems. I've tested in Firefox and IE, so I'm wondering where your problem lies. Any JavaScript errors perhaps?

Offline

 

#6 2008-01-21 16:07:37

knut_jacobsen
TWG Member
From: Os, Hordaland, Norway
Registered: 2005-05-30
Posts: 128
Website

Re: TinyMCE 3.0rc2 Released

MeAngry wrote:

I've tried switching here to English, Dutch, French and German, and with all four, there were no problems. I've tested in Firefox and IE, so I'm wondering where your problem lies. Any JavaScript errors perhaps?

JavaScript Error in IE:
Line 111
Char. 26
Error: 'TinyMCE_Engine' is undefined

Offline

 

#7 2008-01-21 16:11:39

MeAngry
Member
From: Eindhoven, Netherlands
Registered: 2006-11-17
Posts: 23

Re: TinyMCE 3.0rc2 Released

That explains why it's not working correctly. ;-)

Maybe try loading TinyMCE without the compressor, and check all your configuration options. There might be a typo somewhere, or it's just IE again, bugging with the compressor.

But perhaps that the developers can shed some light on this case.

Offline

 

#8 2008-01-21 16:23:35

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

Re: TinyMCE 3.0rc2 Released

You need the latest compressor version, language pack version and TinyMCE version to get eveything up and running. Also remove any cached .gz files in browser and on server if you use disk cache.


Best regards,
Spocke - Main developer of TinyMCE

Offline

 

#9 2008-01-21 16:39:50

knut_jacobsen
TWG Member
From: Os, Hordaland, Norway
Registered: 2005-05-30
Posts: 128
Website

Re: TinyMCE 3.0rc2 Released

spocke wrote:

You need the latest compressor version, language pack version and TinyMCE version to get eveything up and running. Also remove any cached .gz files in browser and on server if you use disk cache.

Compressor: Version 2.0rc1 (2008-01-14) d/l today
Language packs is d/l today
TinyMCE is 3.0rc2 d/l today

Clear cache and removed .gz file

Offline

 

#10 2008-01-21 17:16:16

knut_jacobsen
TWG Member
From: Os, Hordaland, Norway
Registered: 2005-05-30
Posts: 128
Website

Re: TinyMCE 3.0rc2 Released

Language packs was unzipped into tinymce root directory instead of tiny_mce root directory sad

Sorry for the throuble smile

Offline

 

#11 2008-01-21 23:25:57

decipher
Member
From: London
Registered: 2008-01-05
Posts: 15
Website

Re: TinyMCE 3.0rc2 Released

Spocke you are a machine. TinyMCE 3 is another level, it's amazing.
I too will be releasing a couple of plugins to the opensource world as a tribute to this amazing editor.. i really love TinyMCE, it's really inspiring to me smile

Some feedback:
I have a small lil bug on the advimage plugin. It's not a huge deal, but perhaps you're unaware of it:

When I set the style of the image in the 'Appearance' tab to something like this:
float: right; margin:0 0 0 14px;,

Then update the image, then edit the image again through the image dialog, the style is reset to
float: right; margin-top: 0px; margin-bottom: 0px;.

When I view the style attributes using the attributes plugin, it reflects my inital changes as
float: right; margin:0 0 0 14px;

I first noticed this with V3.0b1

I also want to know why now there is no cursor style declaration on statusbar resize? Previously was: cursor:se-resize?

Last edited by decipher (2008-01-21 23:54:42)


----------------------------------------------------------
tinyMCE rocks! :: http://tinycimm.googlecode.com :: http://badsyntax.co.uk

Offline

 

#12 2008-01-22 14:48:02

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

Re: TinyMCE 3.0rc2 Released

Nice to hear that you like it. smile

Anyway, I think I fixed the CSS issues with the advimage dialog. I fixed a bunch of things in there the editing was really strange and broken. So if you grab the latest SVN version and try that it should work a lot better. And please report any issues you find at the source forge bug tracker.

I also added the missing cursor for the resize button I guess it was just missed thanks for pointing this out.


Best regards,
Spocke - Main developer of TinyMCE

Offline

 

#13 2008-01-22 17:41:38

decipher
Member
From: London
Registered: 2008-01-05
Posts: 15
Website

Re: TinyMCE 3.0rc2 Released

Thanks spocke, i'll give it a try.
Also will try report bugs at source forge. (Unfortunately their "amazing" login & user management system is not practical for those whose ISP's route traffic through proxy servers. Coming from South Africa, where our entire network runs through a proxy, this is not practical. Source forge is useless to me, but that's enough ranting off topic...)
Anyways, back to testing, can't wait for stable..
peace, decipher

Last edited by decipher (2008-01-22 18:05:17)


----------------------------------------------------------
tinyMCE rocks! :: http://tinycimm.googlecode.com :: http://badsyntax.co.uk

Offline

 

#14 2008-01-24 12:39:19

andreus
Member
Registered: 2007-12-06
Posts: 18

Re: TinyMCE 3.0rc2 Released

hi spocke,

A little bug. In FF2 the hand of the mouseover in the path does not appear.
This bug is in RC2

Best regards,
andreus

Offline

 

#15 2008-01-24 13:13:34

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

Re: TinyMCE 3.0rc2 Released

What do you mean by hand? Like a finger? smile


Best regards,
Spocke - Main developer of TinyMCE

Offline

 

#16 2008-01-24 13:24:43

andreus
Member
Registered: 2007-12-06
Posts: 18

Re: TinyMCE 3.0rc2 Released

Yes, the mouseover hand with the finger smile

Ok. another bug sad
I have a color pre-defined for the border of img tags in the css file, but when i put a border in a image tinymce puts the border in black (i am using advimage plugin). Another thing, is there a way to pre-define the border size (but not in the css file)?

Best regards,
andreus

Last edited by andreus (2008-01-24 13:29:57)

Offline

 

#17 2008-01-24 15:19:09

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

Re: TinyMCE 3.0rc2 Released

Download latest SVN trunk. It has fixes for the style/border issues in the advimage dialog.


Best regards,
Spocke - Main developer of TinyMCE

Offline

 

#18 2008-01-25 16:43:20

telsner
Member
Registered: 2005-07-21
Posts: 3

Re: TinyMCE 3.0rc2 Released

Are you still on track for the 3.0 release by the end of the month? I'm working on a project where I would like to use the updated TinyMCE.....

Thanks,
Tom

Offline

 

#19 2008-01-25 20:40:52

faxenoff
Member
Registered: 2008-01-25
Posts: 1

Re: TinyMCE 3.0rc2 Released

SVN browse not work. Any other ways to download lasted trunk?

Offline

 

#20 2008-01-25 21:27:22

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

Re: TinyMCE 3.0rc2 Released

Yes, we are on track. A.f.a.i.k there is no serious bugs left to fix. So we will probably just do some last fixes and testing then ship it out next week.
Follow the instructions at source forge on how to grab the SVN version.


Best regards,
Spocke - Main developer of TinyMCE

Offline

 

#21 2008-01-26 17:53:51

Jean-Pierre
Member
Registered: 2008-01-19
Posts: 18

Re: TinyMCE 3.0rc2 Released

Hi,

Is the Ajax - isDirty bug already fixed? When we write our custom ajax-save function, the autosave message popsup while the content is saved. I try to fix this by manually set  the isDirty property to false, but now we use multiple instanced of TinyMCE and the fix isn't working anymore.

Can you tell me wether this is a bug or not?

Cheers!

Offline

 

#22 2008-01-26 17:58:00

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

Re: TinyMCE 3.0rc2 Released

Please file a bug report at SF with instructions for us to reproduce it and we will look into fixing it.


Best regards,
Spocke - Main developer of TinyMCE

Offline

 

#23 2008-01-27 18:26:43

mygoggie
Member
From: South Africa
Registered: 2007-03-17
Posts: 68
Website

Re: TinyMCE 3.0rc2 Released

Sorry for filing a bug here - (From SA as well) - In Opera, the Find/Replace plugin does not work - running latest SVN

Offline

 

#24 2008-01-27 18:33:19

spocke
Administrator
From: Sweden, Skellefteċ
Registered: 2004-11-25
Posts: 11253
Website

Re: TinyMCE 3.0rc2 Released

I'm not sure that it has ever worked. I think Opera is still lacking the window.find API. But in 2.x I produced an alert message telling the user that it's broken. That message is now gone I will look in to it tomorrow.


Best regards,
Spocke - Main developer of TinyMCE

Offline

 

#25 2008-01-27 22:58:11

mygoggie
Member
From: South Africa
Registered: 2007-03-17
Posts: 68
Website

Re: TinyMCE 3.0rc2 Released

hmm, FCKeditor did a workaround to make it work in Opera. You might want to look into it.

Secondly - The following buttons still not working in SVN.
forecolorpicker
backcolorpicker

UPDATE: My fault - color pickers DO work with latest SVN

Last edited by mygoggie (2008-01-28 08:24:00)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2008 PunBB