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: AppsDevTeam/AjaxSelect
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fix-OrdByIdFilterInterface
Choose a base ref
...
head repository: AppsDevTeam/AjaxSelect
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 6 files changed
  • 4 contributors

Commits on Nov 7, 2024

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

Commits on Nov 10, 2024

  1. Merge pull request #8 from AppsDevTeam/fix-OrdByIdFilterInterface

    Fix ord by id filter interface
    thorewi authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    6dd2e4d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from AppsDevTeam/add-aria-setsize-and-aria-posi…

    …nset-attr-to-results
    
    add-aria-setsize-and-aria-posinset-attr-to-results
    thorewi authored Nov 10, 2024
    Configuration menu
    Copy the full SHA
    1deac03 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

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

Commits on Jan 6, 2025

  1. Configuration menu
    Copy the full SHA
    4d0a638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35f3cc0 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from conflictboy/mcontrol_php8

    Fix method_exists
    thorewi authored Jan 6, 2025
    Configuration menu
    Copy the full SHA
    07b6dcc View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2025

  1. Update AjaxService.php

    thorewi authored Jan 26, 2025
    Configuration menu
    Copy the full SHA
    08d3b2e View commit details
    Browse the repository at this point in the history

Commits on May 11, 2025

  1. Update composer.json

    thorewi authored May 11, 2025
    Configuration menu
    Copy the full SHA
    460dc27 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2025

  1. Passes form values to entity hydration

    Ensures that form values are available during entity hydration,
    allowing for more context-aware data handling within the
    AjaxSelect component. This allows hydration logic to take form context
    into consideration when formatting JSON values, which ensures proper
    data handling and rendering of selected options.
    thorewi committed May 15, 2025
    Configuration menu
    Copy the full SHA
    4a58025 View commit details
    Browse the repository at this point in the history
  2. Uses trusted form values

    Updates the code to use trusted form values instead of untrusted
    values when hydrating and formatting data.
    
    This change ensures that the application processes data that has
    been properly validated, preventing potential security issues and
    data integrity problems.
    thorewi committed May 15, 2025
    Configuration menu
    Copy the full SHA
    2d680f3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11 from AppsDevTeam/allow-other-form-values-depen…

    …dency
    
    Passes form values to entity hydration
    thorewi authored May 15, 2025
    Configuration menu
    Copy the full SHA
    f5f2150 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2025

  1. Updates doctrine-components dependency

    Updates the doctrine-components dependency to the latest major version.
    
    This change removes the previous range constraint and ensures compatibility with newer features and bug fixes.
    Also updates namespace of QueryObject class.
    thorewi committed Jun 15, 2025
    Configuration menu
    Copy the full SHA
    330c286 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2026

  1. Updates dependencies and form validation

    Updates the dependencies to PHP 8.3 and a new forms component.
    
    Uses validated form values instead of all values when formatting and hydrating values, improving data handling and security.
    thorewi committed Jan 31, 2026
    Configuration menu
    Copy the full SHA
    0ae2a4d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. Introduce Nette Forms and improve type consistency

    Adds the `nette/forms` dependency to expand form capabilities.
    Updates `getHttpData` method signature with type hints for clarity
    and consistency.
    thorewi committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    d0fd9e1 View commit details
    Browse the repository at this point in the history
  2. Pin nette/forms dependency to 3.2.x series

    Restricts the allowed versions to `^3.2.9` to prevent potential compatibility issues with `3.3.x` releases.
    thorewi committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    4316fe6 View commit details
    Browse the repository at this point in the history
Loading