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: php-debugbar/php-debugbar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ba0af68
Choose a base ref
...
head repository: php-debugbar/php-debugbar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 17dcf3f
Choose a head ref
  • 13 commits
  • 18 files changed
  • 15 contributors

Commits on Oct 31, 2022

  1. Make logo act as close button (#451)

    Co-authored-by: Jaanus Vapper <jaanus.vapper@ekspressdigital.eu>
    hulkur and Jaanus Vapper authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    2f5f629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22be9b9 View commit details
    Browse the repository at this point in the history
  3. Search input aria-label (#511)

    * search input aria-label
    
    * search input placeholder
    
    Co-authored-by: alius <alius.s@kryptis.lt>
    aliusa and alius authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    477ed03 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7496b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4458e2b View commit details
    Browse the repository at this point in the history
  6. Fix random instances of SQL queries having params repeated (#505)

    * Fix random instances of SQL queries having params repeated
    
    * Add test
    tadhgboyle authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    fd43dfb View commit details
    Browse the repository at this point in the history
  7. Php8 1 fixes (#497)

    * PHP 8.1 warning fixes
    
    Added #[\ReturnTypeWillChange] or appropriate return values
    Typed parameters where appropriate
    
    * Fixing unit tests to run without warnings
    
    * Update to more reasonable versions of PHP and PHPUnit (was missing PHPUnit 8)
    
    * mb_check_encoding param 1 can not be null
    
    * Fix SeekingData class for 8.1
    
    * Update tests to not polute the temp directory
    
    * Revert PHP contrant
    
    * Tabs to spaces
    
    * Use Symfony\Component\VarDumper\Cloner\Data\SeekingData instead of local backported version
    
    Avoids Fatal error: Declaration of DebugBar\DataFormatter\VarDumper\SeekingData::seek($key) must be compatible with Symfony\Component\VarDumper\Cloner\Data::seek(string|int $key): ?static
    
    Co-authored-by: Barry vd. Heuvel <barryvdh@gmail.com>
    phpfui and barryvdh authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1386fe5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2be80e7 View commit details
    Browse the repository at this point in the history
  9. fix: Fix FileStorage::find function (#510)

    * fix: Fix FileStorage::find function
    
    Fix FileStorage::find function usort callback function to return int instead of bool, because after PHP8 bool return value for the callback function is not supported.
    
    * fix: Fix FileStorage::find function
    
    Fix FileStorage::find function usort callback function to return int instead of bool, because after PHP8 bool return value for the callback function is not supported.
    erosakos authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    0bb8658 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    297ed74 View commit details
    Browse the repository at this point in the history
  11. Update run-tests.yml (#515)

    barryvdh authored Oct 31, 2022
    Configuration menu
    Copy the full SHA
    1c2a530 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    cd5e33f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17dcf3f View commit details
    Browse the repository at this point in the history
Loading