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