Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added extractVariables method to IOFactory #2515

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    4bb74e2 View commit details
    Browse the repository at this point in the history
  2. remove var_dumps

    sibalonat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    993560f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43df798 View commit details
    Browse the repository at this point in the history
  4. remove vardump

    sibalonat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b01e266 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9268ba5 View commit details
    Browse the repository at this point in the history
  6. fix order and whitespace

    sibalonat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    bf69d18 View commit details
    Browse the repository at this point in the history
  7. extra space

    sibalonat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e6ba84a View commit details
    Browse the repository at this point in the history
  8. remove new lines

    sibalonat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c90df91 View commit details
    Browse the repository at this point in the history
  9. white space

    sibalonat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    41beb2d View commit details
    Browse the repository at this point in the history
  10. new lines

    sibalonat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a08da1e View commit details
    Browse the repository at this point in the history
  11. whiteline

    sibalonat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    96a4ea1 View commit details
    Browse the repository at this point in the history
  12. new line

    sibalonat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    170339e View commit details
    Browse the repository at this point in the history
  13. white space

    sibalonat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7be3cdb View commit details
    Browse the repository at this point in the history
  14. fix

    sibalonat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    42673c9 View commit details
    Browse the repository at this point in the history
  15. new line

    sibalonat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    0b8f9f4 View commit details
    Browse the repository at this point in the history
  16. white space

    sibalonat committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    33b1d0c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f618d67 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Correct Font Size Calculated by MsDoc Reader

    Fix PHPOffice#2526. Most of that issue has already been fixed. The one remaining problem was a deprecation message handling font size. The code used `dechex($operand / 2)`, and issued the deprecation message whenever `$operand` was odd because `dechex` is designed only for integer conversion. `$operand` is actually 2 times the point size, so it will be odd only when the point size is some integer plus half a point (no other fractions are allowed). At any rate, it seems that `dechex` should not be used here in the first place; font size is a numeric value, not a hex string.
    
    There are many problems with MsDoc Reader at the moment. This PR is narrowly focused on the problem at hand. Its test is, at least, more detailed than the existing MsDoc Reader test, which does nothing more than confirm that read successfully creates a PhpWord object. The new test verifies that the font size is as expected, but does not validate any other aspect of the read.
    oleibman authored and sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    447b3fd View commit details
    Browse the repository at this point in the history
  2. Suggestions from @Progi1984

    oleibman authored and sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    7173e21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ae15ba View commit details
    Browse the repository at this point in the history
  4. Correct Title Line of Change Log

    oleibman authored and sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    5bc9c6a View commit details
    Browse the repository at this point in the history
  5. Bump dompdf/dompdf from 2.0.3 to 2.0.4

    Bumps [dompdf/dompdf](https://github.com/dompdf/dompdf) from 2.0.3 to 2.0.4.
    - [Release notes](https://github.com/dompdf/dompdf/releases)
    - [Commits](dompdf/dompdf@v2.0.3...v2.0.4)
    
    ---
    updated-dependencies:
    - dependency-name: dompdf/dompdf
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    fb81631 View commit details
    Browse the repository at this point in the history
  6. Bump phpunit/phpunit from 9.6.13 to 9.6.14

    Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.13 to 9.6.14.
    - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.14/ChangeLog-9.6.md)
    - [Commits](sebastianbergmann/phpunit@9.6.13...9.6.14)
    
    ---
    updated-dependencies:
    - dependency-name: phpunit/phpunit
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    fbff29b View commit details
    Browse the repository at this point in the history
  7. Bump mpdf/mpdf from 8.2.0 to 8.2.2

    Bumps [mpdf/mpdf](https://github.com/mpdf/mpdf) from 8.2.0 to 8.2.2.
    - [Release notes](https://github.com/mpdf/mpdf/releases)
    - [Changelog](https://github.com/mpdf/mpdf/blob/development/CHANGELOG.md)
    - [Commits](mpdf/mpdf@v8.2.0...v8.2.2)
    
    ---
    updated-dependencies:
    - dependency-name: mpdf/mpdf
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    d353048 View commit details
    Browse the repository at this point in the history
  8. Bump phpmd/phpmd from 2.14.1 to 2.15.0

    Bumps [phpmd/phpmd](https://github.com/phpmd/phpmd) from 2.14.1 to 2.15.0.
    - [Release notes](https://github.com/phpmd/phpmd/releases)
    - [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
    - [Commits](phpmd/phpmd@2.14.1...2.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: phpmd/phpmd
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    8b8dfce View commit details
    Browse the repository at this point in the history
  9. Updated Changelog

    Progi1984 authored and sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    ada4754 View commit details
    Browse the repository at this point in the history
  10. Bump phpunit/phpunit from 9.6.14 to 9.6.15

    Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.14 to 9.6.15.
    - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.15/ChangeLog-9.6.md)
    - [Commits](sebastianbergmann/phpunit@9.6.14...9.6.15)
    
    ---
    updated-dependencies:
    - dependency-name: phpunit/phpunit
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    a402ece View commit details
    Browse the repository at this point in the history
  11. Updated Changelog

    Progi1984 authored and sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    400f524 View commit details
    Browse the repository at this point in the history
  12. Bump symfony/process from 5.4.28 to 5.4.34

    Bumps [symfony/process](https://github.com/symfony/process) from 5.4.28 to 5.4.34.
    - [Release notes](https://github.com/symfony/process/releases)
    - [Changelog](https://github.com/symfony/process/blob/7.0/CHANGELOG.md)
    - [Commits](symfony/process@v5.4.28...v5.4.34)
    
    ---
    updated-dependencies:
    - dependency-name: symfony/process
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    24634cc View commit details
    Browse the repository at this point in the history
  13. Updated Changelog

    Progi1984 authored and sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    8200e9d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    12d0660 View commit details
    Browse the repository at this point in the history
  15. remove var_dumps

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    d51ce7e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3523d2f View commit details
    Browse the repository at this point in the history
  17. fix order and whitespace

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    b884cbc View commit details
    Browse the repository at this point in the history
  18. remove new lines

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    e4a6a43 View commit details
    Browse the repository at this point in the history
  19. white space

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    3a252ed View commit details
    Browse the repository at this point in the history
  20. new lines

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    42d1a95 View commit details
    Browse the repository at this point in the history
  21. whiteline

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    3fdd8b4 View commit details
    Browse the repository at this point in the history
  22. new line

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    5fc5d46 View commit details
    Browse the repository at this point in the history
  23. white space

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    cac3256 View commit details
    Browse the repository at this point in the history
  24. fix

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    cd5a155 View commit details
    Browse the repository at this point in the history
  25. white space

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    c0338f5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    6b86c52 View commit details
    Browse the repository at this point in the history
  27. variable changes

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    309b616 View commit details
    Browse the repository at this point in the history
  28. 2.0.0 md

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    2a28c1e View commit details
    Browse the repository at this point in the history
  29. 2.0.0

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    68d9bd8 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5b6b2a9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    dd5fc0d View commit details
    Browse the repository at this point in the history
  32. add entry to md

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    60b416f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    53e08d5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    fda7405 View commit details
    Browse the repository at this point in the history
  35. some fixes on spacing

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    5b4f434 View commit details
    Browse the repository at this point in the history
  36. based on fixer suggestions

    sibalonat committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    56feaf3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d3eac68 View commit details
    Browse the repository at this point in the history