https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42992
--- Comment #4 from Martin Renvoize (ashimema) <[email protected]> --- Thanks for testing David.. this one is indeed a difficult one to get to grips with.. it hurt my brain ;). I sort of discovered the easiest way to 'see' the difference before and after the patches is to use https://github.com/openfifth/koha-plugin-transport-browser (I only though about that after submitted my test plan in the bug). But even then, you'll need a FTP server somewhere to test it with) What you would find is that the file listing before the patch would look something like: `00 01 MAY filename.md` Then after the patch it'll be: `filename.md` And the other columns will contain the properly split out date instead of it being squashed into the filename string. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
