Daniel-KM
Daniel-KM
Hi, I merged all previous requests and fixes, so parsedown-extra works now as it should. In particular, it allows to add specific attributes to links. This can be the release...
Search results are not the same for "keyword" and "keyword " : in the second case, a resource with the word "keyword," is not found). This is true technically, but...
I had a directory "CenterRow", I set an asset as logo and all be fine, the logo is displayed. Later, I renamed the directory in lower case "centerrow". So my...
In order to get translatable logs, and manageable logs with third party services, they must be psr-3 compliant (see details on http://www.php-fig.org/psr/psr-3/ or on my module ([Daniel-KM/Omeka-S-module-Log](https://github.com/Daniel-KM/Omeka-S-module-Log)). Is there a...
For accessibility and usage on modern mobile browsers, it is recommended to use input type "search" for search, not "text".
Hi, In Omeka, all xml files are identified as `text/xml` and zip files as `application/zip`, so it’s not possible to make a distinction between a mets file and an ead...
To defer js is a quick way to speed a web app (fix #1284).
A list of separable small fixes and cleaning.
This is a list of small fixes, code cleaning or small optimizations to be cherry picked.
To search efficiently on property values is important for librarians, so this pr improves the search feature in various ways: - possibility to query multiple properties at the same time,...