Server IP : 68.65.122.142  /  Your IP : 18.218.167.247
Web Server : LiteSpeed
System : Linux server167.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
User : glenirhm ( 1318)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /var/softaculous/pmwiki/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //var/softaculous/pmwiki/changelog.txt
Version 2.3.38 (2024-11-03) ↑

    Add helper function PosArgs($args, $posnames).
    Refactor $MessagesFmt to allow nested arrays with keys that can be set from recipes and new attributes (:messages keys=a,b details=open:). If a message starts with "markup:" it will now be processed through the markup engine.
    Add $UploadBlockPatterns, deprecate $UploadBlacklist.
    PmForm update for PHP 8, add {$$CurrentLocalTime}.
    Notify update for PHP 8.3 (PITS:01513).
    Wikistyles allow for calc operators + / * (PITS:01514).
    Update documentation.
	
Version 2.3.37 (2024-08-21) ↑

    Update for PHP 8.
    Responsive skin: cache SkinElements pages.
    Add helper function PRI() "PmWiki Recursive Implode".
    pmwiki-utils.js add "draggable".
    Add PageVariable {$GroupHomePageUrl}.
    $EnableSortable, $EnableSimpleTableRowspan enabled by default.
    PmSyntax update for $EnableSimpleTableRowspan and for Cookbook:InputStar; fix line-height for some skin configurations.
    Add $EnableCommonEnhancements, update docs/sample-config.php, remove from sample-config.php $EnableNotSavedWarning which was enabled in 2.3.0.
    Add $EnableObfuscateEmails, $EnablePreserveLineBreaks.
    Add $EnableUrlApprove, $EnablePmForm, $EnableCreole, $EnableRefCount, $EnableFeeds (PITS:01511).
    (:input e_minorcheckbox:) to include label and title per $EnableMergeLastMinorEdit, update Site.EditForm, XLPage.
    Anchors remove deprecated name="" attribute.
    Meta Content-type moved early and configurable.
    Update documentation. 
	
Version 2.3.36 (2024-08-07) ↑

    Add $EnableUploadDrop based on Cookbook:DragDropMultiUpload.
    Add $TROEPatterns.
    Update for PHP 8 (PITS:01510)
    Store a history entry when a page is deleted.
    Update documentation
	
Version 2.3.35 (2024-07-07) ↑

    PmSyntax (:comment ...:) add required space; add (:input defaults ...:) (with "s").
    Enable highlighted source with ?action=source&highlight=1.
    Update default sidebar, https links, PITS and Mailing lists in conditional.
    Remove upload extensions "svg", "svgz", "htm", "html", "css", "swf", "fla", "epub", and files with no extension. Fix mime types for "wmf", "psd".
    Fix page title could accidentally include raw HTML.
    Update documentation.
	
Version 2.3.34 (2024-05-27) ↑

    Delete wikilib.d/PmWiki.PerGroupCustomizations (unused redirect), content moved to GroupCustomizations 14 years ago.
    RecipeCheck remove table width attribute (suggested by Simon).
    Add (:if action browse,edit:) conditional.
    $GUIButtons remove invalid elements (warning reported by Simon).
    phpdiff.php fix for PHP 8 when saving new pages (reported by Simon).
    Responsive skin: remove old CSS declarations like @-moz-keyframes (PITS:01507).
    Add upload extension 'm4a'.
    Update documentation.
	
Version 2.3.33 (2024-04-21) ↑

    $EnablePreviewChanges to show "No changes" if there are no changes.
    PmSyntax add rules for colored pagenames and URLs inside bracket links.
    Responsive skin hide dropdown icons from printing.
    Fix some cases with conditional markup and markup expressions where an empty code could be evaluated (suggested by Goodguy00).
    Add $HTMLTitleFmt (PITS:01502).
    Cache auth conditional results for (:if auth level:).
    Update blocklist.php for PHP 8, reported by Foster Schucker.
    Update documentation. 
	
Version 2.3.32 (2024-03-24) ↑

    Dark theme: add toggleImages(), add $ImgDarkSuffix, $FmtV['$PathUpload']. Restore light styles and pictures for printing.
    Responsive skin: white background when printing, move dark toggle label styles into skin.css.
    PmSyntax: only apply dark theme colors on screen (not print).
    Add upload extensions and image extension patterns AVIF, AVIFS.
    Lock AllRecentChanges in case of concurrent uploads.
    FileSizeCompact() allow for base 1000 (PITS:01499).
    Update documentation.