| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix for window.localStorage disabled. | petko | 2023-11-26 | 1 | -1/+1 |
* | Add $EnableSearchAtLeastOneTerm, default disabled. | petko | 2023-09-26 | 1 | -4/+8 |
* | Fix pagelist when 2+ directives on the same line, reported by Simon. | petko | 2023-07-18 | 1 | -8/+8 |
* | Pagelists fix bug with multiple category=+A,+B entries. (cont.) | petko | 2023-03-15 | 1 | -1/+0 |
* | Pagelists fix bug with multiple category=+A,+B entries. | petko | 2023-03-15 | 1 | -1/+2 |
* | Fix for PHP 8. CopyCode fix button styles if pre is too large. | petko | 2023-03-04 | 1 | -1/+1 |
* | Revert 4352. | petko | 2023-02-06 | 1 | -1/+1 |
* | Reference $PageIndexFoldFunction to &$StrFoldFunction by default. | petko | 2023-02-06 | 1 | -2/+1 |
* | PageListCache() remove unneeded global $PageIndexFile. | petko | 2023-02-05 | 1 | -2/+2 |
* | Update for PHP 8. | petko | 2022-12-17 | 1 | -1/+1 |
* | Update for PHP 8.1, reported by HansB | petko | 2022-11-01 | 1 | -1/+1 |
* | Prevent double-encoded entities in searchbox. | petko | 2022-10-16 | 1 | -2/+2 |
* | Searchbox also escape custom field names. | petko | 2022-10-07 | 1 | -1/+1 |
* | Close potential XSS vulnerability (PITS:01483). Add $FailedLoginsFunction, re... | petko | 2022-10-07 | 1 | -1/+1 |
* | Pagelist update for PHP 8.1 | petko | 2022-08-20 | 1 | -0/+2 |
* | Searchbox allow for removal of submit button if label=""; add default placeho... | petko | 2022-06-03 | 1 | -2/+4 |
* | Add variable $PageIndexTermsFunction | petko | 2022-05-31 | 1 | -4/+5 |
* | Update for PHP 8 (pagelist targets). | petko | 2022-05-29 | 1 | -1/+1 |
* | Fix broken list=grouphomes (PITS:01477). | petko | 2022-05-23 | 1 | -1/+1 |
* | pmwiki-utils.js - replace let with var, suggested by SteP; fix pagelist order... | petko | 2022-05-14 | 1 | -1/+1 |
* | Fix for PHP 8, reported by Siegfried Seibert | petko | 2022-03-26 | 1 | -1/+1 |
* | Fixes for PHP 8, reported by Siegfried Seibert | petko | 2022-03-26 | 1 | -1/+2 |
* | Responsive skin.css summary:hover color:navy. $IncludedSections in pagelists ... | petko | 2022-01-01 | 1 | -8/+2 |
* | Included pages to include PageTextVariables markup and from Pagelist template... | petko | 2021-12-31 | 1 | -1/+7 |
* | PreviewPage(), forms.php: add $IncludedPages list after the edit form text area. | petko | 2021-12-30 | 1 | -1/+3 |
* | Pagelist link/category to accept character classes. | petko | 2021-12-29 | 1 | -1/+1 |
* | PmSyntax revert (group)?(header|footer) core meta; Pagelist fix case with sin... | petko | 2021-12-24 | 1 | -1/+1 |
* | Pagelist category= remove diagnostic output. | petko | 2021-12-24 | 1 | -1/+0 |
* | PmSyntax add function toggleStyles(). Pagelist prototype category=Category ar... | petko | 2021-12-24 | 1 | -0/+8 |
* | PmSyntax add (:nl:) core meta | petko | 2021-12-24 | 1 | -2/+0 |
* | Pagelist correct bug with link= negation (cont.). | petko | 2021-12-23 | 1 | -9/+10 |
* | Pagelist correct bug with link= negation. | petko | 2021-12-22 | 1 | -6/+8 |
* | Pagelist accept links= argument. | petko | 2021-12-22 | 1 | -0/+1 |
* | Pagelists link= argument now accepts multiple pages, wildcards, negations, an... | petko | 2021-12-22 | 1 | -6/+43 |
* | Pagelist searches with wrong $SearchPatterns will now use $SearchPatterns["de... | petko | 2021-11-25 | 1 | -0/+1 |
* | Add $MultiFactorAuthFunction, $PageIndexFoldFunction | petko | 2021-07-09 | 1 | -2/+3 |
* | Fix warnings for undefined variables in PHP 8 (PITS:01461) | petko | 2021-05-05 | 1 | -1/+1 |
* | Hide warning in pagelist.php for PHP 8, reported by Dominique Faure. Remove e... | petko | 2021-04-09 | 1 | -1/+1 |
* | Add pmtoken(), AutoCheckToken() currently transparent, todo, PHP8 compatibili... | petko | 2021-01-31 | 1 | -2/+2 |
* | add comments next to preg_replace and create_function that old addons may cau... | petko | 2020-04-16 | 1 | -1/+1 |
* | sample-config.php stip trailing spaces; add comments next to preg_replace and... | petko | 2020-04-16 | 1 | -1/+2 |
* | skins.php: add Cookbook:SkinChange; Add FileSizeCompact() and DiffTimeCompact... | petko | 2020-03-23 | 1 | -2/+2 |
* | Mute a number of PHP notices for undefined variables. Add that "URL" means in... | petko | 2019-12-07 | 1 | -2/+2 |
* | Add $InputAttrs role and aria-*, allow aria-\\w* attributes for the (:searchb... | petko | 2019-11-17 | 1 | -2/+3 |
* | Add {$$EachCount} pagelist template pseudovar, containing the count for the c... | petko | 2019-11-13 | 1 | -3/+7 |
* | Update for PHP 7.4 string offset with curly braces is deprecated | petko | 2019-09-03 | 1 | -3/+3 |
* | Add ObfuscateLinkIMap() based on Cookbook:DeObMail, default disabled. GuiEdit... | petko | 2019-08-29 | 1 | -2/+2 |
* | Add $PageListVarFoldFn, default $StrFoldFunction, for international case-inse... | petko | 2019-05-21 | 1 | -6/+10 |
* | Add $PageListSortCmpFunction. | petko | 2018-07-12 | 1 | -2/+3 |
* | Fix a Pagelists order bug, reported by Chuck Goldstein | petko | 2018-01-11 | 1 | -2/+3 |