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: joomla-framework/filesystem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.1.0
Choose a base ref
...
head repository: joomla-framework/filesystem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.1.3
Choose a head ref
  • 9 commits
  • 18 files changed
  • 5 contributors

Commits on Jun 2, 2025

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

Commits on Jun 30, 2025

  1. Add Github Actions Workflow (#76)

    * Add Github Actions Workflow
    Remove phan
    Set phpstan to v1
    cleanup gitignore
    
    * Add ftp extension for windows
    Hackwar authored Jun 30, 2025
    Configuration menu
    Copy the full SHA
    57f43b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. [3.x] Port improvements for opcache invalidation from CMS - redo PR #38

    … (#75)
    
    * Invalidate opcache before deleting file
    
    Invalidate the OPCache for the file before actually deleting it. See  https://www.php.net/manual/en/function.opcache-invalidate.php#116372
    
    * Invalidate opcache of source before moving file
    
    * Invalidate opcache of temp file
    
    Invalidate opcache of uploaded temp file before saving to target file
    
    * Better check if opcache_invalidate is possible
    
    Check if
    - opcache is enabled, and
    - the opcache_invalidate function is available, and
    - calling opcache_invalidate is not restricted by opcache.restrict_api or it is restricted to allow the currently executing script
    and save the result in a static variable.
    
    * Remaining code style fix
    richard67 authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    f455844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef00d74 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19ae632 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2f52f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2025

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

Commits on Jul 19, 2025

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

Commits on Aug 14, 2025

  1. Configuration menu
    Copy the full SHA
    556e740 View commit details
    Browse the repository at this point in the history
Loading