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?

donP
#61 2010-04-20 22:01
tensh:
The next thing would be adding additional database table - "page_parser", which would tell us how the page was saved - using html or bbcode.
There's already an appropriate field in sed_pages table: it's page_type: 0 = BBcodes parsing; 1 = HTML parsing.
in [color=#729FCF][b]BLUES[/b][/color] I trust
This post was edited by donP (2010-04-20 22:14, 14 years ago)
GHengeveld
#62 2010-04-20 23:47
Trustmaster:
As for permissions, better use appropriate plugin permissions rather than extras.
That's the easiest solution, but not very flexible. I intentionally wanted to use extra rights fields, because that will allow you to configure who can use which parser/editor on which area. Allowing for HTML in pages, but only BBcode in forums will be easy that way.

@tensh: I think you're not seeing the entire scope of what's involved here. We're not just talking about page_text or forum_post_text (or whatever), but page_extra123 etc are involved as well (limitless amounts of fields actually, since all custom fields should get the right parser).
tensh
#63 2010-04-21 15:14
# donP : There's already an appropriate field in sed_pages table: it's page_type: 0 = BBcodes parsing; 1 = HTML parsing.

Heh, I was wondering what's this field for. ^^

Koradhil, I think I mentioned page extra fields? But you're right, generally I'm in the second group of Einstein's division (the one who doesn't know).
donP
#64 2010-04-24 15:17
So, we have already finished with this discussion?
And I don't see any step in Siena tracker about our parser question... :/
in [color=#729FCF][b]BLUES[/b][/color] I trust
urlkiller
#65 2010-04-25 10:56
good question.

... whats the reaction of the core devs on this?
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
Trustmaster
#66 2010-04-25 20:13
I'm gonna try some practical experiments on this before making a final decision. The emphasis is on HTML, bbcode and other parser support is secondary. I have an idea of using custom parsers on top of HTML (optionally) rather than as alternative solutions. And another good news is that finetuned CKEditor + HTML purifier will add about 350kb to our package, not over 500 as I told before.
May the Source be with you!
donP
#67 2010-04-26 01:51
Great news! ;)
in [color=#729FCF][b]BLUES[/b][/color] I trust
urlkiller
#68 2010-04-26 02:09
is in the package also the ckfinder implemented?

just a question aside the main topic...
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
donP
#69 2010-04-26 02:30
Isn't CKFinder a payment product? :/
in [color=#729FCF][b]BLUES[/b][/color] I trust
urlkiller
#70 2010-04-26 04:38
yeah it is, but i wanted to know if it could be implemented easy...
i got the oem licence for this...
URL shortener: <a href="http://bbm.li/!7AD5C7">http://bbm.li/!7AD5C7</a>
donP
#71 2010-05-05 17:44
Any news? :/
in [color=#729FCF][b]BLUES[/b][/color] I trust
Alex300
#72 2010-05-06 04:17
CKFinder is commercical product.
Try to use Ajax file manager . It's free
Есть миры, не здесь, там, где небеса горят, и моря засыпают, и реки дремлют; люди сделаны из дыма, а города – из песен. Где-то опасность, где-то несправедливость, даже где-то остыл чай. Идем Эйс, у нас много работы!...
...Sorry for my english...
Бесплатные расширения для Cotonti: https://lily-software.com/free-scripts/
donP
#73 2010-05-06 06:13
I've tried your CKeditor and ajax file manager implementation but I wasn't able to make ajax file manager function. I always get this message:
The requested URL /plugins/ckeditor/ajaxfilemanager/ajaxfilemanager.php was not found on this server.
in [color=#729FCF][b]BLUES[/b][/color] I trust
GHengeveld
#74 2010-05-06 19:37
You shouldn't be accessing a php file directly in a plugin, but use the 'ajax' hook, with the url plug.php?r=pluginname
donP
#75 2010-05-06 20:12
It's not me, it's Alex300 CKeditor+Ajaxfilemanager plugin hosted here on Cotonti when I click "search the Server" button in CKEditor...

Added 4 days later:

I still don't see any ticket in Trac about this argument... :/
in [color=#729FCF][b]BLUES[/b][/color] I trust
This post was edited by donP (2010-05-11 19:18, 13 years ago)

<<<123456>>>