Page MenuHomePhorge
Feed Advanced Search

Thu, Jun 12

aklapper added a revision to T16042: Embedded videos are disproportionately huge: D26080: Support size=thumb parameter for embedded video files in Remarkup.
Thu, Jun 12, 12:28User-valerio.bozzolan, Feature Requests, Remarkup
aklapper added a comment to T16042: Embedded videos are disproportionately huge.

PhabricatorFileImageTransform defines getTransformedDimensions(). There is no such method existing for video files as videos have no transforms.
The transform dimensions for image files are defined (and hardcoded) in its child class https://we.phorge.it/source/phorge/browse/master/src/applications/files/transform/PhabricatorFileThumbnailTransform.php$73-76. There is no way to reuse them anyway - 220px feels small.

Thu, Jun 12, 12:28User-valerio.bozzolan, Feature Requests, Remarkup
valerio.bozzolan moved T15974: Do not consider emails and custom protocols as internal links from Backlog to PingDeath 馃寶 on the User-valerio.bozzolan board.
Thu, Jun 12, 07:44Wikimedia Hackathon 2025, User-valerio.bozzolan, Remarkup

Tue, Jun 10

valerio.bozzolan added inline comments to D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
Tue, Jun 10, 06:56Remarkup

Tue, May 20

valerio.bozzolan moved T15973: Fix unit test PhutilRemarkupEngineTestCase from Backlog to PingDeath 馃寶 on the User-valerio.bozzolan board.
Tue, May 20, 09:31Wikimedia Hackathon 2025, Bug Reports, User-valerio.bozzolan, Remarkup
valerio.bozzolan moved T15967: Fix unit test PhutilPygmentizeParserTestCase from Backlog to PingDeath 馃寶 on the User-valerio.bozzolan board.
Tue, May 20, 09:31Wikimedia Hackathon 2025, Bug Reports, User-valerio.bozzolan, Remarkup

May 6 2025

aklapper added a comment to D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).

Resigning as this developed into a larger patch requiring testing; shouldn't be listed as "accepted" as that referred to a revision long ago

May 6 2025, 18:44Remarkup
aklapper resigned from D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).

Resigning as this developed into a larger patch requiring testing; shouldn't be listed as "accepted" as that referred to a revision long ago

May 6 2025, 18:43Remarkup
valerio.bozzolan updated the diff for D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).

add a potential performance TODO in legacy code: T16061: PhabricatorEnv isSelfURI(): add small cache of these self-URIs

May 6 2025, 08:59Remarkup
valerio.bozzolan updated the diff for D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).

Avoid $array[$key]=1 and use $array[$key]=$key as suggested

May 6 2025, 08:32Remarkup
valerio.bozzolan added inline comments to D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
May 6 2025, 08:01Remarkup
aklapper added inline comments to D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
May 6 2025, 07:03Remarkup

May 4 2025

valerio.bozzolan updated the diff for D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).

drop newline

May 4 2025, 21:29Remarkup
valerio.bozzolan updated the diff for D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).

add some inline documentation about $array[$v] = 1

May 4 2025, 21:12Remarkup
valerio.bozzolan added inline comments to D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
May 4 2025, 20:58Remarkup
aklapper added inline comments to D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
May 4 2025, 09:12Remarkup

May 3 2025

valerio.bozzolan updated the diff for D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).

I need to sleep

May 3 2025, 14:05Remarkup
valerio.bozzolan updated the diff for D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).

transaction.search: handle unmanaged exception when objectType is not supported

May 3 2025, 14:03Remarkup
valerio.bozzolan added a project to T15974: Do not consider emails and custom protocols as internal links: Wikimedia Hackathon 2025.
May 3 2025, 13:15Wikimedia Hackathon 2025, User-valerio.bozzolan, Remarkup
valerio.bozzolan added a project to T15973: Fix unit test PhutilRemarkupEngineTestCase: Wikimedia Hackathon 2025.
May 3 2025, 13:15Wikimedia Hackathon 2025, Bug Reports, User-valerio.bozzolan, Remarkup
valerio.bozzolan added a project to T15967: Fix unit test PhutilPygmentizeParserTestCase: Wikimedia Hackathon 2025.
May 3 2025, 13:14Wikimedia Hackathon 2025, Bug Reports, User-valerio.bozzolan, Remarkup
valerio.bozzolan retitled D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...) from Fix minor regression in Remarkup unit tests and harden
May 3 2025, 13:13Remarkup
valerio.bozzolan retitled D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...) from Fix regression in Remarkup unit tests and harden to Fix minor regression in Remarkup unit tests and harden.
May 3 2025, 13:11Remarkup
valerio.bozzolan added inline comments to D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
May 3 2025, 13:05Remarkup
valerio.bozzolan updated the diff for D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).

add more edge cases in unit tests

May 3 2025, 13:02Remarkup

Apr 25 2025

pppery closed T16028: New project remarkup rule misses some project names as Resolved by committing rP4bd591e4414b: Simplify project regex further.
Apr 25 2025, 15:39Bug Reports, Remarkup

Apr 23 2025

valerio.bozzolan moved T16042: Embedded videos are disproportionately huge from Backlog to Feature Requests on the Remarkup board.

P.S. I wonder... what happens if we expose the width/height here. But probably just touching that would be enough. Still, patch welcome 馃憤

Apr 23 2025, 13:45User-valerio.bozzolan, Feature Requests, Remarkup
valerio.bozzolan added projects to T16042: Embedded videos are disproportionately huge: Feature Requests, User-valerio.bozzolan.

Thanks. Yes. I can reproduce. Relevant documentation:

Apr 23 2025, 13:40User-valerio.bozzolan, Feature Requests, Remarkup
Daimona created T16042: Embedded videos are disproportionately huge.
Apr 23 2025, 13:28User-valerio.bozzolan, Feature Requests, Remarkup

Apr 22 2025

valerio.bozzolan lowered the priority of T15323: Add support for embedding Videos from Wikimedia Commons into Remarkup from Low to Wishlist.

Thanks. I also encourage in not following the mentioned implementation, and not only because they have problems with deleted files (interesting) but also because that solution is verticalized on Wikimedia Commons, and nowadays a "modern" embedder system should probably just use the OEmbed protocol that is quite flexible and would support out of the box an incredible amount of websites, potentially including Wikimedia Commons, with relatively few amount of code, than supporting every single website in the universe.

Apr 22 2025, 07:04Feature Requests, Remarkup, Affects-Wikimedia

Apr 21 2025

pppery added a project to T16036: Feature Request: Add a Copy-to-Clipboard Button to code blocks: Remarkup.
Apr 21 2025, 22:38Remarkup

Apr 11 2025

pppery added a revision to T16028: New project remarkup rule misses some project names: D25959: Simplify project regex further.
Apr 11 2025, 15:27Bug Reports, Remarkup
pppery added a comment to T16028: New project remarkup rule misses some project names.

That's true of all projects - Remarkup here for instance.

Apr 11 2025, 15:13Bug Reports, Remarkup
bekay added a comment to T16028: New project remarkup rule misses some project names.

{#js-draw-lib} does work.

Apr 11 2025, 15:12Bug Reports, Remarkup
pppery added a comment to T16028: New project remarkup rule misses some project names.

{#js-draw-lib} does work.

Apr 11 2025, 15:07Bug Reports, Remarkup
bekay updated subscribers of T16028: New project remarkup rule misses some project names.

@pppery I don't know if you wanna step in, since the change was introduced by you.

Apr 11 2025, 14:41Bug Reports, Remarkup
bekay created T16028: New project remarkup rule misses some project names.
Apr 11 2025, 14:37Bug Reports, Remarkup

Mar 19 2025

Cigaryno added a comment to T15203: Remarkup: allow to mention a Slowvote (without embedding).

(M is short for Mockup probably)

Mar 19 2025, 13:50User-valerio.bozzolan, Remarkup
valerio.bozzolan added a comment to T15203: Remarkup: allow to mention a Slowvote (without embedding).

(M is short for Mockup probably)

Mar 19 2025, 09:42User-valerio.bozzolan, Remarkup
avivey added a comment to T15203: Remarkup: allow to mention a Slowvote (without embedding).

On this server, we changed the config to /^(Q|V|M)\d$/ because we don't have P1 tickets.
I'm also not sure what M is short for.

Mar 19 2025, 07:40User-valerio.bozzolan, Remarkup
Cigaryno added a comment to T15203: Remarkup: allow to mention a Slowvote (without embedding).

The V123 syntax is disabled by remarkup.ignored-object-names config by default; The default is /^(Q|V|M|P)\d$/ (basically anything starting with Q, V, M, or P), for "Q1" (biz-talk for April), "V1" (for versions), "M1" (for ?????) and "P1" (Jira for "important bug").

I'm honestly surprised about layout=inline working for {T123} - I thought is only works for images. But it can probably be made to work for Votes (or rather, all objects) like it does for tasks.

Mar 19 2025, 07:19User-valerio.bozzolan, Remarkup
avivey added a comment to T15203: Remarkup: allow to mention a Slowvote (without embedding).

The V123 syntax is disabled by remarkup.ignored-object-names config by default; The default is /^(Q|V|M|P)\d$/ (basically anything starting with Q, V, M, or P and only having one digit), for "Q1" (biz-talk for April), "V1" (for versions), "M1" (for ?????) and "P1" (Jira for "important bug").

Mar 19 2025, 07:07User-valerio.bozzolan, Remarkup

Mar 18 2025

Cigaryno moved T16014: Checkboxes are not processed on tables from Backlog to Feature Requests on the User-Cigaryno board.
Mar 18 2025, 19:53Remarkup, User-Cigaryno
Cigaryno updated the task description for T16014: Checkboxes are not processed on tables.
Mar 18 2025, 19:53Remarkup, User-Cigaryno

Mar 14 2025

Cigaryno created T16014: Checkboxes are not processed on tables.
Mar 14 2025, 21:53Remarkup, User-Cigaryno

Feb 16 2025

waldyrious updated the task description for T15644: Support backticks in inline and block code by wrapping with multiple backticks.
Feb 16 2025, 19:22Feature Requests, Remarkup
aklapper closed D25764: Leave fullscreen editor when displaying "Upload File" and "Meme" dialogs.
Feb 16 2025, 18:57Remarkup
aklapper updated the diff for D25764: Leave fullscreen editor when displaying "Upload File" and "Meme" dialogs.

git rebase master

Feb 16 2025, 18:52Remarkup
aklapper updated the diff for D25764: Leave fullscreen editor when displaying "Upload File" and "Meme" dialogs.

./bin/celerity map as this touches a JS file

Feb 16 2025, 17:13Remarkup

Feb 7 2025

aklapper added a comment to T15323: Add support for embedding Videos from Wikimedia Commons into Remarkup.

I do not recommend, because https://phabricator.wikimedia.org/T293139 - Phorge displays whatever it gets, especially if the video got deleted in the meantime. Same behavior for Youtube.

Feb 7 2025, 12:42Feature Requests, Remarkup, Affects-Wikimedia

Feb 3 2025

valerio.bozzolan updated the test plan for D25764: Leave fullscreen editor when displaying "Upload File" and "Meme" dialogs.
Feb 3 2025, 08:00Remarkup
valerio.bozzolan updated the diff for D25764: Leave fullscreen editor when displaying "Upload File" and "Meme" dialogs.

add little cute comment and newline, to make it clear that the comment belongs only to that line, and really nothing else lol

Feb 3 2025, 08:00Remarkup
valerio.bozzolan accepted D25764: Leave fullscreen editor when displaying "Upload File" and "Meme" dialogs.

It works on my computer. Thaaaanks \o/

Feb 3 2025, 08:00Remarkup

Jan 17 2025

Cigaryno moved T15323: Add support for embedding Videos from Wikimedia Commons into Remarkup from Backlog to Feature Requests on the Affects-Wikimedia board.
Jan 17 2025, 11:08Feature Requests, Remarkup, Affects-Wikimedia

Dec 31 2024

Cigaryno moved T15323: Add support for embedding Videos from Wikimedia Commons into Remarkup from Backlog to Feature Requests on the Remarkup board.
Dec 31 2024, 11:01Feature Requests, Remarkup, Affects-Wikimedia
Cigaryno added a project to T15323: Add support for embedding Videos from Wikimedia Commons into Remarkup: Feature Requests.
Dec 31 2024, 11:01Feature Requests, Remarkup, Affects-Wikimedia

Dec 29 2024

Cigaryno moved T15075: Add support for @link in diviner from Backlog to Feature Requests on the Remarkup board.
Dec 29 2024, 16:54Feature Requests, Diviner, Remarkup
Cigaryno added a project to T15075: Add support for @link in diviner: Feature Requests.
Dec 29 2024, 16:54Feature Requests, Diviner, Remarkup
Cigaryno moved T15973: Fix unit test PhutilRemarkupEngineTestCase from Backlog to Bug Reports on the Remarkup board.
Dec 29 2024, 16:53Wikimedia Hackathon 2025, Bug Reports, User-valerio.bozzolan, Remarkup
Cigaryno added a project to T15973: Fix unit test PhutilRemarkupEngineTestCase: Bug Reports.
Dec 29 2024, 16:53Wikimedia Hackathon 2025, Bug Reports, User-valerio.bozzolan, Remarkup
Cigaryno moved T15743: Support for math (LaTeX) in Remarkup from Backlog to Feature Requests on the Remarkup board.
Dec 29 2024, 16:44Feature Requests, Remarkup
Cigaryno added a project to T15743: Support for math (LaTeX) in Remarkup: Feature Requests.
Dec 29 2024, 16:44Feature Requests, Remarkup
Cigaryno added a project to D25764: Leave fullscreen editor when displaying "Upload File" and "Meme" dialogs: Remarkup.
Dec 29 2024, 16:43Remarkup
Cigaryno added a project to D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...): Remarkup.
Dec 29 2024, 15:47Remarkup

Dec 28 2024

Cigaryno moved T15245: Continue bulleted/numbered list during new line from Backlog to Feature Requests on the UX board.
Dec 28 2024, 11:47UX, Feature Requests, Remarkup

Dec 22 2024

Cigaryno added a watcher for Remarkup: Cigaryno.
Dec 22 2024, 15:50
Cigaryno removed a member for Remarkup: Cigaryno.
Dec 22 2024, 15:49

Dec 19 2024

avivey added a comment to T15643: Support marking text with <ins> in Remarkup.

If the goal is to make it denote "inserted text", I think it should be visually different to "underline" - something more similar to the green we use for actual diff views, maybe more subtle. Will need special handling in the color-blindness themes.

Dec 19 2024, 08:09Feature Requests, Remarkup
Cigaryno moved T15245: Continue bulleted/numbered list during new line from Backlog to Feature Requests on the Remarkup board.
Dec 19 2024, 07:33UX, Feature Requests, Remarkup
Cigaryno moved T15643: Support marking text with <ins> in Remarkup from Backlog to Feature Requests on the Remarkup board.
Dec 19 2024, 07:32Feature Requests, Remarkup
Cigaryno moved T15644: Support backticks in inline and block code by wrapping with multiple backticks from Backlog to Feature Requests on the Remarkup board.
Dec 19 2024, 07:32Feature Requests, Remarkup
Cigaryno moved T15967: Fix unit test PhutilPygmentizeParserTestCase from Backlog to Bug Reports on the Remarkup board.
Dec 19 2024, 07:32Wikimedia Hackathon 2025, Bug Reports, User-valerio.bozzolan, Remarkup
Cigaryno moved T15733: IDN not in a punycode format is not recognized as a link from Backlog to Bug Reports on the Remarkup board.
Dec 19 2024, 07:32Remarkup, Bug Reports

Dec 9 2024

valerio.bozzolan added a revision to T15974: Do not consider emails and custom protocols as internal links: D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
Dec 9 2024, 11:42Wikimedia Hackathon 2025, User-valerio.bozzolan, Remarkup
valerio.bozzolan removed a revision from T15974: Do not consider emails and custom protocols as internal links: D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
Dec 9 2024, 11:21Wikimedia Hackathon 2025, User-valerio.bozzolan, Remarkup
valerio.bozzolan added a revision to T15974: Do not consider emails and custom protocols as internal links: D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
Dec 9 2024, 11:21Wikimedia Hackathon 2025, User-valerio.bozzolan, Remarkup
valerio.bozzolan created T15974: Do not consider emails and custom protocols as internal links.
Dec 9 2024, 11:10Wikimedia Hackathon 2025, User-valerio.bozzolan, Remarkup
valerio.bozzolan added a revision to T15973: Fix unit test PhutilRemarkupEngineTestCase: D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
Dec 9 2024, 09:52Wikimedia Hackathon 2025, Bug Reports, User-valerio.bozzolan, Remarkup
valerio.bozzolan created T15973: Fix unit test PhutilRemarkupEngineTestCase.
Dec 9 2024, 09:43Wikimedia Hackathon 2025, Bug Reports, User-valerio.bozzolan, Remarkup

Dec 5 2024

pppery closed T15371: RuntimeException in preg_replace_callback: Text disappears due to catastrophic backtracking regex in Remarkup parsing as Resolved by committing rP9c73d62c4466: Rewrite regex for project names to be not prone to catastrophic backtracking.
Dec 5 2024, 17:40Bug Reports, Remarkup, Affects-Wikimedia
valerio.bozzolan added a revision to T15967: Fix unit test PhutilPygmentizeParserTestCase: D25847: Remarkup: harden how we recognize internal/external URIs (mailto, mobile phones, ...).
Dec 5 2024, 15:52Wikimedia Hackathon 2025, Bug Reports, User-valerio.bozzolan, Remarkup
valerio.bozzolan updated the task description for T15967: Fix unit test PhutilPygmentizeParserTestCase.
Dec 5 2024, 15:50Wikimedia Hackathon 2025, Bug Reports, User-valerio.bozzolan, Remarkup
valerio.bozzolan created T15967: Fix unit test PhutilPygmentizeParserTestCase.
Dec 5 2024, 15:48Wikimedia Hackathon 2025, Bug Reports, User-valerio.bozzolan, Remarkup

Nov 23 2024

pppery claimed T15371: RuntimeException in preg_replace_callback: Text disappears due to catastrophic backtracking regex in Remarkup parsing.
Nov 23 2024, 21:17Bug Reports, Remarkup, Affects-Wikimedia
pppery renamed T15371: RuntimeException in preg_replace_callback: Text disappears due to catastrophic backtracking regex in Remarkup parsing from RuntimeException in preg_replace_callback: Text disappears due to Remarkup parsing to RuntimeException in preg_replace_callback: Text disappears due to catastrophic backtracking regex in Remarkup parsing.
Nov 23 2024, 21:17Bug Reports, Remarkup, Affects-Wikimedia
pppery added a revision to T15371: RuntimeException in preg_replace_callback: Text disappears due to catastrophic backtracking regex in Remarkup parsing: D25838: Rewrite regex for project names to be not prone to catastrophic backtracking.
Nov 23 2024, 21:08Bug Reports, Remarkup, Affects-Wikimedia
pppery added a comment to T15371: RuntimeException in preg_replace_callback: Text disappears due to catastrophic backtracking regex in Remarkup parsing.

Digging deeper, the problem is specific to ProjectRemarkupRule::getObjectIDPattern. That returns:

Nov 23 2024, 20:45Bug Reports, Remarkup, Affects-Wikimedia
pppery added a comment to T15371: RuntimeException in preg_replace_callback: Text disappears due to catastrophic backtracking regex in Remarkup parsing.

Step 2: Remove irrelevant character class exclusions:

Nov 23 2024, 20:33Bug Reports, Remarkup, Affects-Wikimedia
pppery added a comment to T15371: RuntimeException in preg_replace_callback: Text disappears due to catastrophic backtracking regex in Remarkup parsing.

Disentangling that monster regex, step 1:

Nov 23 2024, 20:30Bug Reports, Remarkup, Affects-Wikimedia
pppery added a comment to T15371: RuntimeException in preg_replace_callback: Text disappears due to catastrophic backtracking regex in Remarkup parsing.

Indeed https://devina.io/redos-checker says the aformentioned regex is exponential time worst-case

Nov 23 2024, 20:20Bug Reports, Remarkup, Affects-Wikimedia
pppery added a comment to T15371: RuntimeException in preg_replace_callback: Text disappears due to catastrophic backtracking regex in Remarkup parsing.

I monkeypatched the code to print preg_last_error when the problematic preg_match returns null. The error is "Backtrack limit exhausted".

Nov 23 2024, 20:18Bug Reports, Remarkup, Affects-Wikimedia

Oct 25 2024

aklapper added a comment to T15371: RuntimeException in preg_replace_callback: Text disappears due to catastrophic backtracking regex in Remarkup parsing.

This exception happens once $rule in the loop foreach ($this->getMarkupRules() as $rule) in PhutilRemarkupBlockRule::applyRules($text) becomes ProjectRemarkupRule. That's where it blows up.

Oct 25 2024, 10:19Bug Reports, Remarkup, Affects-Wikimedia

Sep 16 2024

valerio.bozzolan added a comment to T15075: Add support for @link in diviner.

Taking the best from the two: what about assuming a default @link /book/group/best-document-ever-about-link - but still allowing custom @link to allow easy migrations?

Sep 16 2024, 14:45Feature Requests, Diviner, Remarkup

Aug 5 2024

aklapper added a comment to T15371: RuntimeException in preg_replace_callback: Text disappears due to catastrophic backtracking regex in Remarkup parsing.

This is an issue in https://we.phorge.it/source/phorge/browse/master/src/infrastructure/markup/rule/PhabricatorObjectRemarkupRule.php . In getObjectEmbedPattern(), preg_quote($prefix) returns \# and the method finally returns (\B{\#([^.\s?!,:;{}#\(\)"'\*/~]+(?:[^\s?!,:;{}#\(\)"'\*/~]*[^.\s?!,:;{}#\(\)"'\*/~]+)*)([,\s](?:[^}\\]|\\.)*)?}\B)u.
Within apply($text), $text becomes null after that first preg_replace_callback, so the second call barks.

Aug 5 2024, 12:44Bug Reports, Remarkup, Affects-Wikimedia

Aug 4 2024

avivey raised the priority of T15401: Make the Remarkup Help Page Extensible from Wishlist to Low.
Aug 4 2024, 07:54Documentation, Remarkup

Jul 29 2024

valerio.bozzolan closed T15161: Internal resources should avoid to become external links, as default as Resolved by committing rP349f006904fa: Remarkup: make less internal links open in new tabs.
Jul 29 2024, 10:42User-valerio.bozzolan, Discussion Needed, Remarkup

Jul 1 2024

valerio.bozzolan removed a revision from T15106: "Upload file" in remarkup text fields should attach by default : D25710: [STUB] Fix missing file attachment in Conpherence.
Jul 1 2024, 12:14Files, Remarkup
valerio.bozzolan added a revision to T15106: "Upload file" in remarkup text fields should attach by default : D25710: [STUB] Fix missing file attachment in Conpherence.
Jul 1 2024, 12:07Files, Remarkup
valerio.bozzolan added a revision to T15106: "Upload file" in remarkup text fields should attach by default : D25709: Fix missing file attachment in Conpherence.
Jul 1 2024, 11:58Files, Remarkup
valerio.bozzolan updated the task description for T15744: Render html color codes in remarkup.
Jul 1 2024, 07:00Discussion Needed, Remarkup