Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

We have two Confluence user macros to mark deprecated or newly added features in the documentation wiki: {since} and {deprecated}. Both aren't optimal (we can still style them if we see the need) and don't work within tables or similar structures (or maybe the versions without any parameters do, we haven't tried).

The since macro

Examples:

No Format
{since}This got added in 5.2{since}
Since
This got added in 5.2
No Format
{since:since=5.2}This got added in 5.2{since} And this was always there.

Since
since5.2
This got added in 5.2
And this was always there.

No Format
{since:since=5.2}{since}
Since
since5.2

The deprecated macro

Examples:

No Format
{deprecated}This was removed in 5.2{deprecated}
Deprecated
This was removed in 5.2
No Format
{deprecated:since=5.2}This was removed in 5.2{deprecated} And this is still there.

Deprecated
since5.2
This was removed in 5.2
And this is still there.

No Format
{deprecated:since=5.2}{deprecated}
Deprecated
since5.2