jakob1111 / dokuwiki-plugin-flowcharts

Add flowcharts and diagrams to Dokuwiki with an incredibly simple syntax
GNU General Public License v2.0
7 stars 8 forks source link

page broken #18

Open gilcot opened 3 years ago

gilcot commented 3 years ago

We're using DokuWiki Greebo version. On october 10th, I've updated this plugin to version 2020-07-30. I didn't notice the breakage 'till yesterday because it's used only within two pages for now.

Before the update, the following example was rendered nicely

 <flow>
graph TD;

dc=foo,dc=bar --> ou=people;
dc=foo,dc=bar --> ou=groups;

ou=people --> ou=Sub1
ou=people --> ou=Sub3
ou=people --> ou=Sub5

ou=groups --> cn=chiefs
ou=groups --> cn=staff
</flow> 

But yesterday I discovered that the main/content part of the page is blank whereas the side menu is unfolded (it should be folded by default and parts toggled by click, so I guess there's some JS interference or something like that) This morning, I went to the server to edit the file.

I'm opening another issue 'cause not sure it's related to #17

ddchrist commented 3 years ago

Your example is tested on Hogfather and with latest commits. Is works fine - purpose to close this issue !!!

gilcot commented 3 years ago

The guy said:

We're using DokuWiki Greebo

And he's replied:

Your example is tested on Hogfather

gilcot commented 3 years ago

Version updated yesterday and still having the same issue. Even with the simple example in the documentation

<flow>
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
</flow>

I've switched back to tag/version 0.2/2018-12-11 to have my wiki working again. I can see there are major changes in some call, but how are they backware compatible? https://github.com/jakob1111/dokuwiki-plugin-flowcharts/compare/0.2...0.3 This plugin really miss QA

bish0polis commented 2 years ago

https://github.com/jakob1111/dokuwiki-plugin-flowcharts/issues/26#issuecomment-1208513055