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/string
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.x-dev
Choose a base ref
...
head repository: joomla-framework/string
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.x-dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 22 files changed
  • 2 contributors

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    28d63ef View commit details
    Browse the repository at this point in the history
  2. s/referene/reference

    PhilETaylor authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    7bd3372 View commit details
    Browse the repository at this point in the history
  3. s/unavailabe/unavailable

    PhilETaylor authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    2d955db View commit details
    Browse the repository at this point in the history
  4. s/validing/validating

    PhilETaylor authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    6c458ea View commit details
    Browse the repository at this point in the history
  5. Merge pull request #31 from PhilETaylor/patch-1

    s/insensivite/insensitive
    nibra authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    c86b557 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #32 from PhilETaylor/patch-2

    s/referene/reference
    nibra authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    ad36ae4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #34 from PhilETaylor/patch-4

    s/unavailabe/unavailable
    nibra authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    98e43e7 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #35 from PhilETaylor/patch-5

    s/validing/validating
    nibra authored Mar 21, 2021
    Configuration menu
    Copy the full SHA
    b9dd4fb View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

  1. Build - Expose Composer version

    nibra committed Apr 26, 2021
    Configuration menu
    Copy the full SHA
    e7e62c6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. PHP 8.1 Compatibility (#41)

    * Unify templated files
      A lot of files are identical throughout the different packages.
      This is the base for unifying them for easier handling.
    * Adjust tests path
      Some packages use 'tests' as tests directory, while other use 'Tests'. The reference in phpunit.xml.dist is adjusted accordingly.
    * Build: Ignore PHP 5.4 and 5.5
      The images used for tests with these versions have problems with using composer (giving curl error 60), so they are removed for now, until a solution is found.
    * Build: Introducing loose and strict code style check
      As some packages irreversibly violate our code style by using underscores in variable and method names, the loose check will let names with underscore pass. This check must pass. The strict check is applied without any exceptions, but allowed to fail, so we still get informed about these violations.
    * Build: Check for PHP 8.1 compatibility
      Since the CMS has expressed a need for PHP 8.1 compatible versions of the packages from Framework 1, compatibility should also be tested.
    * Tests: Don't use phpunit.xml to provide PHP values
      The phpunit.xml should only specify values that are required by the test environment. Everything that the tests themselves require should be made available via bootstrap.php.
    * Tests: Provide separate tests for PHP < 7.1 and PHP 7.1+
    nibra authored Jan 25, 2022
    Configuration menu
    Copy the full SHA
    728ba9e View commit details
    Browse the repository at this point in the history
Loading