| Commit message (Expand) | Author | Age | Files | Lines |
* | $EnablePreviewChanges to show "No changes" if there are no changes. | petko | 2024-03-24 | 1 | -2/+7 |
* | Improved lisibility for inline diffs in page history. | petko | 2024-01-21 | 1 | -7/+18 |
* | PrintDiff() add $sincce argument. | petko | 2024-01-05 | 1 | -2/+2 |
* | DiffRenderSource() fix for PHP 8, keep ins/del tags on the same line, .diffma... | petko | 2023-10-11 | 1 | -3/+19 |
* | LocalTimes add $EnableRCListLastEdit. | petko | 2023-06-02 | 1 | -2/+2 |
* | Improve inline diff for rare cases. | petko | 2023-04-05 | 1 | -1/+1 |
* | Add variable $DiffPrepareInlineFunction. | petko | 2023-01-29 | 1 | -3/+4 |
* | LocalTimes allow for custom duration of recent history (change format). | petko | 2022-01-17 | 1 | -1/+2 |
* | LocalTimes allow for custom duration of recent history. | petko | 2022-01-11 | 1 | -2/+3 |
* | HandleDiffList remove $[by], appears in the locale of the other page, and it ... | petko | 2022-01-09 | 1 | -2/+1 |
* | Fix HandleDiffList for unordered page files. | petko | 2022-01-09 | 1 | -1/+2 |
* | Fix LocalTimes, refactor for in-page signatures; update dates in headers. | petko | 2022-01-09 | 1 | -1/+2 |
* | LocalTimes change a.rcreload with span.rcreload, update styles, store previou... | petko | 2022-01-05 | 1 | -1/+1 |
* | HandleDiffList() remove unused array. | petko | 2022-01-04 | 1 | -1/+0 |
* | HandleDiffList() streamline output in 1 loop; exclude hidden; header text/pla... | petko | 2022-01-04 | 1 | -12/+10 |
* | PrintDiff() fix delay lengths, 7.2 days > 1 week. | petko | 2022-01-03 | 1 | -2/+2 |
* | PrintDiff() add classname diffyear (more than a year between edits). Refactor... | petko | 2022-01-03 | 1 | -1/+2 |
* | PrintDiff() replace var $delay with $delaydays (more descriptive). | petko | 2022-01-02 | 1 | -5/+5 |
* | PrintDiff() "hidden" diffclass to be skipped (Cookbook todo) | petko | 2022-01-02 | 1 | -3/+4 |
* | PrintDiff() add classes for the delay between edits (cont.). | petko | 2022-01-02 | 1 | -1/+1 |
* | PrintDiff() add classes for the delay between edits (cont.). | petko | 2022-01-02 | 1 | -1/+3 |
* | PrintDiff() add classes for the delay between edits (cont.). | petko | 2022-01-02 | 1 | -3/+3 |
* | PrintDiff() add classes for the delay between edits: diffday, diffweek, diffm... | petko | 2022-01-02 | 1 | -3/+11 |
* | Fix LocalTimes for ?action=diff. Diff anchors to use id= in addition to name=. | petko | 2022-01-02 | 1 | -1/+1 |
* | Add $EnableLocalTimes (default disabled) and styles, add HandleDiffList(). $R... | petko | 2021-12-27 | 1 | -1/+34 |
* | Updates for PHP 8.1, hide warnings, add PSFT() replacement for strftime() and... | petko | 2021-12-20 | 1 | -1/+1 |
* | Mute a number of PHP notices for undefined variables. Add that "URL" means in... | petko | 2019-12-07 | 1 | -2/+2 |
* | Add $EnablePreviewChanges, PreviewDiff() based on Cookbook:PreviewChanges | petko | 2019-08-28 | 1 | -1/+20 |
* | Update all files for PHP 7.2, still compatible with PHP 5 | petko | 2017-08-20 | 1 | -3/+5 |
* | Add $EnableRevUserAgent, $FmtV["$DiffUserAgent"] | petko | 2016-05-15 | 1 | -0/+1 |
* | Forms: remove "target" attribute (broke PmForm); add HTML5 input types "email... | petko | 2015-08-26 | 1 | -1/+3 |
* | Cosmetic code fixes: insert spaces after 'if' keywords | petko | 2015-06-01 | 1 | -2/+2 |
* | Remove unneeded PSS() calls. | petko | 2014-01-31 | 1 | -3/+3 |
* | Add Markup_e(), PPRE(), PPRA(), PCCF(), migrate preg_replace() eval to preg_r... | petko | 2013-09-20 | 1 | -3/+3 |
* | Better whitespace display for page histories | petko | 2012-09-20 | 1 | -2/+2 |
* | Better whitespace display for page histories | petko | 2012-09-20 | 1 | -0/+1 |
* | Better whitespace display for page histories | petko | 2012-09-20 | 1 | -2/+2 |
* | Better whitespace display for page histories | petko | 2012-09-20 | 1 | -1/+1 |
* | Added PHSC() helper func as a replacement for PHP 5.4 htmlspecialchars(). | petko | 2012-07-16 | 1 | -5/+5 |
* | * Important change: Disable script loading from XLPage(). | petko | 2011-11-01 | 1 | -1/+1 |
* | Faster DiffRenderSource() when a huge number of lines is deleted or added, eg... | petko | 2011-09-09 | 1 | -2/+3 |
* | Add "nodiff" url parameter to disable diff rendering except restore links. De... | petko | 2011-06-04 | 1 | -1/+2 |
* | collapse adjacent inline insertions and deletions in DiffRenderSource (PITS:0... | petko | 2010-05-10 | 1 | -0/+1 |
* | Fix HandleDiff with READPAGE_CURRENT (faster, as PrintDiff gets the full page... | petko | 2010-02-21 | 1 | -2/+2 |
* | Include phpdiff.php from pagerev.php only when used | petko | 2010-02-20 | 1 | -1/+2 |
* | Fix rendering of empty edit (no change in the text, displayed) vs. custom fun... | petko | 2010-02-20 | 1 | -1/+1 |
* | Remove word-diffPREG_SPLIT_NO_EMPTY, results look better | petko | 2010-02-19 | 1 | -1/+1 |
* | Add more punctuation as word-diff delimiters | petko | 2010-02-19 | 1 | -1/+1 |
* | Refactor/optimize DiffRenderSource() | petko | 2010-02-19 | 1 | -31/+35 |
* | Replace deprecated split() with explode(); Add $WordDiffFunction default to P... | petko | 2010-02-19 | 1 | -16/+21 |