RSS

WikiTraccs 1.33.27 (Prerelease)

(Pre)release Evolution

v1.33.2

  • improved: hard link transformation of attachment links that link to a specific attachment version; those are now transformed to SharePoint links, pointing to the proper SharePoint file (addresses #178)
  • improved: metrics reporting around inaccessible images from other spaces; this is no “failed transformation” anymore, just a “missing image”
  • fix: table of contents macro snapshots could contain headings from snippets pulled in via the include macro; this is not consistent with the Confluence UI, where those headings are not listed; the behavior has been aligned, the snapshot now also doesn’t show those
  • fix: children display macros contained in a special hidden paragraph were not migrated to SharePoint (because hidden, right?); but Confluence shows the macro; the behavior has been aligned, the macro is now shown in the SharePoint page

v1.33.2v1.33.4

  • improved: table size optimization now handles the following scenario and widens tables in SharePoint to be closer to what is shown in Confluence:
    • a table in Confluence is manually edited to have very narrow columns
    • content in those columns pushes them to be wider (long words can do that, but especially images)
    • the Confluence page storage format still reports a very narrow table, like 4% of the page width; this used to be the table width in SharePoint (not anymore)
  • improved: hard link transformation now treats http and https links as equivalent with regard to the Confluence base URL; so http://contoso.com/confluence and https://contoso.com/confluence are considered to point to the same Confluence instance (addresses #177)

v1.33.4v1.33.6

  • new: adding include/exclude filter support to quickly remigrate single pages and quickly include or exclude additional pages and spaces
  • fix: Atlassian marketplace app backup might not be able to retrieve all apps per vendor when app count is > 18
  • fix: progress log file “_30-aggregated-info” could wrongly show 0 matched pages due to Confluence base address ending with slash

v1.33.6v1.33.9

  • new: progress bar for pages with more than 20 attachments, to show progress in the GUI
  • improved: table size optimization now calculates better sizes for images in table cells; this should get rid of some table scroll bars and make the images responsive without having to edit the page first
  • improved: transformation speed for Jira macros that show issue counts; very relevant for table charts that are based on multiple such macros
  • improved: transformation performance for large (> 20,000 rows) tables
  • fix: missing line breaks in some table-related edge cases
  • fix: missing line breaks in Aura cards

v1.33.9v1.33.11

  • improved: in-table hyperlinks with long non-breakable labels are now made breakable, so they won’t widen table cells unnecessarily
  • improved: fixing more invalid table variants, so that a wider range of Mosaic table macros are transformed to proper tables
  • fix: table transformation now properly handles header rows where some cells span multiple rows

v1.33.11v1.33.15

  • improved: handling of title-driven links to target pages with duplicate titles within the same space (how is that even possible??)
  • improved: adding content ID list to flagged pages report to make retries easier via include filters [inventory mode]
  • improved: diagnostics report now creates additional Confluence XML storage format file
  • improved: some Brikit content column transformation
  • improved: AUI action button transformation if it points to external URL
  • fix: emojis in content from excerpt include macros were not counted leading to the Text Transferred Percent metric being off
  • fix: page header template page lookup for localized template folders; so far only “Templates” worked, now it also works with e.g. “Vorlagen” (note: the template folder is created by SharePoint in the language the user interface is shown in, which in turn depends on site, browser, and user profile language settings)

v1.33.15v1.33.20

  • new: converting macros of the Reporting for Confluence plugin by Appfire; this transforms the following macros as static snapshots: report-table, report-column, report-list, report-info
  • new: diagnostic exporter can now export macro conversion diagnostics as well
  • new: converting cloak and toggle-cloak macros of the Composition Tabs for Confluence plugin by ServiceRocket; they now render a bit like Expand macros, with adjusted placeholder text
  • improved: upgrading transformed image web part version from 1.9 to 1.13, as well as changing a flag
    • less “preparation time” when first editing a migrated page with images
    • the intermittent popping up of the image selection dialog when scrolling fast in first edit mode should be gone
    • note: the PnP library (and thus PnP PowerShell) still creates v1.9 image web parts (source link)
  • improved: made Selenium proxy mode more stable over long runtimes
  • improved: do not count external images that return “bad request” responses as failed transformation, just as missing image, as often there is nothing you can do about that
  • improved: fixing edge case in rich mention transformation
  • improved: “construction symbol” placeholder texts now render slightly grayish to appear less prominent

v1.33.20v1.33.27

  • new: adding support for cqlcontext parameter for CQL selectors
  • new: overhaul of progress bar handling; progress bars in WikiTraccs are now more reliable, faster to update, and ordered
  • new: after all those years WikiTraccs finally got a stop button; clicking this has the same effect as pressing Ctrl+C in the black console window: image
  • improved: when having set a rate limit in the WikiTraccs settings, instead of “Speed: FULL” it now shows “Speed: LIMITED” in the status panel