discourse-data-explorer/assets/javascripts/discourse
Martin Brennan 8d19a33250
FIX: Optionally linkify URL columns server-side (#330)
Followup da1c99ec2d

We already had the functionality to convert results like
this:

```
|blah_url|
|--------|
|3,https://test.com|
```

To a link clientside, so in the UI it looks like this:

```
<a href="https://test.com">3</a>
```

With the addition of the recurring report to post automation,
and the existing report to PM automation, we also need to be
able to do this server-side, so reports don't come out malformed
if they have these type of count + URL columns.
2024-10-14 16:33:13 +10:00
..
components FIX: Optionally linkify URL columns server-side (#330) 2024-10-14 16:33:13 +10:00
connectors/group-reports-nav-item DEV: Lose the es6 suffix (#165) 2022-03-05 17:21:01 +01:00
controllers DEV: Use Category's async method in param-input (#310) 2024-08-21 15:41:02 +08:00
initializers DEV: Lose the es6 suffix (#165) 2022-03-05 17:21:01 +01:00
lib DEV: Lose the es6 suffix (#165) 2022-03-05 17:21:01 +01:00
models UX: Rewrite param-input using FormKit (#307) 2024-08-20 09:42:50 +08:00
routes DEV: Use plugin name appropriately in warning (#270) 2023-12-07 16:09:06 +08:00
templates DEV: Update ace-editor usage (#319) 2024-08-27 13:42:25 +02:00
explorer-route-map.js DEV: Lose the es6 suffix (#165) 2022-03-05 17:21:01 +01:00
group-reports-route-map.js DEV: Lose the es6 suffix (#165) 2022-03-05 17:21:01 +01:00