leeksoup

Results 15 comments of leeksoup

Just tested on a couple of my nodes that had acquired multiple empty field elements. Works for me!

OK, I can accept that it's too complex and will write my own function. But then is it possible to make the flag constant (or at least the documentation) say...

@indigoxela Thanks! Tested and commented @ [PR](https://github.com/backdrop/backdrop/pull/4671).

The code in question: ``` // Current is the page we are currently paged to. $pager_current = $pager_page_array[$element] + 1; // line 1146 // Max is the maximum page number....

The PR is ready to be reviewed/tested.

@indigoxela you're welcome. :) Thanks for the explanation. I saw that some tests failed but had no idea what to do with that information.

> They need fixing. 😉 I should have guessed that. 😏 > Are you familiar with Simpletest and/or xpath? Are you willing to accept the challenge to fix the failing...

I was able to fix the bug with the following minor code change to line 469: ``` // Newline only indicates a line break if line break converter // filter...

@indigoxela sure. :) No, that is a separate issue. I do see some cruft from markup, but that problem wasn't my concern here.

@indigoxela - I am not sure I understand. Are you saying that with existing code, filter_autop on/off doesn't make any difference? If so, yes, I agree. The code isn't properly...