HEX
Server: LiteSpeed
System: Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User: swifizcd (1555)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //var/softaculous/pmwiki/changelog.txt
 Version 2.5.9 (2026-04-05)
 
    PmLib highlight_pre add language as tooltip.
    PmSyntax allow for %hlt% language autodetection (except for PmWiki markup which needs to be %pmhlt%). Enable semi-transparent selection.
    Add PmLib.ready._init.
    Sortable fix when there are fewer cells in a row.
    Fix bug with $MessagesFmt shown multiple times on preview edit.
    Responsive skin add data-wikititle to #wikilogo a.
    Add wikistyle %download% for links (PITS:01528).
    Add PmLib.itext(), update guiedit.js.
    $EnableEditAutoText add new keyboard shortcuts, see Cookbook:EditHelp. Refactor EditAutoText, add PmLib.EditShortcuts to allow customization.
    SVG logo in sample-config.php.
    Fix bug with SaveAttributes.
    ParseArgs/Pagelist ignore unquoted empty arguments (PITS:01545).
    FixUrl to fully encode (with Shift) and decode (with Ctrl) all special characters (PITS:01548).
    When parsing SiteAdmin.AuthUser, join lines ending in a single backslash (allows for multiline user properties).
    Remove $EditAutoBrackets from $EnableCommonEnhancements.
    UpdatePage show current $EnablePost, $IsPagePosted in StopWatch.
    Refactor LocalTimes.
    The timestamps on page histories will now be wrapped in <time> elements.
    Update documentation. 
	
 Version 2.5.8 (2026-03-09)

    Fix warning for undefined $_SERVER['REMOTE_ADDR'] in CLI mode.
    Add $EnableEscapedUrlEmbed.
    Optimize the initial loading of Light or Dark theme stylesheets and pictures.
    Update documentation. 
	
 Version 2.5.7 (2026-03-08)

This version includes updates for PHP8, some bug fixes, and optimizations.

A new variable $IsLocalhost will be true when the wiki server is on the same computer as the browser, this can simplify configuration for mirrored wikis.

The PmLib JavaScript helper library was refactored for easier usage.

With tables, if the first and last rows have only header cells, they will be moved to <thead> or <thoot> elements. This helps with styling, sorting, filtering, and printing.

The Sortable tables function was rewritten, it now supports complex headers and footers with rowspan and colspan, and a new way to define column sort types (numeric, alphabetical, date, or no sorting).

A CSS class "center" was added, and link colors in the %note% style will inherit the note color. 

 Version 2.5.6 (2026-02-08)

    Datashift report if shifted element contains target.
    Add $WikiStyleApply["h"] for h1-h6 headings.
    Add configurable $UrlGetFunction, used in RecipeCheck and BlockList.
    Reveal or hide Table of contents when printing. Add $PmTOC['Closed'] to initially collapse the TOC.
    UrlApprovals show message if there are no pending links in the current page, add links to approve included and transcluded pages.
    PSFT() fix bug with %o.
    Refactor mkdirpdeny().
    Disable sortable tables if cells have rowspan or colspan, this never worked reliably. 

    Update documentation.