Daniel-KM
Daniel-KM
Note that because it allows any attributes and potentially any xss attacks, the merge will be released after the upstream of parsedown (see https://github.com/erusev/parsedown/pull/495 or https://github.com/erusev/parsedown/issues/161).
@aidantwoods Yes, markdown-extra is a specific markdown to allow to add class, id, and anything else in markdown. For example, I need to use the attributes "rel" and "lang", but...
I'm going to rebase this commit on your secure parsedown. To allow attributes is the purpose of markdown extra... You can look at https://michelf.ca/projects/php-markdown/extra/ for it. Or a double setter,...
In fact, current messages are psr-3 compliant, because sprintf is used inside the message, so the logger never see placeholders "%s". But they are not translatable and not manageable, because...
I kept jquery not defered to remove possible issues in themes. For modules, they are very few that should be fixed (just a wrapper, if it's not possible to create...
Rebased for laminas.
Note that some other modules use the batch drop down (for example my version of Zotero import, that allows to export items to Zotero), so it should be displayed for...
All these commits have the same object (search on property values), but if you need, I can create a pr for each.
Only the last commit is usefull, but github doesn't see the rebase. It simply adds this for performance in default htaccess: ```htaccess AddOutputFilterByType DEFLATE text/plain text/html text/css text/javascript application/javascript application/x-javascript...
Yes, the issue is not related to the ui, but to the api. When the media and item sets are appended via multiple events, it is not possible to check...