| Commit message (Expand) | Author | Age | Files | Lines |
* | Meta Content-type moved early and configurable. | petko | 2024-08-21 | 1 | -2/+3 |
* | $EnableSimpleTableRowspan enabled. | petko | 2024-08-18 | 1 | -2/+2 |
* | Add PageVariable {$GroupHomePageUrl} (cont.) | petko | 2024-08-15 | 1 | -0/+1 |
* | Add PageVariable {$GroupHomePageUrl}. | petko | 2024-08-15 | 1 | -1/+2 |
* | Add helper function PRI(), update blocklist.php for PHP8. | petko | 2024-08-13 | 1 | -0/+5 |
* | Update for PHP 8. PmSyntax fix line-height for some skin configurations. | petko | 2024-08-12 | 1 | -2/+3 |
* | Responsive skin: cache SkinElements pages. | petko | 2024-08-12 | 1 | -1/+1 |
* | Store a history entry when a page is deleted (cont.) | petko | 2024-08-04 | 1 | -1/+1 |
* | Store a history entry when a page is deleted (cont.) | petko | 2024-08-04 | 1 | -0/+2 |
* | Store a history entry when a page is deleted. | petko | 2024-08-04 | 1 | -4/+9 |
* | Update for PHP 8 (PITS:01510) | petko | 2024-07-31 | 1 | -1/+1 |
* | Add $TROEPatterns. | petko | 2024-07-27 | 1 | -23/+26 |
* | Add $EnableUploadDrop based on Cookbook:DragDropMultiUpload. | petko | 2024-07-26 | 1 | -0/+48 |
* | Enable ?action=source&highlight=1 (cont.) | petko | 2024-06-13 | 1 | -1/+1 |
* | Enable ?action=source&highlight=1 | petko | 2024-06-13 | 1 | -2/+15 |
* | Add (:if action browse,edit:) conditional. | petko | 2024-04-28 | 1 | -0/+2 |
* | Add helper function PosArgs($args, $posnames). | petko | 2024-04-22 | 1 | -0/+11 |
* | Cache auth conditional results for (:if auth level:). | petko | 2024-04-13 | 1 | -3/+15 |
* | Fix some cases with conditional markup and markup expressions where an empty ... | petko | 2024-04-08 | 1 | -2/+3 |
* | FileSizeCompact() allow for base 1000 (PITS:01499). | petko | 2024-03-21 | 1 | -3/+3 |
* | Add upload extensions and image extension patterns AVIF, AVIFS. | petko | 2024-02-26 | 1 | -1/+1 |
* | Refactor PrintFmt, add $EnablePrePrintFmt. | petko | 2024-02-11 | 1 | -8/+47 |
* | Refactor $PostConfig to allow called functions to update it (cont.) | petko | 2024-02-10 | 1 | -3/+2 |
* | Refactor $PostConfig to allow called functions to update it. | petko | 2024-02-10 | 1 | -7/+11 |
* | Allow $EditTemplatesFmt entries to apply to specific pages with name= specifi... | petko | 2024-02-04 | 1 | -0/+7 |
* | Page attributes passwords form: allow for +addition and -removal of passwords... | petko | 2024-01-29 | 1 | -1/+1 |
* | Page attributes passwords form: allow for +addition and -removal of passwords... | petko | 2024-01-29 | 1 | -5/+31 |
* | Refactor redirect quiet. | petko | 2024-01-24 | 1 | -9/+4 |
* | Dark theme slightly darker frame, sidebar. Fix bug with redirect when $Enable... | petko | 2024-01-24 | 1 | -1/+1 |
* | Revert PmFilterable, will move to Cookbook. | petko | 2024-01-21 | 1 | -1/+1 |
* | Add $EnableRedirectQuiet = 2. Prevent infinite redirect loops. | petko | 2024-01-12 | 1 | -7/+17 |
* | Restore default timezone if the provided one is invalid. | petko | 2023-10-23 | 1 | -4/+4 |
* | Merge last change summary (cont.). | petko | 2023-10-02 | 1 | -1/+1 |
* | When merging last edit, if there is no change summary, reuse the last one. Ig... | petko | 2023-10-02 | 1 | -2/+12 |
* | Fix pagelist when 2+ directives on the same line, reported by Simon. | petko | 2023-07-18 | 1 | -2/+2 |
* | Update for PHP 8.2. | petko | 2023-07-16 | 1 | -1/+1 |
* | When the token is lost, reopen edit form rather than abort. | petko | 2023-06-01 | 1 | -2/+6 |
* | Add $AuthFormRespCode. | petko | 2023-05-25 | 1 | -1/+2 |
* | Add InsertEditFunction($newfn, $where='<PostPage'). | petko | 2023-05-19 | 1 | -0/+19 |
* | Restore PageStore->delete(), inadvertantly committed. | petko | 2023-05-14 | 1 | -8/+1 |
* | Fix password_verify() logic, retry with crypt() on failure. | petko | 2023-05-09 | 1 | -2/+4 |
* | Revert password_verify() until I find out why it fails to match some existing... | petko | 2023-05-09 | 1 | -2/+2 |
* | Add $PmCryptAlgo, pmcrypt() to call password_verify() if it exists. | petko | 2023-05-08 | 1 | -2/+8 |
* | LogoutCookies() doesn't need a $pagename argument. | petko | 2023-05-06 | 1 | -2/+2 |
* | $EnableMergeLastMinorEdit can be a number of seconds. | petko | 2023-05-04 | 1 | -1/+4 |
* | Add edit functions MergeLastMinorEdit (based on Cookbook:FuseEdit), SaveChang... | petko | 2023-05-04 | 1 | -13/+50 |
* | Fix PRCB() for PHP < 7.4. | petko | 2023-04-29 | 1 | -1/+4 |
* | Refactor HandleLogoutA() split LogoutCookies($pagename). PmForm add $PmFormEn... | petko | 2023-04-28 | 1 | -2/+8 |
* | Refactor pmtoken() to use session tokens, enable for core actions. | petko | 2023-04-28 | 1 | -68/+43 |
* | Prevent errors in custom PageVariables from generating internal server error ... | petko | 2023-03-22 | 1 | -1/+1 |