André Wobst
André Wobst
forms already contains the decoded values, e.g. (unicode) strings. This is a major difference ... at least right now. I suggest to keep this difference (MultipartPart instance for files and...
Suppose there is a huge field and some other (possibly later) small fields. The memory will be exceeded while reading the huge field. There is no easy way to recover...
MultipartPart is not aware of a mem_limit. It sure has a memfile_limit, but that's about it. (The disk_limit and mem_limit is enforced by MultipartParser.) MultipartPart has a value function (!),...
Alternatively, lists/multiple-values are often handled by line breaks within options. But I really dislike this solution ... would maybe accept to be outvoted, though.
Unfortunately `recursivedir` fails as soon as it tries to access a non-existing directory. The exception is currently handled in the loop over the openers and PyX will fall back to...
An alternative implementation of a neglog axis has been implemented upstream. Your test_neglogaxis.py example is contained in f171b59a3cc673b142ce3babdda0322528616855
I further investigated the issue and noticed, that when I dump the value of `$submissionFile->getData('old-supp-id')` in https://github.com/pkp/ojs/blob/stable-3_3_0/pages/article/ArticleHandler.inc.php#L381 it is empty for all files. (For the example given above there happen...
I can confirm that our 3.2 instance returns a permanent redirect for the `old-supp-id` requests. However, this is just no help to later on remove the `old-supp-id` functionality, as those...
Unfortunately the patch does not change the situation. I did apply it and rerun the migration of 3.2 to 3.3. The `old-supp-id` urls remain inoperable, and the database is not...
As we want and need to update to 3.3.x soon, we need to decide on how to proceed with the legacy URLs for the supplemental files. Looks like we have...