Stanislav Pankevich

Results 165 comments of Stanislav Pankevich

It turns out that StrictDoc's own documentation can be deployed to Read the Docs along with the Sphinx HTML/PDF docs. There is no need for a separate repo for the...

This should most probably have already been done. Just check and close.

This ticket can be done together with https://github.com/strictdoc-project/strictdoc/issues/1076 and https://github.com/strictdoc-project/strictdoc/issues/1537.

Thanks for reporting this. It is a lack of feature 😄 The html.escape was implemented for multiline fields but not for single-line. Let's implement it for single-line as well.

> backend.sdoc (SDocNodeField.enumerate_all_fields_escaped exists right now) is central, but IMO it's wrong because it adds HTML specific stuff to a core component Sorry for the delays with my responses, I...

@haxtibal I have added a few TODOs here but let's consider them a very low priority. You/I don't have to rush into completing them all as long as your use...

It turns out that the search feature has regressed due to the autoescaping: `http://127.0.0.1:5111/search?q=node.contains("TBD")`. We may be missing an end-to-end test to catch this.

Good to know that the search screen itself is not affected. My testing was around the links that are on the statistics screen: http://127.0.0.1:5111/project_statistics.html. The legend has escaped/broken hrefs.

Noticed another regression just now. I think it is really the last one 😄

I think, now we can close this one 😄 Thanks @haxtibal for supporting this.