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