212
I Use This!
High Activity

News

Analyzed 1 day ago. based on code collected 2 days ago.
Posted over 5 years ago by [email protected] (LarsDW223)
Eventually you could use the Event PARSER_HANDLER_DONE but I never used it myself. So you need to test and find out. See https://www.dokuwiki.org/devel:event:parser_handler_done.
Posted over 5 years ago by [email protected] (LarsDW223)
Eventually you could use the Event PARSER_HANDLER_DONE but I never used it myself. So you need to test and find out. See https://www.dokuwiki.org/devel:event:parser_handler_done.
Posted over 5 years ago by [email protected] (zioth)
If anchor doesn't work for you, you can try https://www.dokuwiki.org/plugin:hiddenheader . That one works well with https://www.dokuwiki.org/plugin:include , letting you sections that don't look like sections.
Posted over 5 years ago by [email protected] (zioth)
If anchor doesn't work for you, you can try https://www.dokuwiki.org/plugin:hiddenheader . That one works well with https://www.dokuwiki.org/plugin:include , letting you sections that don't look like sections.
Posted over 5 years ago by [email protected] (schplurtz)
Bonjour, Ponder stibbons has 5 hotfixes, one is LDAP/AD related. Please see https://www.dokuwiki.org/old_changes#release_2014-05-05e_p… Not sure it will help. Also Dec 20 16:30:15 myldap slapd[13177]: conn=1025 fd=18 TLS established tls_ssf=128 ... [More] ssf=128  Dec 20 16:30:15 myldap slapd[13177]: conn=1025 fd=18 closed (connection lost) I don't know the inner details of SSL/START_TLS protocol, but this could indicate that your server is using something that is only 128 bits a cert signature or a cypher protocol. 128 bits things are not so well accepted nowadays. You may have to convince your PHP library to accept 128 bits, or to convince your LDAP SSL library to accept 128 bits things. Maybe, this openldap thread would bring light: http://www.openldap.org/lists/openldap-technical/201210/ms… Just an idea, though. [Less]
Posted over 5 years ago by [email protected] (schplurtz)
Bonjour, Ponder stibbons has 5 hotfixes, one is LDAP/AD related. Please see https://www.dokuwiki.org/old_changes#release_2014-05-05e_p… Not sure it will help. Also Dec 20 16:30:15 myldap slapd[13177]: conn=1025 fd=18 TLS established tls_ssf=128 ... [More] ssf=128  Dec 20 16:30:15 myldap slapd[13177]: conn=1025 fd=18 closed (connection lost) I don't know the inner details of SSL/START_TLS protocol, but this could indicate that your server is using something that is only 128 bits a cert signature or a cypher protocol. 128 bits things are not so well accepted nowadays. You may have to convince your PHP library to accept 128 bits, or to convince your LDAP SSL library to accept 128 bits things. Maybe, this openldap thread would bring light: http://www.openldap.org/lists/openldap-technical/201210/ms… Just an idea, though. [Less]
Posted over 5 years ago by [email protected] (zioth)
Solved. I had to check for $renderer->capture .
Posted over 5 years ago by [email protected] (zioth)
Solved. I had to check for $renderer->capture .
Posted over 5 years ago by [email protected] (zioth)
It looks like the real abstract gets cut off early (417 characters in one case, 285 in another), cutting off in the middle of sentences. Then extra links get appended until 500. What code determines when the abstract ends? I can't find anything outside of the cut-off in Doku_Renderer_metadata.
Posted over 5 years ago by [email protected] (zioth)
It looks like the real abstract gets cut off early (417 characters in one case, 285 in another), cutting off in the middle of sentences. Then extra links get appended until 500. What code determines when the abstract ends? I can't find anything outside of the cut-off in Doku_Renderer_metadata.