F 344 extern linkify absorbs commas etc into link adress
Compare changes
Files
5+ 51
− 36
@@ -51,66 +52,81 @@ var cosmetics = new function () {
@@ -123,7 +139,6 @@ var cosmetics = new function () {
The cosmetics.linkify
module has been changed to be more robust when detecting URLs. This addresses
in particular issue #344 (closed), but now also correctly handles ports.
This merge request also adds some more info on running the unit tests, in particular adding dependencies and info on WSL (#346 (closed)).
All important changes are in caosdb-webui/src/core/js/ext_cosmetics.js and the corresponding unit tests in coasdb-webui/test/core/js/modules/ext_cosmetics.js.js.
How to set up a test environment for manual testing?
See README_SETUP.md (updated in this branch).
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.