| Commit message (Expand) | Author | Age | Files | Lines |
* | Anchors remove deprecated name="" attribute. | petko | 2024-08-21 | 1 | -1/+1 |
* | Add $EnableObfuscateEmails, $EnablePreserveLineBreaks. | petko | 2024-08-19 | 1 | -0/+6 |
* | Fix page title could accidentally include raw HTML. | petko | 2024-06-25 | 1 | -2/+5 |
* | Add (:if action browse,edit:) conditional. | petko | 2024-04-28 | 1 | -0/+1 |
* | Refactor $MessagesFmt to allow nested arrays with keys and (:messages key=a,b:). | petko | 2024-04-26 | 1 | -4/+18 |
* | Cache auth conditional results for (:if auth level:). | petko | 2024-04-13 | 1 | -2/+2 |
* | $MarkupDirectiveFunctions allow dashes in attribute names. | petko | 2023-12-11 | 1 | -1/+1 |
* | Fix potential bug with group(header|footer) directive caused by PRR(). | petko | 2023-07-24 | 1 | -10/+10 |
* | MarkupDirectiveFunctions to cast numeric arguments to floats. | petko | 2023-03-22 | 1 | -0/+2 |
* | Fix single line $MarkupDirectiveFunctions. | petko | 2023-02-27 | 1 | -1/+1 |
* | Fix multiline $MarkupDirectiveFunctions, reported by Antti Tikanmäki. | petko | 2023-02-27 | 1 | -3/+3 |
* | Skip upgrade check if $EnableReadOnly. Fix bug with multiple $MarkupDirective... | petko | 2022-12-09 | 1 | -1/+1 |
* | Revert WikiStyleToClassName() -- need more work (cont.). | petko | 2022-11-28 | 1 | -4/+2 |
* | PmTOC update indented link style->classname. Responsive skin: replace [[<<]] ... | petko | 2022-11-24 | 1 | -0/+6 |
* | Add $EnableUnsafeInlineStyle = 2; add PmNonce(); refactor MarkupBigSmall() to... | petko | 2022-11-24 | 1 | -3/+4 |
* | WikiStyleToClassName for style="..." attributes on tables, cells and blocks. | petko | 2022-11-20 | 1 | -2/+2 |
* | $MarkupDirectiveFunctions: Fix forgotten Markup "where=<anydir" | petko | 2022-08-29 | 1 | -1/+1 |
* | Add $MarkupDirectiveFunctions | petko | 2022-08-28 | 1 | -0/+21 |
* | Markup <time> fix imprecision. | petko | 2022-01-09 | 1 | -2/+2 |
* | Markup <time> before @@; PmSyntax add <time>. | petko | 2022-01-09 | 1 | -1/+1 |
* | Fix LocalTimes, refactor for in-page signatures; update dates in headers. | petko | 2022-01-09 | 1 | -1/+2 |
* | Add $CurrentLocalTime, parsed as <time> and localized, FmtDateTimeZ(); $Enabl... | petko | 2022-01-09 | 1 | -25/+7 |
* | [[!Category]] links trim whitespace. | petko | 2022-01-02 | 1 | -1/+1 |
* | [[!Category]] links remove paragraph tags. | petko | 2022-01-02 | 1 | -0/+1 |
* | [[!Category]] links to behave like other links (alt. text, ref#, suffix...), ... | petko | 2022-01-02 | 1 | -11/+23 |
* | Fix [[!Topic|#]] (PITS:01095). | petko | 2022-01-01 | 1 | -1/+1 |
* | Included pages to include PageTextVariables markup and from Pagelist template... | petko | 2021-12-31 | 1 | -0/+5 |
* | PmTOC properly indent TOC links with a linebreak (update CSS); add $QualifyPa... | petko | 2021-12-30 | 1 | -2/+2 |
* | Allow for !Category links to have alternative text (PITS:01095), fix for [[!P... | petko | 2021-12-23 | 1 | -1/+1 |
* | Allow for !Category links to have alternative text (PITS:01095). | petko | 2021-12-23 | 1 | -4/+5 |
* | Pagelists link= argument now accepts multiple pages, wildcards, negations, an... | petko | 2021-12-22 | 1 | -3/+6 |
* | Updates for PHP 8.1. | petko | 2021-12-22 | 1 | -0/+2 |
* | PmSyntax allow for $when to be after rule with ">rule"; use actual InterMaps ... | petko | 2021-12-15 | 1 | -1/+1 |
* | (:markup:) add class=norender for non-processed but highlighted text, e.g. pa... | petko | 2021-12-13 | 1 | -1/+1 |
* | (:markup:) add class=nohtml for non-processed but highlighted text, e.g. page... | petko | 2021-12-13 | 1 | -8/+12 |
* | Hide undefined variable notices. Add "pmwiki" grammar for highlight.js to bea... | petko | 2021-11-13 | 1 | -2/+2 |
* | Fix details summary incorrectly escaped HTML (PITS:01465) | petko | 2021-03-02 | 1 | -0/+3 |
* | Mute some PHP undefined variable notices. Responsive skin set #wikiedit texta... | petko | 2020-02-24 | 1 | -2/+2 |
* | Mute some "Undefined" notices; fix caches.php to write an updated .htaccess f... | petko | 2020-02-01 | 1 | -2/+2 |
* | Mute some PHP undefined index notices. | petko | 2020-01-24 | 1 | -1/+1 |
* | Hide .PmTOCdiv:empty; add $SetCookieFunction | petko | 2020-01-16 | 1 | -1/+1 |
* | Mute "Uninitialized string offset messages" for error_reporting(E_ALL), repor... | petko | 2019-11-13 | 1 | -3/+3 |
* | Add block details+summary; mostly revert guiedit.php (some highly customized ... | petko | 2019-10-13 | 1 | -3/+7 |
* | Fix (:notoc:) didn t work unless alone on a line. | petko | 2019-09-08 | 1 | -1/+2 |
* | Change PmTOC key to NumberedHeadings, accepts specs like 1.A.a.I.i | petko | 2019-09-05 | 1 | -1/+1 |
* | Add $PmTOC["EnableQMarkup"] | petko | 2019-09-02 | 1 | -0/+1 |
* | Sortable fix reversed arrows (down arrow when descending). | petko | 2019-09-02 | 1 | -2/+2 |
* | pmwiki-utils.js: add sortable tables | petko | 2019-09-01 | 1 | -0/+6 |
* | TOC: update CSS | petko | 2019-08-30 | 1 | -1/+1 |
* | TOC: update back-arrow CSS | petko | 2019-08-30 | 1 | -1/+1 |