aboutsummaryrefslogtreecommitdiff
path: root/scripts/pagerev.php
Commit message (Expand)AuthorAgeFilesLines
* $EnablePreviewChanges to show "No changes" if there are no changes.petko2024-03-241-2/+7
* Improved lisibility for inline diffs in page history.petko2024-01-211-7/+18
* PrintDiff() add $sincce argument.petko2024-01-051-2/+2
* DiffRenderSource() fix for PHP 8, keep ins/del tags on the same line, .diffma...petko2023-10-111-3/+19
* LocalTimes add $EnableRCListLastEdit.petko2023-06-021-2/+2
* Improve inline diff for rare cases.petko2023-04-051-1/+1
* Add variable $DiffPrepareInlineFunction.petko2023-01-291-3/+4
* LocalTimes allow for custom duration of recent history (change format).petko2022-01-171-1/+2
* LocalTimes allow for custom duration of recent history.petko2022-01-111-2/+3
* HandleDiffList remove $[by], appears in the locale of the other page, and it ...petko2022-01-091-2/+1
* Fix HandleDiffList for unordered page files.petko2022-01-091-1/+2
* Fix LocalTimes, refactor for in-page signatures; update dates in headers.petko2022-01-091-1/+2
* LocalTimes change a.rcreload with span.rcreload, update styles, store previou...petko2022-01-051-1/+1
* HandleDiffList() remove unused array.petko2022-01-041-1/+0
* HandleDiffList() streamline output in 1 loop; exclude hidden; header text/pla...petko2022-01-041-12/+10
* PrintDiff() fix delay lengths, 7.2 days > 1 week.petko2022-01-031-2/+2
* PrintDiff() add classname diffyear (more than a year between edits). Refactor...petko2022-01-031-1/+2
* PrintDiff() replace var $delay with $delaydays (more descriptive).petko2022-01-021-5/+5
* PrintDiff() "hidden" diffclass to be skipped (Cookbook todo)petko2022-01-021-3/+4
* PrintDiff() add classes for the delay between edits (cont.).petko2022-01-021-1/+1
* PrintDiff() add classes for the delay between edits (cont.).petko2022-01-021-1/+3
* PrintDiff() add classes for the delay between edits (cont.).petko2022-01-021-3/+3
* PrintDiff() add classes for the delay between edits: diffday, diffweek, diffm...petko2022-01-021-3/+11
* Fix LocalTimes for ?action=diff. Diff anchors to use id= in addition to name=.petko2022-01-021-1/+1
* Add $EnableLocalTimes (default disabled) and styles, add HandleDiffList(). $R...petko2021-12-271-1/+34
* Updates for PHP 8.1, hide warnings, add PSFT() replacement for strftime() and...petko2021-12-201-1/+1
* Mute a number of PHP notices for undefined variables. Add that "URL" means in...petko2019-12-071-2/+2
* Add $EnablePreviewChanges, PreviewDiff() based on Cookbook:PreviewChangespetko2019-08-281-1/+20
* Update all files for PHP 7.2, still compatible with PHP 5petko2017-08-201-3/+5
* Add $EnableRevUserAgent, $FmtV["$DiffUserAgent"]petko2016-05-151-0/+1
* Forms: remove "target" attribute (broke PmForm); add HTML5 input types "email...petko2015-08-261-1/+3
* Cosmetic code fixes: insert spaces after 'if' keywordspetko2015-06-011-2/+2
* Remove unneeded PSS() calls.petko2014-01-311-3/+3
* Add Markup_e(), PPRE(), PPRA(), PCCF(), migrate preg_replace() eval to preg_r...petko2013-09-201-3/+3
* Better whitespace display for page historiespetko2012-09-201-2/+2
* Better whitespace display for page historiespetko2012-09-201-0/+1
* Better whitespace display for page historiespetko2012-09-201-2/+2
* Better whitespace display for page historiespetko2012-09-201-1/+1
* Added PHSC() helper func as a replacement for PHP 5.4 htmlspecialchars().petko2012-07-161-5/+5
* * Important change: Disable script loading from XLPage().petko2011-11-011-1/+1
* Faster DiffRenderSource() when a huge number of lines is deleted or added, eg...petko2011-09-091-2/+3
* Add "nodiff" url parameter to disable diff rendering except restore links. De...petko2011-06-041-1/+2
* collapse adjacent inline insertions and deletions in DiffRenderSource (PITS:0...petko2010-05-101-0/+1
* Fix HandleDiff with READPAGE_CURRENT (faster, as PrintDiff gets the full page...petko2010-02-211-2/+2
* Include phpdiff.php from pagerev.php only when usedpetko2010-02-201-1/+2
* Fix rendering of empty edit (no change in the text, displayed) vs. custom fun...petko2010-02-201-1/+1
* Remove word-diffPREG_SPLIT_NO_EMPTY, results look betterpetko2010-02-191-1/+1
* Add more punctuation as word-diff delimiterspetko2010-02-191-1/+1
* Refactor/optimize DiffRenderSource()petko2010-02-191-31/+35
* Replace deprecated split() with explode(); Add $WordDiffFunction default to P...petko2010-02-191-16/+21