Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: websvnphp/websvn
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.8.2
Choose a base ref
...
head repository: websvnphp/websvn
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.8.3
Choose a head ref
  • 10 commits
  • 13 files changed
  • 3 contributors

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    891c592 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Fix "Call to a member function logsShowChanges() on null" on log.php

    Fixes the following bug:
    Call 
    .../websvn/log.php?repname=xxx&path=%2F
    where xxx is a non-existing repo
    Results in Fatal error: Uncaught Error: Call to a member function logsShowChanges() on null in .../log.php:41
    danielmarschall authored and michael-o committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    e3e571e View commit details
    Browse the repository at this point in the history
  2. Fix "Call to a member function isDownloadAllowed() on null" in dl.php

    Fixes the following bug:
    Calling dl.php?repname=xxx where xxx is a non-existing repo causes the error "Call to a member function isDownloadAllowed() on null" .
    
    Note: I have now verified that all PHP files in the root directory correctly check if "$rep == null" before accessing "$rep->..." . The only errors where filedetails.php (#192) and dl.php (#194)
    danielmarschall authored and michael-o committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    f60054d View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    ba1df69 View commit details
    Browse the repository at this point in the history
  2. Undefined array key in search.php (#198)

    This closes #198
    michael-o committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    28a9ae3 View commit details
    Browse the repository at this point in the history
  3. Character encoding mistakes arising from change in mb_detect_encoding…

    …() (#195)
    
    See also: php/php-src#8279
    
    Submitted by: Andrew Hardie
    
    This fixes #195
    michael-o committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    00410b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Attempt to read property ... on null in blame.php (#197)

    Skip entry if the current item does not have a current history entry. This can
    happen if the item does not exist at the requested peg revision.
    
    This fixes #197
    michael-o committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    35ea7c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Make paths to Geshi and Parsedown scripts configurable (#199)

    This fixes #199 and closes #202
    danielmarschall authored and michael-o committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fb53171 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    2717b1b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Prepare version 2.8.3

    michael-o committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    956ad6e View commit details
    Browse the repository at this point in the history
Loading