| Commit message (Expand) | Author | Age | Files | Lines |
* | Meta Content-type moved early and configurable. | petko | 2024-08-21 | 1 | -2/+2 |
* | Fix warnings for PHP 8.1, reported by Dfaure | petko | 2022-02-12 | 1 | -3/+3 |
* | Included pages to include PageTextVariables markup and from Pagelist template... | petko | 2021-12-31 | 1 | -0/+1 |
* | Remove PmWiki syntax highlighting for 2.2.145; rewritten standalone, to test ... | petko | 2021-12-11 | 1 | -1/+0 |
* | Fix {(substr )} MX, reported by Simon. | petko | 2018-07-12 | 1 | -2/+2 |
* | Add ".rtl *" styles. | petko | 2018-01-28 | 1 | -3/+3 |
* | Update all files for PHP 7.2, still compatible with PHP 5 | petko | 2017-08-20 | 1 | -5/+8 |
* | Revert back to -r3210; Filter $pagename at the beginning of pmwiki.php and xl... | petko | 2017-04-05 | 1 | -3/+4 |
* | Set $HTMLStylesFmt via SDVA() in vardoc.php urlapprove.php xlpage-utf-8.php | petko | 2016-07-28 | 1 | -2/+2 |
* | Fix RTL indent & outdent styles (PITS:01379) | petko | 2016-02-11 | 1 | -1/+4 |
* | Fix single line PageTextVariable definition (reported by HansB). Add .ltr a... | petko | 2015-10-31 | 1 | -0/+4 |
* | Forms: remove "target" attribute (broke PmForm); add HTML5 input types "email... | petko | 2015-08-26 | 1 | -1/+3 |
* | Add Markup_e(), PPRE(), PPRA(), PCCF(), migrate preg_replace() eval to preg_r... | petko | 2013-09-20 | 1 | -5/+5 |
* | Added PHSC() helper func as a replacement for PHP 5.4 htmlspecialchars(). | petko | 2012-07-16 | 1 | -1/+1 |
* | * Important change: Disable script loading from XLPage(). | petko | 2011-11-01 | 1 | -4/+4 |
* | Optimize utf8string() combo function | petko | 2011-10-09 | 1 | -37/+35 |
* | Optimize utf8string() combo function | petko | 2011-10-09 | 1 | -2/+2 |
* | Optimize utf8string() combo function | petko | 2011-10-09 | 1 | -14/+15 |
* | Optimize utf8string() combo function | petko | 2011-10-09 | 1 | -25/+36 |
* | formatting/spaces | petko | 2011-10-09 | 1 | -6/+6 |
* | Add MarkupExpressions replacements for UTF-8 strings, no need for MB_*! | petko | 2011-10-09 | 1 | -24/+18 |
* | Add MarkupExpressions replacements for UTF-8 strings | petko | 2011-10-08 | 1 | -0/+28 |
* | Different Fix $ChangeSummary could display global variables; Fix $GroupPatter... | petko | 2010-02-13 | 1 | -2/+2 |
* | Fix global $StringFolding variable | petko | 2010-01-10 | 1 | -3/+3 |
* | fix global vars in xlpage-utf-8.php (when included from inside XLPage, PITS:0... | petko | 2009-05-08 | 1 | -1/+1 |
* | fix global vars in xlpage-utf-8.php (when included from inside XLPage, PITS:0... | petko | 2009-05-08 | 1 | -3/+4 |
* | Add AsSpaced() improvements. | pmichaud | 2007-06-13 | 1 | -1/+1 |
* | Fix case conversion of U+026B and U+027D. | pmichaud | 2007-04-16 | 1 | -3/+3 |
* | Improved utf8 searching (case insensitive). | pmichaud | 2007-04-13 | 1 | -208/+522 |
* | Update copyright dates. | pmichaud | 2007-02-28 | 1 | -1/+1 |
* | Cache $lower and $upper patterns. | pmichaud | 2007-02-28 | 1 | -2/+5 |
* | Fix link suffixes in utf-8. | pmichaud | 2007-02-09 | 1 | -1/+1 |
* | Add AsSpacedUTF8 -- make some utf-8 improvements. | pmichaud | 2007-02-09 | 1 | -1/+18 |
* | Lots of E_NOTICE cleanups. | pmichaud | 2007-01-12 | 1 | -2/+2 |
* | Correct $CaseConversions having \x00. | pmichaud | 2006-12-12 | 1 | -2/+2 |
* | Automatically strip any trailing ?... or #... when generating a pagename. | pmichaud | 2006-09-21 | 1 | -3/+4 |
* | Copyright updates. | pmichaud | 2006-03-12 | 1 | -1/+1 |
* | Fixed problem with PHP installations that don't understand /u in pcre. | pmichaud | 2005-12-05 | 1 | -1/+2 |
* | Updated to use concatenation instead of array pushes. | pmichaud | 2005-12-02 | 1 | -4/+3 |
* | Added ASCII to utf8 case conversions. | pmichaud | 2005-09-29 | 1 | -0/+5 |
* | Changed case comparison rules. | pmichaud | 2005-09-27 | 1 | -30/+207 |
* | Removed diagnostic code (oops!). | pmichaud | 2005-09-16 | 1 | -4/+0 |
* | No longer need $Author declaration. | pmichaud | 2005-09-16 | 1 | -1/+1 |
* | Updated to correct author handling. | pmichaud | 2005-09-16 | 1 | -11/+0 |
* | Update to work in environments w/o mbstring, fixes suffix. | pmichaud | 2005-09-16 | 1 | -29/+53 |
* | Eliminated Newline, using url encoding for page and file storage. | pmichaud | 2005-08-31 | 1 | -2/+1 |
* | Removed trailing ?> to help vms (and other) installs | pmichaud | 2005-04-23 | 1 | -1/+0 |
* | Converted ?p= to ?n=. | pmichaud | 2004-12-13 | 1 | -1/+1 |
* | Changed pmwiki to use ?p= over ?pagename= | pmichaud | 2004-12-10 | 1 | -5/+17 |
* | pub/skins/print | pmichaud | 2004-12-08 | 1 | -1/+1 |