aboutsummaryrefslogtreecommitdiff
path: root/pmwiki.php
Commit message (Expand)AuthorAgeFilesLines
...
* MarkupDirectiveFunctions to cast numeric arguments to floats.petko2023-03-221-1/+1
* Update for PHP 8.1 (PITS:01488).petko2023-03-171-1/+1
* Update for PHP 8.1 (PITS:01488).petko2023-03-171-1/+1
* FmtDateTimeZ($m) can now accept Unix timestamp.petko2023-03-131-1/+2
* Add $PmArchiveDir.petko2023-02-131-2/+7
* Fix undefined variable warning, reported by Gregor Klarič.petko2023-02-121-1/+1
* pm_servefile() add argument $cachecontrol.petko2023-02-111-2/+2
* Add css to $ServeFileExts.petko2023-02-111-1/+1
* Move $FarmPubDirUrl after $ScriptUrl.petko2023-02-111-5/+3
* Add $IsFarmArchive, $FarmPubDirPrefix, pm_servefile(), $ServeFileExts.petko2023-02-111-3/+46
* Add helper function KeepBlock().petko2023-02-101-0/+3
* HandleBrowse() add $FmtV['$PageSourceText'].petko2023-02-101-2/+2
* Update for PHP8.2, reported by Dfaure. Move PageStore::recodefn() to separate...petko2023-02-081-18/+32
* Only set cookie params if headers not sent (cont.).petko2023-01-241-21/+22
* Only set cookie params if headers not sent. PageVar() update for PHP 8.petko2023-01-211-2/+3
* Add PageVariable $PageLogoUrl (PITS:01297).petko2023-01-151-0/+1
* Add helper function PRCB() for easy preg_replace_callback passing variables.petko2022-12-311-0/+7
* CondAuth() fix bug with global $AuthList. UploadVerifyBasic() make arg $upnam...petko2022-12-291-1/+1
* Usergroup conditional fix bug when $AuthList is not an array.petko2022-12-251-1/+1
* CondAuth() added way to check for usergroup permissions.petko2022-12-161-0/+7
* Fix Nonce shouldn't be cached.petko2022-11-281-6/+3
* Revert WikiStyleToClassName(), PrePrintFmt() -- need more work (PITS:01484).petko2022-11-281-30/+1
* Edit form remove unsafe-inline script (cont.).petko2022-11-281-1/+0
* Only call session_status() if function exists.petko2022-11-281-1/+1
* Only call session_status() if function exists.petko2022-11-281-1/+3
* Revert style nonce for now.petko2022-11-271-2/+1
* $EnableListIncludedPages use class name instead of style. guiedit.js remove u...petko2022-11-241-2/+3
* Add $EnableUnsafeInlineStyle = 2; add PmNonce(); refactor MarkupBigSmall() to...petko2022-11-241-2/+17
* IncludeText() update for PHP 8, reported by V.Krishn.petko2022-11-241-1/+1
* Class PPRC add generic callbacks. WikiStyles fix nested link colors.petko2022-11-221-2/+9
* Add $EnableUnsafeInlineStyle default unset. Refactor PrePrintFmt() to mostly ...petko2022-11-211-12/+8
* PrePrintFmt: $PageStartFmt processed after pages for (:noleft:) etc. to work.petko2022-11-211-0/+3
* Align whitespace.petko2022-11-211-4/+4
* Add PrePrintFmt(), refactor PrintFmt(), PrintSkin() to process wiki pages and...petko2022-11-211-6/+38
* Fix XSS vulnerability.petko2022-11-211-2/+3
* WikiStyleToClassName for style="..." attributes on tables, cells and blocks.petko2022-11-201-3/+10
* CSP add object-src 'none'.petko2022-11-191-1/+1
* CSP add base-uri=self; pm_start_session() fix missing line and merge logic.petko2022-11-191-11/+11
* Add $HTTPHeaders['XSSP']petko2022-11-191-0/+2
* pmsetcookie() add argument $samesite, default to $CookieSameSite or 'Lax'. Ad...petko2022-11-191-12/+50
* Update for PHP 8.1, reported by HansBpetko2022-11-011-2/+3
* Format fix space after ifs. Fix bug with PSFT format %L.petko2022-10-301-1/+1
* Format fix space after ifs. Fix bug with PSFT format %L.petko2022-10-301-12/+14
* Add array $ObsoleteMarkups, function TraceMarkup(), update Markup(), Markup_e...petko2022-10-291-16/+33
* Update for PHP 8. Obsolete PCCF() from PHP 7.2 not 8.0.petko2022-10-291-2/+2
* Replace autoficus JS with attributes.petko2022-10-091-4/+2
* Fix for PHP8. Trim $Author (PITS:01208)petko2022-10-091-1/+1
* ftime, PSFT add %L. MarkupRestore() fix wrong cast to empty string of falseis...petko2022-09-241-12/+25
* stripmagic cast null to "" for PHP 8; fix parse error for complex conditional...petko2022-09-021-2/+7
* Fix stripmagic() for arrays recently broke after PHP8 updatepetko2022-08-301-1/+1