Are you ready to switch to HTML parsing permanently?

83.3% 65
1.3% 1
15.4% 12

78 Date 2010-04-14 00:49

Forums / Cotonti / Development / Poll: A global switch to HTML parsing

<<<123456

Are you ready?

Alex300
#76 2010-05-12 18:42
Try last version: http://portal30.ru/User_Files/a-n_Files/file/cotonti_plugins/ckeditor.zip

It is installed on multiple sites and works well.
If an error occurs, I need more information about configuring your server to correct it and take into account in the new version of the plug.
Есть миры, не здесь, там, где небеса горят, и моря засыпают, и реки дремлют; люди сделаны из дыма, а города – из песен. Где-то опасность, где-то несправедливость, даже где-то остыл чай. Идем Эйс, у нас много работы!...
...Sorry for my english...
Бесплатные расширения для Cotonti: https://lily-software.com/free-scripts/
Trustmaster
#77 2010-05-15 14:01
BTW, try this editor elRTE. Let me know what you think about it.
May the Source be with you!
donP
#78 2010-05-15 15:05
It isn't so bad... and I also like elFInder.

By the way, it hasn't right-click contestual menues (more intuitive and fast to reach and manage objects properties like tables, images etc...).

It doesn't support so many languages as ckeditor...

I personally feel better with ckeditor...

@ Trustmaster: When you think to insert WYSIWYG editor and HTMLPurifier support in Cotonti?... I'm wondering if we can have it in Siena... (Siena development is three month late indeed...).
in [color=#729FCF][b]BLUES[/b][/color] I trust
This post was edited by donP (2010-05-15 20:14, 13 years ago)
urlkiller
#79 2010-05-16 17:04
i would like to see the ckeditor as well in an release...
the other editor wont feel so right but the filemanager does. its quite nice looking and has good functionality..

@ Trustmaster: When you think to insert WYSIWYG editor and HTMLPurifier support in Cotonti?... I'm wondering if we can have it in Siena... (Siena development is three month late indeed...).

ditto
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
Trustmaster
#80 2010-05-16 18:25
We will bundle Siena with CKEditor. Other good news is that elFinder is compatible with CKEditor, so it's a great free replacement for CKFinder.

As for WYSIWYG, HTMLPurifier and Siena, see the latest news on index page.

There is a small problem about HTMLPurifier and CKEditor: as these are LGPL, commercial derivatives will have to exclude them from the package or require commercial licenses. But currently there are no such derivatives and most users shouldn't care about this.
May the Source be with you!
GHengeveld
#81 2010-05-17 02:03
Are there any decent freeware alternatives to HTMLPurifier that we can use for commercial projects?
urlkiller
#82 2010-05-17 07:26
just curious wouldn't that file thing a good thing for the pfs?

btw. the file thing already published in that ckeditor plugin has a neat function for directly manipulating images... i read somewhere about in the php files of the elFinder that there is a possibility to connect different image manipulating librarys. sounded interessting too.

Added 127 days later:

any news on this topic here?
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
This post was edited by urlkiller (2010-09-21 20:11, 13 years ago)
donP
#83 2010-09-21 20:43
Yes... forgetting the parser method with a switch to pure HTML is the most waited feature for me...
in [color=#729FCF][b]BLUES[/b][/color] I trust
Trustmaster
#84 2010-09-22 00:55
All details are clear by now and this is the next thing I'm going to implement:
  1. Default parsing mode will be HTML. BBcodes will be converted to HTML.
  2. Alternatively, there will be an option when migrating to Siena to keep bbcodes and disable HTML.
  3. There will be only one field to store text, no more page_html or fp_html. The actual sequence will be as this (in pseudocode):
    $text = get_post_contents();
    $text = apply_html_filters($user_group[, $special_location]); // Filter settings are based on user group, there also will be optional sets for special locations
    $text = apply_bbcodes(); // Applies bbcodes over html, if there are any. Good to make shortcuts or special things like [hide]
    $t->assign('SOME_VAR', $text);
  4. HTMLPurifier will be present as a plugin (on by default).
  5. CKEditor will be used as default editor.
May the Source be with you!
donP
#85 2010-09-22 05:39
I would be glad if we could do this important step in Genoa already...
in [color=#729FCF][b]BLUES[/b][/color] I trust
Kilandor
#86 2010-09-22 18:32
New features are only added to Major versions, minor versions only receive fixes. Adding features into an already released Version can cause confusion and problems.

<<<123456