OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

TinyMCE : Upgrade to version 4.0 #3632

Closed orchardbot closed 9 years ago

orchardbot commented 11 years ago

@agriffard created: https://orchard.codeplex.com/workitem/19803

Upgrade TinyMCE to version 4.0 : http://www.tinymce.com/develop/changelog/index.php?type=tinymce

orchardbot commented 11 years ago

@agriffard commented:

And may be think about integrating CKEditor by default as other additional Html Editor?

orchardbot commented 11 years ago

@csurieux commented:

Tinymce and ckeditor doesn't support new features as empty spans with only classes, and ck rely on a paying extension. A better explanation on what has to be done to integrate an editor with orchard and more flexible api could allow testing more editors.

orchardbot commented 11 years ago

@jetski5822 commented:

I will be upgrading this for 1.7.1 I think.

orchardbot commented 10 years ago

phigits commented:

Is there a date when this upgrade will be available. It would be nice to have the newest version which has is supposed to play nice with the newer versions of IE.

orchardbot commented 10 years ago

@csurieux commented:

Sebastien has already upgraded to 3.51 https://orchard.codeplex.com/workitem/20536

orchardbot commented 10 years ago

@jasper-d commented:

I'm currently working on this.

orchardbot commented 10 years ago

@csurieux commented:

I just received this from Telerik concerning the GPL I have been using to implement a piece of editor not breaking html as are doing the others. This GPL was an object of discussion, but this move is interesting, the html editor of Telerik works better than TinyMCE

Hello , We are pleased to announce that Telerik is launching an open source version of Kendo UI–Telerik Kendo UI® Core—to enable more people to develop with our HTML5 widgets on their own terms. Licensed under Apache v2 license, Kendo UI Core includes 40+ widgets and a variety of framework components for web and mobile development. Use it for open source or commercial projects not requiring dedicated technical support or line-of-business style functionality, such as grids, editors, charts, schedulers, etc. What does this mean for the license holders of Kendo UI Web GPLv3? Previous Kendo UI products — Web GPLv3, Web, DataViz, Mobile and Complete—have been streamlined into two licenses: open source Kendo UI Core and the commercial Kendo UI Professional. To continue developing with Kendo UI you can:

  1. Download Kendo UI Core and get access to new widgets previously not available open source
  2. Upgrade to Kendo UI Professional and get access to all HTML5 widgets, plus dedicated technical support by the same developers who build the product Or you can stay with the GPL v3 license, but know that there won’t be new product updates. Whatever you choose, thank you for your interest in Telerik Kendo UI. Best Regards, The Telerik Team
orchardbot commented 10 years ago

@jasper-d commented:

The editor is only available in paid subscriptions, not in Kendo UI Core. https://github.com/telerik/kendo-ui-core#features-of-kendo-ui-core

orchardbot commented 10 years ago

@csurieux commented:

In what I downloaded with GPL there was kendo.web.js which seems to have been removed from the github link you provided.

The header of this file is

/*
* Kendo UI Web v2013.1.319 (http://kendoui.com)
* Copyright 2013 Telerik AD. All rights reserved.
*
* Kendo UI Web commercial licenses may be obtained at
* https://www.kendoui.com/purchase/license-agreement/kendo-ui-web-commercial.aspx
* If you do not own a commercial license, this file shall be governed by the
* GNU General Public License (GPL) version 3.
* For GPL requirements, please review: http://www.gnu.org/copyleft/gpl.html
*/

So it seem to be another trick from Tele...trick . The GPL version is running fine under Orchard, no suppression of <spans with a class and no content, my only Pb is no imagelibrary button....

orchardbot commented 10 years ago

@csurieux commented:

with this link you get the GPL with editor http://www.telerik.com/download/kendo-ui-web-open-source

orchardbot commented 10 years ago

@csurieux commented:

and the header is still GPL /*

orchardbot commented 10 years ago

@csurieux commented:

I forget to say that kendo.editor.js is included

orchardbot commented 10 years ago

@csurieux commented:

One comment from the Telerik Support Hello Nick,

The only Kendo UI product which is offered with GPLv3 licensing is Kendo UI Web, available here. This license is permissive if you develop GPL-compatible projects, and Kendo UI Web can be used as a client library in ASP.NET MVC solutions.

If you would like, however, to utilize Kendo UI Complete for ASP.NET MVC (which includes MVC server wrappers for Kendo UI Web and DataViz), you can evaluate the product for 30 days and then decide whether to buy a commercial license. More information about this product and its licensing model can be gathered from this public FAQ.

Best regards, Sebastian the Telerik team

orchardbot commented 10 years ago

@jasper-d commented:

A quote from the Telerik Mail you posted here:

[...] Or you can stay with the GPL v3 license, but know that there won’t be new product updates.

If you want to get updates, you have to switch to Kendo UI Core (Apache license, seperate product, no editor) or a paid plan.

orchardbot commented 10 years ago

@csurieux commented:

Yes but see the header of what the GPL link provides...

orchardbot commented 10 years ago

@jasper-d commented:

I see that, but it's from Kendo UI Web, which is a differenct product and not Kendo UI Core. Kendo UI Web GPL-edition is legacy code. You can still download it, but you would need to maintain it by yourself.

BTW: Kendo UI Core is here: http://www.telerik.com/download/kendo-ui-core

orchardbot commented 10 years ago

@csurieux commented:

It seem to be different products, it is not totally clear to me ? What I know is that the editor in kendo UI Web is working ok with html code, better than TinyMCE ....and that's what I was looking for. Concerning maintenance let's see if they maintain it .... as they have done in the past.

orchardbot commented 10 years ago

@jetski5822 commented:

Fixed in changeset a507074b9a9ddd9135657bac8bf86db58151695c

orchardbot commented 10 years ago

glen commented:

This work item is marked as "Resolved" in version 1.8.1.

However version 1.8.1 has TinyMCE 3.5.10 from October 2013.

Could this be un-resolved, or a new work item created to implement TinyMCE 4.0?

orchardbot commented 10 years ago

@jetski5822 commented:

@Glen - Sorry about that, when the issue got resolved the release was wrongly tagged. I have fixed that now. Thanks for pointing out.